- 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
- f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- 87c01d5 mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault by Alistair Popple · 3 years ago
- f98f966 kasan: test: add test case for double-kmem_cache_destroy() by Marco Elver · 3 years ago
- e5f4728 kasan: test: add globals left-out-of-bounds test by Marco Elver · 3 years ago
- 6020c20 Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years ago
- 6dc69d3 Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years ago
- e3084ed Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 3 years ago
- c9193f4 Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
- daadb3b Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
- f692121 Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years ago
- dabd40e Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 3 years ago
- 5c947d0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years ago
- 1be5bdf Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years ago
- a229327 Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years ago
- 8efd0d9 Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
- bf4eebf8 Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years ago
- d99a8af lib: remove redundant assignment to variable ret by Colin Ian King · 3 years ago
- 25a8de7 XArray: Add xas_advance() by Matthew Wilcox (Oracle) · 3 years, 4 months ago
- dd827ab lib/mpi: Add the return value check of kcalloc() by Zizhuang Deng · 3 years ago
- 6048fdc lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 3 years ago
- 36dacdd lib/raid6: Use strict priority ranking for pq gen() benchmarking by Dirk Müller · 3 years ago
- 38640c4 lib/raid6: skip benchmark of non-chosen xor_syndrome functions by Dirk Müller · 3 years ago
- 821979f iov_iter: Convert iter_xarray to use folios by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- cf6299b6 kobject: remove kset from struct kset_uevent_ops callbacks by Greg Kroah-Hartman · 3 years ago
- ee6d3dd driver core: make kobj_type constant. by Wedson Almeida Filho · 3 years ago
- 7c63f26 lib: objagg: Use the bitmap API when applicable by Christophe JAILLET · 3 years ago
- 5f174ec logic_io instance of iounmap() needs volatile on argument by Al Viro · 3 years, 3 months ago
- 4e8a5ed lib/logic_iomem: Fix operation on 32-bit by Johannes Berg · 3 years, 3 months ago
- 4e84139 lib/logic_iomem: Fix 32-bit build by Johannes Berg · 3 years, 3 months ago
- 44b7da5 kunit: Report test parameter results as (K)TAP subtests by David Gow · 3 years, 2 months ago
- 37dbb4c kunit: Don't crash if no parameters are generated by David Gow · 3 years, 2 months ago
- cead185 exit: Rename complete_and_exit to kthread_complete_and_exit by Eric W. Biederman · 3 years, 1 month ago
- 5fb6e8c locking/atomic: atomic64: Remove unusable atomic ops by Mark Rutland · 3 years, 1 month ago
- 6773cc3 Merge tag 'v5.16-rc5' into locking/core, to pick up fixes by Ingo Molnar · 3 years ago
- be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
- bd3d5bd kcsan: Support WEAK_MEMORY with Clang where no objtool support exists by Marco Elver · 3 years, 1 month ago
- 69562e4 kcsan: Add core support for a subset of weak memory modeling by Marco Elver · 3 years, 5 months ago
- 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- 6efcdad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
- 4d92b95 net: add net device refcount tracker infrastructure by Eric Dumazet · 3 years, 1 month ago
- 914a7b5 lib: add tests for reference tracker by Eric Dumazet · 3 years, 1 month ago
- 4e66934 lib: add reference counting tracking infrastructure by Eric Dumazet · 3 years, 1 month ago
- 52e68cd vsprintf: Use non-atomic bitmap API when applicable by Christophe JAILLET · 3 years, 1 month ago
- 9a75bd0 lockdep/selftests: Adapt ww-tests for PREEMPT_RT by Sebastian Andrzej Siewior · 3 years, 1 month ago
- a529f8db lockdep/selftests: Skip the softirq related tests on PREEMPT_RT by Sebastian Andrzej Siewior · 3 years, 1 month ago
- 512bf71 lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock(). by Sebastian Andrzej Siewior · 3 years, 1 month ago
- fc78dd0 lockdep/selftests: Avoid using local_lock_{acquire|release}(). by Sebastian Andrzej Siewior · 3 years, 1 month ago
- d9847eb bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
- f7e5b9b siphash: use _unaligned version by default by Arnd Bergmann · 3 years, 1 month ago
- 2448eab Merge tag 'v5.16-rc2' into devel by Linus Walleij · 3 years, 1 month ago
- 8d192be parisc: Increase FRAME_WARN to 2048 bytes on parisc by Helge Deller · 3 years, 1 month ago
- cab71f7 kasan: test: silence intentional read overflow warnings by Kees Cook · 3 years, 1 month ago
- 4c388a8 Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linux by Linus Torvalds · 3 years, 1 month ago
- 7416cdc lib: zstd: Don't add -O3 to cflags by Nick Terrell · 3 years, 1 month ago
- 1974990 lib: zstd: Don't inline functions in zstd_opt.c by Nick Terrell · 3 years, 1 month ago
- ae8d67b lib: zstd: Fix unused variable warning by Nick Terrell · 3 years, 1 month ago
- 7d5775d Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 1 month ago
- acdb89b lib/string_helpers: Introduce managed variant of kasprintf_strarray() by Andy Shevchenko · 3 years, 2 months ago
- 418e0a3 lib/string_helpers: Introduce kasprintf_strarray() by Andy Shevchenko · 3 years, 2 months ago
- bf6d0d1 Merge branch 'rework/printk_safe-removal' into for-linus by Petr Mladek · 3 years, 1 month ago
- ebf7f6f bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 by Tiezhu Yang · 3 years, 2 months ago
- c8c1095 Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux by Linus Torvalds · 3 years, 1 month ago
- ab09243 mm/migrate.c: remove MIGRATE_PFN_LOCKED by Alistair Popple · 3 years, 2 months ago
- 5d5e452 printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces by Nicholas Piggin · 3 years, 2 months ago
- 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 723aca2 mm/scatterlist: replace the !preemptible warning in sg_miter_stop() by Thomas Gleixner · 3 years, 2 months ago
- 839b395 lib: uninline simple_strntoull() as well by Alexey Dobriyan · 3 years, 2 months ago
- 0f68d45 lib, stackdepot: add helper to print stack entries into buffer by Imran Khan · 3 years, 2 months ago
- 505be48 lib, stackdepot: add helper to print stack entries by Imran Khan · 3 years, 2 months ago
- 4d4712c lib, stackdepot: check stackdepot handle before accessing slabs by Imran Khan · 3 years, 2 months ago
- 0a8ea23 lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logical by Nathan Chancellor · 3 years, 2 months ago
- e0c1b49f lib: zstd: Upgrade to latest upstream zstd version 1.4.10 by Nick Terrell · 4 years, 4 months ago
- 2479b52 lib: zstd: Add decompress_sources.h for decompress_unzstd by Nick Terrell · 4 years, 3 months ago
- cf30f6a lib: zstd: Add kernel-specific API by Nick Terrell · 4 years, 4 months ago
- 1e9ed93 Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 2 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 4f612ed kfence: default to dynamic branch instead of static keys mode by Marco Elver · 3 years, 2 months ago
- f39f21b stacktrace: move filter_irq_stacks() to kernel/stacktrace.c by Marco Elver · 3 years, 2 months ago
- 50f9481 mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE by David Hildenbrand · 3 years, 2 months ago
- 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
- 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 2 months ago
- fa27717 memblock: drop memblock_free_early_nid() and memblock_free_early() by Mike Rapoport · 3 years, 2 months ago
- 34b46ef lib/test_vmalloc.c: use swap() to make code cleaner by Changcheng Deng · 3 years, 2 months ago
- d73dad4 kasan: test: bypass __alloc_size checks by Kees Cook · 3 years, 2 months ago
- 758caba kasan: test: add memcpy test that avoids out-of-bounds write by Peter Collingbourne · 3 years, 2 months ago
- 11ac25c6 lib/stackdepot: introduce __stack_depot_save() by Marco Elver · 3 years, 2 months ago
- 7f2b881 lib/stackdepot: remove unused function argument by Marco Elver · 3 years, 2 months ago
- 95faf6b Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 2 months ago
- 5c4e0a2 string: uninline memcpy_and_pad by Guenter Roeck · 3 years, 2 months ago
- 313b6ff Merge tag 'linux-kselftest-kunit-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 2 months ago
- 56d3375 Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 2 months ago
- c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
- 0aaa58e Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 2 months ago
- fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 2 months ago
- 40e64a8 Merge branch 'for-5.16-vsprintf-pgp' into for-linus by Petr Mladek · 3 years, 2 months ago
- bfc484f Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 2 months ago
- d2fac0a Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 3 years, 2 months ago
- 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
- b7b98f8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 2 months ago