summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS"Marco Elver2020-08-072-0/+10
* mm/slub.c: drop lockdep_assert_held() from put_map()Sebastian Andrzej Siewior2020-08-071-2/+0
* mm, slab/slub: improve error reporting and overhead of cache_from_obj()Vlastimil Babka2020-08-073-45/+46
* mm, slab/slub: move and improve cache_from_obj()Vlastimil Babka2020-08-073-23/+29
* mm, slub: extend checks guarded by slub_debug static keyVlastimil Babka2020-08-071-3/+3
* mm, slub: introduce kmem_cache_debug_flags()Vlastimil Babka2020-08-071-5/+16
* mm, slub: introduce static key for slub_debug()Vlastimil Babka2020-08-071-3/+13
* mm, slub: make reclaim_account attribute read-onlyVlastimil Babka2020-08-071-10/+1
* mm, slub: make remaining slub_debug related attributes read-onlyVlastimil Babka2020-08-072-64/+5
* mm, slub: remove runtime allocation order changesVlastimil Babka2020-08-071-18/+1
* mm, slub: make some slub_debug related attributes read-onlyVlastimil Babka2020-08-072-54/+20
* mm, slub: extend slub_debug syntax for multiple blocksVlastimil Babka2020-08-073-52/+145
* mm/slab.c: update outdated kmem_list3 in a commentXiao Yang2020-08-071-1/+1
* mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_orderLong Li2020-08-074-14/+23
* mm/slab: add naive detection of double freeKees Cook2020-08-071-2/+12
* mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLABKees Cook2020-08-071-4/+5
* mm: ksize() should silently accept a NULL pointerWilliam Kucharski2020-08-071-9/+5
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-07114-320/+323
* ocfs2: fix unbalanced lockingPavel Machek2020-08-071-1/+7
* ocfs2: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-074-6/+6
* ocfs2: change slot number type s16 to u16Junxiao Bi2020-08-073-6/+6
* ocfs2: suballoc.h: delete a duplicated wordRandy Dunlap2020-08-071-1/+1
* ocfs2: fix remounting needed after setfacl commandGang He2020-08-071-0/+2
* ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani2020-08-074-19/+18
* scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2020-08-071-0/+19
* const_structs.checkpatch: add regulator_opsJoe Perches2020-08-071-0/+1
* scripts/decode_stacktrace.sh: guess path to vmlinux by release nameKonstantin Khlebnikov2020-08-071-5/+24
* scripts/decode_stacktrace.sh: guess path to modulesKonstantin Khlebnikov2020-08-071-3/+33
* scripts/decode_stacktrace.sh: guess basepath if not specifiedKonstantin Khlebnikov2020-08-071-3/+11
* scripts/decode_stacktrace.sh: skip missing symbolsKonstantin Khlebnikov2020-08-071-1/+5
* scripts/bloat-o-meter: Support comparing library archivesNikolay Borisov2020-08-071-0/+2
* scripts/tags.sh: collect compiled source preciselyJialu Xu2020-08-071-14/+4
* tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointe...Gaurav Singh2020-08-071-1/+1
* tools/: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-075-5/+5
* kthread: remove incorrect comment in kthread_create_on_cpu()Ilias Stamatis2020-08-071-1/+0
* mm: fix kthread_use_mm() vs TLB invalidatePeter Zijlstra2020-08-071-1/+6
* mm/shuffle: don't move pages between zones and don't read garbage memmapsDavid Hildenbrand2020-08-071-9/+9
* mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIERRalph Campbell2020-08-072-3/+16
* Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-0663-1565/+1799
|\
| * MAINTAINERS: enlist Greg formally for console stuffDaniel Vetter2020-08-041-0/+6
| * vgacon: Fix for missing check in scrollback handlingYunhai Zhang2020-08-041-0/+4
| * Revert "serial: 8250: Let serial core initialise spin lock"Andy Shevchenko2020-08-021-0/+1
| * serial: 8250: Let serial core initialise spin lockAndy Shevchenko2020-07-311-1/+0
| * tty: keyboard, do not speculate on func_table indexJiri Slaby2020-07-311-1/+2
| * serial: stm32: Add RS485 RTS GPIO controlMarek Vasut2020-07-301-0/+8
| * serial: 8250_dw: Fix common clocks usage race conditionSerge Semin2020-07-291-2/+101
| * serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin2020-07-291-3/+3
| * serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin2020-07-291-11/+4
| * serial: 8250: Add 8250 port clock update methodSerge Semin2020-07-292-0/+42
| * tty: serial: imx: add imx earlycon driverFugang Duan2020-07-292-0/+58