summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-28KVM: arm64: Don't pass host_debug_state to BRBE world-switch routinesWill Deacon-4/+8
2026-03-28KVM: arm64: Disable SPE Profiling Buffer when running in guest contextWill Deacon-12/+24
2026-03-28KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest contextWill Deacon-10/+64
2026-03-28Merge tag 'trace-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-18/+71
2026-03-28Merge tag 's390-7.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-3/+9
2026-03-28tools/x86/kcpuid: Update bitfields to x86-cpuid-db v3.0Ahmed S. Darwish-324/+347
2026-03-28Merge tag 'renesas-pinctrl-for-v7.1-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij-9/+291
2026-03-28tracing: Remove tracing_alloc_snapshot() when snapshot isn't definedSteven Rostedt-7/+0
2026-03-28ALSA: hda: Add missing SET_GPI_* and SET_GPO_* verb definitionsTakashi Iwai-0/+5
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for level0 tableAlexandre Courbot-64/+12
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for signaturesAlexandre Courbot-2/+3
2026-03-28gpu: nova-core: fb: use dma::CoherentHandleAlexandre Courbot-3/+3
2026-03-28gpu: nova-core: falcon: use dma::CoherentAlexandre Courbot-3/+3
2026-03-28gpu: nova-core: firmware: fwsec: use dma::CoherentAlexandre Courbot-3/+3
2026-03-28gpu: nova-core: firmware: riscv: use dma::CoherentAlexandre Courbot-3/+3
2026-03-28rust: dma: add from-slice constructors for Coherent and CoherentBoxAlexandre Courbot-0/+107
2026-03-28ALSA: hda/proc: show GPI and GPO state in codec proc outputCássio Gabriel-33/+74
2026-03-28posix-timers: Fix stale function name in commentZhan Xusheng-1/+1
2026-03-28irqchip/renesas-rzg2l: Replace raw_spin_{lock,unlock} with guard() in rzg2l_i...Biju Das-2/+1
2026-03-28rust: dma: add CoherentHandle for DMA allocations without kernel mappingDanilo Krummrich-0/+119
2026-03-28ALSA: usb-audio: Add quirks for Arturia AF16RigPhil Willoughby-0/+165
2026-03-28ALSA: asihpi: detect truncated control namesPengpeng Hou-14/+22
2026-03-28rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrsDanilo Krummrich-3/+0
2026-03-28futex: Clear stale exiting pointer in futex_lock_pi() retry pathDavidlohr Bueso-1/+2
2026-03-28tracing: Drain deferred trigger frees if kthread creation failsWesley Atwell-13/+66
2026-03-28KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_descMarc Zyngier-23/+20
2026-03-28KVM: arm64: Simplify integration of adjust_nested_*_perms()Marc Zyngier-35/+27
2026-03-28KVM: arm64: Directly expose mapping prot and kill kvm_s2_faultMarc Zyngier-24/+21
2026-03-28KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()Marc Zyngier-23/+29
2026-03-28KVM: arm64: Replace force_pte with a max_map_size attributeMarc Zyngier-10/+13
2026-03-28KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_infoMarc Zyngier-13/+15
2026-03-28KVM: arm64: Restrict the scope of the 'writable' attributeMarc Zyngier-7/+9
2026-03-28KVM: arm64: Kill logging_active from kvm_s2_faultMarc Zyngier-6/+4
2026-03-28KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_infoMarc Zyngier-52/+65
2026-03-28KVM: arm64: Kill topup_memcache from kvm_s2_faultMarc Zyngier-18/+17
2026-03-28KVM: arm64: Kill exec_fault from kvm_s2_faultMarc Zyngier-4/+2
2026-03-28KVM: arm64: Kill write_fault from kvm_s2_faultMarc Zyngier-8/+3
2026-03-28KVM: arm64: Constrain fault_granule to kvm_s2_fault_map()Marc Zyngier-8/+9
2026-03-28KVM: arm64: Replace fault_is_perm with a helperMarc Zyngier-7/+10
2026-03-28KVM: arm64: Move fault context to const structureMarc Zyngier-64/+69
2026-03-28KVM: arm64: Make fault_ipa immutableMarc Zyngier-12/+26
2026-03-28KVM: arm64: Kill fault->ipaMarc Zyngier-9/+5
2026-03-28KVM: arm64: Clean up control flow in kvm_s2_fault_map()Fuad Tabba-9/+11
2026-03-28KVM: arm64: Hoist MTE validation check out of MMU lock pathFuad Tabba-16/+12
2026-03-28KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()Fuad Tabba-5/+6
2026-03-28KVM: arm64: Initialize struct kvm_s2_fault completely at declarationFuad Tabba-18/+16
2026-03-28KVM: arm64: Simplify return logic in user_mem_abort()Fuad Tabba-13/+4
2026-03-28KVM: arm64: Remove redundant state variables from struct kvm_s2_faultFuad Tabba-10/+5
2026-03-28KVM: arm64: Simplify nested VMA shift calculationFuad Tabba-5/+1
2026-03-28KVM: arm64: Extract page table mapping in user_mem_abort()Fuad Tabba-60/+68