summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-03-20riscv: dts: thead: th1520: add coefficients to the PVT nodeIcenowy Zheng-0/+4
2026-03-20arm64: dts: broadcom: bcm2712: Move non simple-bus nodes to root levelRob Herring (Arm)-31/+28
2026-03-20x86/entry/vdso: Fix path of included gettimeofday.cVladimir Oltean-1/+1
2026-03-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+10
2026-03-20Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-50/+55
2026-03-20x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free sizeMike Rapoport (Microsoft)-1/+1
2026-03-20clocksource: Rewrite watchdog code completelyThomas Gleixner-35/+19
2026-03-20arm64: dts: renesas: rzt2h-rzn2h-evk: Fix GMAC pins sort orderGeert Uytterhoeven-59/+59
2026-03-20arm64: dts: renesas: r9a09g077m44-rzt2h-evk: Add PHY interrupt supportLad Prabhakar-2/+24
2026-03-20arm64: dts: renesas: r9a09g087m44-rzn2h-evk: Add PHY interrupt supportLad Prabhakar-2/+25
2026-03-20arm64: dts: renesas: r9a09g057h48-kakip: Add pixpaper display overlayWig Cheng-0/+42
2026-03-20arm64: dts: renesas: r9a09g087m44-rzn2h-evk: Clarify SD0 power jumper setupLad Prabhakar-2/+4
2026-03-20arm64: dts: renesas: r9a09g077m44-rzt2h-evk: Clarify SD0 power jumpersLad Prabhakar-3/+6
2026-03-20arm64: dts: microchip: add EV23X71A boardRobert Marko-0/+757
2026-03-20arm64: dts: microchip: add LAN969x supportRobert Marko-0/+488
2026-03-20arm64: dts: microchip: add LAN969x clock header fileRobert Marko-0/+24
2026-03-19Merge tag 'parisc-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2026-03-19x86/cpu: Remove LASS restriction on vsyscall emulationSohil Mehta-15/+0
2026-03-19x86/vsyscall: Disable LASS if vsyscall mode is set to EMULATESohil Mehta-0/+5
2026-03-19x86/vsyscall: Restore vsyscall=xonly mode under LASSSohil Mehta-5/+27
2026-03-19x86/traps: Consolidate user fixups in the #GP handlerSohil Mehta-5/+6
2026-03-19x86/vsyscall: Reorganize the page fault emulation codeSohil Mehta-36/+39
2026-03-19KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPISascha Bischoff-1/+52
2026-03-19KVM: arm64: gic-v5: Probe for GICv5 deviceSascha Bischoff-11/+37
2026-03-19KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on bootSascha Bischoff-0/+2
2026-03-19KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register themSascha Bischoff-0/+74
2026-03-19KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guestsSascha Bischoff-0/+5
2026-03-19KVM: arm64: gic: Hide GICv5 for protected guestsSascha Bischoff-0/+10
2026-03-19KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5Sascha Bischoff-2/+11
2026-03-19KVM: arm64: gic-v5: Enlighten arch timer for GICv5Sascha Bischoff-21/+81
2026-03-19KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpuSascha Bischoff-1/+21
2026-03-19KVM: arm64: gic-v5: Create and initialise vgic_v5Sascha Bischoff-20/+62
2026-03-19KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINESascha Bischoff-3/+23
2026-03-19KVM: arm64: gic-v5: Implement direct injection of PPIsSascha Bischoff-0/+16
2026-03-19KVM: arm64: Introduce set_direct_injection irq_opSascha Bischoff-0/+7
2026-03-19KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writesSascha Bischoff-6/+62
2026-03-19KVM: arm64: gic-v5: Check for pending PPIsSascha Bischoff-0/+117
2026-03-19KVM: arm64: gic-v5: Clear TWI if single task runningSascha Bischoff-0/+3
2026-03-19KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5Sascha Bischoff-29/+67
2026-03-19KVM: arm64: gic-v5: Implement PPI interrupt injectionSascha Bischoff-15/+188
2026-03-19KVM: arm64: gic: Introduce queue_irq_unlock to irq_opsSascha Bischoff-0/+3
2026-03-19KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate maskSascha Bischoff-0/+39
2026-03-19KVM: arm64: gic-v5: Implement GICv5 load/put and save/restoreSascha Bischoff-21/+186
2026-03-19KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interfaceSascha Bischoff-2/+215
2026-03-19KVM: arm64: gic-v5: Trap and emulate ICC_IDR0_EL1 accessesSascha Bischoff-2/+32
2026-03-19KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accessesSascha Bischoff-1/+30
2026-03-19KVM: arm64: gic-v5: Support GICv5 FGTs & FGUsSascha Bischoff-7/+215
2026-03-19KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIESascha Bischoff-22/+97
2026-03-19KVM: arm64: gic-v5: Detect implemented PPIs on bootSascha Bischoff-0/+31
2026-03-19KVM: arm64: gic-v5: Add Arm copyright headerSascha Bischoff-0/+3