aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-03-01Merge tag 'socfpga_dts_updates_for_v6.9' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann1-2/+2
2024-03-01locking/x86: Implement local_xchg() using CMPXCHG without the LOCK prefixUros Bizjak1-2/+14
2024-03-01x86/boot: Use 32-bit XOR to clear registersUros Bizjak2-4/+4
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers2-2/+0
2024-03-01Merge tag 'qcom-arm64-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann81-433/+7999
2024-03-01Merge tag 'sunxi-dt-for-6.9-1' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann13-8/+774
2024-03-01x86/hyperv: Allow 15-bit APIC IDs for VTL platformsSaurabh Sengar1-0/+7
2024-03-01x86/hyperv: Make encrypted/decrypted changes safe for load_unaligned_zeropad()Michael Kelley1-4/+49
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley2-6/+7
2024-03-01x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callbackMichael Kelley2-5/+19
2024-02-29x86, relocs: Ignore relocations in .notes sectionKees Cook1-0/+8
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski104-332/+452
2024-02-29sparc: vdso: Disable UBSAN instrumentationKees Cook1-0/+1
2024-02-29fortify: Improve buffer overflow reportingKees Cook3-3/+3
2024-02-29fortify: Split reporting and avoid passing string pointerKees Cook3-3/+3
2024-02-29riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-02-29PCI: Disable D3cold on Asus B1400 PCI-NVMe bridgeDaniel Drake1-0/+48
2024-02-29Merge patch series "NAPOT Fixes"Palmer Dabbelt2-60/+5
2024-02-29riscv: Fix pte_leaf_size() for NAPOTAlexandre Ghiti1-0/+4
2024-02-29Revert "riscv: mm: support Svnapot in huge vmap"Alexandre Ghiti1-60/+1
2024-02-29Merge patch series "riscv: cbo.zero fixes"Palmer Dabbelt5-3/+22
2024-02-29riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland2-0/+5
2024-02-29riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland2-2/+14
2024-02-29riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland2-1/+3
2024-02-29Merge tag 'tegra-for-6.9-arm64-dt' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann13-2000/+2355
2024-02-29Merge tag 'tegra-for-6.9-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann7-0/+2804
2024-02-29Merge tag 'renesas-dts-for-v6.9-tag2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann15-42/+940
2024-02-29Merge tag 'v6.9-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann4-8/+113
2024-02-29Merge tag 'v6.9-rockchip-dts64-1' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann39-598/+3300
2024-02-29Merge tag 'versatile-dts-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann3-5/+3
2024-02-29Merge tag 'gemini-dts-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann6-39/+39
2024-02-29Merge tag 'mtk-dts64-for-v6.9' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann51-187/+4094
2024-02-29Merge tag 'dt-cleanup-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann4-9/+9
2024-02-29Merge tag 'samsung-dt-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann5-12/+91
2024-02-29Merge tag 'samsung-dt64-6.9' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann5-20/+203
2024-02-29Merge tag 'renesas-dts-for-v6.9-tag1' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann37-540/+1086
2024-02-29arm64: dts: st: add video encoder support to stm32mp255Hugues Fruchet2-0/+13
2024-02-29arm64: dts: st: add video decoder support to stm32mp255Hugues Fruchet2-0/+16
2024-02-29ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dkThomas Bourgoin1-0/+4
2024-02-29ARM: dts: stm32: enable CRC on stm32mp135f-dkLionel Debieve1-0/+4
2024-02-29ARM: dts: stm32: add CRC on stm32mp131Lionel Debieve1-0/+7
2024-02-29ARM: dts: add stm32f769-disco-mb1166-reva09Dario Binacchi2-0/+14
2024-02-29ARM: dts: stm32: add display support on stm32f769-discoDario Binacchi1-1/+63
2024-02-29ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f769-discoDario Binacchi1-3/+3
2024-02-29ARM: dts: stm32: add DSI support on stm32f769Dario Binacchi1-0/+20
2024-02-28bpf, arm64: use bpf_prog_pack for memory managementPuranjay Mohan1-24/+115
2024-02-28arm64: patching: implement text_poke APIPuranjay Mohan2-0/+77
2024-02-28ARM: bcm: stop selecing CONFIG_TICK_ONESHOTArnd Bergmann1-1/+0
2024-02-28arm64: Update setup_arch() comment on interrupt maskingRyo Takakura1-3/+2
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras4-16/+9