summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | kbuild: add mod(name,file)_flags to assembler flags for module objectsKris Van Hees2024-09-101-2/+2
| * | | scripts: subarch.include: fix SUBARCH on macOS hostsNick Desaulniers2024-09-101-1/+1
| * | | scripts: import more hash table macrosMasahiro Yamada2024-09-102-0/+119
| * | | kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada2024-09-093-132/+150
| * | | kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.hostMasahiro Yamada2024-09-082-19/+21
| * | | kbuild: compile constant module information only onceThomas Weißschuh2024-09-073-25/+30
| * | | kbuild: remove recent dependency on "truncate" programTony Battersby2024-09-071-1/+1
| * | | kbuild: add debug package to pacman PKGBUILDJose Fernandez2024-09-071-1/+14
| * | | modpost: simplify modpost_log()Masahiro Yamada2024-09-012-19/+9
| * | | kbuild: pacman-pkg: do not override objtreeMasahiro Yamada2024-09-012-3/+4
| * | | kbuild: pacman-pkg: move common commands to a separate functionMasahiro Yamada2024-09-011-7/+10
| * | | kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGESJose Fernandez2024-09-011-6/+12
| * | | modpost: improve the section mismatch warning formatMasahiro Yamada2024-09-011-8/+13
| * | | fixdep: use xmalloc()Masahiro Yamada2024-09-011-10/+5
| * | | kallsyms: use xmalloc() and xrealloc()Masahiro Yamada2024-09-011-18/+5
| * | | modpost: replace the use of NOFAIL() with xmalloc() etc.Masahiro Yamada2024-09-014-27/+17
| * | | kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada2024-09-0114-54/+65
| * | | kconfig: remove P_SYMBOL propertyMasahiro Yamada2024-09-014-8/+0
| * | | kconfig: stop adding P_SYMBOL property to symbolsMasahiro Yamada2024-09-011-3/+1
| * | | kconfig: remove dummy assignments to cur_{filename,lineno}Masahiro Yamada2024-09-011-8/+0
| * | | kbuild: modinst: remove the multithread option from zstd compressionMasahiro Yamada2024-09-011-1/+1
| * | | kbuild: cross-compile linux-headers package when possibleMasahiro Yamada2024-09-011-0/+34
| * | | kbuild: slim down package for building external modulesMasahiro Yamada2024-09-011-5/+16
| * | | modpost: detect endianness on run-timeMasahiro Yamada2024-09-013-28/+40
| * | | modpost: remove unused HOST_ELFCLASSMasahiro Yamada2024-09-011-6/+0
* | | | Merge tag 'keys-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-242-64/+100
|\ \ \ \
| * | | | sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3Jan Stancek2024-09-201-28/+65
| * | | | sign-file,extract-cert: avoid using deprecated ERR_get_error_line()Jan Stancek2024-09-202-18/+11
| * | | | sign-file,extract-cert: move common SSL helper functions to a headerJan Stancek2024-09-202-35/+41
* | | | | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-09-211-13/+1
|\ \ \ \ \
| * | | | | btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada2024-09-131-12/+0
| * | | | | btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.shMasahiro Yamada2024-09-131-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-2110-54/+418
|\ \ \ \ \
| * | | | | scripts/decode_stacktrace.sh: add '-h' flagLuca Ceresoli2024-09-011-1/+5
| * | | | | scripts/decode_stacktrace.sh: clarify command lineLuca Ceresoli2024-09-011-1/+2
| * | | | | scripts/decode_stacktrace.sh: remove find_module recursion and improve error ...Luca Ceresoli2024-09-011-20/+20
| * | | | | scripts/decode_stacktrace.sh: nix-ifyKent Overstreet2024-09-011-1/+1
| * | | | | scripts/gdb: add 'lx-kasan_mem_to_shadow' commandKuan-Ying Lee2024-09-012-0/+45
| * | | | | scripts/gdb: add 'lx-stack_depot_lookup' command.Kuan-Ying Lee2024-09-011-0/+27
| * | | | | scripts/gdb: fix lx-mounts command errorKuan-Ying Lee2024-09-011-2/+2
| * | | | | scripts/gdb: add iteration function for rbtreeKuan-Ying Lee2024-09-011-0/+12
| * | | | | scripts/gdb: fix timerlist parsing issueKuan-Ying Lee2024-09-011-15/+16
| * | | | | scripts: add macro_checker script to check unused parameters in macrosJulian Sun2024-09-011-0/+131
| * | | | | xz: adjust arch-specific options for better kernel compressionLasse Collin2024-09-011-5/+137
| * | | | | xz: use 128 MiB dictionary and force single-threaded modeLasse Collin2024-09-011-1/+12
| * | | | | xz: fix comments and coding styleLasse Collin2024-09-011-5/+8
| * | | | | xz: switch from public domain to BSD Zero Clause License (0BSD)Lasse Collin2024-09-011-4/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-22/+23
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | kasan: simplify and clarify MakefileAndrey Konovalov2024-09-031-22/+23
| |/ / /
* | | | Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-194-6/+27
|\ \ \ \