| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-03-06 | 2 | -3/+2 |
|\ |
|
| * | gcc-plugins: latent_entropy: remove unneeded semicolon | Jason Yan | 2021-03-02 | 1 | -1/+1 |
| * | gcc-plugins: structleak: remove unneeded variable 'ret' | Jason Yan | 2021-03-02 | 1 | -2/+1 |
* | | Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2021-03-05 | 1 | -1/+0 |
|\ \ |
|
| * | | dts: drop dangling c6x symlink | Michal Kubecek | 2021-02-24 | 1 | -1/+0 |
* | | | ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount | Chen Jun | 2021-03-02 | 1 | -1/+1 |
| |/
|/| |
|
* | | kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh | Masahiro Yamada | 2021-02-28 | 1 | -3/+0 |
* | | kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTO | Masahiro Yamada | 2021-02-28 | 2 | -15/+26 |
* | | kbuild: lto: add _mcount to list of used symbols | Arnd Bergmann | 2021-02-27 | 1 | -0/+1 |
* | | Merge tag 'docs-5.12-2' of git://git.lwn.net/linux | Linus Torvalds | 2021-02-26 | 1 | -1/+1 |
|\ \ |
|
| * | | scripts: kernel-doc: fix array element capture in pointer-to-func parsing | Aditya Srivastava | 2021-02-22 | 1 | -1/+1 |
* | | | ubsan: remove overflow checks | Andrey Ryabinin | 2021-02-26 | 1 | -2/+0 |
* | | | scripts/gdb: fix list_for_each | George Prekas | 2021-02-26 | 1 | -0/+5 |
* | | | checkpatch: do not apply "initialise globals to 0" check to BPF progs | Song Liu | 2021-02-26 | 1 | -1/+11 |
* | | | checkpatch: don't warn about colon termination in linker scripts | Chris Down | 2021-02-26 | 1 | -1/+1 |
* | | | checkpatch: add kmalloc_array_node to unnecessary OOM message check | Joe Perches | 2021-02-26 | 1 | -1/+1 |
* | | | checkpatch: add warning for avoiding .L prefix symbols in assembly files | Aditya Srivastava | 2021-02-26 | 1 | -0/+7 |
* | | | checkpatch: improve TYPECAST_INT_CONSTANT test message | Joe Perches | 2021-02-26 | 1 | -10/+10 |
* | | | checkpatch: prefer ftrace over function entry/exit printks | Joe Perches | 2021-02-26 | 1 | -0/+35 |
* | | | checkpatch: trivial style fixes | Dwaipayan Ray | 2021-02-26 | 1 | -9/+9 |
* | | | checkpatch: ignore warning designated initializers using NR_CPUS | Peng Wang | 2021-02-26 | 1 | -1/+3 |
* | | | checkpatch: improve blank line after declaration test | Joe Perches | 2021-02-26 | 1 | -23/+29 |
* | | | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-02-25 | 20 | -230/+423 |
|\ \ \ |
|
| * | | | kbuild: remove deprecated 'always' and 'hostprogs-y/m' | Masahiro Yamada | 2021-02-24 | 3 | -16/+0 |
| * | | | kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig | Masahiro Yamada | 2021-02-24 | 1 | -22/+14 |
| * | | | kconfig: omit --oldaskconfig option for 'make config' | Masahiro Yamada | 2021-02-24 | 2 | -1/+2 |
| * | | | kconfig: fix 'invalid option' for help option | Masahiro Yamada | 2021-02-24 | 1 | -2/+2 |
| * | | | kconfig: remove dead code in conf_askvalue() | Masahiro Yamada | 2021-02-24 | 1 | -15/+1 |
| * | | | kconfig: clean up nested if-conditionals in check_conf() | Masahiro Yamada | 2021-02-24 | 1 | -26/+29 |
| * | | | kconfig: Remove duplicate call to sym_get_string_value() | Mickaël Salaün | 2021-02-24 | 1 | -1/+1 |
| * | | | kbuild: check the minimum linker version in Kconfig | Masahiro Yamada | 2021-02-22 | 3 | -32/+77 |
| * | | | kbuild: remove ld-version macro | Masahiro Yamada | 2021-02-22 | 1 | -5/+1 |
| * | | | scripts: add generic syscallhdr.sh | Masahiro Yamada | 2021-02-22 | 1 | -0/+98 |
| * | | | scripts: add generic syscalltbl.sh | Masahiro Yamada | 2021-02-22 | 1 | -0/+73 |
| * | | | gen_compile_commands: prune some directories | Masahiro Yamada | 2021-02-16 | 1 | -2/+10 |
| * | | | Kconfig: allow explicit opt in to DWARF v5 | Nick Desaulniers | 2021-02-16 | 1 | -0/+8 |
| * | | | Kbuild: Make composite object searching more generic | Elliot Berman | 2021-02-16 | 1 | -4/+8 |
| * | | | kbuild: use always-y instead of extra-y | Masahiro Yamada | 2021-02-16 | 2 | -7/+7 |
| * | | | genksyms: remove useless case DOTS | Masahiro Yamada | 2021-02-16 | 1 | -1/+0 |
| * | | | genksyms: remove dead code for ST_TABLE_* | Masahiro Yamada | 2021-02-16 | 1 | -54/+0 |
| * | | | genksyms: make source_file a local variable in lexer | Masahiro Yamada | 2021-02-16 | 3 | -2/+3 |
| * | | | kbuild: check the minimum compiler version in Kconfig | Masahiro Yamada | 2021-02-16 | 4 | -39/+88 |
| * | | | kbuild: LD_VERSION redenomination | Masahiro Yamada | 2021-02-11 | 1 | -1/+1 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-02-25 | 1 | -0/+30 |
|\ \ \ \ |
|
| * | | | | scripts/spelling.txt: add more spellings to spelling.txt | Colin Ian King | 2021-02-24 | 1 | -0/+26 |
| * | | | | scripts/spelling.txt: add "allocted" and "exeeds" typo | dingsenjie | 2021-02-24 | 1 | -0/+2 |
| * | | | | scripts/spelling.txt: check for "exeeds" | zuoqilin | 2021-02-24 | 1 | -0/+1 |
| * | | | | scripts/spelling.txt: increase error-prone spell checking | tangchunyou | 2021-02-24 | 1 | -0/+1 |
* | | | | | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-02-24 | 4 | -8/+23 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | ver_linux: Eliminate duplicate code in ldconfig processing logic | Alexander Kapshuk | 2021-01-27 | 1 | -7/+5 |