summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* userfaultfd: non-cooperative: dup_userfaultfd: use mm_count instead of mm_usersMike Rapoport2017-02-221-1/+1
* userfaultfd: non-cooperative: Add fork() eventPavel Emelyanov2017-02-224-16/+170
* userfaultfd: non-cooperative: report all available features to userlandAndrea Arcangeli2017-02-221-4/+7
* userfaultfd: non-cooperative: add ability to report non-PF events from uffd d...Pavel Emelyanov2017-02-221-2/+96
* userfaultfd: non-cooperative: Split the find_userfault() routinePavel Emelyanov2017-02-221-6/+11
* userfaultfd: use vma_is_anonymousAndrea Arcangeli2017-02-222-5/+5
* userfaultfd: convert BUG() to WARN_ON_ONCE()Andrea Arcangeli2017-02-221-1/+2
* userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WPAndrea Arcangeli2017-02-221-1/+1
* userfaultfd: document _IOR/_IOWAndrea Arcangeli2017-02-222-1/+15
* oom, trace: add compaction retry tracepointMichal Hocko2017-02-223-6/+81
* oom, trace: add oom detection tracepointsMichal Hocko2017-02-222-2/+50
* mm, trace: extract COMPACTION_STATUS and ZONE_TYPE to a common headerMichal Hocko2017-02-222-57/+67
* mm/vmalloc.c: use rb_entry_safeGeliang Tang2017-02-221-1/+1
* mm, page_alloc: avoid page_to_pfn() when merging buddiesVlastimil Babka2017-02-222-6/+6
* mm, page_alloc: don't convert pfn to idx when mergingVlastimil Babka2017-02-223-23/+20
* mm: throttle show_mem() from warn_alloc()Michal Hocko2017-02-221-11/+18
* tmpfs: change shmem_mapping() to test shmem_aopsHugh Dickins2017-02-221-4/+1
* slub: make sysfs directories for memcg sub-caches optionalTejun Heo2017-02-223-2/+46
* slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo2017-02-223-9/+10
* slab: remove slub sysfs interface files early for empty memcg cachesTejun Heo2017-02-221-2/+23
* slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo2017-02-224-4/+76
* slab: introduce __kmemcg_cache_deactivate()Tejun Heo2017-02-225-23/+36
* slab: implement slab_root_caches listTejun Heo2017-02-224-25/+53
* slab: link memcg kmem_caches on their associated memory cgroupTejun Heo2017-02-225-10/+40
* slab: reorganize memcg_cache_paramsTejun Heo2017-02-223-24/+40
* slab: remove synchronous rcu_barrier() call in memcg cache release pathTejun Heo2017-02-221-42/+60
* slub: separate out sysfs_slab_release() from sysfs_slab_remove()Tejun Heo2017-02-223-5/+13
* Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo2017-02-225-31/+23
* mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka2017-02-223-5/+9
* mm/slub: add a dump_stack() to the unexpected GFP checkBorislav Petkov2017-02-221-0/+1
* slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko2017-02-221-1/+4
* kernel/watchdog.c: do not hardcode CPU 0 as the initial threadPrarit Bhargava2017-02-221-10/+15
* 9p: fix a potential acl leakCong Wang2017-02-221-0/+2
* block: use for_each_thread() in sys_ioprio_set()/sys_ioprio_get()Tetsuo Handa2017-02-221-4/+4
* parisc: use generic current.hDavidlohr Bueso2017-02-222-15/+1
* ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren2017-02-222-29/+58
* ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren2017-02-223-3/+121
* score: remove asm/current.hDavidlohr Bueso2017-02-222-7/+1
* m32r: fix build warningSudip Mukherjee2017-02-221-5/+10
* m32r: use generic current.hDavidlohr Bueso2017-02-222-15/+1
* scripts/tags.sh: include arch/Kconfig* for tags generationHou Tao2017-02-221-0/+2
* scripts/checkincludes.pl: add exit message for no duplicates foundCheah Kok Cheong2017-02-221-0/+8
* scripts/checkstack.pl: add support for nios2Tobias Klauser2017-02-221-0/+3
* scripts/Lindent: clean up and optimizeJean Delvare2017-02-221-5/+9
* scripts/spelling.txt: fix incorrect typo-wordsRoss Zwisler2017-02-221-3/+3
* scripts/spelling.txt: add several more common spelling mistakesColin Ian King2017-02-221-0/+37
* tools/vm: add missing Makefile rulesDaniel Thompson2017-02-221-0/+8
* dma-debug: add comment for failed to check map errorMiles Chen2017-02-221-0/+5
* mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-228-85/+74
* mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-228-55/+39