Age | Commit message (Expand) | Author | Files | Lines |
2023-04-28 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -19/+44 |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -16/+18 |
2023-04-27 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 4 | -13/+328 |
2023-04-26 | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -1/+204 |
2023-04-26 | Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -6/+0 |
2023-04-26 | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -1/+1 |
2023-04-25 | Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2023-04-25 | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+4 |
2023-04-25 | Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -9/+4 |
2023-04-25 | Merge tag 'core-debugobjects-2023-04-24' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -59/+66 |
2023-04-24 | Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 4 | -29/+419 |
2023-04-24 | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2023-04-24 | iov: improve copy_iovec_from_user() code generation | Linus Torvalds | 1 | -9/+26 |
2023-04-24 | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -30/+59 |
2023-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -35/+31 |
2023-04-19 | maple_tree: fix mas_empty_area() search | Liam R. Howlett | 1 | -9/+11 |
2023-04-19 | maple_tree: make maple state reusable after mas_empty_area_rev() | Liam R. Howlett | 1 | -14/+13 |
2023-04-17 | libcrc32c: remove crc32c_impl | Christoph Hellwig | 1 | -6/+0 |
2023-04-16 | fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=m | Akinobu Mita | 1 | -1/+2 |
2023-04-16 | maple_tree: fix a potential memory leak, OOB access, or other unpredictable bug | Peng Zhang | 1 | -12/+7 |
2023-04-16 | debugobject: Prevent init race with static objects | Thomas Gleixner | 1 | -59/+66 |
2023-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -99/+192 |
2023-04-13 | treewide: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-04-13 | btree: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-04-13 | lib: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-04-13 | crypto: blake2s: remove module-related code | Nick Alcock | 1 | -4/+0 |
2023-04-13 | crypto: remove MODULE_LICENSE in non-modules | Nick Alcock | 2 | -2/+0 |
2023-04-13 | fault-inject: allow configuration via configfs | Akinobu Mita | 2 | -1/+203 |
2023-04-12 | iov_iter: Mark copy_compat_iovec_from_user() noinline | Josh Poimboeuf | 1 | -1/+1 |
2023-04-06 | maple_tree: fix a potential concurrency bug in RCU mode | Peng Zhang | 1 | -2/+1 |
2023-04-06 | maple_tree: fix get wrong data_end in mtree_lookup_walk() | Peng Zhang | 1 | -10/+5 |
2023-04-06 | maple_tree: add RCU lock checking to rcu callback functions | Liam R. Howlett | 1 | -92/+96 |
2023-04-06 | maple_tree: add smp_rmb() to dead node detection | Liam R. Howlett | 1 | -2/+6 |
2023-04-06 | maple_tree: fix write memory barrier of nodes once dead for RCU mode | Liam R. Howlett | 1 | -2/+5 |
2023-04-06 | maple_tree: remove extra smp_wmb() from mas_dead_leaves() | Liam Howlett | 1 | -1/+0 |
2023-04-06 | maple_tree: fix freeing of nodes in rcu mode | Liam Howlett | 1 | -11/+62 |
2023-04-06 | maple_tree: detect dead nodes in mas_start() | Liam Howlett | 1 | -0/+4 |
2023-04-06 | maple_tree: be more cautious about dead nodes | Liam Howlett | 1 | -9/+43 |
2023-04-05 | Kconfig: introduce HAS_IOPORT option and select it as necessary | Niklas Schnelle | 1 | -0/+4 |
2023-04-05 | kunit: add tests for using current KUnit test field | Rae Moar | 1 | -1/+41 |
2023-04-05 | lib/test_vmalloc.c: Rename kvfree_rcu() to kvfree_rcu_mightsleep() | Uladzislau Rezki (Sony) | 1 | -1/+1 |
2023-04-03 | lib/vsprintf: Use isodigit() for the octal number check | Andy Shevchenko | 1 | -1/+1 |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 8 | -49/+104 |
2023-03-31 | list: test: Test the klist structure | Sadiya Kazi | 1 | -1/+299 |
2023-03-31 | crypto: lib/utils - Move utilities into new header | Herbert Xu | 1 | -1/+1 |
2023-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -44/+80 |
2023-03-30 | iov_iter: import single vector iovecs as ITER_UBUF | Jens Axboe | 1 | -0/+27 |
2023-03-30 | iov_iter: convert import_single_range() to ITER_UBUF | Jens Axboe | 1 | -3/+1 |
2023-03-30 | iov_iter: add iter_iovec() helper | Jens Axboe | 1 | -26/+30 |
2023-03-29 | Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 1 | -11/+46 |