Age | Commit message (Expand) | Author |
2020-08-07 | mm/debug: switch dump_page to get_kernel_nofault | Matthew Wilcox (Oracle) |
2020-08-07 | mm/debug: print head flags in dump_page | Matthew Wilcox (Oracle) |
2020-08-07 | mm/debug: dump compound page information on a second line | Matthew Wilcox (Oracle) |
2020-08-07 | mm/debug: handle page->mapping better in dump_page | Matthew Wilcox (Oracle) |
2020-08-07 | Documentation/mm: add descriptions for arch page table helpers | Anshuman Khandual |
2020-08-07 | mm/debug_vm_pgtable: add debug prints for individual tests | Anshuman Khandual |
2020-08-07 | mm/debug_vm_pgtable: add tests validating advanced arch page table helpers | Anshuman Khandual |
2020-08-07 | mm/debug_vm_pgtable: add tests validating arch helpers for core MM features | Anshuman Khandual |
2020-08-07 | mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS" | Marco Elver |
2020-08-07 | mm/slub.c: drop lockdep_assert_held() from put_map() | Sebastian Andrzej Siewior |
2020-08-07 | mm, slab/slub: improve error reporting and overhead of cache_from_obj() | Vlastimil Babka |
2020-08-07 | mm, slab/slub: move and improve cache_from_obj() | Vlastimil Babka |
2020-08-07 | mm, slub: extend checks guarded by slub_debug static key | Vlastimil Babka |
2020-08-07 | mm, slub: introduce kmem_cache_debug_flags() | Vlastimil Babka |
2020-08-07 | mm, slub: introduce static key for slub_debug() | Vlastimil Babka |
2020-08-07 | mm, slub: make reclaim_account attribute read-only | Vlastimil Babka |
2020-08-07 | mm, slub: make remaining slub_debug related attributes read-only | Vlastimil Babka |
2020-08-07 | mm, slub: remove runtime allocation order changes | Vlastimil Babka |
2020-08-07 | mm, slub: make some slub_debug related attributes read-only | Vlastimil Babka |
2020-08-07 | mm, slub: extend slub_debug syntax for multiple blocks | Vlastimil Babka |
2020-08-07 | mm/slab.c: update outdated kmem_list3 in a comment | Xiao Yang |
2020-08-07 | mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_order | Long Li |
2020-08-07 | mm/slab: add naive detection of double free | Kees Cook |
2020-08-07 | mm: ksize() should silently accept a NULL pointer | William Kucharski |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long |
2020-08-07 | mm/shuffle: don't move pages between zones and don't read garbage memmaps | David Hildenbrand |
2020-08-07 | mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER | Ralph Campbell |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-08-05 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds |
2020-08-04 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-03 | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-08-03 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2020-08-03 | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2020-08-03 | Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-03 | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-02 | list: add "list_del_init_careful()" to go with "list_empty_careful()" | Linus Torvalds |
2020-08-02 | mm: rewrite wait_on_page_bit_common() logic | Linus Torvalds |
2020-07-31 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2020-07-28 | mm/notifier: add migration invalidation type | Ralph Campbell |
2020-07-28 | mm/migrate: add a flags parameter to migrate_vma | Ralph Campbell |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-24 | khugepaged: fix null-pointer dereference due to race | Kirill A. Shutemov |
2020-07-24 | mm/hugetlb: avoid hardcoding while checking if cma is enabled | Barry Song |
2020-07-24 | mm: memcg/slab: fix memory leak at non-root kmem_cache destroy | Muchun Song |
2020-07-24 | mm/memcg: fix refcount error while moving and swapping | Hugh Dickins |
2020-07-24 | mm/memcontrol: fix OOPS inside mem_cgroup_get_nr_swap_pages() | Bhupesh Sharma |
2020-07-24 | mm: initialize return of vm_insert_pages | Tom Rix |
2020-07-24 | vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way | Chengguang Xu |
2020-07-24 | mm/mmap.c: close race between munmap() and expand_upwards()/downwards() | Kirill A. Shutemov |