aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin3-35/+150
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin2-9/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds10-10/+10
2016-12-20mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEEDJohannes Weiner1-1/+14
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-2/+0
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-569/+643
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox1-10/+18
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox1-1/+25
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox2-7/+6
2016-12-14dax: protect PTE modification on WP fault by radix tree entry lockJan Kara1-1/+1
2016-12-14mm: export follow_pte()Jan Kara1-2/+2
2016-12-14mm: change return values of finish_mkwrite_fault()Jan Kara1-4/+3
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara1-27/+40
2016-12-14mm: move part of wp_page_reuse() into the single call siteJan Kara1-15/+12
2016-12-14mm: use vmf->page during WP faultsJan Kara1-29/+29
2016-12-14mm: pass vm_fault structure into do_page_mkwrite()Jan Kara1-12/+10
2016-12-14mm: factor out common parts of write fault handlingJan Kara1-41/+37
2016-12-14mm: move handling of COW faults into DAX codeJan Kara1-9/+4
2016-12-14mm: factor out functionality to finish page faultsJan Kara1-9/+35
2016-12-14mm: allow full handling of COW faults in ->fault handlersJan Kara1-7/+7
2016-12-14mm: add orig_pte field into vm_faultJan Kara3-46/+45
2016-12-14mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara1-7/+2
2016-12-14mm: trim __do_fault() argumentsJan Kara1-38/+29
2016-12-14mm: use passed vm_fault structure in __do_fault()Jan Kara1-15/+10
2016-12-14mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara2-17/+19
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-5/+4
2016-12-14mm: join struct fault_env and vm_faultJan Kara6-387/+392
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes3-12/+16
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2-5/+9
2016-12-14mm: add support for releasing multiple instances of a pageAlexander Duyck1-0/+14
2016-12-14mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko1-3/+14
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-2/+4
2016-12-14vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds1-1/+1
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+2
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-6/+1
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+2
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+2
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+8
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+3
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds33-583/+727
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-294/+172
2016-12-12mm/percpu.c: fix panic triggered by BUG_ON() falselyzijun_hu1-4/+12
2016-12-12kasan: eliminate long stalls during quarantine reductionDmitry Vyukov1-46/+48
2016-12-12kasan: support panic_on_warnDmitry Vyukov1-0/+2
2016-12-12mm: make transparent hugepage size publicHugh Dickins1-0/+10
2016-12-12mm: add three more cond_resched() in swapoffHugh Dickins1-7/+6
2016-12-12mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman1-2/+10
2016-12-12mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka1-35/+34
2016-12-12mm, debug: print raw struct page data in __dump_page()Vlastimil Babka1-0/+4
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V4-17/+87
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V1-2/+16
2016-12-12mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes1-5/+9
2016-12-12mm: turn vmap_purge_lock into a mutexChristoph Hellwig1-7/+7
2016-12-12mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig1-1/+6
2016-12-12mm: add vfree_atomic()Andrey Ryabinin1-6/+36
2016-12-12mm: refactor __purge_vmap_area_lazy()Christoph Hellwig1-45/+35
2016-12-12mm: remove free_unmap_vmap_area_addr()Christoph Hellwig1-13/+8
2016-12-12mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig1-11/+2
2016-12-12mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner1-19/+25
2016-12-12mm: workingset: restore refault tracking for single-page filesJohannes Weiner1-8/+1
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner3-80/+51
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner1-1/+2
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner4-7/+8
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner1-4/+4
2016-12-12mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner1-8/+12
2016-12-12mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner1-2/+4
2016-12-12mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner1-0/+5
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe1-11/+28
2016-12-12shmem: fix compilation warnings on unused functionsJérémy Lefaure1-0/+2
2016-12-12mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov1-1/+4
2016-12-12mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens1-0/+4
2016-12-12of/fdt: mark hotpluggable memoryReza Arbab1-1/+1
2016-12-12mm: enable CONFIG_MOVABLE_NODE on non-x86 archesReza Arbab1-1/+1
2016-12-12mm: remove x86-only restriction of movable_nodeReza Arbab1-20/+0
2016-12-12mm/mempolicy.c: forbid static or relative flags for local NUMA modePiotr Kwapulinski1-1/+3
2016-12-12mm: fix up get_user_pages* commentsLorenzo Stoakes1-10/+6
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V1-15/+6
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V4-1/+16
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V1-1/+1
2016-12-12mm: use the correct page size when removing the pageAneesh Kumar K.V1-2/+2
2016-12-12shmem: avoid maybe-uninitialized warningArnd Bergmann1-3/+1
2016-12-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2-26/+14
2016-12-12mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistMichal Hocko1-16/+8
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes3-4/+4
2016-12-12mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu1-22/+5
2016-12-12mm: make unreserve highatomic functions reliableMinchan Kim1-7/+17
2016-12-12mm: try to exhaust highatomic reserve before the OOMMinchan Kim1-5/+10
2016-12-12mm: prevent double decrease of nr_reserved_highatomicMinchan Kim1-6/+18
2016-12-12mm: don't steal highatomic pageblockMinchan Kim1-2/+4
2016-12-12kmemleak: fix reference to DocumentationAndreas Platschek1-1/+1
2016-12-12mm/hugetlb.c: use huge_pte_lock instead of opencoding the lockAneesh Kumar K.V1-4/+2
2016-12-12mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V1-5/+7
2016-12-12mm/gup.c: make unnecessarily global vma_permits_fault() staticTobias Klauser1-1/+2
2016-12-12mm/vmscan.c: set correct defer count for shrinkerShaohua Li1-3/+11
2016-12-12mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen1-0/+13
2016-12-12mm, slab: maintain total slab count instead of active countDavid Rientjes2-43/+31
2016-12-12mm, slab: faster active and free statsGreg Thelen2-71/+49
2016-12-12mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier2-0/+21
2016-12-12slub: avoid false-postive warningArnd Bergmann1-1/+1
2016-12-12slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov5-23/+31
2016-12-12mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov1-1/+14
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2016-12-12Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki1-1/+8
2016-12-12Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+7
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-2/+0
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds1-1/+14
2016-12-06x86/suspend: fix false positive KASAN warning on suspend/resumeJosh Poimboeuf1-1/+8
2016-12-02mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko1-0/+2
2016-12-02mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko1-1/+1
2016-12-02mm/compaction: Convert to hotplug state machineAnna-Maria Gleixner1-13/+18
2016-12-02mm/zswap: Convert pool to hotplug state machineSebastian Andrzej Siewior1-65/+34
2016-12-02mm/zswap: Convert dst-mem to hotplug state machineSebastian Andrzej Siewior1-56/+17
2016-12-02mm/zsmalloc: Convert to hotplug state machineSebastian Andrzej Siewior1-54/+13
2016-12-02mm/vmstat: Convert to hotplug state machineSebastian Andrzej Siewior1-41/+35
2016-12-02mm/vmstat: Avoid on each online CPU loopsSebastian Andrzej Siewior1-7/+9
2016-12-02mm/vmstat: Drop get_online_cpus() from init_cpu_node_state/vmstat_cpu_dead()Sebastian Andrzej Siewior1-6/+1
2016-11-30mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov1-4/+4
2016-11-30kasan: support use-after-scope detectionDmitry Vyukov3-0/+23
2016-11-30kasan: update kasan_global for gcc 7Dmitry Vyukov1-0/+3
2016-11-30thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov1-2/+5
2016-11-30mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure1-0/+2
2016-11-29mremap: move_ptes: check pte dirty after its removalAaron Lu2-6/+10
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman2-2/+2
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-0/+2
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu2-10/+29
2016-11-17Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar9-11/+86
2016-11-14Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman9-11/+86
2016-11-13Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o1-3/+2
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski1-0/+1
2016-11-11memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen1-2/+2
2016-11-11mm/filemap: don't allow partially uptodate page for pipesEryu Guan1-0/+3
2016-11-11mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz1-0/+66
2016-11-11mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi1-7/+5
2016-11-11swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2016-11-11mm/cma.c: check the max limit for cma allocationShiraz Hashim1-0/+3
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins1-0/+2
2016-11-11mm: remove extra newline from allocation stall warningTetsuo Handa1-1/+1
2016-11-10lkdtm: Do not use flush_icache_range() on user addressesCatalin Marinas2-0/+2
2016-11-09mm/vmscan: Convert to hotplug state machineSebastian Andrzej Siewior1-14/+14
2016-11-09mm/page_alloc: Convert to hotplug state machineSebastian Andrzej Siewior1-24/+25
2016-11-09mm/memcg: Convert to hotplug state machineSebastian Andrzej Siewior1-16/+8
2016-11-09x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov2-6/+7
2016-11-08writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe2-0/+2
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler1-2/+1
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler1-1/+1
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-4/+1
2016-11-01Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-11-01Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar14-177/+65
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook1-1/+1
2016-10-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-26/+56
2016-10-27mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2-0/+11
2016-10-27mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas1-2/+5
2016-10-27mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2-16/+28
2016-10-27mm: page_alloc: use KERN_CONT where appropriateJoe Perches1-7/+9
2016-10-27mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov1-0/+2
2016-10-27mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim1-1/+1
2016-10-27Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testingLinus Torvalds1-1/+1
2016-10-27mm: remove unused variable in memory hotplugLinus Torvalds1-1/+0
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds3-144/+3
2016-10-25mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf1-2/+2
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes2-3/+2
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+3
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski1-1/+3
2016-10-19percpu: ensure the requested alignment is power of twozijun_hu1-1/+2
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo1-6/+1
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds7-71/+73
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes3-11/+8
2016-10-19mm/numa: Remove duplicated include from mprotect.cWei Yongjun1-1/+0
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-12/+6
2016-10-19mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-11/+21
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2-16/+12
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes3-24/+8
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-11/+2
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes3-11/+14
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes3-20/+8
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes3-13/+23
2016-10-18mm: remove write/force parameters from __get_user_pages_locked()Lorenzo Stoakes1-14/+33
2016-10-18mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-10-16kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov1-3/+19
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-18/+20
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds1-3/+0
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas5-9/+56
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro11-56/+60
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-15/+0
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-1/+1
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy1-0/+5
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+85
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds34-873/+1250
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-15/+0
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-1/+1
2016-10-07proc: much faster /proc/vmstatAlexey Dobriyan1-1/+4
2016-10-07mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-2/+2
2016-10-07mm: warn about allocations which stall for too longMichal Hocko1-0/+10
2016-10-07mm: consolidate warn_alloc_failed usersMichal Hocko2-23/+18