summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-11-22parisc: fix a possible DMA corruptionMikulas Patocka2-1/+11
2024-11-22mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes1-3/+7
2024-11-22KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKENSean Christopherson1-1/+3
2024-11-22KVM: x86: Unconditionally set irr_pending when updating APICv stateSean Christopherson1-11/+18
2024-11-22KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabledSean Christopherson2-6/+26
2024-11-22x86/mm: Fix a kdump kernel failure on SME system when CONFIG_IMA_KEXEC=yBaoquan He1-2/+4
2024-11-22ARM: 9419/1: mm: Fix kernel memory mapping for xip kernelsHarith G2-15/+27
2024-11-17LoongArch: Use "Exception return address" to comment ERAYanteng Si1-1/+1
2024-11-17powerpc/powernv: Free name on error in opal_event_init()Michael Ellerman1-0/+1
2024-11-14riscv/purgatory: align riscv_kernel_entryDaniel Maslowski1-0/+3
2024-11-14arm64: Kconfig: Make SME depend on BROKEN for nowMark Rutland1-0/+1
2024-11-14ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylinHeiko Stuebner1-2/+2
2024-11-14ARM: dts: rockchip: Fix the spi controller on rk3036Heiko Stuebner1-3/+3
2024-11-14ARM: dts: rockchip: drop grf reference from rk3036 hdmiHeiko Stuebner1-1/+0
2024-11-14ARM: dts: rockchip: fix rk3036 acodec nodeHeiko Stuebner1-3/+4
2024-11-14arm64: dts: imx8mp: correct sdhc ipg clkPeng Fan1-3/+3
2024-11-14arm64: dts: imx8-ss-vpu: Fix imx8qm VPU IRQsAlexander Stein2-2/+10
2024-11-14arm64: dts: imx8qxp: Add VPU subsystem fileAlexander Stein2-1/+18
2024-11-14arm64: dts: imx8qm: Fix VPU core alias nameAlexander Stein1-3/+3
2024-11-14arm64: dts: rockchip: Fix LED triggers on rk3308-roc-ccHeiko Stuebner1-2/+2
2024-11-14arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma lionHeiko Stuebner1-1/+0
2024-11-14arm64: dts: rockchip: Fix bluetooth properties on Rock960 boardsHeiko Stuebner1-1/+1
2024-11-14arm64: dts: rockchip: Fix wakeup prop names on PineNote BT nodeDiederik de Haas1-2/+2
2024-11-14arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328Diederik de Haas1-2/+1
2024-11-14arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-sapphire-excavatorGeert Uytterhoeven1-1/+1
2024-11-14arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610Geert Uytterhoeven1-1/+1
2024-11-08LoongArch: Fix build errors due to backported TIMENSHuacai Chen1-1/+27
2024-11-08x86/bugs: Use code segment selector for VERW operandPawan Gupta1-1/+10
2024-11-08riscv: Remove duplicated GET_RMChunyan Zhang1-2/+0
2024-11-08riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang1-2/+0
2024-11-08riscv: Use '%u' to format the output of 'cpu'WangYuli1-1/+1
2024-11-08riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt1-1/+1
2024-11-08riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti1-0/+1
2024-11-08fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-0/+2
2024-11-08mm: remove kern_addr_valid() completelyKefeng Wang30-193/+2
2024-11-01arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warningjunhua huang1-1/+1
2024-11-01LoongArch: Get correct cores_per_package for SMT systemsHuacai Chen2-1/+6
2024-11-01KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier2-3/+6
2024-11-01KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memorySean Christopherson1-1/+5
2024-11-01LoongArch: Don't crash in stack_top() for tasks without vDSOThomas Weißschuh1-7/+9
2024-11-01LoongArch: Add support to clone a time namespaceTiezhu Yang7-24/+121
2024-11-01arm64: Force position-independent veneersMark Rutland1-1/+1
2024-11-01arm64: probes: Fix uprobes for big-endian kernelsMark Rutland2-7/+5
2024-11-01arm64:uprobe fix the uprobe SWBP_INSN in big-endianjunhua huang1-1/+1
2024-11-01riscv, bpf: Make BPF_CMPXCHG fully orderedAndrea Parri1-2/+2
2024-11-01s390: Initialize psw mask in perf_arch_fetch_caller_regs()Heiko Carstens1-0/+1
2024-11-01s390/pci: Handle PCI error codes other than 0x3aNiklas Schnelle1-8/+9
2024-11-01ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pinFlorian Klink1-1/+1
2024-11-01x86/resctrl: Avoid overflow in MB settings in bw_validate()Martin Kletzander1-9/+14
2024-10-22x86/entry_32: Clear CPU buffers after register restore in NMI returnPawan Gupta1-1/+2