summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Kconfig: remove sym_set_choice_valueZeng Heng2022-09-292-6/+1
| * | | kbuild: use objtool-args-y to clean up objtool argumentsMasahiro Yamada2022-09-292-26/+20
| * | | kbuild: fix and refactor single target buildMasahiro Yamada2022-09-291-38/+16
| * | | kbuild: rewrite check-local-export in sh/awkOwen Rafferty2022-09-291-49/+48
| * | | Revert "kbuild: Make scripts/compile.h when sh != bash"Masahiro Yamada2022-09-291-3/+0
| * | | scripts/mkcompile_h: move LC_ALL=C to '$LD -v'Masahiro Yamada2022-09-291-6/+2
| * | | kbuild: build init/built-in.a just onceMasahiro Yamada2022-09-292-91/+15
| * | | kbuild: do not deduplicate modules.orderMasahiro Yamada2022-09-291-1/+1
| * | | kbuild: check sha1sum just once for each atomic headerMasahiro Yamada2022-09-291-33/+0
| * | | kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.packageMasahiro Yamada2022-09-291-1/+4
| * | | kbuild: remove the target in signal traps when interruptedMasahiro Yamada2022-09-291-1/+22
* | | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-7/+71
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-294-18/+10
| |\| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-223-31/+2
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-0/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-7/+71
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | bpf/scripts: Assert helper enum value is aligned with comment orderEyal Birger2022-08-251-5/+34
| | * | | | | scripts/bpf: Set date attribute for bpf-helpers(7) man pageQuentin Monnet2022-08-231-2/+18
| | * | | | | scripts/bpf: Set version attribute for bpf-helpers(7) man pageQuentin Monnet2022-08-231-1/+20
* | | | | | | Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-031-3/+2
|\ \ \ \ \ \ \
| * | | | | | | selinux: remove runtime disable message in the install_policy.sh scriptPaul Moore2022-09-201-2/+1
| * | | | | | | selinux: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-09-201-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-031-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Makefile.extrawarn: Move -Wcast-function-type-strict to W=1Sami Tolvanen2022-10-011-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-032-19/+5
|\ \ \ \ \ \ \
| * | | | | | | cfi: Switch to -fsanitize=kcfiSami Tolvanen2022-09-261-19/+4
| * | | | | | | scripts/kallsyms: Ignore __kcfi_typeid_Sami Tolvanen2022-09-261-0/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2022-10-0319-26/+773
|\ \ \ \ \ \ \
| * | | | | | | x86: enable initial Rust supportMiguel Ojeda2022-09-281-2/+13
| * | | | | | | Kbuild: add Rust supportMiguel Ojeda2022-09-289-15/+203
| * | | | | | | scripts: add `is_rust_module.sh`Daniel Xu2022-09-281-0/+16
| * | | | | | | scripts: add `rust_is_available.sh`Miguel Ojeda2022-09-283-0/+168
| * | | | | | | scripts: add `generate_rust_target.rs`Miguel Ojeda2022-09-282-0/+172
| * | | | | | | scripts: add `generate_rust_analyzer.py`Miguel Ojeda2022-09-281-0/+135
| * | | | | | | scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda2022-09-281-0/+14
| * | | | | | | scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda2022-09-281-2/+2
| * | | | | | | scripts: checkpatch: diagnose uses of `%pA` in the C side as errorsMiguel Ojeda2022-09-281-2/+6
| * | | | | | | kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda2022-09-281-2/+2
| * | | | | | | kallsyms: support "big" kernel symbolsMiguel Ojeda2022-09-281-3/+26
| * | | | | | | kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`Miguel Ojeda2022-09-281-2/+12
| * | | | | | | kallsyms: avoid hardcoding buffer sizeBoqun Feng2022-09-281-2/+8
| * | | | | | | kallsyms: use `ARRAY_SIZE` instead of hardcoded sizeBoqun Feng2022-09-281-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'docs-6.1' of git://git.lwn.net/linuxLinus Torvalds2022-10-031-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | checkpatch: warn on usage of VM_BUG_ON() and other BUG variantsDavid Hildenbrand2022-09-291-3/+3
| * | | | | | docs: move asm-annotations.rst into core-apiJonathan Corbet2022-09-291-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Makefile.debug: re-enable debug info for .S filesNick Desaulniers2022-09-241-10/+11
* | | | | | Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLITNick Desaulniers2022-09-241-3/+1
* | | | | | Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng2022-09-242-6/+0
* | | | | | scripts/clang-tools: remove unused moduleyangxingwu2022-09-241-1/+0
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-113-31/+2
|\ \ \ \ \ | |_|/ / / |/| | | |