summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Makefile: infer --target from ARCH for CC=clangNick Desaulniers2021-08-101-2/+23
| * | | | Makefile: move initial clang flag handling into scripts/Makefile.clangNick Desaulniers2021-08-101-0/+14
| * | | | scripts: make some scripts executableMasahiro Yamada2021-08-104-0/+0
| * | | | scripts: merge_config: add strict mode to fail upon any redefinitionMatthias Maennich2021-08-101-0/+15
| |/ / /
* | | | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-031-1/+1
|\ \ \ \
| * | | | powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy2021-08-151-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-022-2/+16
|\ \ \ \
| * | | | PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy2021-08-262-2/+16
| |/ / /
* | | | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-1/+1
|\ \ \ \
| * | | | parisc: Fix compile failure when building 64-bit kernel nativelyMasahiro Yamada2021-09-011-1/+1
| | |/ / | |/| |
* | | | Merge tag 'docs-5.15' of git://git.lwn.net/linuxLinus Torvalds2021-09-021-4/+4
|\ \ \ \
| * | | | scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERRORLaurent Pinchart2021-08-121-4/+4
* | | | | Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-021-2/+1
|\ \ \ \ \
| * | | | | kbuild: Enable dtc 'pci_device_reg' warning by defaultRob Herring2021-08-231-2/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-011-9/+7
|\ \ \ \ \
| * \ \ \ \ Merge 5.14-rc5 into char-misc-nextGreg Kroah-Hartman2021-08-093-50/+14
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | scripts/spdxcheck-test.sh: Drop python2Nishanth Menon2021-07-211-9/+7
| | |_|_|/ | |/| | |
* | | | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-09-011-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-7/+11
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-062-43/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-233-7/+10
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-161-0/+2
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | bpf: Introduce bpf timers.Alexei Starovoitov2021-07-151-0/+2
* | | | | | | Merge tag 'v5.14-rc6' into locking/core, to pick up fixesIngo Molnar2021-08-1738-409/+919
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge tag 'kbuild-fixes-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-071-7/+11
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | scripts: checkversion: modernize linux/version.h search stringsRandy Dunlap2021-08-051-7/+11
| | | |_|/ / | | |/| | |
| * | | | | scripts/tracing: fix the bug that can't parse raw_trace_funcHui Su2021-08-041-3/+3
| * | | | | scripts/recordmcount.pl: Remove check_objcopy() and $can_use_localNathan Chancellor2021-08-041-40/+0
| |/ / / /
| * | | | Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-182-6/+9
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Kbuild: lto: fix module versionings mismatch in GNU make 3.XLecopzer Chen2021-07-181-1/+1
| | * | | scripts/setlocalversion: fix a bug when LOCALVERSION is emptyMikulas Patocka2021-07-181-5/+8
| | |/ /
| * / / scripts/spdxcheck.py: Strictly read license files in utf-8Nishanth Menon2021-07-121-1/+1
| |/ /
| * | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-1012-99/+118
| |\ \
| | * | scripts: add generic syscallnr.shMasahiro Yamada2021-07-081-0/+74
| | * | scripts: check duplicated syscall number in syscall tableMasahiro Yamada2021-07-082-2/+7
| | * | kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is setMatthias Maennich2021-06-171-3/+11
| | * | kbuild: modpost: Explicitly warn about unprototyped symbolsMark Brown2021-06-171-2/+5
| | * | kconfig: constify long_optsMasahiro Yamada2021-06-051-1/+1
| | * | scripts/setlocalversion: simplify the short version partMasahiro Yamada2021-05-261-5/+3
| | * | scripts/setlocalversion: factor out 12-chars hash constructionMasahiro Yamada2021-05-261-17/+5
| | * | scripts/setlocalversion: add more comments to -dirty flag detectionMasahiro Yamada2021-05-261-0/+4
| | * | scripts/setlocalversion: remove workaround for old make-kpkgMasahiro Yamada2021-05-261-1/+1
| | * | scripts/setlocalversion: remove mercurial, svn and git-svn supportsMasahiro Yamada2021-05-261-41/+0
| | * | kbuild: clean up ${quiet} checks in shell scriptsMasahiro Yamada2021-05-262-6/+2
| | * | kbuild: sink stdout from cmd for silent buildMasahiro Yamada2021-05-261-1/+6
| | * | kbuild: merge scripts/mkmakefile to top MakefileMasahiro Yamada2021-05-261-17/+0
| | * | kbuild: remove libelf checks from top MakefileMasahiro Yamada2021-05-242-4/+0
| * | | scripts/decode_stacktrace.sh: indicate 'auto' can be used for base pathStephen Boyd2021-07-081-1/+1
| * | | scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nmStephen Boyd2021-07-081-3/+3
| * | | scripts/decode_stacktrace.sh: support debuginfodStephen Boyd2021-07-081-11/+70