aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-09-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-09-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2015-09-08Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2015-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-09-08userfaultfd: selftest: update userfaultfd x86 32bit syscall numberAndrea Arcangeli
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross
2015-09-08xen: limit memory to architectural maximumJuergen Gross
2015-09-08xen: avoid another early crash of memory limited dom0Juergen Gross
2015-09-08xen: avoid early crash of memory limited dom0Juergen Gross
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
2015-09-04userfaultfd: avoid missing wakeups during refile in userfaultfd_readAndrea Arcangeli
2015-09-04userfaultfd: propagate the full address in THP faultsAndrea Arcangeli
2015-09-04userfaultfd: allow signals to interrupt a userfaultAndrea Arcangeli