- 8f28ca6 iomap: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 5 months ago
- b1a3e75 lz4: fix kernel decompression speed by Nick Terrell · 4 years, 5 months ago
- b923f12 Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- a1d2108 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
- 94c7eb5 random32: add a tracepoint for prandom_u32() by Eric Dumazet · 4 years, 5 months ago
- 9d5b134 lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUT by Tiezhu Yang · 4 years, 5 months ago
- 0776d12 test_kmod: avoid potential double free in trigger_config_run_type() by Tiezhu Yang · 4 years, 5 months ago
- 6d51102 lib/test_bits.c: add tests of GENMASK by Rikard Falkeborn · 4 years, 5 months ago
- ef0f268 kstrto*: do not describe simple_strto*() as obsolete/replaced by Kars Mulder · 4 years, 5 months ago
- b642e44 kstrto*: correct documentation references to simple_strto*() by Kars Mulder · 4 years, 5 months ago
- d89775f lib/: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
- 3adf3ba lib/test_lockup.c: fix return value of test_lockup_init() by Tiezhu Yang · 4 years, 5 months ago
- 63646bc lib/Kconfig.debug: make TEST_LOCKUP depend on module by Tiezhu Yang · 4 years, 5 months ago
- f363317 lib/test_lockup.c: make symbol 'test_works' static by Wei Yongjun · 4 years, 5 months ago
- 403f177 lib/test_bitops: do the full test during module init by Geert Uytterhoeven · 4 years, 5 months ago
- bcb32a1 lib/test_bitmap.c: add test for bitmap_cut() by Stefano Brivio · 4 years, 5 months ago
- 5959f82 lib/bitmap.c: fix bitmap_cut() for partial overlapping case by Stefano Brivio · 4 years, 5 months ago
- 09c6054 ./Makefile: add debug option to enable function aligned on 32 bytes by Feng Tang · 4 years, 5 months ago
- fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
- b16838c kbuild: trace functions in subdirectories of lib/ by Masahiro Yamada · 4 years, 6 months ago
- 15d5761 kbuild: introduce ccflags-remove-y and asflags-remove-y by Masahiro Yamada · 4 years, 6 months ago
- b79675e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- 32663c78 Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 5 months ago
- 51dcc81 kasan: adjust kasan_stack_oob for tag-based mode by Andrey Konovalov · 4 years, 5 months ago
- f33a014 lib/test_kasan.c: fix KASAN unit tests for tag-based KASAN by Walter Wu · 4 years, 5 months ago
- 387d6e4 kasan: add tests for call_rcu stack recording by Walter Wu · 4 years, 5 months ago
- ac4766b kasan: update required compiler versions in documentation by Marco Elver · 4 years, 5 months ago
- 7a3767f kasan: improve and simplify Kconfig.kasan by Marco Elver · 4 years, 5 months ago
- 0a4954a percpu_counter: add percpu_counter_sync() by Feng Tang · 4 years, 5 months ago
- ab05eab mm: move lib/ioremap.c to mm/ by Mike Rapoport · 4 years, 5 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- 1e21b5c Merge tag 'livepatching-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 4 years, 5 months ago
- 4c5a116 vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter() by Thomas Gleixner · 4 years, 5 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- fffe3ae Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 5 months ago
- dd27111 Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 5 months ago
- 1785d11 Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 5 months ago
- 53e5504 Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 5 months ago
- 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
- a754292 Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 5 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 09a0bd0 Merge tag 'platform-drivers-x86-v5.9-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 4 years, 5 months ago
- 0a89774 Merge tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- c0dfadf Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- e4cbce4 Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 9ba19cc Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 8f0cb66 Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- c8e6939 Merge tag 'core-debugobjects-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- a2de2f8 lib/bootconfig: Add override operator support by Masami Hiramatsu · 4 years, 6 months ago
- 382625d Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- ab5c60b7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 5 months ago
- 992414a Merge branch 'locking/nmi' into locking/core, to pick up completed topic branch by Ingo Molnar · 4 years, 5 months ago
- bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- ac3a0c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
- 63722bb Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core by Ingo Molnar · 4 years, 5 months ago
- 30d497a lib/vsprintf: Force type of flags value for gfp_t by Andy Shevchenko · 4 years, 5 months ago
- 09ceb8d lib/vsprintf: Replace custom spec to print decimals with generic one by Andy Shevchenko · 4 years, 5 months ago
- b886690 lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert() by Andy Shevchenko · 4 years, 5 months ago
- 28cff52 Merge branch 'linus' into locking/core, to resolve conflict by Ingo Molnar · 4 years, 5 months ago
- 4963bb2 lib: Add zstd support to decompress by Nick Terrell · 4 years, 5 months ago
- 6d25a63 lib: Prepare zstd for preboot environment, improve performance by Nick Terrell · 4 years, 5 months ago
- 4278e9d lib/mpi: Add mpi_sub_ui() by Marcelo Henrique Cerri · 4 years, 5 months ago
- c1cc478 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years, 5 months ago
- 83bdc72 random32: remove net_rand_state from the latent entropy gcc plugin by Linus Torvalds · 4 years, 5 months ago
- f227e3e random32: update the net random state on interrupt and activity by Willy Tarreau · 4 years, 6 months ago
- 8fd8ad5 lockdep: Add preemption enabled/disabled assertion APIs by Ahmed S. Darwish · 4 years, 5 months ago
- ce9b362 rhashtable: Restore RCU marking on rhash_lock_head by Herbert Xu · 4 years, 5 months ago
- b826562 Add pldmfw library for PLDM firmware update by Jacob Keller · 4 years, 5 months ago
- 7d17e83 mm/hmm/test: use the new migration invalidation by Ralph Campbell · 4 years, 5 months ago
- 5143192 mm/migrate: add a flags parameter to migrate_vma by Ralph Campbell · 4 years, 5 months ago
- ed00495 locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIs by peterz@infradead.org · 4 years, 5 months ago
- 280c7f9 Revert "test_firmware: Test platform fw loading on non-EFI systems" by Greg Kroah-Hartman · 4 years, 5 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- 2d38dbf test_firmware: Test platform fw loading on non-EFI systems by Kees Cook · 4 years, 5 months ago
- 4c0d778 dyndbg: export ddebug_exec_queries by Jim Cromie · 4 years, 5 months ago
- 5aa9ffb dyndbg: shorten our logging prefix, drop __func__ by Jim Cromie · 4 years, 5 months ago
- 4b33448 dyndbg: allow anchored match on format query term by Jim Cromie · 4 years, 5 months ago
- 84da83a dyndbg: combine flags & mask into a struct, simplify with it by Jim Cromie · 4 years, 5 months ago
- 14775b0 dyndbg: accept query terms like file=bar and module=foo by Jim Cromie · 4 years, 5 months ago
- aaebe32 dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100' by Jim Cromie · 4 years, 5 months ago
- 8037072 dyndbg: refactor parse_linerange out of ddebug_parse_query by Jim Cromie · 4 years, 5 months ago
- f62fc08 dyndbg: use gcc ?: to reduce word count by Jim Cromie · 4 years, 5 months ago
- 47e9f5a dyndbg: make ddebug_tables list LIFO for add/remove_module by Jim Cromie · 4 years, 5 months ago
- 9c9d0ac dyndbg: prefer declarative init in caller, to memset in callee by Jim Cromie · 4 years, 5 months ago
- 0b8f96b dyndbg: fix pr_err with empty string by Jim Cromie · 4 years, 5 months ago
- f678ce8 dyndbg: fix a BUG_ON in ddebug_describe_flags by Jim Cromie · 4 years, 5 months ago
- 81d0c2c dyndbg: fix overcounting of ram used by dyndbg by Jim Cromie · 4 years, 5 months ago
- e5ebffe dyndbg: rename __verbose section to __dyndbg by Jim Cromie · 4 years, 5 months ago
- 481c0e3 dyndbg: refine debug verbosity; 1 is basic, 2 more chatty by Jim Cromie · 4 years, 5 months ago
- 1ff8384 dyndbg: drop obsolete comment on ddebug_proc_open by Jim Cromie · 4 years, 5 months ago
- a24c6f7 debugfs: Add access restriction option by Peter Enderborg · 4 years, 6 months ago
- dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
- 015dc08 Merge branch 'sched/urgent' by Peter Zijlstra · 4 years, 5 months ago
- f1bfd71 arch, net: remove the last csum_partial_copy() leftovers by Christoph Hellwig · 4 years, 5 months ago
- 6bdb486 Merge 5.8-rc6 into driver-core-next by Greg Kroah-Hartman · 4 years, 5 months ago
- 0f85c48 debugobjects: Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 6 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- de40a8a bpf: revert "test_bpf: Flag tests that cannot be jited on s390" by Seth Forshee · 4 years, 6 months ago
- 9ea9c58 crypto: lib/sha256 - add sha256() function by Eric Biggers · 4 years, 6 months ago
- 06cc2af crypto: lib/chacha20poly1305 - Add missing function declaration by Herbert Xu · 4 years, 6 months ago