aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-3/+14
10 daysMerge tag 'kvm-s390-master-7.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini10-9/+45
10 daysMerge tag 'kvmarm-fixes-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini3-3/+14
10 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+3
10 daysarm64: tlb: Flush walk cache when unsharing PMD tablesZeng Heng1-1/+2
11 daysMerge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+10
11 daysMerge tag 'soc-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds7-4/+27
11 daysring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+10
13 daysKVM: arm64: Fix nVHE/pKVM hyp tracing error on invalid descVincent Donnefort1-2/+7
13 daysKVM: arm64: vgic: Free private_irqs when init fails after allocationMichael Bommarito1-1/+3
13 daysKVM: arm64: vgic-its: Reject restored DTE with out-of-range num_eventid_bitsMichael Bommarito1-0/+4
13 daysMerge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-5/+8
13 daysarm64: probes: Handle probes on hinted conditional branch instructionsVladimir Murzin1-1/+1
2026-05-17Merge tag 'sched-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+24
2026-05-13mm/page_alloc: fix initialization of tags of the huge zero folio with init_on_freeDavid Hildenbrand (Arm)2-5/+8
2026-05-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-13/+111
2026-05-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2026-05-08arm64/entry: Fix arm64-specific rseq brokennessMark Rutland1-7/+24
2026-05-07KVM: arm64: Pre-check vcpu memcache for host->guest donateFuad Tabba1-0/+4
2026-05-07KVM: arm64: Pre-check vcpu memcache for host->guest shareFuad Tabba1-0/+20
2026-05-07KVM: arm64: Seed pkvm_ownership_selftest vcpu memcacheFuad Tabba1-1/+15
2026-05-07KVM: arm64: Fix __deactivate_fgt macro parameter typoFuad Tabba1-1/+1
2026-05-07KVM: arm64: Guard against NULL vcpu on VHE hyp panic pathFuad Tabba1-1/+2
2026-05-07KVM: arm64: Make EL2 exception entry and exit context-synchronization eventsFuad Tabba1-1/+1
2026-05-07Merge tag 'renesas-fixes-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixesArnd Bergmann7-4/+27
2026-05-06KVM: arm64: Remove potential UB on nvhe tracing clock updateMostafa Saleh1-0/+3
2026-05-06KVM: arm64: Handle permission faults with guest_memfdAlexandru Elisei1-8/+21
2026-05-06KVM: arm64: nv: Consider the DS bit when translating TCR_EL2Wei-Lin Chang1-0/+1
2026-05-06KVM: arm64: Work around C1-Pro erratum 4193714 for protected guestsJames Morse2-1/+43
2026-05-06arm64/fpsimd: ptrace: zero target's fpsimd_state, not the tracer'sBreno Leitao1-2/+2
2026-05-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-21/+58
2026-05-01arm64: signal: Preserve POR_EL0 if poe_context is missingKevin Brodsky1-11/+43
2026-05-01arm64: Reserve an extra page for early kernel mappingZhaoyang Huang1-1/+6
2026-04-27arm64/irqflags: __always_inline the arch_local_irq_*() helpersBreno Leitao1-7/+7
2026-04-27arm64/scs: Fix potential sign extension issue of advance_loc4Wentao Guan1-2/+2
2026-04-27arm64: dts: renesas: r9a09g056: Add #mux-state-cells to usb20phyrstTommaso Merciai1-0/+1
2026-04-27arm64: dts: renesas: r9a09g057: Add #mux-state-cells to usb2{0,1}phyrstTommaso Merciai1-0/+2
2026-04-27arm64: dts: renesas: rz-smarc-du-adv7513-smarc: Fix missing cells and reg in DU subnodeMarek Vasut1-0/+5
2026-04-27arm64: dts: renesas: rz-smarc-cru-csi-ov5645: Fix missing cells and reg in CSI2 subnodeMarek Vasut1-0/+5
2026-04-27arm64: dts: renesas: salvator-panel: Fix missing cells and reg in DTOMarek Vasut1-0/+5
2026-04-27arm64: dts: renesas: draak/ebisu-panel: Fix missing cells and reg in DTOMarek Vasut1-0/+5
2026-04-27arm64: dts: renesas: r8a78000: Fix SCIF brg_int clocksGeert Uytterhoeven1-4/+4
2026-04-27Merge tag 'kvmarm-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini9-52/+86
2026-04-24KVM: arm64: Wake-up from WFI when iqrchip is in userspaceMarc Zyngier1-0/+4
2026-04-24KVM: arm64: Fix initialisation order in __pkvm_init_finalise()Quentin Perret1-3/+3
2026-04-24KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()Fuad Tabba1-13/+25
2026-04-24KVM: arm64: Fix kvm_vcpu_initialized() macro parameterFuad Tabba1-1/+1
2026-04-24KVM: arm64: Fix FEAT_SPE_FnE to use PMSIDR_EL1.FnE, not PMSVerFuad Tabba1-3/+12
2026-04-24KVM: arm64: Fix typo in feature check commentsFuad Tabba1-3/+3
2026-04-24KVM: arm64: Fix FEAT_Debugv8p9 to check DebugVer, not PMUVerFuad Tabba1-1/+1