| Commit message (Expand) | Author | Age | Files | Lines |
* | lru_cache: remove unused lc_private, lc_set, lc_index_of | Joel Colledge | 2022-11-22 | 1 | -44/+0 |
* | lru_cache: remove compiled out code | Christoph Böhmwalder | 2022-11-22 | 1 | -11/+0 |
* | lru_cache: use atomic operations when accessing lc->flags, always | Lars Ellenberg | 2022-11-22 | 1 | -2/+2 |
* | sbitmap: Try each queue to wake up at least one waiter | Gabriel Krisman Bertazi | 2022-11-16 | 1 | -16/+12 |
* | sbitmap: Advance the queue index before waking up a queue | Gabriel Krisman Bertazi | 2022-11-16 | 1 | -2/+8 |
* | lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGE | Giulio Benetti | 2022-11-14 | 1 | -2/+0 |
* | sbitmap: Use single per-bitmap counting to wake up queued tags | Gabriel Krisman Bertazi | 2022-11-11 | 1 | -96/+26 |
* | lib/scatterlist: add check when merging zone device pages | Logan Gunthorpe | 2022-11-09 | 1 | -10/+15 |
* | iov_iter: introduce iov_iter_get_pages_[alloc_]flags() | Logan Gunthorpe | 2022-11-09 | 1 | -8/+24 |
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-10-16 | 17 | -47/+38 |
|\ |
|
| * | treewide: use get_random_bytes() when possible | Jason A. Donenfeld | 2022-10-11 | 3 | -3/+3 |
| * | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 2022-10-11 | 6 | -12/+12 |
| * | treewide: use get_random_{u8,u16}() when possible, part 2 | Jason A. Donenfeld | 2022-10-11 | 1 | -1/+1 |
| * | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 2022-10-11 | 1 | -2/+2 |
| * | treewide: use prandom_u32_max() when possible, part 2 | Jason A. Donenfeld | 2022-10-11 | 2 | -14/+5 |
| * | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-11 | 8 | -15/+15 |
* | | Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-10-16 | 1 | -2/+8 |
|\ \ |
|
| * | | lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5 | Nathan Chancellor | 2022-10-17 | 1 | -2/+7 |
| * | | Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT | Masahiro Yamada | 2022-10-13 | 1 | -0/+1 |
| * | | Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5 | Masahiro Yamada | 2022-10-13 | 1 | -2/+2 |
* | | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-14 | 3 | -25/+126 |
|\ \ \ |
|
| * | | | hmm-tests: add test for migrate_device_range() | Alistair Popple | 2022-10-12 | 2 | -21/+100 |
| * | | | mm: free device private pages have zero refcount | Alistair Popple | 2022-10-12 | 1 | -1/+1 |
| * | | | mm/memory.c: fix race when faulting a device private page | Alistair Popple | 2022-10-12 | 1 | -3/+4 |
| * | | | lib/test_meminit: add checks for the allocation functions | Xiaoke Wang | 2022-10-12 | 1 | -0/+21 |
* | | | | Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-10-14 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | parisc: Convert PDC console to an early console | Helge Deller | 2022-10-11 | 1 | -1/+1 |
* | | | | | Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2022-10-12 | 4 | -95/+43 |
|\ \ \ \ \ |
|
| * | | | | | kunit: remove format func from struct kunit_assert, get it to 0 bytes | Daniel Latypov | 2022-10-07 | 1 | -3/+4 |
| * | | | | | kunit: make kunit_kfree(NULL) a no-op to match kfree() | Daniel Latypov | 2022-10-07 | 1 | -0/+3 |
| * | | | | | kunit: make kunit_kfree() not segfault on invalid inputs | Daniel Latypov | 2022-10-07 | 1 | -12/+2 |
| * | | | | | kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friends | Daniel Latypov | 2022-10-07 | 2 | -2/+15 |
| * | | | | | kunit: drop test pointer in string_stream_fragment | Daniel Latypov | 2022-10-07 | 2 | -6/+5 |
| * | | | | | kunit: string-stream: Simplify resource use | David Gow | 2022-10-07 | 3 | -76/+18 |
* | | | | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-10-12 | 3 | -10/+6 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | lib: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-09-11 | 1 | -1/+1 |
| * | | | | | llist: use try_cmpxchg in llist_add_batch and llist_del_first | Uros Bizjak | 2022-09-11 | 1 | -8/+4 |
| * | | | | | lib/cmdline: avoid page fault in next_arg | Neel Natu | 2022-09-11 | 1 | -1/+1 |
* | | | | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-10 | 15 | -1600/+45612 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | /
| |_|_|_|/
|/| | | | |
|
| * | | | | kmsan: disable strscpy() optimization under KMSAN | Alexander Potapenko | 2022-10-03 | 1 | -0/+8 |
| * | | | | kmsan: add tests for KMSAN | Alexander Potapenko | 2022-10-03 | 1 | -0/+12 |
| * | | | | kmsan: add iomap support | Alexander Potapenko | 2022-10-03 | 1 | -0/+44 |
| * | | | | kmsan: disable instrumentation of unsupported common kernel code | Alexander Potapenko | 2022-10-03 | 1 | -0/+3 |
| * | | | | kmsan: add KMSAN runtime core | Alexander Potapenko | 2022-10-03 | 2 | -0/+51 |
| * | | | | instrumented.h: allow instrumenting both sides of copy_from_user() | Alexander Potapenko | 2022-10-03 | 2 | -4/+8 |
| * | | | | stackdepot: reserve 5 extra bits in depot_stack_handle_t | Alexander Potapenko | 2022-10-03 | 1 | -5/+24 |
| * | | | | mm/hmm/test: use char dev with struct device to get device node | Mika Penttilä | 2022-10-03 | 1 | -3/+10 |
| * | | | | kasan: move tests to mm/kasan/ | Andrey Konovalov | 2022-10-03 | 3 | -1596/+0 |
| * | | | | kasan: add another use-after-free test | Andrey Konovalov | 2022-10-03 | 1 | -0/+24 |
| * | | | | kasan: drop CONFIG_KASAN_TAGS_IDENTIFY | Andrey Konovalov | 2022-10-03 | 1 | -8/+0 |