summary refs log tree commit diff
AgeCommit message (Expand)Author
2015-10-31ahci: qoriq: Disable NCQ on ls2080a SoCTang Yuantian
2015-10-31ahci: qoriq: Rename LS2085A SoC support code to LS2080ATang Yuantian
2015-10-27libata: enable LBA flag in taskfile for ata_scsi_pass_thru()Vinayak Kale
2015-10-27libata: add support for NCQ commands for SG interfaceVinayak Kale
2015-10-15ahci: qoriq: Fix a compiling warningArnd Bergmann
2015-10-15pata_it821x: use "const char *" for string literalsLABBE Corentin
2015-10-12libata: only call ->done once all per-tag ressources are releasedChristoph Hellwig
2015-10-04libata: cleanup ata_scsi_qc_completeChristoph Hellwig
2015-09-30ata: ahci: find eSATA ports and flag them as removableManuel Lauss
2015-09-25libata: samsung_cf: fix handling platform_get_irq resultAndrzej Hajda
2015-09-10ata: pata_pxa: dmaengine conversionRobert Jarzmik
2015-09-08ahci: added a new driver for supporting Freescale AHCI sataTang Yuantian
2015-09-08devicetree:bindings: add devicetree bindings for Freescale AHCITang Yuantian
2015-09-08Revert "ahci: added support for Freescale AHCI sata"Tang Yuantian
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust
2015-09-07NFSv4: Express delegation limit in units of pagesTrond Myklebust
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-09-05Merge tag 'for-linus-4.3-merge-window-part-1' of git://git.kernel.org/pub/scm...Linus Torvalds
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-09-05Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds
2015-09-05Merge tag 'md/4.3' of git://neil.brown.name/mdLinus Torvalds
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-05task_work: remove fifo ordering guaranteeEric Dumazet
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown
2015-09-04mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause
2015-09-04mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause
2015-09-04mm/memory.c: make tlb_next_batch() return boolNicholas Krause
2015-09-04mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause
2015-09-04mm: remove struct node_active_regionminkyung88.kim
2015-09-04mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov
2015-09-04mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov
2015-09-04mremap: don't do mm_populate(new_addr) on failureOleg Nesterov
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov
2015-09-04mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov
2015-09-04mm/hugetlb.c: make vma_shareable() return boolNicholas Krause
2015-09-04mm: make GUP handle pfn mapping unless FOLL_GET is requestedKirill A. Shutemov
2015-09-04mm: fix status code which move_pages() returns for zero pageKirill A. Shutemov
2015-09-04mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()Sebastian Andrzej Siewior
2015-09-04genalloc: add support of multiple gen_pools per deviceVladimir Zapolskiy
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy
2015-09-04mm/memblock: WARN_ON when nid differs from overlap regionWei Yang
2015-09-04Documentation/features/vm: add feature description and arch support status fo...Mel Gorman
2015-09-04mm: defer flush of writable TLB entriesMel Gorman
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman
2015-09-04x86, mm: trace when an IPI is about to be sentMel Gorman
2015-09-04userfaultfd: selftestAndrea Arcangeli