Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | treewide: Drop __cficanonical | Sami Tolvanen | 2022-09-26 | 3 | -8/+4 | |
| * | | | | treewide: Drop WARN_ON_FUNCTION_MISMATCH | Sami Tolvanen | 2022-09-26 | 3 | -19/+2 | |
| * | | | | treewide: Drop function_nocfi | Sami Tolvanen | 2022-09-26 | 11 | -21/+11 | |
| * | | | | init: Drop __nocfi from __init | Sami Tolvanen | 2022-09-26 | 1 | -1/+1 | |
| * | | | | arm64: Drop unneeded __nocfi attributes | Sami Tolvanen | 2022-09-26 | 3 | -3/+3 | |
| * | | | | arm64: Add CFI error handling | Sami Tolvanen | 2022-09-26 | 2 | -3/+50 | |
| * | | | | arm64: Add types to indirect called assembly functions | Sami Tolvanen | 2022-09-26 | 5 | -7/+15 | |
| * | | | | psci: Fix the function type for psci_initcall_t | Sami Tolvanen | 2022-09-26 | 1 | -4/+4 | |
| * | | | | lkdtm: Emit an indirect call for CFI tests | Sami Tolvanen | 2022-09-26 | 1 | -6/+9 | |
| * | | | | cfi: Add type helper macros | Sami Tolvanen | 2022-09-26 | 1 | -0/+45 | |
| * | | | | cfi: Switch to -fsanitize=kcfi | Sami Tolvanen | 2022-09-26 | 9 | -176/+133 | |
| * | | | | cfi: Drop __CFI_ADDRESSABLE | Sami Tolvanen | 2022-09-26 | 3 | -24/+6 | |
| * | | | | cfi: Remove CONFIG_CFI_CLANG_SHADOW | Sami Tolvanen | 2022-09-26 | 4 | -272/+1 | |
| * | | | | scripts/kallsyms: Ignore __kcfi_typeid_ | Sami Tolvanen | 2022-09-26 | 1 | -0/+1 | |
| * | | | | treewide: Filter out CC_FLAGS_CFI | Sami Tolvanen | 2022-09-26 | 3 | -2/+6 | |
* | | | | | Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-10-03 | 23 | -508/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | binfmt: remove taso from linux_binprm struct | Lukas Bulwahn | 2022-09-29 | 1 | -3/+0 | |
| * | | | | | a.out: Remove the a.out implementation | Eric W. Biederman | 2022-09-27 | 22 | -505/+1 | |
* | | | | | | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2022-10-03 | 89 | -51/+12552 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINTAINERS: Rust | Miguel Ojeda | 2022-09-28 | 1 | -0/+18 | |
| * | | | | | | samples: add first Rust examples | Miguel Ojeda | 2022-09-28 | 10 | -0/+108 | |
| * | | | | | | x86: enable initial Rust support | Miguel Ojeda | 2022-09-28 | 4 | -2/+25 | |
| * | | | | | | docs: add Rust documentation | Miguel Ojeda | 2022-09-28 | 10 | -4/+675 | |
| * | | | | | | Kbuild: add Rust support | Miguel Ojeda | 2022-09-28 | 19 | -26/+869 | |
| * | | | | | | rust: add `.rustfmt.toml` | Miguel Ojeda | 2022-09-28 | 2 | -0/+13 | |
| * | | | | | | scripts: add `is_rust_module.sh` | Daniel Xu | 2022-09-28 | 1 | -0/+16 | |
| * | | | | | | scripts: add `rust_is_available.sh` | Miguel Ojeda | 2022-09-28 | 3 | -0/+168 | |
| * | | | | | | scripts: add `generate_rust_target.rs` | Miguel Ojeda | 2022-09-28 | 2 | -0/+172 | |
| * | | | | | | scripts: add `generate_rust_analyzer.py` | Miguel Ojeda | 2022-09-28 | 2 | -0/+138 | |
| * | | | | | | scripts: decode_stacktrace: demangle Rust symbols | Miguel Ojeda | 2022-09-28 | 1 | -0/+14 | |
| * | | | | | | scripts: checkpatch: enable language-independent checks for Rust | Miguel Ojeda | 2022-09-28 | 1 | -2/+2 | |
| * | | | | | | scripts: checkpatch: diagnose uses of `%pA` in the C side as errors | Miguel Ojeda | 2022-09-28 | 1 | -2/+6 | |
| * | | | | | | vsprintf: add new `%pA` format specifier | Gary Guo | 2022-09-28 | 2 | -0/+23 | |
| * | | | | | | rust: export generated symbols | Miguel Ojeda | 2022-09-28 | 1 | -0/+21 | |
| * | | | | | | rust: add `kernel` crate | Wedson Almeida Filho | 2022-09-28 | 6 | -0/+491 | |
| * | | | | | | rust: add `bindings` crate | Miguel Ojeda | 2022-09-28 | 2 | -0/+66 | |
| * | | | | | | rust: add `macros` crate | Miguel Ojeda | 2022-09-28 | 3 | -0/+405 | |
| * | | | | | | rust: add `compiler_builtins` crate | Miguel Ojeda | 2022-09-28 | 1 | -0/+63 | |
| * | | | | | | rust: adapt `alloc` crate to the kernel | Miguel Ojeda | 2022-09-28 | 14 | -1/+100 | |
| * | | | | | | rust: import upstream `alloc` crate | Miguel Ojeda | 2022-09-28 | 13 | -0/+9037 | |
| * | | | | | | rust: add C helpers | Miguel Ojeda | 2022-09-28 | 1 | -0/+51 | |
| * | | | | | | kallsyms: increase maximum kernel symbol length to 512 | Miguel Ojeda | 2022-09-28 | 6 | -8/+8 | |
| * | | | | | | kallsyms: support "big" kernel symbols | Miguel Ojeda | 2022-09-28 | 2 | -7/+48 | |
| * | | | | | | kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}` | Miguel Ojeda | 2022-09-28 | 1 | -2/+12 | |
| * | | | | | | kallsyms: avoid hardcoding buffer size | Boqun Feng | 2022-09-28 | 1 | -2/+8 | |
| * | | | | | | kallsyms: use `ARRAY_SIZE` instead of hardcoded size | Boqun Feng | 2022-09-28 | 1 | -1/+1 | |
* | | | | | | | Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-10-03 | 60 | -1388/+835 | |
|\ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ | Merge branches 'thermal-intel' and 'thermal-drivers' | Rafael J. Wysocki | 2022-10-03 | 7 | -56/+19 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register() | Xuewen Yan | 2022-09-03 | 1 | -5/+5 | |
| | | * | | | | | | | thermal: da9062-thermal: Drop redundant error message | zhaoxiao | 2022-08-31 | 1 | -3/+2 |