Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-04-19 | locking/atomics: Don't assume that scripts are executable | Andrew Morton | 1 | -1/+1 |
2019-04-16 | kbuild: handle old pahole more gracefully when generating BTF | Andrii Nakryiko | 1 | -1/+1 |
2019-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+19 |
2019-04-11 | modpost: make KBUILD_MODPOST_WARN also configurable for external modules | Wiebe, Wladislav (Nokia - DE/Ulm) | 1 | -1/+1 |
2019-04-09 | kconfig: Make nconf-cfg.sh executable | Petr Vorel | 1 | -0/+0 |
2019-04-06 | fs: stream_open - opener for stream-like files so that read and write can run... | Kirill Smelkov | 1 | -0/+363 |
2019-04-03 | objtool: Add UACCESS validation | Peter Zijlstra | 1 | -0/+3 |
2019-04-03 | kbuild: add ability to generate BTF type info for vmlinux | Andrii Nakryiko | 1 | -1/+19 |
2019-04-02 | kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build | Masahiro Yamada | 6 | -6/+6 |
2019-04-02 | kbuild: mkmakefile: generate a simple wrapper of top Makefile | Masahiro Yamada | 1 | -18/+2 |
2019-04-02 | kbuild: mkmakefile: do not check the generated Makefile marker | Masahiro Yamada | 1 | -6/+0 |
2019-04-01 | docs: scripts/sphinx-pre-install: suggest latexmk for building pdf | Mauro Carvalho Chehab | 1 | -0/+1 |
2019-03-30 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2019-03-29 | checkpatch: add %pt as a valid vsprintf extension | Alexandre Belloni | 1 | -1/+1 |
2019-03-29 | kconfig/[mn]conf: handle backspace (^H) key | Changbin Du | 3 | -3/+5 |
2019-03-28 | kbuild: modversions: Fix relative CRC byte order interpretation | Fredrik Noring | 1 | -1/+1 |
2019-03-28 | scripts: coccinelle: Fix description of badty.cocci | Michael Stefaniuc | 1 | -1/+1 |
2019-03-28 | kbuild: strip whitespace in cmd_record_mcount findstring | Joe Lawrence | 1 | -5/+2 |
2019-03-28 | coccinelle: put_device: reduce false positives | Wen Yang | 1 | -0/+1 |
2019-03-25 | checkpatch: Warn on improper usage of Co-developed-by | Sean Christopherson | 1 | -0/+18 |
2019-03-19 | scripts/selinux: fix build | Stephen Smalley | 1 | -1/+1 |
2019-03-19 | selinux: use kernel linux/socket.h for genheaders and mdp | Paulo Alcantara | 2 | -2/+0 |
2019-03-19 | scripts/selinux: modernize mdp | Stephen Smalley | 2 | -63/+194 |
2019-03-17 | kconfig: remove stale lxdialog/.gitignore | Masahiro Yamada | 1 | -4/+0 |
2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 1 | -0/+5 |
2019-03-17 | kbuild: warn redundant generic-y | Masahiro Yamada | 1 | -0/+6 |
2019-03-17 | Revert "modsign: Abort modules_install when signing fails" | Douglas Anderson | 1 | -1/+1 |
2019-03-17 | kbuild: deb-pkg: avoid implicit effects | Arseny Maslennikov | 1 | -1/+4 |
2019-03-17 | coccinelle: semantic code search for missing put_device() | Wen Yang | 1 | -0/+56 |
2019-03-13 | kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIG | Masahiro Yamada | 3 | -3/+3 |
2019-03-13 | kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddeb | Masahiro Yamada | 1 | -13/+19 |
2019-03-13 | kbuild: deb-pkg: add CONFIG_ prefix to kernel config options | Masahiro Yamada | 1 | -17/+17 |
2019-03-13 | kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG} | Masahiro Yamada | 2 | -16/+2 |
2019-03-13 | kbuild: move archive command to scripts/Makefile.lib | Masahiro Yamada | 2 | -5/+7 |
2019-03-13 | modpost: always show verbose warning for section mismatch | Masahiro Yamada | 2 | -23/+5 |
2019-03-13 | deb-pkg: generate correct build dependencies | Riku Voipio | 1 | -1/+3 |
2019-03-13 | Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 7 | -14/+44 |
2019-03-11 | kconfig: fix 'Save As' menu of xconfig | Masahiro Yamada | 2 | -7/+36 |
2019-03-11 | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 18 | -165/+104 |
2019-03-10 | Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat... | Linus Torvalds | 2 | -1/+30 |
2019-03-10 | Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+12 |
2019-03-09 | Merge tag 'leaks-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/to... | Linus Torvalds | 1 | -5/+4 |
2019-03-09 | Merge tag 'docs-5.1' of git://git.lwn.net/linux | Linus Torvalds | 3 | -15/+8 |
2019-03-09 | Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -22/+74 |