OSDN Git Service

xen-blkback: don't "handle" error by BUG()
[android-x86/kernel.git] / mm /
2021-02-13 Theodore Ts'omemcg: fix a crash in wb_workfn when a device disappears
2021-02-10 Hugh Dickinsmm: thp: fix MADV_REMOVE deadlock on shmem THP
2021-02-10 Muchun Songmm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
2021-02-10 Muchun Songmm: hugetlb: fix a race between isolating and freeing...
2021-02-10 Muchun Songmm: hugetlb: fix a race between freeing and dissolving...
2021-02-10 Muchun Songmm: hugetlbfs: fix cannot migrate the fallocated HugeTL...
2021-02-10 Roman Gushchinmemblock: do not start bottom-up allocations with kerne...
2021-01-30 Wang HaiRevert "mm/slub: fix a memory leak in sysfs_slab_add()"
2021-01-27 Lecopzer Chenkasan: fix incorrect arguments passing in kasan_add_zer...
2021-01-27 Lecopzer Chenkasan: fix unaligned address is unhandled in kasan_remo...
2021-01-19 Jann Hornmm, slub: consider rest of partial list if acquire_slab...
2021-01-19 Miaohe Linmm/hugetlb: fix potential missing huge page size info
2020-12-11 Qian Caimm/swapfile: do not sleep with a spin lock held
2020-12-11 Yang Shimm: list_lru: set shrinker map bit when child nr_items...
2020-11-24 Gerald Schaefermm/userfaultfd: do not access vma->vm_mm after calling...
2020-11-24 Dongli Zhangpage_frag: Recover from memory pressure
2020-11-10 Shijie Luomm: mempolicy: fix potential pte_unmap_unlock pte error
2020-10-29 Suren Baghdasaryanmm, oom_adj: don't loop through tasks in __set_oom_adj...
2020-10-29 Ralph Campbellmm/memcg: fix device private memcg accounting
2020-10-14 Vijay Balakrishnamm: khugepaged: recalculate min_free_kbytes after memor...
2020-10-14 Hugh Dickinsmm/khugepaged: fix filemap page_to_pgoff(page) != offset
2020-10-07 Laurent Dufourmm: don't rely on system state to detect hot-plug opera...
2020-10-07 Laurent Dufourmm: replace memmap_context by meminit_context
2020-10-01 Gao Xiangmm, THP, swap: fix allocating cluster for swapfile...
2020-10-01 Qian Caimm/swap_state: fix a data race in swapin_nr_pages
2020-10-01 Jaewon Kimmm/mmap.c: initialize align_offset explicitly for vm_un...
2020-10-01 Qian Caimm/vmscan.c: fix data races using kswapd_classzone_idx
2020-10-01 Xianting Tianmm/filemap.c: clear page error before actual read
2020-10-01 Nathan Chancellormm/kmemleak.c: use address-of operator on section symbols
2020-10-01 Kirill A. Shutemovmm: avoid data corruption on CoW fault into PFN-mapped VMA
2020-10-01 Steven Pricemm: pagewalk: fix termination condition in walk_pte_range()
2020-10-01 Vasily Averinmm/swapfile.c: swap_next should increase position index
2020-10-01 Jia Hemm: fix double page fault on arm64 if PTE_AF is cleared
2020-09-26 Xunlei Pangmm: memcg: fix memcg reclaim soft lockup
2020-09-26 Ralph Campbellmm/thp: fix __split_huge_pmd_locked() for migration PMD
2020-09-23 Sunghyun Jinpercpu: fix first chunk size calculation for populated...
2020-09-09 Muchun Songmm/hugetlb: fix a race between hugetlb sysctl handlers
2020-09-09 Eugeniu Roscamm: slub: fix conversion of freelist_corrupted()
2020-09-09 Daniel Borkmannuaccess: Add non-pagefault user-space write function
2020-09-09 Masami Hiramatsuuaccess: Add non-pagefault user-space read functions
2020-08-26 Peter Xumm/hugetlb: fix calculation of adjust_range_if_pmd_shar...
2020-08-26 Charan Teja Reddymm, page_alloc: fix core hung in free_pcppages_bulk()
2020-08-26 Doug Bergermm: include CMA pages in lowmem_reserve at boot
2020-08-26 Hugh Dickinskhugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()
2020-08-26 Hugh Dickinskhugepaged: khugepaged_test_exit() check mmget_still_va...
2020-08-21 Hugh Dickinskhugepaged: retract_page_tables() remember to test...
2020-08-21 Michal Koutnýmm/page_counter.c: fix protection usage propagation
2020-08-19 Paul E. McKenneymm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
2020-07-29 Muchun Songmm: memcg/slab: fix memory leak at non-root kmem_cache...
2020-07-29 Roman Gushchinmm: memcg/slab: synchronize access to kmem_cache dying...
2020-07-29 Hugh Dickinsmm/memcg: fix refcount error while moving and swapping
2020-07-09 Qian Caimm/slub: fix stack overruns with SLUB_STATS
2020-07-09 Dongli Zhangmm/slub.c: fix corrupted freechain in deactivate_slab()
2020-07-09 Hugh Dickinsmm: fix swap cache node allocation mask
2020-07-01 Waiman Longmm/slab: use memzero_explicit() in kzfree()
2020-06-22 Pavel Tatashinmm: initialize deferred pages with interrupts enabled
2020-06-22 Andrea Arcangelimm: thp: make the THP mapcount atomic against __split_h...
2020-06-22 Wang Haimm/slub: fix a memory leak in sysfs_slab_add()
2020-06-22 Waiman Longmm: add kvfree_sensitive() for freeing sensitive data...
2020-06-07 Fan Yangmm: Fix mremap not considering huge pmd devmap
2020-06-03 Liviu Dudaumm/vmalloc.c: don't dereference possible NULL pointer...
2020-05-20 Hugh Dickinsshmem: fix possible deadlocks on shmlock_user_lock
2020-05-14 David Hildenbrandmm/page_alloc: fix watchdog soft lockups during set_zon...
2020-05-02 Yang Shimm: shmem: disable interrupt when acquiring info->lock...
2020-04-29 Muchun Songmm/ksm: fix NULL pointer dereference when KSM zero...
2020-04-29 Longpengmm/hugetlb: fix a addressing exception caused by huge_p...
2020-04-29 Jann Hornvmalloc: fix remap_vmalloc_range() bounds checks
2020-04-21 Austin Kimmm/vmalloc.c: move 'area->pages' after if statement
2020-04-17 Alexander Duyckmm: Use fixed constant in page_frag_alloc instead of...
2020-04-17 Kees Cookslub: improve bit diffusion for freelist ptr obfuscation
2020-04-13 Randy Dunlapmm: mempolicy: require at least one nodeid for MPOL_PRE...
2020-03-25 Joerg Roedelx86/mm: split vmalloc_sync_all()
2020-03-25 Vlastimil Babkamm, slub: prevent kmalloc_node crashes and memory leaks
2020-03-25 Linus Torvaldsmm: slub: be more careful about the double cmpxchg...
2020-03-25 Chunguang Xumemcg: fix NULL pointer dereference in __mem_cgroup_usa...
2020-03-20 Jann Hornmm: slub: add missing TID bump in kmem_cache_alloc_bulk()
2020-03-18 Shakeel Buttnet: memcg: late association of sock to memcg
2020-03-18 Shakeel Buttcgroup: memcg: net: do not associate sock with unrelate...
2020-03-11 Huang Yingmm: fix possible PMD dirty bit lost in set_pmd_migratio...
2020-03-11 Mel Gormanmm, numa: fix bad pmd by atomically check for pmd_trans...
2020-03-05 David Rientjesmm, thp: fix defrag setting if newline is not used
2020-03-05 Wei Yangmm/huge_memory.c: use head to check huge zero page
2020-02-28 Gavin Shanmm/vmscan.c: don't round up scan size for online memory...
2020-02-28 Vasily Averinmm/memcontrol.c: lost css_put in memcg_expand_shrinker_...
2020-02-11 David Hildenbrandmm/page_alloc.c: fix uninitialized memmaps on a partial...
2020-02-11 Pavel Tatashinmm: return zero_resv_unavail optimization
2020-02-11 Naoya Horiguchimm: zero remaining unavailable struct pages
2020-02-11 Yang Shimm: move_pages: report the number of non-attempted...
2020-02-11 Dan Williamsmm/memory_hotplug: fix remove_memory() lockdep splat
2020-02-05 Wei Yangmm/migrate.c: also overwrite error when it is bigger...
2020-02-05 Dan Carpentermm/mempolicy.c: fix out of bounds write in mpol_parse_str()
2020-01-29 David Hildenbrandmm/memory_hotplug: shrink zones when offlining memory
2020-01-29 David Hildenbrandmm/memory_hotplug: fix try_offline_node()
2020-01-29 Dan Williamsmm/hotplug: kill is_dev_zone() usage in __remove_pages()
2020-01-29 David Hildenbrandmm/memory_hotplug: remove "zone" parameter from sparse_...
2020-01-29 David Hildenbrandmm/memory_hotplug: remove memory block devices before...
2020-01-29 David Hildenbrandmm/memory_hotplug: create memory block devices after...
2020-01-29 David Hildenbrandmm/memory_hotplug: allow arch_remove_memory() without...
2020-01-29 David Hildenbrandmm/memory_hotplug: make __remove_pages() and arch_remov...
2020-01-29 David Hildenbrandmm/memory_hotplug: make __remove_section() never fail
next