summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* percpu: remove export of pcpu_base_addrGreg Kroah-Hartman2021-09-081-1/+0
* mm/damon: add kunit testsSeongJae Park2021-09-087-0/+760
* mm/damon/dbgfs: support multiple contextsSeongJae Park2021-09-081-2/+193
* mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park2021-09-081-2/+35
* mm/damon: implement a debugfs-based user space interfaceSeongJae Park2021-09-084-0/+454
* mm/damon: add a tracepointSeongJae Park2021-09-081-1/+6
* mm/damon: implement primitives for the virtual memory address spacesSeongJae Park2021-09-083-0/+674
* mm/idle_page_tracking: make PG_idle reusableSeongJae Park2021-09-083-12/+20
* mm/damon: adaptively adjust regionsSeongJae Park2021-09-081-9/+215
* mm/damon/core: implement region-based samplingSeongJae Park2021-09-081-4/+139
* mm: introduce Data Access MONitor (DAMON)SeongJae Park2021-09-085-0/+341
* kfence: test: fail fast if disabled at bootMarco Elver2021-09-081-0/+3
* kfence: show cpu and timestamp in alloc/free infoMarco Elver2021-09-083-6/+18
* mm/secretmem: use refcount_t instead of atomic_tJordy Zomer2021-09-081-4/+5
* mm: in_irq() cleanupChangbin Du2021-09-082-2/+2
* mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang2021-09-081-5/+0
* mm: don't allow executable ioremap mappingsChristoph Hellwig2021-09-081-1/+1
* mm: move ioremap_page_range to vmalloc.cChristoph Hellwig2021-09-083-31/+19
* mm: remove redundant compound_head() callingMuchun Song2021-09-081-2/+4
* mm/memory_hotplug: use helper zone_is_zone_device() to simplify the codeMiaohe Lin2021-09-081-3/+1
* mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand2021-09-081-4/+56
* mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand2021-09-081-3/+45
* mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand2021-09-081-5/+14
* drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand2021-09-081-1/+10
* mm/memory_hotplug: introduce "auto-movable" online policyDavid Hildenbrand2021-09-081-0/+191
* mm: track present early pages per zoneDavid Hildenbrand2021-09-082-3/+14
* mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand2021-09-081-11/+17
* mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-082-6/+3
* mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2021-09-081-2/+2
* mm: memory_hotplug: cleanup after removal of pfn_valid_within()Mike Rapoport2021-09-081-6/+3
* mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport2021-09-086-61/+11
* mm/memory_hotplug: fix potential permanent lru cache disableMiaohe Lin2021-08-251-0/+1
* hugetlb: don't pass page cache pages to restore_reserve_on_errorMike Kravetz2021-08-201-5/+14
* mm: vmscan: fix missing psi annotation for node_reclaim()Johannes Weiner2021-08-201-0/+3
* mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi2021-08-201-3/+9
* mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner2021-08-201-8/+19
* mm/page_alloc: don't corrupt pcppage_migratetypeDoug Berger2021-08-201-13/+12
* Revert "mm: swap: check if swap backing device is congested or not"Yang Shi2021-08-201-7/+0
* Revert "mm/shmem: fix shmem_swapin() race with swapoff"Yang Shi2021-08-201-13/+1
* mm/memcg: fix incorrect flushing of lruvec data in obj_stockWaiman Long2021-08-131-2/+4
* mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)David Hildenbrand2021-08-132-3/+8
* mm: slub: fix slub_debug disabling for list of slabsVlastimil Babka2021-08-131-5/+8
* slub: fix kmalloc_pagealloc_invalid_free unit testShakeel Butt2021-08-131-4/+4
* kasan, slub: reset tag when printing addressKuan-Ying Lee2021-08-131-2/+2
* kasan, kmemleak: reset tags when scanning blockKuan-Ying Lee2021-08-131-3/+3
* mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()Wang Hai2021-07-301-1/+1
* slub: fix unreclaimable slab stat for bulk freeShakeel Butt2021-07-301-10/+12
* mm/migrate: fix NR_ISOLATED corruption on 64-bitAneesh Kumar K.V2021-07-301-1/+1
* mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh...Johannes Weiner2021-07-301-1/+2
* mm: fix the deadlock in finish_fault()Qi Zheng2021-07-231-1/+10