Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-10-04 | 3 | -98/+262 | |
|\ | ||||||
| * | fortify: Convert to struct vs member helpers | Kees Cook | 2022-09-26 | 1 | -33/+35 | |
| * | fortify: Explicitly check bounds are compile-time constants | Kees Cook | 2022-09-26 | 1 | -19/+30 | |
| * | fortify: Add run-time WARN for cross-field memcpy() | Kees Cook | 2022-09-08 | 1 | -3/+67 | |
| * | fortify: Use SIZE_MAX instead of (size_t)-1 | Kees Cook | 2022-09-08 | 1 | -14/+15 | |
| * | fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL | Kees Cook | 2022-09-08 | 1 | -1/+2 | |
| * | string: Introduce strtomem() and strtomem_pad() | Kees Cook | 2022-09-08 | 2 | -0/+75 | |
| * | overflow: Allow mixed type arguments | Kees Cook | 2022-09-08 | 1 | -31/+41 | |
| * | overflow, tracing: Define the is_signed_type() macro once | Bart Van Assche | 2022-08-31 | 3 | -3/+6 | |
* | | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2022-10-04 | 10 | -105/+105 | |
|\ \ | ||||||
| * | | treewide: Drop __cficanonical | Sami Tolvanen | 2022-09-26 | 3 | -8/+4 | |
| * | | treewide: Drop WARN_ON_FUNCTION_MISMATCH | Sami Tolvanen | 2022-09-26 | 1 | -16/+0 | |
| * | | treewide: Drop function_nocfi | Sami Tolvanen | 2022-09-26 | 1 | -10/+0 | |
| * | | init: Drop __nocfi from __init | Sami Tolvanen | 2022-09-26 | 1 | -1/+1 | |
| * | | cfi: Add type helper macros | Sami Tolvanen | 2022-09-26 | 1 | -0/+45 | |
| * | | cfi: Switch to -fsanitize=kcfi | Sami Tolvanen | 2022-09-26 | 4 | -36/+50 | |
| * | | cfi: Drop __CFI_ADDRESSABLE | Sami Tolvanen | 2022-09-26 | 3 | -24/+6 | |
| * | | cfi: Remove CONFIG_CFI_CLANG_SHADOW | Sami Tolvanen | 2022-09-26 | 1 | -12/+0 | |
* | | | Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-10-04 | 2 | -21/+0 | |
|\ \ \ | ||||||
| * | | | binfmt: remove taso from linux_binprm struct | Lukas Bulwahn | 2022-09-30 | 1 | -3/+0 | |
| * | | | a.out: Remove the a.out implementation | Eric W. Biederman | 2022-09-27 | 1 | -18/+0 | |
| | |/ | |/| | ||||||
* | | | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2022-10-04 | 2 | -2/+6 | |
|\ \ \ | ||||||
| * | | | Kbuild: add Rust support | Miguel Ojeda | 2022-09-28 | 1 | -1/+5 | |
| * | | | kallsyms: increase maximum kernel symbol length to 512 | Miguel Ojeda | 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-04 | 1 | -59/+28 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'thermal-core' | Rafael J. Wysocki | 2022-10-03 | 1 | -59/+28 | |
| |\ \ \ \ | ||||||
| | * | | | | thermal: core: Increase maximum number of trip points | Sumeet Pawnikar | 2022-09-30 | 1 | -2/+0 | |
| | * | | | | Merge tag 'thermal-v6.1-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne... | Rafael J. Wysocki | 2022-08-24 | 1 | -57/+28 | |
| | |\ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| | | * | | | thermal/of: Remove old OF code | Daniel Lezcano | 2022-08-17 | 1 | -62/+15 | |
| | | * | | | thermal/of: Rework the thermal device tree initialization | Daniel Lezcano | 2022-08-17 | 1 | -0/+18 | |
* | | | | | | Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2022-10-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ | Merge branches 'pm-cpuidle', 'pm-core', 'pm-sleep' and 'powercap' | Rafael J. Wysocki | 2022-10-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | / / | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | | | * | | | | PM: suspend: move from strlcpy() with unused retval to strscpy() | Wolfram Sang | 2022-08-31 | 1 | -1/+1 | |
| | | |/ / / / | | |/| | | | | ||||||
* | | | | | | | Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2022-10-03 | 4 | -13/+51 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'acpi-uid' | Rafael J. Wysocki | 2022-10-03 | 2 | -0/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integer | Andy Shevchenko | 2022-09-19 | 2 | -0/+6 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
| | | | | | | | | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ | Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi' | Rafael J. Wysocki | 2022-10-03 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | / / / / | | | | | |_|/ / / / | | | | |/| | / / / | | | | | | |/ / / | | | | | |/| | | | ||||||
| | * | | / | | | | ACPI: CPPC: Disable FIE if registers in PCC regions | Jeremy Linton | 2022-09-24 | 1 | -0/+5 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
| | | | | | | | | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ | Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform' | Rafael J. Wysocki | 2022-09-30 | 2 | -7/+8 | |
| |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | / / / / | | | | | |/ / / / | | | | |/| | | | | ||||||
| | * | | | | | | | LoongArch: Use acpi_arch_dma_setup() and remove ARCH_HAS_PHYS_TO_DMA | Jianmin Lv | 2022-09-24 | 1 | -3/+6 | |
| | * | | | | | | | ACPI: scan: Support multiple DMA windows with different offsets | Jianmin Lv | 2022-09-24 | 2 | -6/+4 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
| | | | | | | | | ||||||
| | \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ | Merge branches 'acpi-resource' and 'acpi-pm' | Rafael J. Wysocki | 2022-09-30 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | * | | | | | | | ACPI: resource: Add helper function acpi_dev_get_memory_resources() | Heikki Krogerus | 2022-09-10 | 1 | -0/+1 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'acpi-dev' | Rafael J. Wysocki | 2022-09-30 | 2 | -6/+31 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| | * | | | | | | platform/x86: int3472: Support multiple clock consumers | Daniel Scally | 2022-09-24 | 1 | -1/+6 | |
| | * | | | | | | ACPI: bus: Add iterator for dependent devices | Daniel Scally | 2022-09-24 | 1 | -0/+11 | |
| | * | | | | | | ACPI: scan: Add acpi_dev_get_next_consumer_dev() | Daniel Scally | 2022-09-24 | 1 | -1/+3 | |
| | * | | | | | | ACPI: Drop redundant acpi_dev_parent() header | Rafael J. Wysocki | 2022-08-30 | 1 | -1/+0 | |
| | * | | | | | | ACPI: Drop parent field from struct acpi_device | Rafael J. Wysocki | 2022-08-24 | 1 | -1/+9 | |
| | * | | | | | | ACPI: Rename acpi_bus_get/put_acpi_device() | Rafael J. Wysocki | 2022-08-23 | 1 | -3/+3 | |
| | | |/ / / / | | |/| | | | |