| Commit message (Expand) | Author | Age | Files | Lines |
* | modpost: restore the warning message for missing symbol versions | Masahiro Yamada | 2022-04-03 | 1 | -1/+1 |
* | kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.sh | Masahiro Yamada | 2022-04-02 | 1 | -1/+1 |
* | kconfig: remove stale comment about removed kconfig_print_symbol() | Masahiro Yamada | 2022-04-02 | 1 | -7/+0 |
* | Merge tag 'docs-5.18-2' of git://git.lwn.net/linux | Linus Torvalds | 2022-03-31 | 3 | -4/+15 |
|\ |
|
| * | scripts/kernel-doc: change the line number meta info | Mauro Carvalho Chehab | 2022-03-28 | 1 | -2/+2 |
| * | scripts/get_abi: change the file/line number meta info | Mauro Carvalho Chehab | 2022-03-28 | 1 | -2/+2 |
| * | scripts/get_feat.pl: allow output the parsed file names | Mauro Carvalho Chehab | 2022-03-28 | 1 | -0/+11 |
* | | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-03-31 | 6 | -53/+43 |
|\ \ |
|
| * | | fixdep: use fflush() and ferror() to ensure successful write to files | Masahiro Yamada | 2022-03-31 | 1 | -27/+19 |
| * | | kallsyms: ignore all local labels prefixed by '.L' | Changbin Du | 2022-02-22 | 1 | -1/+1 |
| * | | kconfig: fix missing '# end of' for empty menu | Masahiro Yamada | 2022-02-18 | 1 | -12/+13 |
| * | | kconfig: add fflush() before ferror() check | Masahiro Yamada | 2022-02-18 | 1 | -0/+2 |
| * | | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada | 2022-02-15 | 3 | -5/+4 |
| * | | kbuild: unify cmd_copy and cmd_shipped | Masahiro Yamada | 2022-02-14 | 1 | -8/+4 |
* | | | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-03-28 | 2 | -2/+3 |
|\ \ \ |
|
| * | | | scripts: get_abi.pl: Fix typo in help message | Michal Simek | 2022-03-18 | 1 | -1/+1 |
| * | | | Merge 5.17-rc6 into driver-core-next | Greg Kroah-Hartman | 2022-02-28 | 4 | -12/+18 |
| |\| | |
|
| * | | | scripts/get_abi.pl: Ignore hidden files | Jonathan Neuschäfer | 2022-02-04 | 1 | -0/+1 |
| * | | | spdxcheck.py: Fix a type error | Ding Xiang | 2022-02-04 | 1 | -1/+1 |
* | | | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-03-27 | 4 | -24/+31 |
|\ \ \ \ |
|
| * | | | | kbuild: Fixup the IBT kbuild changes | Peter Zijlstra | 2022-03-22 | 3 | -55/+27 |
| * | | | | x86/alternative: Use .ibt_endbr_seal to seal indirect calls | Peter Zijlstra | 2022-03-15 | 2 | -11/+46 |
| * | | | | objtool: Rename --duplicate to --lto | Peter Zijlstra | 2022-03-15 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-26 | 1 | -2/+6 |
|\ \ \ \ |
|
| * | | | | fortify: Update compile-time tests for Clang 14 | Kees Cook | 2022-02-13 | 1 | -2/+6 |
* | | | | | Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-03-26 | 4 | -30/+418 |
|\ \ \ \ \ |
|
| * | | | | | dt-bindings: kbuild: Use DTB files for validation | Rob Herring | 2022-03-11 | 3 | -27/+8 |
| * | | | | | dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validate | Rob Herring | 2022-03-11 | 1 | -3/+2 |
| * | | | | | of: unittest: add program to process EXPECT messages | Frank Rowand | 2022-02-28 | 1 | -0/+408 |
| * | | | | | scripts/dtc: Call pkg-config POSIXly correct | Thomas Bracht Laumann Jespersen | 2022-02-04 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-03-25 | 2 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | Kbuild: use -Wdeclaration-after-statement | Mark Rutland | 2022-03-13 | 1 | -1/+3 |
| * | | | | | Kbuild: add -Wno-shift-negative-value where -Wextra is used | Arnd Bergmann | 2022-03-13 | 1 | -0/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2022-03-25 | 2 | -42/+6 |
|\ \ \ \ \ |
|
| * | | | | | s390/nospec: add an option to use thunk-extern | Vasily Gorbik | 2022-03-10 | 1 | -0/+5 |
| * | | | | | s390/extable: convert to relative table with data | Heiko Carstens | 2022-03-08 | 1 | -42/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-24 | 1 | -5/+26 |
|\ \ \ \ \ |
|
| * | | | | | checkpatch: use python3 to find codespell dictionary | Sagar Patel | 2022-03-23 | 1 | -2/+2 |
| * | | | | | checkpatch: add early_param exception to blank line after struct/function test | Joe Perches | 2022-03-23 | 1 | -1/+1 |
| * | | | | | checkpatch: add --fix option for some TRAILING_STATEMENTS | Joe Perches | 2022-03-23 | 1 | -2/+16 |
| * | | | | | checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2") | Joe Perches | 2022-03-23 | 1 | -0/+7 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-03-24 | 3 | -21/+121 |
|\ \ \ \ \ |
|
| * | | | | | scripts/pahole-flags.sh: Parse DWARF and generate BTF with multithreading. | Kui-Feng Lee | 2022-02-22 | 1 | -0/+3 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-17 | 3 | -11/+17 |
| |\| | | | |
|
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-02-09 | 2 | -1/+14 |
| |\ \ \ \ \ |
|
| | * | | | | | scripts/pahole-flags.sh: Use pahole-version.sh | Nathan Chancellor | 2022-02-02 | 1 | -1/+1 |
| | * | | | | | kbuild: Add CONFIG_PAHOLE_VERSION | Nathan Chancellor | 2022-02-02 | 1 | -0/+13 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-03 | 1 | -1/+1 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-01-27 | 1 | -6/+2 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | / /
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-01-24 | 1 | -20/+104 |
| |\ \ \ \ \ |
|