- 6bce244 mm/page_alloc: Revert pahole zero-sized workaround by Mel Gorman · 3 years, 6 months ago
- 81361b8 Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 6 months ago
- dcf3c93 Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 6 months ago
- 44e8a5e kdump: use vmlinux_build_id to simplify by Stephen Boyd · 3 years, 6 months ago
- 3f14d02 buildid: fix kernel-doc notation by Stephen Boyd · 3 years, 6 months ago
- 60eec32 buildid: mark some arguments const by Stephen Boyd · 3 years, 6 months ago
- 9294523 module: add printk formats to add module build ID to stacktraces by Stephen Boyd · 3 years, 6 months ago
- 22f4e66 dump_stack: add vmlinux build ID to stack traces by Stephen Boyd · 3 years, 6 months ago
- 83cc6fa buildid: stash away kernels build ID on init by Stephen Boyd · 3 years, 6 months ago
- 7eaf3cf buildid: add API to parse build ID out of buffer by Stephen Boyd · 3 years, 6 months ago
- a010d79 buildid: only consider GNU notes for build ID parsing by Stephen Boyd · 3 years, 6 months ago
- 9dbbc3b lib: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
- 53b0fe3 lib/test: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
- f5c13f1 Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 6 months ago
- eed0218 Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 6 months ago
- b805259 Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 6 months ago
- a180bd1 iov_iter: remove uaccess_kernel() warning from iov_iter_init() by Linus Torvalds · 3 years, 6 months ago
- 28e92f9 Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 6 months ago
- d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
- 757fa80 Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
- a48ad6e Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 6 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- 3b52348 lib/decompressors: remove set but not used variabled 'level' by Yu Kuai · 3 years, 6 months ago
- 2c48441 lib/decompress_unlz4.c: correctly handle zero-padding around initrds. by Dimitri John Ledkov · 3 years, 6 months ago
- 7fde9d6 lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static by Rajat Asthana · 3 years, 6 months ago
- 4c52729 kernel.h: split out kstrtox() and simple_strtox() to a separate header by Andy Shevchenko · 3 years, 6 months ago
- ce71efd lib/test_string.c: allow module removal by Matteo Croce · 3 years, 6 months ago
- ad65dce lib: uninline simple_strtoull() by Alexey Dobriyan · 3 years, 6 months ago
- 1a58be6 lib: memscan() fixlet by Alexey Dobriyan · 3 years, 6 months ago
- 478485f lib/mpi: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
- 05911c5 lib/decompressors: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
- b6c75c4 lib/math/rational: add Kunit test cases by Trent Piepho · 3 years, 6 months ago
- 65a0d3c lib/math/rational.c: fix divide by zero by Trent Piepho · 3 years, 6 months ago
- cc72181 seq_file: drop unused *_escape_mem_ascii() by Andy Shevchenko · 3 years, 6 months ago
- 259fa5d lib/test-string_helpers: add test cases for new features by Andy Shevchenko · 3 years, 6 months ago
- 6932569 lib/test-string_helpers: get rid of trailing comma in terminators by Andy Shevchenko · 3 years, 6 months ago
- 229563b1 lib/test-string_helpers: print flags in hexadecimal format by Andy Shevchenko · 3 years, 6 months ago
- aec0d09 lib/string_helpers: allow to append additional characters to be escaped by Andy Shevchenko · 3 years, 6 months ago
- 0362c27 lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printable by Andy Shevchenko · 3 years, 6 months ago
- a080978 lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCII by Andy Shevchenko · 3 years, 6 months ago
- 7e5969a lib/string_helpers: drop indentation level in string_escape_mem() by Andy Shevchenko · 3 years, 6 months ago
- 62519b8 lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loop by Andy Shevchenko · 3 years, 6 months ago
- 92aeda5 lib: decompress_bunzip2: remove an unneeded semicolon by Zhen Lei · 3 years, 6 months ago
- b659bae mm: selftests for exclusive device memory by Alistair Popple · 3 years, 6 months ago
- 6b49bf6 mm: rename migrate_pgmap_owner by Alistair Popple · 3 years, 6 months ago
- 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- a941a03 Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- e563592 Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 6 months ago
- dbbee9d mm/page_alloc: convert per-cpu list protection to local_lock by Mel Gorman · 3 years, 6 months ago
- 7a22bdc kasan: add memory corruption identification support for hardware tag-based mode by Kuan-Ying Lee · 3 years, 6 months ago
- f06f78a kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY by Kuan-Ying Lee · 3 years, 6 months ago
- 158f255 kasan: allow an architecture to disable inline instrumentation by Daniel Axtens · 3 years, 6 months ago
- 3ff16d3 kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL() by David Gow · 3 years, 6 months ago
- 4469c0f printk: introduce dump_stack_lvl() by Alexander Potapenko · 3 years, 6 months ago
- 46e6b31 lib/test_hmm: use vma_lookup() in dmirror_migrate() by Liam Howlett · 3 years, 6 months ago
- 7927029 slub: force on no_hash_pointers when slub_debug is enabled by Stephen Boyd · 3 years, 6 months ago
- 1f9f78b mm/slub, kunit: add a KUnit test for SLUB debugging functionality by Oliver Glitta · 3 years, 6 months ago
- 26c6cb7 kunit: make test->lock irq safe by Vlastimil Babka · 3 years, 6 months ago
- 94f2be50 Merge branch 'printk-rework' into for-linus by Petr Mladek · 3 years, 6 months ago
- d8c0321 Merge branch 'for-5.14-vsprintf-scanf' into for-linus by Petr Mladek · 3 years, 6 months ago
- 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- a15286c Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- 6a2cbc5 seq_buf: Make trace_seq_putmem_hex() support data longer than 8 by Yun Zhou · 3 years, 6 months ago
- d3b1603 seq_buf: Fix overflow in seq_buf_putmem_hex() by Yun Zhou · 3 years, 6 months ago
- 1d71307 kunit: add unit test for filtering suites by names by Daniel Latypov · 3 years, 8 months ago
- 40eb5cf kasan: test: make use of kunit_skip() by Marco Elver · 3 years, 6 months ago
- d99ea67 kunit: test: Add example tests which are always skipped by David Gow · 3 years, 6 months ago
- 6d2426b kunit: Support skipped tests by David Gow · 3 years, 6 months ago
- ebd0957 lib/test: convert lib/test_list_sort.c to use KUnit by Daniel Latypov · 3 years, 8 months ago
- 7122deb kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers by Daniel Latypov · 3 years, 8 months ago
- 44acdbb kunit: Add gnu_printf specifiers by David Gow · 3 years, 8 months ago
- 255ede3 lib/cmdline_kunit: Remove a cast which are no-longer required by David Gow · 3 years, 8 months ago
- 1253b9b clocksource: Provide kernel module to test clocksource watchdog by Paul E. McKenney · 3 years, 7 months ago
- 1a81229 lockdep/selftest: Remove wait-type RCU_CALLBACK tests by Peter Zijlstra · 3 years, 7 months ago
- c0c2c0d lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTING by Peter Zijlstra · 3 years, 7 months ago
- 8946ccc locking/selftests: Add a selftest for check_irq_usage() by Boqun Feng · 3 years, 6 months ago
- 49faa77 locking/lockdep: Improve noinstr vs errors by Peter Zijlstra · 3 years, 6 months ago
- 766c268 lib/dump_stack: move cpu lock to printk.c by John Ogness · 3 years, 7 months ago
- 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
- b2c0931 Merge branch 'sched/urgent' into sched/core, to resolve conflicts by Ingo Molnar · 3 years, 6 months ago
- ca2e334 lib: add iomem emulation (logic_iomem) by Johannes Berg · 3 years, 10 months ago
- 68afbd8 Merge tag 'v5.13-rc6' into driver-core-next by Greg Kroah-Hartman · 3 years, 7 months ago
- db4e54a Merge tag 'v5.13-rc6' into char-misc-next by Greg Kroah-Hartman · 3 years, 7 months ago
- b6d5799 kunit: Add 'kunit_shutdown' option by David Gow · 3 years, 7 months ago
- 384426b kunit: Fix result propagation for parameterised tests by David Gow · 3 years, 7 months ago
- e5efaeb bootconfig: Support mixing a value and subkeys under a key by Masami Hiramatsu · 3 years, 7 months ago
- ca24306 bootconfig: Change array value to use child node by Masami Hiramatsu · 3 years, 7 months ago
- 6852df1 csum_and_copy_to_pipe_iter(): leave handling of csum_state to caller by Al Viro · 3 years, 8 months ago
- 2a510a7 clean up copy_mc_pipe_to_iter() by Al Viro · 3 years, 8 months ago
- 893839f pipe_zero(): we don't need no stinkin' kmap_atomic()... by Al Viro · 3 years, 8 months ago
- 2495bdcc iov_iter: clean csum_and_copy_...() primitives up a bit by Al Viro · 3 years, 8 months ago
- 55ca375 copy_page_from_iter(): don't need kmap_atomic() for kvec/bvec cases by Al Viro · 3 years, 8 months ago
- c1d4d6a copy_page_to_iter(): don't bother with kmap_atomic() for bvec/kvec cases by Al Viro · 3 years, 8 months ago
- 4b179e9 iterate_xarray(): only of the first iteration we might get offset != 0 by Al Viro · 3 years, 8 months ago
- a6e4ec7 pull handling of ->iov_offset into iterate_{iovec,bvec,xarray} by Al Viro · 3 years, 8 months ago
- 7baa509 iov_iter: make iterator callbacks use base and len instead of iovec by Al Viro · 3 years, 8 months ago
- 622838f iov_iter: make the amount already copied available to iterator callbacks by Al Viro · 3 years, 8 months ago
- 21b56c8 iov_iter: get rid of separate bvec and xarray callbacks by Al Viro · 3 years, 8 months ago
- 1b4fb5f iov_iter: teach iterate_{bvec,xarray}() about possible short copies by Al Viro · 3 years, 8 months ago
- 7491a2b iterate_bvec(): expand bvec.h macro forest, massage a bit by Al Viro · 3 years, 8 months ago