Age | Commit message (Expand) | Author |
2023-04-18 | maple_tree: make maple state reusable after mas_empty_area_rev() | Liam R. Howlett |
2023-04-17 | libcrc32c: remove crc32c_impl | Christoph Hellwig |
2023-04-16 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes | Andrew Morton |
2023-04-16 | fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=m | Akinobu Mita |
2023-04-16 | maple_tree: fix a potential memory leak, OOB access, or other unpredictable bug | Peng Zhang |
2023-04-15 | debugobject: Prevent init race with static objects | Thomas Gleixner |
2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-13 | treewide: remove MODULE_LICENSE in non-modules | Nick Alcock |
2023-04-13 | btree: remove MODULE_LICENSE in non-modules | Nick Alcock |
2023-04-13 | lib: remove MODULE_LICENSE in non-modules | Nick Alcock |
2023-04-13 | crypto: blake2s: remove module-related code | Nick Alcock |
2023-04-13 | crypto: remove MODULE_LICENSE in non-modules | Nick Alcock |
2023-04-13 | fault-inject: allow configuration via configfs | Akinobu Mita |
2023-04-12 | iov_iter: Mark copy_compat_iovec_from_user() noinline | Josh Poimboeuf |
2023-04-08 | lib/test-string_helpers: replace UNESCAPE_ANY by UNESCAPE_ALL_MASK | Andy Shevchenko |
2023-04-08 | ELF: fix all "Elf" typos | Alexey Dobriyan |
2023-04-05 | iov_iter: add copy_page_to_iter_nofault() | Lorenzo Stoakes |
2023-04-05 | maple_tree: fix a potential concurrency bug in RCU mode | Peng Zhang |
2023-04-05 | maple_tree: fix get wrong data_end in mtree_lookup_walk() | Peng Zhang |
2023-04-05 | maple_tree: add RCU lock checking to rcu callback functions | Liam R. Howlett |
2023-04-05 | maple_tree: add smp_rmb() to dead node detection | Liam R. Howlett |
2023-04-05 | maple_tree: fix write memory barrier of nodes once dead for RCU mode | Liam R. Howlett |
2023-04-05 | maple_tree: remove extra smp_wmb() from mas_dead_leaves() | Liam Howlett |
2023-04-05 | maple_tree: fix freeing of nodes in rcu mode | Liam Howlett |
2023-04-05 | maple_tree: detect dead nodes in mas_start() | Liam Howlett |
2023-04-05 | maple_tree: be more cautious about dead nodes | Liam Howlett |
2023-04-05 | Kconfig: introduce HAS_IOPORT option and select it as necessary | Niklas Schnelle |
2023-04-05 | kunit: add tests for using current KUnit test field | Rae Moar |
2023-04-05 | lib/test_vmalloc.c: Rename kvfree_rcu() to kvfree_rcu_mightsleep() | Uladzislau Rezki (Sony) |
2023-04-03 | lib/vsprintf: Use isodigit() for the octal number check | Andy Shevchenko |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman |
2023-03-31 | list: test: Test the klist structure | Sadiya Kazi |
2023-03-31 | crypto: lib/utils - Move utilities into new header | Herbert Xu |
2023-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-03-30 | iov_iter: import single vector iovecs as ITER_UBUF | Jens Axboe |
2023-03-30 | iov_iter: convert import_single_range() to ITER_UBUF | Jens Axboe |
2023-03-30 | iov_iter: add iter_iovec() helper | Jens Axboe |
2023-03-28 | Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski |
2023-03-28 | Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Jakub Kicinski |
2023-03-28 | maple_tree: export symbol mas_preallocate() | Danilo Krummrich |
2023-03-28 | lib/stackdepot: kmsan: mark API outputs as initialized | Alexander Potapenko |
2023-03-28 | mm, printk: introduce new format %pGt for page_type | Hyeonggon Yoo |
2023-03-28 | lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme | Nicholas Piggin |
2023-03-28 | lib/test_fprobe: Add a testcase for skipping exit_handler | Masami Hiramatsu (Google) |
2023-03-28 | fprobe: Skip exit_handler if entry_handler returns !0 | Masami Hiramatsu (Google) |
2023-03-28 | lib/test_fprobe: Add a test case for nr_maxactive | Masami Hiramatsu (Google) |
2023-03-28 | lib/test_fprobe: Add private entry_data testcases | Masami Hiramatsu (Google) |
2023-03-28 | fprobe: Pass entry_data to handlers | Masami Hiramatsu (Google) |
2023-03-28 | lib/Kconfig.debug: correct help info of LOCKDEP_STACK_TRACE_HASH_BITS | Tiezhu Yang |
2023-03-28 | Kconfig.debug: fix SCHED_DEBUG dependency | ye xingchen |