summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-10thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov1-5/+4
2017-03-10rmap: fix NULL-pointer dereference on THP munlockingKirill A. Shutemov1-6/+7
2017-03-10mm/memblock.c: fix memblock_next_valid_pfn()AKASHI Takahiro1-1/+4
2017-03-10userfaultfd: selftest: vm: allow to build in vm/ directoryAndrea Arcangeli1-0/+4
2017-03-10userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli3-13/+47
2017-03-10userfaultfd: non-cooperative: fix fork fctx->new memleakMike Rapoport1-0/+9
2017-03-10mm/cgroup: avoid panic when init with low memoryLaurent Dufour1-2/+5
2017-03-10drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.hMasanari Iida1-1/+0
2017-03-10mm/vmstats: add thp_split_pud event for clarityYisheng Xie3-1/+7
2017-03-10include/linux/fs.h: fix unsigned enum warning with gcc-4.2Arnd Bergmann1-1/+1
2017-03-10userfaultfd: non-cooperative: release all ctx in dup_userfaultfd_completeAndrea Arcangeli1-13/+5
2017-03-10userfaultfd: non-cooperative: robustness checkAndrea Arcangeli1-2/+7
2017-03-10userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli5-43/+1
2017-03-10x86, mm: unify exit paths in gup_pte_range()Dan Williams1-19/+20
2017-03-10x86, mm: fix gup_pte_range() vs DAX mappingsDan Williams1-2/+6
2017-03-10power/mm: update pte_write and pte_wrprotect to handle savedwriteAneesh Kumar K.V3-7/+21
2017-03-10powerpc/mm: handle protnone ptes on forkAneesh Kumar K.V1-31/+42
2017-03-10scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada16-19/+18
2017-03-10scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada17-18/+19
2017-03-10userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGEAndrea Arcangeli1-1/+1
2017-03-09Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds14-0/+20
2017-03-08mm, page_alloc: Add missing check for memory holesTony Luck1-1/+2
2017-03-08Merge tag 'ktest-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+13
2017-03-08overlayfs: remove now unnecessary header file includeLinus Torvalds1-1/+0
2017-03-08sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds2-21/+49
2017-03-08ktest: Make sure wait_for_input does honor the timeoutSteven Rostedt (VMware)1-7/+11
2017-03-08ktest: Fix while loop in wait_for_inputSteven Rostedt (VMware)1-3/+4
2017-03-08MIPS: Add missing include filesArnd Bergmann14-0/+20
2017-03-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-57/+106
2017-03-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+5
2017-03-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-32/+37
2017-03-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-23/+23
2017-03-08Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-12/+19
2017-03-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2017-03-08Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2017-03-08Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-6/+28
2017-03-07Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds7-18/+283
2017-03-07Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds20-124/+729
2017-03-07Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+60
2017-03-07radix tree test suite: Specify -m32 in LDFLAGS tooMatthew Wilcox1-0/+1
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox4-5/+35
2017-03-07radix tree test suite: Depend on Makefile and quieten grepMatthew Wilcox1-2/+2
2017-03-07radix tree test suite: Fix build with --as-neededMichael Ellerman1-4/+2
2017-03-07radix tree test suite: Build 32 bit binariesRehas Sachdeva1-0/+4
2017-03-07radix tree test suite: Add performance test for radix_tree_join()Rehas Sachdeva1-0/+47
2017-03-07radix tree test suite: Add performance test for radix_tree_split()Rehas Sachdeva1-0/+44
2017-03-07radix tree test suite: Add performance benchmarksRehas Sachdeva1-7/+75
2017-03-07radix tree test suite: Add test for radix_tree_clear_tags()Rehas Sachdeva1-0/+29
2017-03-07radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()Rehas Sachdeva1-0/+19
2017-03-07radix tree test suite: Add test for idr_get_next()Rehas Sachdeva1-0/+25