Age | Commit message (Expand) | Author | Files | Lines |
2019-05-19 | kconfig: use 'else ifneq' for Makefile to improve readability | Masahiro Yamada | 1 | -3/+1 |
2019-05-18 | kbuild: check uniqueness of module names | Masahiro Yamada | 1 | -0/+16 |
2019-05-18 | kconfig: Terminate menu blocks with a comment in the generated config | Alexander Popov | 1 | -1/+12 |
2019-05-18 | kbuild: remove 'addtree' and 'flags' magic for header search paths | Masahiro Yamada | 3 | -33/+13 |
2019-05-18 | treewide: prefix header search paths with $(srctree)/ | Masahiro Yamada | 3 | -7/+7 |
2019-05-18 | kbuild: terminate Kconfig when $(CC) or $(LD) is missing | Masahiro Yamada | 1 | -0/+8 |
2019-05-18 | kbuild: add all Clang-specific flags unconditionally | Masahiro Yamada | 1 | -6/+6 |
2019-05-18 | kbuild: add some extra warning flags unconditionally | Masahiro Yamada | 1 | -6/+7 |
2019-05-15 | Merge tag 'kconfig-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 8 | -45/+89 |
2019-05-15 | scripts/gdb: print cached rate in lx-clk-summary | Leonard Crestez | 2 | -7/+18 |
2019-05-15 | scripts/gdb: clean up error handling in list helpers | Leonard Crestez | 1 | -8/+2 |
2019-05-15 | scripts/gdb: add $lx_clk_core_lookup function | Leonard Crestez | 1 | -0/+23 |
2019-05-15 | scripts/gdb: initial clk support: lx-clk-summary | Leonard Crestez | 2 | -0/+47 |
2019-05-15 | scripts/gdb: add hlist utilities | Leonard Crestez | 1 | -0/+23 |
2019-05-15 | scripts/gdb: silence pep8 checks | Stephen Boyd | 5 | -5/+16 |
2019-05-15 | scripts/gdb: add a timer list command | Stephen Boyd | 3 | -0/+233 |
2019-05-15 | scripts/gdb: add rb tree iterating utilities | Stephen Boyd | 2 | -0/+178 |
2019-05-15 | scripts/gdb: add kernel config dumping command | Stephen Boyd | 2 | -0/+45 |
2019-05-15 | scripts/gdb: find vmlinux where it was before | Stephen Boyd | 1 | -1/+5 |
2019-05-14 | kconfig: make conf_get_autoconfig_name() static | Masahiro Yamada | 2 | -2/+1 |
2019-05-14 | kconfig: use snprintf for formatting pathnames | Jacob Garber | 2 | -2/+3 |
2019-05-14 | kconfig: remove useless NULL pointer check in conf_write_dep() | Masahiro Yamada | 1 | -2/+0 |
2019-05-14 | Merge tag 'gcc-plugins-v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2019-05-13 | bpf: fix script for generating man page on BPF helpers | Quentin Monnet | 1 | -4/+4 |
2019-05-11 | gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6 | Chris Packham | 1 | -1/+1 |
2019-05-10 | kconfig: make parent directories for the saved .config as needed | Masahiro Yamada | 3 | -3/+5 |
2019-05-10 | kconfig: do not write .config if the content is the same | Masahiro Yamada | 1 | -0/+54 |
2019-05-10 | kconfig: do not accept a directory for configuration output | Masahiro Yamada | 1 | -34/+24 |
2019-05-09 | kconfig: remove trailing whitespaces | Masahiro Yamada | 2 | -2/+2 |
2019-05-08 | Merge tag 'docs-5.2' of git://git.lwn.net/linux | Linus Torvalds | 3 | -0/+51 |
2019-05-08 | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 10 | -32/+13 |
2019-05-08 | Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 1 | -0/+3 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+24 |
2019-05-08 | Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -64/+195 |
2019-05-07 | Merge tag 'meminit-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -120/+6 |
2019-05-07 | moduleparam: Save information about built-in modules in separate file | Alexey Gladkov | 1 | -0/+3 |
2019-05-06 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+3 |
2019-05-06 | ubsan: Remove vla bound checks. | Andrey Ryabinin | 1 | -1/+0 |
2019-05-06 | kbuild: tolerate missing pahole when generating BTF | Andrii Nakryiko | 1 | -0/+5 |
2019-05-03 | scripts/tags.sh: fix direct execution of scripts/tags.sh | Masahiro Yamada | 1 | -1/+1 |
2019-05-03 | scripts: override locale from environment when running recordmcount.pl | Daniel Dadap | 1 | -1/+1 |
2019-05-03 | scripts/documentation-file-ref-check: detect broken :doc:`foo` | Mauro Carvalho Chehab | 1 | -0/+29 |
2019-05-03 | scripts/documentation-file-ref-check: don't parse Next/ dir | Mauro Carvalho Chehab | 1 | -0/+3 |
2019-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+0 |
2019-04-30 | Merge tag 'selinux-pr-20190429' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+0 |
2019-04-29 | selinux: use kernel linux/socket.h for genheaders and mdp | Paulo Alcantara | 2 | -2/+0 |
2019-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2019-04-25 | security: Move stackleak config to Kconfig.hardening | Kees Cook | 1 | -51/+0 |
2019-04-24 | security: Create "kernel hardening" config area | Kees Cook | 1 | -69/+6 |
2019-04-22 | csky/ftrace: Add dynamic function tracer (include graph tracer) | Guo Ren | 1 | -0/+3 |