| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts: ftrace - move the sort-processing in ftrace_init | Yinan Liu | 2022-01-13 | 4 | -6/+128 |
* | script/sorttable: Code style improvements | Yinan Liu | 2021-12-11 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds | 2021-11-24 | 2 | -0/+27 |
|\ |
|
| * | HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE() | Thomas Weißschuh | 2021-11-09 | 2 | -0/+27 |
* | | Merge tag 'coccinelle-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-11-13 | 1 | -0/+155 |
|\ \ |
|
| * | | coccinelle: semantic patch to check for inappropriate do_div() calls | Wen Yang | 2021-09-11 | 1 | -0/+155 |
* | | | Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips... | Linus Torvalds | 2021-11-13 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | mips: decompressor: do not copy source files while building | Masahiro Yamada | 2021-11-10 | 1 | -0/+5 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-09 | 3 | -5/+35 |
|\ \ \ \ |
|
| * | | | | scripts/gdb: handle split debug for vmlinux | Douglas Anderson | 2021-11-09 | 1 | -1/+2 |
| * | | | | checkpatch: get default codespell dictionary path from package location | Peter Ujfalusi | 2021-11-09 | 1 | -4/+28 |
| * | | | | checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses | Joe Perches | 2021-11-09 | 1 | -0/+1 |
| * | | | | const_structs.checkpatch: add a few sound ops structs | Rikard Falkeborn | 2021-11-09 | 1 | -0/+4 |
* | | | | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-11-08 | 12 | -326/+344 |
|\ \ \ \ \ |
|
| * | | | | | kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debug | Masahiro Yamada | 2021-10-24 | 1 | -0/+33 |
| * | | | | | kbuild: Add make tarzst-pkg build option | Paweł Jasiak | 2021-10-12 | 2 | -3/+11 |
| * | | | | | scripts: update the comments of kallsyms support | Hui Su | 2021-10-12 | 1 | -3/+3 |
| * | | | | | kconfig: refactor conf_touch_dep() | Masahiro Yamada | 2021-10-11 | 1 | -18/+4 |
| * | | | | | kconfig: refactor conf_write_dep() | Masahiro Yamada | 2021-10-11 | 1 | -17/+37 |
| * | | | | | kconfig: refactor conf_write_autoconf() | Masahiro Yamada | 2021-10-11 | 1 | -37/+57 |
| * | | | | | kconfig: add conf_get_autoheader_name() | Masahiro Yamada | 2021-10-11 | 1 | -3/+8 |
| * | | | | | kconfig: move sym_escape_string_value() to confdata.c | Masahiro Yamada | 2021-10-11 | 3 | -47/+45 |
| * | | | | | kconfig: refactor listnewconfig code | Masahiro Yamada | 2021-10-11 | 3 | -12/+8 |
| * | | | | | kconfig: refactor conf_write_symbol() | Masahiro Yamada | 2021-10-11 | 1 | -79/+57 |
| * | | | | | kconfig: refactor conf_write_heading() | Masahiro Yamada | 2021-10-11 | 1 | -62/+33 |
| * | | | | | kconfig: remove 'const' from the return type of sym_escape_string_value() | Masahiro Yamada | 2021-10-01 | 4 | -23/+24 |
| * | | | | | kconfig: rename a variable in the lexer to a clearer name | Masahiro Yamada | 2021-09-29 | 1 | -3/+3 |
| * | | | | | kconfig: narrow the scope of variables in the lexer | Masahiro Yamada | 2021-09-29 | 1 | -1/+2 |
| * | | | | | kconfig: Create links to main menu items in search | Ariel Marcovitch | 2021-09-25 | 1 | -15/+18 |
| * | | | | | kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modules | Masahiro Yamada | 2021-09-22 | 1 | -11/+17 |
| * | | | | | kbuild: detect objtool update without using .SECONDEXPANSION | Masahiro Yamada | 2021-09-22 | 1 | -7/+5 |
| * | | | | | kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macro | Masahiro Yamada | 2021-09-22 | 1 | -6/+6 |
| * | | | | | kbuild: store the objtool command in *.cmd files | Masahiro Yamada | 2021-09-22 | 1 | -9/+5 |
| * | | | | | kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modules | Masahiro Yamada | 2021-09-22 | 1 | -6/+5 |
| * | | | | | kbuild: move objtool_args back to scripts/Makefile.build | Masahiro Yamada | 2021-09-22 | 2 | -11/+10 |
* | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-06 | 3 | -2/+19 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | /
| |_|_|_|/
|/| | | | |
|
| * | | | | Compiler Attributes: add __alloc_size() for better bounds checking | Kees Cook | 2021-11-06 | 1 | -1/+2 |
| * | | | | scripts/decodecode: fix faulting instruction no print when opps.file is DOS f... | weidonghui | 2021-11-06 | 1 | -1/+1 |
| * | | | | scripts/spelling.txt: fix "mistake" version of "synchronization" | Sven Eckelmann | 2021-11-06 | 1 | -1/+1 |
| * | | | | scripts/spelling.txt: add more spellings to spelling.txt | Colin Ian King | 2021-11-06 | 1 | -0/+16 |
* | | | | | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-11-04 | 1 | -26/+467 |
|\ \ \ \ \ |
|
| * | | | | | Merge 5.15-rc6 into driver-core-next | Greg Kroah-Hartman | 2021-10-18 | 3 | -3/+9 |
| |\| | | | |
|
| * | | | | | scripts: get_abi.pl: better generate regex from what fields | Mauro Carvalho Chehab | 2021-10-05 | 1 | -2/+11 |
| * | | | | | scripts: get_abi.pl: fix fallback rule for undefined symbols | Mauro Carvalho Chehab | 2021-10-05 | 1 | -1/+1 |
| * | | | | | Merge 5.15-rc4 into driver-core-next | Greg Kroah-Hartman | 2021-10-04 | 7 | -17/+17 |
| |\ \ \ \ \ |
|
| * | | | | | | scripts: get_abi.pl: make undefined search more deterministic | Mauro Carvalho Chehab | 2021-09-29 | 1 | -3/+5 |
| * | | | | | | scripts: get_abi.pl: show progress | Mauro Carvalho Chehab | 2021-09-28 | 1 | -51/+104 |
| * | | | | | | scripts: get_abi.pl: use STDERR for search-string and show-hints | Mauro Carvalho Chehab | 2021-09-28 | 1 | -7/+7 |
| * | | | | | | scripts: get_abi.pl: update its documentation | Mauro Carvalho Chehab | 2021-09-28 | 1 | -13/+15 |
| * | | | | | | scripts: get_abi.pl: fix parse logic for DT firmware | Mauro Carvalho Chehab | 2021-09-28 | 1 | -10/+20 |