summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-08-07mm/debug_vm_pgtable: add tests validating arch helpers for core MM featuresAnshuman Khandual
2020-08-07mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS"Marco Elver
2020-08-07mm/slub.c: drop lockdep_assert_held() from put_map()Sebastian Andrzej Siewior
2020-08-07mm, slab/slub: improve error reporting and overhead of cache_from_obj()Vlastimil Babka
2020-08-07mm, slab/slub: move and improve cache_from_obj()Vlastimil Babka
2020-08-07mm, slub: extend checks guarded by slub_debug static keyVlastimil Babka
2020-08-07mm, slub: introduce kmem_cache_debug_flags()Vlastimil Babka
2020-08-07mm, slub: introduce static key for slub_debug()Vlastimil Babka
2020-08-07mm, slub: make reclaim_account attribute read-onlyVlastimil Babka
2020-08-07mm, slub: make remaining slub_debug related attributes read-onlyVlastimil Babka
2020-08-07mm, slub: remove runtime allocation order changesVlastimil Babka
2020-08-07mm, slub: make some slub_debug related attributes read-onlyVlastimil Babka
2020-08-07mm, slub: extend slub_debug syntax for multiple blocksVlastimil Babka
2020-08-07mm/slab.c: update outdated kmem_list3 in a commentXiao Yang
2020-08-07mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_orderLong Li
2020-08-07mm/slab: add naive detection of double freeKees Cook
2020-08-07mm: ksize() should silently accept a NULL pointerWilliam Kucharski
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-07mm/shuffle: don't move pages between zones and don't read garbage memmapsDavid Hildenbrand
2020-08-07mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIERRalph Campbell
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-02list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds
2020-08-02mm: rewrite wait_on_page_bit_common() logicLinus Torvalds
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...core-rcu-2020-08-03Ingo Molnar
2020-07-28mm/notifier: add migration invalidation typeRalph Campbell
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24khugepaged: fix null-pointer dereference due to raceKirill A. Shutemov
2020-07-24mm/hugetlb: avoid hardcoding while checking if cma is enabledBarry Song
2020-07-24mm: memcg/slab: fix memory leak at non-root kmem_cache destroyMuchun Song
2020-07-24mm/memcg: fix refcount error while moving and swappingHugh Dickins
2020-07-24mm/memcontrol: fix OOPS inside mem_cgroup_get_nr_swap_pages()Bhupesh Sharma
2020-07-24mm: initialize return of vm_insert_pagesTom Rix
2020-07-24vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right wayChengguang Xu
2020-07-24mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov
2020-07-21alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()Will Deacon
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-16mm/debug_vm_pgtable: Remove uninitialized_var() usageKees Cook
2020-07-13mm: document warning in move_normal_pmd() and make it warn only onceLinus Torvalds
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-10debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski
2020-07-10mm/hmm: provide the page mapping order in hmm_range_fault()Ralph Campbell