| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux 5.8-rc4v5.8-rc4 | Linus Torvalds | 2020-07-05 | 1 | -1/+1 |
* | Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-07-05 | 1 | -2/+2 |
|\ |
|
| * | kbuild: make Clang build userprogs for target architecture | Masahiro Yamada | 2020-07-02 | 1 | -2/+2 |
* | | Linux 5.8-rc3v5.8-rc3 | Linus Torvalds | 2020-06-28 | 1 | -1/+1 |
|/ |
|
* | Linux 5.8-rc2v5.8-rc2 | Linus Torvalds | 2020-06-21 | 1 | -1/+1 |
* | Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n" | Masahiro Yamada | 2020-06-22 | 1 | -11/+3 |
* | Makefile: Improve compressed debug info support detection | Arvind Sankar | 2020-06-15 | 1 | -1/+1 |
* | Linux 5.8-rc1v5.8-rc1 | Linus Torvalds | 2020-06-14 | 1 | -2/+2 |
* | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-06-13 | 1 | -19/+5 |
|\ |
|
| * | kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables | Denis Efremov | 2020-06-11 | 1 | -19/+5 |
* | | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 2020-06-11 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar | 2020-04-13 | 1 | -29/+68 |
| |\ |
|
| * \ | Merge branch 'linus' into locking/kcsan, to pick up fixes | Ingo Molnar | 2020-03-21 | 1 | -3/+5 |
| |\ \ |
|
| * \ \ | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2020-03-21 | 1 | -21/+9 |
| |\ \ \ |
|
| * \ \ \ | Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the tree | Ingo Molnar | 2020-01-20 | 1 | -1/+1 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict | Ingo Molnar | 2020-01-06 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2019-12-30 | 1 | -65/+63 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2019-11-19 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructure | Marco Elver | 2019-11-16 | 1 | -1/+2 |
* | | | | | | | | | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2020-06-06 | 1 | -91/+126 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | kbuild: add variables for compression tools | Denis Efremov | 2020-06-06 | 1 | -2/+23 |
| * | | | | | | | | | Makefile: install modules.builtin even if CONFIG_MODULES=n | Jonas Zeiger | 2020-06-06 | 1 | -3/+11 |
| * | | | | | | | | | modpost: show warning if any of symbol dump files is missing | Masahiro Yamada | 2020-06-06 | 1 | -9/+1 |
| * | | | | | | | | | modpost: generate vmlinux.symvers and reuse it for the second modpost | Masahiro Yamada | 2020-06-06 | 1 | -1/+1 |
| * | | | | | | | | | kbuild: update modules.order only when contained modules are updated | Masahiro Yamada | 2020-06-03 | 1 | -3/+11 |
| * | | | | | | | | | kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculation | Masahiro Yamada | 2020-06-03 | 1 | -9/+8 |
| * | | | | | | | | | kbuild: merge net-y and virt-y into drivers-y | Masahiro Yamada | 2020-06-01 | 1 | -8/+4 |
| * | | | | | | | | | kbuild: merge init-y into core-y | Masahiro Yamada | 2020-06-01 | 1 | -6/+4 |
| * | | | | | | | | | kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocks | Masahiro Yamada | 2020-06-01 | 1 | -7/+5 |
| * | | | | | | | | | kbuild: force to build vmlinux if CONFIG_MODVERSION=y | Masahiro Yamada | 2020-06-01 | 1 | -5/+8 |
| * | | | | | | | | | Makefile: support compressed debug info | Nick Desaulniers | 2020-05-29 | 1 | -0/+6 |
| * | | | | | | | | | kbuild: disallow multi-word in M= or KBUILD_EXTMOD | Masahiro Yamada | 2020-05-29 | 1 | -0/+3 |
| * | | | | | | | | | kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=n | Masahiro Yamada | 2020-05-26 | 1 | -0/+4 |
| * | | | | | | | | | kbuild: make module name conflict fatal error | Masahiro Yamada | 2020-05-26 | 1 | -2/+5 |
| * | | | | | | | | | kbuild: error out if targets prefixed with '__' are directly run | Masahiro Yamada | 2020-05-26 | 1 | -10/+13 |
| * | | | | | | | | | kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST)) | Masahiro Yamada | 2020-05-26 | 1 | -2/+4 |
| * | | | | | | | | | kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRS | Masahiro Yamada | 2020-05-26 | 1 | -16/+6 |
| * | | | | | | | | | kbuild: remove misleading stale FIXME comment | Masahiro Yamada | 2020-05-26 | 1 | -3/+0 |
| * | | | | | | | | | kbuild: invoke syncconfig if autoconf.h is missing | Masahiro Yamada | 2020-05-26 | 1 | -2/+3 |
| * | | | | | | | | | kbuild: add infrastructure to build userspace programs | Masahiro Yamada | 2020-05-17 | 1 | -3/+10 |
| * | | | | | | | | | kbuild: remove '/' target | Masahiro Yamada | 2020-05-12 | 1 | -4/+0 |
* | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2020-06-01 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | scs: Add support for Clang's Shadow Call Stack (SCS) | Sami Tolvanen | 2020-05-15 | 1 | -0/+6 |
* | | | | | | | | | | | Linux 5.7v5.7 | Linus Torvalds | 2020-05-31 | 1 | -1/+1 |
* | | | | | | | | | | | Linux 5.7-rc7v5.7-rc7 | Linus Torvalds | 2020-05-24 | 1 | -1/+1 |
* | | | | | | | | | | | Linux 5.7-rc6v5.7-rc6 | Linus Torvalds | 2020-05-17 | 1 | -1/+1 |
| |/ / / / / / / / /
|/| | | | | | | | | |
|
* | | | | | | | | | | Linux 5.7-rc5v5.7-rc5 | Linus Torvalds | 2020-05-10 | 1 | -1/+1 |
* | | | | | | | | | | gcc-10: disable 'restrict' warning for now | Linus Torvalds | 2020-05-09 | 1 | -0/+3 |
* | | | | | | | | | | gcc-10: disable 'stringop-overflow' warning for now | Linus Torvalds | 2020-05-09 | 1 | -0/+1 |
* | | | | | | | | | | gcc-10: disable 'array-bounds' warning for now | Linus Torvalds | 2020-05-09 | 1 | -0/+1 |