aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-3/+2
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 3-8/+8
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-4/+4
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-21/+99
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-42/+6
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 5-115/+54
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-2/+14
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-69/+74
2019-05-01shmem: make use of ->free_inode()Gravatar Al Viro 1-3/+2
2019-04-30mm/vmalloc: Add flag for freeing of special permsissionsGravatar Rick Edgecombe 1-19/+94
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesGravatar Rick Edgecombe 1-2/+5
2019-04-29mm/page_owner: Simplify stack trace handlingGravatar Thomas Gleixner 1-51/+28
2019-04-29mm/kasan: Simplify stacktrace handlingGravatar Thomas Gleixner 2-21/+16
2019-04-29mm/kmemleak: Simplify stacktrace handlingGravatar Thomas Gleixner 1-21/+3
2019-04-29mm/slub: Simplify stack trace retrievalGravatar Thomas Gleixner 1-8/+4
2019-04-26mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagGravatar Andrey Ryabinin 1-3/+3
2019-04-26mm/page_alloc.c: avoid potential NULL pointer dereferenceGravatar Andrey Ryabinin 1-0/+3
2019-04-26mm, page_alloc: always use a captured page regardless of compaction resultGravatar Mel Gorman 1-5/+0
2019-04-26mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...Gravatar Mel Gorman 1-0/+13
2019-04-26mm/memory_hotplug.c: drop memory device reference after find_memory_block()Gravatar David Hildenbrand 1-0/+1
2019-04-19Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+4
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Gravatar Andrea Arcangeli 1-1/+6
2019-04-19mm/kmemleak.c: fix unused-function warningGravatar Arnd Bergmann 1-0/+2
2019-04-19mm: fix inactive list balancing between NUMA nodes and cgroupsGravatar Johannes Weiner 1-20/+9
2019-04-19mm/hotplug: treat CMA pages as unmovableGravatar Qian Cai 1-12/+18
2019-04-19mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nGravatar Konstantin Khlebnikov 1-5/+0
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Gravatar Hugh Dickins 2-28/+23
2019-04-19mm: swapoff: take notice of completion soonerGravatar Hugh Dickins 1-8/+11
2019-04-19mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIESGravatar Hugh Dickins 1-8/+8
2019-04-19mm: swapoff: shmem_find_swap_entries() filter out other typesGravatar Hugh Dickins 1-9/+9
2019-04-19slab: store tagged freelist for off-slab slabmgmtGravatar Qian Cai 1-1/+0
2019-04-17mm/slab: Remove store_stackinfo()Gravatar Qian Cai 1-42/+6
2019-04-14Merge branch 'page-refs' (page ref overflow)Gravatar Linus Torvalds 2-12/+49
2019-04-14mm/kasan: Remove the ULONG_MAX stack trace hackeryGravatar Thomas Gleixner 1-3/+0
2019-04-14mm/page_owner: Remove the ULONG_MAX stack trace hackeryGravatar Thomas Gleixner 1-3/+0
2019-04-14mm/slub: Remove the ULONG_MAX stack trace hackeryGravatar Thomas Gleixner 1-9/+4
2019-04-14mm: prevent get_user_pages() from overflowing page refcountGravatar Linus Torvalds 2-12/+49
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 3-9/+9
2019-04-09kasan: Makefile: Replace -pg with CC_FLAGS_FTRACEGravatar Torsten Duwe 1-3/+3
2019-04-07slab: fix a crash by reading /proc/slab_allocatorsGravatar Qian Cai 1-1/+2
2019-04-05mm/util.c: fix strndup_user() commentGravatar Andrew Morton 1-1/+1
2019-04-05mm: writeback: use exact memcg dirty countsGravatar Greg Thelen 1-2/+18
2019-04-05mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()Gravatar Aneesh Kumar K.V 1-0/+36
2019-04-05kmemleak: powerpc: skip scanning holes in the .bss sectionGravatar Catalin Marinas 1-5/+11
2019-04-04mm/compaction.c: abort search if isolation failsGravatar Qian Cai 1-1/+1
2019-04-04mm/compaction.c: correct zone boundary handling when resetting pageblock skip...Gravatar Mel Gorman 1-10/+17
2019-04-03x86/uaccess, kasan: Fix KASAN vs SMAPGravatar Peter Zijlstra 3-2/+14
2019-04-03asm-generic/tlb: Remove tlb_table_flush()Gravatar Peter Zijlstra 1-17/+17
2019-04-03asm-generic/tlb: Remove tlb_flush_mmu_free()Gravatar Peter Zijlstra 2-2/+2
2019-04-03asm-generic/tlb: Remove CONFIG_HAVE_GENERIC_MMU_GATHERGravatar Peter Zijlstra 1-4/+0