Age | Commit message (Expand) | Author | Files | Lines |
2021-07-11 | mm/page_alloc: Revert pahole zero-sized workaround | Mel Gorman | 1 | -3/+0 |
2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+2 |
2021-07-09 | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -0/+334 |
2021-07-08 | kdump: use vmlinux_build_id to simplify | Stephen Boyd | 1 | -1/+1 |
2021-07-08 | buildid: fix kernel-doc notation | Stephen Boyd | 1 | -1/+1 |
2021-07-08 | buildid: mark some arguments const | Stephen Boyd | 1 | -4/+4 |
2021-07-08 | module: add printk formats to add module build ID to stacktraces | Stephen Boyd | 1 | -1/+7 |
2021-07-08 | dump_stack: add vmlinux build ID to stack traces | Stephen Boyd | 3 | -2/+24 |
2021-07-08 | buildid: stash away kernels build ID on init | Stephen Boyd | 1 | -0/+15 |
2021-07-08 | buildid: add API to parse build ID out of buffer | Stephen Boyd | 1 | -13/+37 |
2021-07-08 | buildid: only consider GNU notes for build ID parsing | Stephen Boyd | 1 | -0/+1 |
2021-07-08 | lib: fix spelling mistakes | Zhen Lei | 19 | -23/+23 |
2021-07-08 | lib/test: fix spelling mistakes | Zhen Lei | 5 | -7/+7 |
2021-07-05 | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -6/+8 |
2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
2021-07-05 | Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+3 |
2021-07-05 | iov_iter: remove uaccess_kernel() warning from iov_iter_init() | Linus Torvalds | 1 | -1/+0 |
2021-07-04 | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+16 |
2021-07-03 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -691/+540 |
2021-07-03 | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2 | -20/+64 |
2021-07-02 | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/... | Linus Torvalds | 11 | -138/+354 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 26 | -88/+450 |
2021-07-01 | lib/decompressors: remove set but not used variabled 'level' | Yu Kuai | 1 | -2/+1 |
2021-07-01 | lib/decompress_unlz4.c: correctly handle zero-padding around initrds. | Dimitri John Ledkov | 1 | -0/+8 |
2021-07-01 | lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static | Rajat Asthana | 1 | -1/+1 |
2021-07-01 | kernel.h: split out kstrtox() and simple_strtox() to a separate header | Andy Shevchenko | 2 | -2/+4 |
2021-07-01 | lib/test_string.c: allow module removal | Matteo Croce | 1 | -0/+5 |
2021-07-01 | lib: uninline simple_strtoull() | Alexey Dobriyan | 1 | -0/+1 |
2021-07-01 | lib: memscan() fixlet | Alexey Dobriyan | 1 | -1/+1 |
2021-07-01 | lib/mpi: fix spelling mistakes | Zhen Lei | 3 | -6/+6 |
2021-07-01 | lib/decompressors: fix spelling mistakes | Zhen Lei | 7 | -12/+12 |
2021-07-01 | lib/math/rational: add Kunit test cases | Trent Piepho | 3 | -0/+69 |
2021-07-01 | lib/math/rational.c: fix divide by zero | Trent Piepho | 1 | -5/+11 |
2021-07-01 | seq_file: drop unused *_escape_mem_ascii() | Andy Shevchenko | 1 | -19/+0 |
2021-07-01 | lib/test-string_helpers: add test cases for new features | Andy Shevchenko | 1 | -8/+133 |
2021-07-01 | lib/test-string_helpers: get rid of trailing comma in terminators | Andy Shevchenko | 1 | -6/+6 |
2021-07-01 | lib/test-string_helpers: print flags in hexadecimal format | Andy Shevchenko | 1 | -2/+2 |
2021-07-01 | lib/string_helpers: allow to append additional characters to be escaped | Andy Shevchenko | 1 | -4/+15 |
2021-07-01 | lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printable | Andy Shevchenko | 1 | -4/+16 |
2021-07-01 | lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCII | Andy Shevchenko | 1 | -4/+17 |
2021-07-01 | lib/string_helpers: drop indentation level in string_escape_mem() | Andy Shevchenko | 1 | -18/+18 |
2021-07-01 | lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loop | Andy Shevchenko | 1 | -7/+10 |
2021-07-01 | lib: decompress_bunzip2: remove an unneeded semicolon | Zhen Lei | 1 | -1/+1 |
2021-07-01 | mm: selftests for exclusive device memory | Alistair Popple | 2 | -0/+127 |
2021-07-01 | mm: rename migrate_pgmap_owner | Alistair Popple | 1 | -1/+1 |
2021-06-30 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 9 | -24/+212 |
2021-06-29 | Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+12 |
2021-06-29 | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 8 | -79/+843 |
2021-06-29 | mm/page_alloc: convert per-cpu list protection to local_lock | Mel Gorman | 1 | -0/+3 |
2021-06-29 | kasan: add memory corruption identification support for hardware tag-based mode | Kuan-Ying Lee | 1 | -1/+1 |