summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-35/+31
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-132-99/+192
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-305-44/+80
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-03-281-11/+46
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_addEli Cohen2023-03-241-0/+11
| | * | | | | | | | | lib: cpu_rmap: Use allocator for rmap entriesEli Cohen2023-03-241-11/+32
| | * | | | | | | | | lib: cpu_rmap: Avoid use after free on rmap->obj array entriesEli Cohen2023-03-241-1/+4
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2023-03-282-1/+282
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | atomics: Provide rcuref - scalable reference countingThomas Gleixner2023-03-282-1/+282
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-173-5/+24
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | lib: packing: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-091-1/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-262-1/+204
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=mAkinobu Mita2023-04-161-1/+2
| * | | | | | | | | fault-inject: allow configuration via configfsAkinobu Mita2023-04-132-1/+203
| |/ / / / / / / /
* | | | | | | | | Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-04-261-6/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | libcrc32c: remove crc32c_implChristoph Hellwig2023-04-171-6/+0
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-261-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: lib/utils - Move utilities into new headerHerbert Xu2023-03-311-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-04-251-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/vsprintf: Use isodigit() for the octal number checkAndy Shevchenko2023-04-031-1/+1
* | | | | | | | | | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+4
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-251-9/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-211-9/+4
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'core-debugobjects-2023-04-24' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-04-251-59/+66
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | debugobject: Prevent init race with static objectsThomas Gleixner2023-04-151-59/+66
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-04-244-29/+419
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kunit: add tests for using current KUnit test fieldRae Moar2023-04-051-1/+41
| * | | | | | | | | list: test: Test the klist structureSadiya Kazi2023-03-311-1/+299
| * | | | | | | | | kunit: fix bug of extra newline characters in debugfs logsRae Moar2023-03-102-12/+41
| * | | | | | | | | kunit: fix bug in the order of lines in debugfs logsRae Moar2023-03-102-9/+26
| * | | | | | | | | kunit: fix bug in debugfs logs of parameterized testsRae Moar2023-03-101-6/+12
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/test_vmalloc.c: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)2023-04-051-1/+1
| |/ / / / / / / /
* | | | | | | | | iov: improve copy_iovec_from_user() code generationLinus Torvalds2023-04-241-9/+26
* | | | | | | | | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-241-30/+59
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | iov_iter: Mark copy_compat_iovec_from_user() noinlineJosh Poimboeuf2023-04-121-1/+1
| * | | | | | | | iov_iter: import single vector iovecs as ITER_UBUFJens Axboe2023-03-301-0/+27
| * | | | | | | | iov_iter: convert import_single_range() to ITER_UBUFJens Axboe2023-03-301-3/+1
| * | | | | | | | iov_iter: add iter_iovec() helperJens Axboe2023-03-301-26/+30
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | maple_tree: fix mas_empty_area() searchLiam R. Howlett2023-04-181-9/+11
* | | | | | | | maple_tree: make maple state reusable after mas_empty_area_rev()Liam R. Howlett2023-04-181-14/+13
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | maple_tree: fix a potential memory leak, OOB access, or other unpredictable bugPeng Zhang2023-04-161-12/+7
| |_|/ / / / |/| | | | |
* | | | | | maple_tree: fix a potential concurrency bug in RCU modePeng Zhang2023-04-051-2/+1
* | | | | | maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang2023-04-051-10/+5
* | | | | | maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett2023-04-051-92/+96
* | | | | | maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett2023-04-051-2/+6
* | | | | | maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett2023-04-051-2/+5
* | | | | | maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam Howlett2023-04-051-1/+0
* | | | | | maple_tree: fix freeing of nodes in rcu modeLiam Howlett2023-04-051-11/+62