aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-03-04x86/startup_64: Simplify calculation of initial page table addressArd Biesheuvel1-18/+7
2024-03-04x86/startup_64: Defer assignment of 5-level paging global variablesArd Biesheuvel2-31/+15
2024-03-04x86/startup_64: Simplify CR4 handling in startup codeArd Biesheuvel1-18/+17
2024-03-04x86/idle: Select idle routine only onceThomas Gleixner3-6/+8
2024-03-04x86/idle: Let prefer_mwait_c1_over_halt() return boolThomas Gleixner1-6/+6
2024-03-04x86/idle: Cleanup idle_setup()Thomas Gleixner1-17/+7
2024-03-04x86/idle: Clean up idle selectionThomas Gleixner1-5/+7
2024-03-04x86/idle: Sanitize X86_BUG_AMD_E400 handlingThomas Gleixner2-33/+10
2024-03-04Merge tag 'omap-for-v6.9/dt-warnings-signed' of git://git.kernel.org/pub/scm/...Arnd Bergmann8-368/+418
2024-03-04Merge tag 'vexpress-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-1/+3
2024-03-04ARM: dts: samsung: exynos4412: decrease memory to account for unusable regionArtur Weber4-4/+4
2024-03-04Merge tag 'ti-keystone-dt-for-v6.9' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann18-18/+18
2024-03-04Merge tag 'v6.9-rockchip-config64-1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-0/+1
2024-03-04Merge tag 'ti-k3-config-for-v6.9' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+1
2024-03-04ARM: defconfig: enable STMicroelectronics accelerometer and gyro for ExynosMartin Jücker2-0/+6
2024-03-04Merge tag 'imx-defconfig-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2-0/+9
2024-03-04Merge tag 'qcom-arm64-defconfig-for-6.9' of https://git.kernel.org/pub/scm/li...Arnd Bergmann1-2/+15
2024-03-04arm64: defconfig: drop ext2 filesystem and redundant ext3Krzysztof Kozlowski1-2/+1
2024-03-04Merge tag 'tegra-for-6.8-arm64-dt' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-4/+4
2024-03-04Merge tag 'imx-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann4-28/+3
2024-03-04Merge tag 'qcom-arm64-fixes-for-6.8' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann3-2/+5
2024-03-04Merge tag 'sunxi-fixes-for-6.8-1' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+1
2024-03-04Merge tag 'omap-for-v6.9/soc-part2-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann6-9/+30
2024-03-04Merge tag 'omap-for-v6.9/omap1-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-1/+0
2024-03-04Merge tag 'zynq-soc-for-6.9' of https://github.com/Xilinx/linux-xlnx into soc...Arnd Bergmann1-3/+2
2024-03-04Merge tag 'omap-for-v6.9/soc-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann13-31/+36
2024-03-04Merge tag 'imx-soc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Arnd Bergmann1-3/+3
2024-03-04Merge tag 'samsung-soc-6.9' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann4-4/+4
2024-03-04arm64: prohibit probing on arch_kunwind_consume_entry()Puranjay Mohan1-1/+1
2024-03-04x86/callthunks: Use EXPORT_PER_CPU_SYMBOL_GPL() for per CPU variablesThomas Gleixner1-2/+2
2024-03-04x86/cpu: Provide a declaration for itlb_multihit_kvm_mitigationThomas Gleixner2-2/+3
2024-03-04x86/cpu: Use EXPORT_PER_CPU_SYMBOL_GPL() for x86_spec_ctrl_currentThomas Gleixner1-1/+1
2024-03-04x86/uaccess: Add missing __force to casts in __access_ok() and valid_user_add...Thomas Gleixner1-3/+4
2024-03-04x86/percpu: Cure per CPU madness on UPThomas Gleixner4-9/+13
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner9-35/+5
2024-03-04x86/msr: Add missing __percpu annotationsThomas Gleixner5-24/+24
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner10-25/+36
2024-03-04perf/x86/amd/uncore: Fix __percpu annotationThomas Gleixner1-1/+1
2024-03-04Merge tag 'v6.8-rc7' into x86/cleanups, to pick up fixesIngo Molnar170-642/+990
2024-03-04Merge tag 'qcom-arm32-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann21-984/+1305
2024-03-04Merge tag 'v6.9-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-4/+6
2024-03-04Merge tag 'v6.9-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann9-5/+1759
2024-03-04Merge tag 'riscv-sophgo-dt-for-v6.9' of https://github.com/sophgo/linux into ...Arnd Bergmann1-0/+9
2024-03-04Merge tag 'mvebu-dt64-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann5-11/+47
2024-03-04Merge tag 'mvebu-dt-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Arnd Bergmann4-32/+97
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves6-144/+144
2024-03-04Merge tag 'stm32-dt-for-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann15-11/+155
2024-03-03arm64: dts: qcom: sm8250-xiaomi-elish: set rotationJianhua Lu1-1/+2
2024-03-03arm64: dts: qcom: sm8650: Fix SPMI channels sizeAbel Vesa1-1/+1
2024-03-03arm64: dts: qcom: sm8550: Fix SPMI channels sizeAbel Vesa1-1/+1