summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-075-86/+555
|\
| * Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman2022-09-125-28/+46
| |\
| * | dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodesJim Cromie2022-09-071-15/+110
| * | dyndbg: add drm.debug style (drm/parameters/debug) bitmap supportJim Cromie2022-09-071-0/+212
| * | dyndbg: validate class FOO by checking with moduleJim Cromie2022-09-071-8/+68
| * | dyndbg: add ddebug_attach_module_classesJim Cromie2022-09-071-1/+31
| * | kernel/module: add __dyndbg_classes sectionJim Cromie2022-09-071-0/+7
| * | dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie2022-09-071-9/+31
| * | dyndbg: cleanup auto vars in dynamic_debug_initJim Cromie2022-09-071-16/+17
| * | dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie2022-09-071-29/+0
| * | dyndbg: add test_dynamic_debug moduleJim Cromie2022-09-073-0/+81
| * | dyndbg: let query-modname override actual module nameJim Cromie2022-09-071-4/+7
| * | dyndbg: use ESCAPE_SPACE for cat controlJim Cromie2022-09-071-1/+1
| * | dyndbg: reverse module.callsite walk in cat controlJim Cromie2022-09-071-6/+6
| * | dyndbg: reverse module walk in cat controlJim Cromie2022-09-071-1/+1
| * | dyndbg: show both old and new in change-infoJim Cromie2022-09-071-5/+6
| * | dyndbg: fix static_branch manipulationJim Cromie2022-09-071-2/+3
| * | devres: remove devm_ioremap_npChristoph Hellwig2022-09-011-15/+0
* | | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-3/+0
|\ \ \
| * \ \ Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-056-31/+48
| |\ \ \ | | | |/ | | |/|
| * | | kernel/panic: Drop unblank_screen callDaniel Vetter2022-09-011-3/+0
* | | | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-39/+70
|\ \ \ \
| * | | | sbitmap: fix lockup while swappingHugh Dickins2022-09-291-1/+1
| * | | | sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-121-14/+23
| * | | | sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batchUros Bizjak2022-09-081-5/+5
| * | | | sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()Jan Kara2022-09-081-3/+15
| * | | | Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe2022-09-041-17/+14
| * | | | sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-011-14/+17
| * | | | sbitmap: remove unnecessary code in __sbitmap_queue_get_batchLiu Song2022-08-261-3/+2
| * | | | sbitmap: fix possible io hung due to lost wakeupYu Kuai2022-08-231-22/+33
| | |_|/ | |/| |
* | | | Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-065-2/+41
|\ \ \ \
| * | | | lib: stackinit: update reference to kunit-toolTales Aparecida2022-09-301-1/+1
| * | | | lib: overflow: update reference to kunit-toolTales Aparecida2022-09-301-1/+1
| * | | | kunit: add kunit.enable to enable/disable KUnit testJoe Fradley2022-09-303-0/+39
* | | | | Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-10-051-0/+44
|\ \ \ \ \
| * \ \ \ \ ASoC: Merge tag 'v6.0-rc4' into asoc-6.1Mark Brown2022-09-136-31/+48
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | lib/string_helpers: Introduce parse_int_array_user()Cezary Rojewski2022-09-051-0/+44
| | |_|_|/ | |/| | |
* | | | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-042-4/+57
|\ \ \ \ \
| * | | | | once: rename _SLOW to _SLEEPABLEJason A. Donenfeld2022-10-031-5/+5
| * | | | | once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-031-0/+30
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-1/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | netlink: introduce NLA_POLICY_MAX_BEFlorian Westphal2022-09-071-4/+27
| | |_|/ / | |/| | |
* | | | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-036-59/+329
|\ \ \ \ \
| * | | | | fortify: Adjust KUnit test for modular buildKees Cook2022-09-141-2/+1
| * | | | | kunit/memcpy: Avoid pathological compile-time string sizeKees Cook2022-09-071-1/+1
| * | | | | lib: Improve the is_signed_type() kunit testBart Van Assche2022-09-071-1/+6
| * | | | | fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook2022-09-073-0/+87
| * | | | | string: Introduce strtomem() and strtomem_pad()Kees Cook2022-09-071-4/+55
| * | | | | overflow: Split up kunit tests for smaller stack framesKees Cook2022-09-071-27/+51
| * | | | | overflow: Allow mixed type argumentsKees Cook2022-09-071-29/+72