summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | mksysmap: Fix the mismatch of 'L0' symbols in System.mapYouling Tang2022-09-101-1/+1
| * | | | scripts/extract-ikconfig: add zstd compression supportThitat Auareesuksakul2022-08-291-0/+1
| * | | | scripts: remove obsolete gcc-ld scriptLukas Bulwahn2022-08-291-30/+0
| | |/ / | |/| |
* / | | Makefile.extrawarn: re-enable -Wformat for clang; take 2Nick Desaulniers2022-09-041-0/+12
|/ / /
* | | asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-211-22/+0
* | | Merge tag 'kbuild-fixes-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-204-5/+3
|\ \ \
| * | | scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling checkGuru Das Srinagesh2022-08-211-0/+1
| * | | scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-lengthNathan Chancellor2022-08-211-1/+0
| * | | kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__Jiri Slaby2022-08-211-1/+1
| * | | modpost: fix module versioning when a symbol lacks valid CRCMasahiro Yamada2022-08-211-3/+1
| |/ /
* | | Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-191-1/+1
|\ \ \ | |/ / |/| |
| * | gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a fileAndrew Donnellan2022-08-161-1/+1
* | | Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-121-0/+2
|\ \ \ | |_|/ |/| |
| * | riscv/purgatory: Omit use of bin2cMasahiro Yamada2022-08-111-0/+2
* | | Revert "Makefile.extrawarn: re-enable -Wformat for clang"Linus Torvalds2022-08-111-0/+1
* | | Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-08-1016-303/+87
|\ \ \
| * | | modpost: remove .symbol_white_list field entirelyMasahiro Yamada2022-08-041-39/+16