summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | modpost: remove ALL_EXIT_DATA_SECTIONS macroMasahiro Yamada2023-10-281-2/+0
| * | | kbuild: simplify cmd_ld_multi_mMasahiro Yamada2023-10-281-1/+1
| * | | kbuild: avoid too many execution of scripts/pahole-flags.shMasahiro Yamada2023-10-282-30/+19
| * | | kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada2023-10-281-4/+1
| * | | kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-0/+45
| * | | modpost: factor out the common boilerplate of section_rel(a)Masahiro Yamada2023-10-181-24/+26
| * | | modpost: refactor check_sec_ref()Masahiro Yamada2023-10-181-6/+7
| * | | modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada2023-10-182-22/+16
| * | | modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada2023-10-181-2/+2
| * | | modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada2023-10-181-5/+5
| * | | kbuild: make binrpm-pkg always produce kernel-devel packageMasahiro Yamada2023-10-181-2/+0
| * | | rust: Respect HOSTCC when linking for hostMatthew Maurer2023-10-141-0/+2
| * | | kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/Masahiro Yamada2023-10-033-5/+11
| * | | modpost: Optimize symbol search from linear to binary searchJack Brennen2023-10-034-66/+232
* | | | Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-032-0/+12
|\ \ \ \
| * | | | staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEUmang Jain2023-10-212-0/+12
* | | | | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-032-0/+12
|\ \ \ \ \
| * | | | | cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde2023-10-272-0/+12
| | |/ / / | |/| | |
* | | | | Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-032-11/+29
|\ \ \ \ \
| * | | | | run-clang-tools: Add pass through checks and and header-filter argumentsIan Rogers2023-10-121-7/+25
| * | | | | gen_compile_commands: Sort output compile commands by file nameIan Rogers2023-10-121-1/+1
| * | | | | gen_compile_commands: Allow the line prefix to still be cmd_Ian Rogers2023-10-121-3/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-025-25/+49
|\ \ \ \ \
| * | | | | scripts/gdb/vmalloc: disable on no-MMUBen Wolsieffer2023-11-012-2/+7
| * | | | | scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nClément Léger2023-11-011-4/+5
| * | | | | scripts/gdb: add lx_current support for riscvDeepak Gupta2023-11-011-0/+15
| * | | | | scripts/show_delta: add __main__ judgement before main codeHu Haowen2023-10-181-1/+2
| * | | | | get_maintainer: add --keywords-in-file optionJoe Perches2023-10-181-18/+20
| | |/ / / | |/| | |
* | | | | Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-2/+2
|\ \ \ \ \
| * | | | | module: Make is_valid_name() return boolTiezhu Yang2023-11-011-2/+2
* | | | | | Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds2023-11-011-1/+1
|\ \ \ \ \ \
| * | | | | | scripts/kernel-doc: Fix the regex for matching -Werror flagYujie Liu2023-10-301-1/+1
| * | | | | | scripts/kernel-doc: match -Werror flag strictlyYujie Liu2023-10-221-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | hexagon: Remove unusable symbols from the ptrace.h uapiThomas Huth2023-10-251-1/+0
| |/ / / /
* | | | | Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-311-16/+58
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | dt: dt-extract-compatibles: Add flag for driver matching compatiblesNícolas F. R. A. Prado2023-09-201-9/+48
| * | | | dt: dt-extract-compatibles: Handle cfile arguments in generator functionNícolas F. R. A. Prado2023-09-201-8/+11
| |/ / /
* | | | Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-10-301-1/+1
|\ \ \ \
| * | | | rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl2023-09-251-1/+1
* | | | | Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-10-301-1/+1
|\ \ \ \ \
| * | | | | rust: upgrade to Rust 1.73.0Miguel Ojeda2023-10-151-1/+1
| * | | | | rust: upgrade to Rust 1.72.1Miguel Ojeda2023-10-051-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-3/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | randstruct: Fix gcc-plugin performance mode to stay in groupKees Cook2023-10-081-3/+8
* | | | | Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2023-10-301-9/+0
|\ \ \ \ \
| * | | | | Revert "checkpatch: Error out if deprecated RCU API used"Joel Fernandes (Google)2023-09-131-9/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'objtool-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-301-3/+21
|\ \ \ \ \
| * | | | | scripts/faddr2line: Skip over mapping symbols in output from readelfWill Deacon2023-10-231-0/+5
| * | | | | scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1Will Deacon2023-10-231-2/+15