summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-225-14/+70
|\
| * exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim2021-02-223-9/+40
| * exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon2021-02-222-5/+30
* | Merge tag 'zonefs-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-223-0/+116
|\ \
| * | zonefs: Fix file size of zones in full conditionShin'ichiro Kawasaki2021-02-181-0/+3
| * | zonefs: add tracepoints for file operationsJohannes Thumshirn2021-02-163-0/+113
* | | Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-02-223-2/+30
|\ \ \
| * | | make dump_common_audit_data() safe to be called from RCU pathwalkAl Viro2021-01-161-2/+3
| * | | new helper: d_find_alias_rcu()Al Viro2021-01-162-0/+27
* | | | Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2021-02-224-18/+13
|\ \ \ \
| * | | | orangefs_file_mmap(): use %pDAl Viro2021-01-061-4/+1
| * | | | cifs_debug: use %pd instead of messing with ->d_nameAl Viro2021-01-061-2/+2
| * | | | erofs: use %pd instead of messing with ->d_nameAl Viro2021-01-061-2/+2
| * | | | cramfs: use %pD instead of messing with file_dentry()->d_nameAl Viro2021-01-051-10/+8
* | | | | Merge tag 'memblock-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-222-6/+2
|\ \ \ \ \
| * | | | | mm: memblock: remove return value of memblock_free_all()Daeseok Youn2021-01-142-6/+2
* | | | | | Merge tag 'kgdb-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-02-225-64/+34
|\ \ \ \ \ \
| * | | | | | kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson2021-02-112-27/+0
| * | | | | | kdb: Make memory allocations more robustSumit Garg2021-02-081-1/+1
| * | | | | | kdb: kdb_support: Fix debugging information problemStephen Zhang2021-02-042-33/+30
| * | | | | | kernel: debug: fix typo issuewengjianfeng2021-02-041-2/+2
| * | | | | | kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn2021-02-041-1/+1
* | | | | | | Merge tag 'livepatching-for-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-224-22/+313
|\ \ \ \ \ \ \
| * | | | | | | Documentation: livepatch: document reliable stacktraceMark Rutland2021-01-262-0/+310
| * | | | | | | Documentation: livepatch: Convert to automatically generated contentsMark Brown2021-01-262-22/+3
* | | | | | | | Merge tag 'printk-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-228-27/+103
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'printk-rework' into for-linusPetr Mladek2021-02-222-11/+19
| |\ \ \ \ \ \ \ \
| | * | | | | | | | printk: avoid prb_first_valid_seq() where possibleJohn Ogness2021-02-121-10/+18
| | * | | | | | | | printk: rectify kernel-doc for prb_rec_init_wr()Lukas Bulwahn2021-01-261-1/+1
| * | | | | | | | | Merge branch 'for-5.12-no_hash_pointers' into for-linusPetr Mladek2021-02-225-12/+72
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | lib/vsprintf: no_hash_pointers prints all addresses as unhashedTimur Tabi2021-02-153-2/+57
| | * | | | | | | | | kselftest: add support for skipped testsTimur Tabi2021-02-151-6/+12
| | * | | | | | | | | lib: use KSTM_MODULE_GLOBALS macro in kselftest driversTimur Tabi2021-02-152-4/+3
| * | | | | | | | | | printk: fix deadlock when kernel panicMuchun Song2021-02-101-4/+12
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'linux-kselftest-kunit-5.12-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-02-2210-132/+390
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov2021-02-081-1/+3
| * | | | | | | | | | kunit: tool: add support for filtering suites by globDaniel Latypov2021-02-083-12/+28
| * | | | | | | | | | kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov2021-02-082-9/+85
| * | | | | | | | | | kunit: don't show `1 == 1` in failed assertion messagesDaniel Latypov2021-02-081-6/+33
| * | | | | | | | | | kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov2021-02-083-7/+46
| * | | | | | | | | | Documentation: kunit: add tips.rst for small examplesDaniel Latypov2021-02-083-1/+120
| * | | | | | | | | | KUnit: Docs: make start.rst example Kconfig follow style.rstDaniel Latypov2021-02-081-1/+2
| * | | | | | | | | | kunit: tool: simplify kconfig is_subset_of() logicDaniel Latypov2021-02-081-7/+6
| * | | | | | | | | | minor: kunit: tool: fix unit test so it can run from non-root dirDaniel Latypov2021-02-081-36/+24
| * | | | | | | | | | kunit: tool: use `with open()` in unit testDaniel Latypov2021-02-081-19/+14
| * | | | | | | | | | kunit: tool: stop using bare asserts in unit testDaniel Latypov2021-02-081-26/+24
| * | | | | | | | | | kunit: tool: fix unit test cleanup handlingDaniel Latypov2021-02-081-8/+6
* | | | | | | | | | | Merge tag 'linux-kselftest-next-5.12-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-02-228-44/+132
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | selftests/seccomp: Accept any valid fd in user_notification_addfdSeth Forshee2021-02-091-6/+2
| * | | | | | | | | | | selftests/timens: add futex binary to .gitignoreTobias Klauser2021-02-081-0/+1