aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | treewide: Drop __cficanonicalSami Tolvanen2022-09-263-8/+4
| * | | | treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen2022-09-263-19/+2
| * | | | treewide: Drop function_nocfiSami Tolvanen2022-09-2611-21/+11
| * | | | init: Drop __nocfi from __initSami Tolvanen2022-09-261-1/+1
| * | | | arm64: Drop unneeded __nocfi attributesSami Tolvanen2022-09-263-3/+3
| * | | | arm64: Add CFI error handlingSami Tolvanen2022-09-262-3/+50
| * | | | arm64: Add types to indirect called assembly functionsSami Tolvanen2022-09-265-7/+15
| * | | | psci: Fix the function type for psci_initcall_tSami Tolvanen2022-09-261-4/+4
| * | | | lkdtm: Emit an indirect call for CFI testsSami Tolvanen2022-09-261-6/+9
| * | | | cfi: Add type helper macrosSami Tolvanen2022-09-261-0/+45
| * | | | cfi: Switch to -fsanitize=kcfiSami Tolvanen2022-09-269-176/+133
| * | | | cfi: Drop __CFI_ADDRESSABLESami Tolvanen2022-09-263-24/+6
| * | | | cfi: Remove CONFIG_CFI_CLANG_SHADOWSami Tolvanen2022-09-264-272/+1
| * | | | scripts/kallsyms: Ignore __kcfi_typeid_Sami Tolvanen2022-09-261-0/+1
| * | | | treewide: Filter out CC_FLAGS_CFISami Tolvanen2022-09-263-2/+6
* | | | | Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0323-508/+1
|\ \ \ \ \
| * | | | | binfmt: remove taso from linux_binprm structLukas Bulwahn2022-09-291-3/+0
| * | | | | a.out: Remove the a.out implementationEric W. Biederman2022-09-2722-505/+1
* | | | | | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2022-10-0389-51/+12552
|\ \ \ \ \ \
| * | | | | | MAINTAINERS: RustMiguel Ojeda2022-09-281-0/+18
| * | | | | | samples: add first Rust examplesMiguel Ojeda2022-09-2810-0/+108
| * | | | | | x86: enable initial Rust supportMiguel Ojeda2022-09-284-2/+25
| * | | | | | docs: add Rust documentationMiguel Ojeda2022-09-2810-4/+675
| * | | | | | Kbuild: add Rust supportMiguel Ojeda2022-09-2819-26/+869
| * | | | | | rust: add `.rustfmt.toml`Miguel Ojeda2022-09-282-0/+13
| * | | | | | 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-282-0/+138
| * | | | | | 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
| * | | | | | vsprintf: add new `%pA` format specifierGary Guo2022-09-282-0/+23
| * | | | | | rust: export generated symbolsMiguel Ojeda2022-09-281-0/+21
| * | | | | | rust: add `kernel` crateWedson Almeida Filho2022-09-286-0/+491
| * | | | | | rust: add `bindings` crateMiguel Ojeda2022-09-282-0/+66
| * | | | | | rust: add `macros` crateMiguel Ojeda2022-09-283-0/+405
| * | | | | | rust: add `compiler_builtins` crateMiguel Ojeda2022-09-281-0/+63
| * | | | | | rust: adapt `alloc` crate to the kernelMiguel Ojeda2022-09-2814-1/+100
| * | | | | | rust: import upstream `alloc` crateMiguel Ojeda2022-09-2813-0/+9037
| * | | | | | rust: add C helpersMiguel Ojeda2022-09-281-0/+51
| * | | | | | kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda2022-09-286-8/+8
| * | | | | | kallsyms: support "big" kernel symbolsMiguel Ojeda2022-09-282-7/+48
| * | | | | | 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 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0360-1388/+835
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'thermal-intel' and 'thermal-drivers'Rafael J. Wysocki2022-10-037-56/+19
| |\ \ \ \ \ \ \ \
| | | * | | | | | | thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register()Xuewen Yan2022-09-031-5/+5
| | | * | | | | | | thermal: da9062-thermal: Drop redundant error messagezhaoxiao2022-08-311-3/+2