summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm/debug: switch dump_page to get_kernel_nofaultMatthew Wilcox (Oracle)1-20/+16
2020-08-07mm/debug: print head flags in dump_pageMatthew Wilcox (Oracle)1-1/+1
2020-08-07mm/debug: dump compound page information on a second lineMatthew Wilcox (Oracle)1-18/+12
2020-08-07mm/debug: handle page->mapping better in dump_pageMatthew Wilcox (Oracle)1-2/+13
2020-08-07Documentation/mm: add descriptions for arch page table helpersAnshuman Khandual2-0/+264
2020-08-07mm/debug_vm_pgtable: add debug prints for individual testsAnshuman Khandual1-1/+45
2020-08-07mm/debug_vm_pgtable: add tests validating advanced arch page table helpersAnshuman Khandual1-0/+312
2020-08-07mm/debug_vm_pgtable: add tests validating arch helpers for core MM featuresAnshuman Khandual1-1/+301
2020-08-07mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS"Marco Elver2-0/+10
2020-08-07mm/slub.c: drop lockdep_assert_held() from put_map()Sebastian Andrzej Siewior1-2/+0
2020-08-07mm, slab/slub: improve error reporting and overhead of cache_from_obj()Vlastimil Babka3-45/+46
2020-08-07mm, slab/slub: move and improve cache_from_obj()Vlastimil Babka3-23/+29
2020-08-07mm, slub: extend checks guarded by slub_debug static keyVlastimil Babka1-3/+3
2020-08-07mm, slub: introduce kmem_cache_debug_flags()Vlastimil Babka1-5/+16
2020-08-07mm, slub: introduce static key for slub_debug()Vlastimil Babka1-3/+13
2020-08-07mm, slub: make reclaim_account attribute read-onlyVlastimil Babka1-10/+1
2020-08-07mm, slub: make remaining slub_debug related attributes read-onlyVlastimil Babka2-64/+5
2020-08-07mm, slub: remove runtime allocation order changesVlastimil Babka1-18/+1
2020-08-07mm, slub: make some slub_debug related attributes read-onlyVlastimil Babka2-54/+20
2020-08-07mm, slub: extend slub_debug syntax for multiple blocksVlastimil Babka3-52/+145
2020-08-07mm/slab.c: update outdated kmem_list3 in a commentXiao Yang1-1/+1
2020-08-07mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_orderLong Li4-14/+23
2020-08-07mm/slab: add naive detection of double freeKees Cook1-2/+12
2020-08-07mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLABKees Cook1-4/+5
2020-08-07mm: ksize() should silently accept a NULL pointerWilliam Kucharski1-9/+5
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long114-320/+323
2020-08-07ocfs2: fix unbalanced lockingPavel Machek1-1/+7
2020-08-07ocfs2: replace HTTP links with HTTPS onesAlexander A. Klimov4-6/+6
2020-08-07ocfs2: change slot number type s16 to u16Junxiao Bi3-6/+6
2020-08-07ocfs2: suballoc.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-08-07ocfs2: fix remounting needed after setfacl commandGang He1-0/+2
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani4-19/+18
2020-08-07scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+19
2020-08-07const_structs.checkpatch: add regulator_opsJoe Perches1-0/+1
2020-08-07scripts/decode_stacktrace.sh: guess path to vmlinux by release nameKonstantin Khlebnikov1-5/+24
2020-08-07scripts/decode_stacktrace.sh: guess path to modulesKonstantin Khlebnikov1-3/+33
2020-08-07scripts/decode_stacktrace.sh: guess basepath if not specifiedKonstantin Khlebnikov1-3/+11
2020-08-07scripts/decode_stacktrace.sh: skip missing symbolsKonstantin Khlebnikov1-1/+5
2020-08-07scripts/bloat-o-meter: Support comparing library archivesNikolay Borisov1-0/+2
2020-08-07scripts/tags.sh: collect compiled source preciselyJialu Xu1-14/+4
2020-08-07tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointe...Gaurav Singh1-1/+1
2020-08-07tools/: replace HTTP links with HTTPS onesAlexander A. Klimov5-5/+5
2020-08-07kthread: remove incorrect comment in kthread_create_on_cpu()Ilias Stamatis1-1/+0
2020-08-07mm: fix kthread_use_mm() vs TLB invalidatePeter Zijlstra1-1/+6
2020-08-07mm/shuffle: don't move pages between zones and don't read garbage memmapsDavid Hildenbrand1-9/+9
2020-08-07mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIERRalph Campbell2-3/+16
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds63-1565/+1799
2020-08-06Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds829-7174/+12193
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds688-5766/+17934
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds71-1212/+1633