summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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-301-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-041-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-046-59/+329
|\ \ \ \ \ \ \
| * | | | | | | fortify: Adjust KUnit test for modular buildKees Cook2022-09-141-2/+1
| * | | | | | | kunit/memcpy: Avoid pathological compile-time string sizeKees Cook2022-09-081-1/+1
| * | | | | | | lib: Improve the is_signed_type() kunit testBart Van Assche2022-09-081-1/+6
| * | | | | | | fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook2022-09-083-0/+87
| * | | | | | | string: Introduce strtomem() and strtomem_pad()Kees Cook2022-09-081-4/+55
| * | | | | | | overflow: Split up kunit tests for smaller stack framesKees Cook2022-09-081-27/+51
| * | | | | | | overflow: Allow mixed type argumentsKees Cook2022-09-081-29/+72
| * | | | | | | testing/selftests: Add tests for the is_signed_type() macroBart Van Assche2022-08-313-0/+61
| | |_|_|/ / / | |/| | | | |
* | | | | | | Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+34
* | | | | | | vsprintf: add new `%pA` format specifierGary Guo2022-09-281-0/+13
| |_|/ / / / |/| | | | |
* | | | | | Makefile.debug: re-enable debug info for .S filesNick Desaulniers2022-09-241-1/+3
| |/ / / / |/| | | |
* | | | | Merge tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-08-311-1/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | crypto: lib - remove unneeded selection of XOR_BLOCKSEric Biggers2022-08-261-1/+0
| | |/ / | |/| |
* | | | Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linuxLinus Torvalds2022-08-283-24/+37
|\ \ \ \
| * | | | lib/cpumask_kunit: log mask contentsSander Vanheule2022-08-241-20/+31
| * | | | lib/test_cpumask: follow KUnit style guidelinesSander Vanheule2022-08-243-3/+6
| * | | | lib/test_cpumask: fix cpu_possible_mask last testSander Vanheule2022-08-241-1/+1
| * | | | lib/test_cpumask: drop cpu_possible_mask full testSander Vanheule2022-08-241-1/+0
| | |/ / | |/| |
* | | | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-251-3/+9
|\ \ \ \ | |/ / / |/| | |
| * | | ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima2022-08-241-3/+9
| |/ /
* | | lib/cpumask: drop always-true preprocessor guardSander Vanheule2022-08-151-2/+0
* | | lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule2022-08-151-1/+2
|/ /
* | lib: remove lib/nodemask.cYury Norov2022-08-121-23/+0
* | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-091-455/+371
|\ \
| * | fix copy_page_from_iter() for compound destinationsAl Viro2022-08-091-4/+18
| * | copy_page_to_iter(): don't split high-order page in case of ITER_PIPEAl Viro2022-08-091-15/+6
| * | expand those iov_iter_advance()...Al Viro2022-08-091-2/+9
| * | pipe_get_pages(): switch to append_pipe()Al Viro2022-08-091-29/+6