summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-29pwm: th1520: fix `CLIPPY=1` warningMiguel Ojeda
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-28rust: move `static_assert` into `build_assert`Gary Guo
2026-03-28Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/s...Linus Torvalds
2026-03-28x86/sev: Create snp_prepare()Tycho Andersen (AMD)
2026-03-28x86/sev: Create a function to clear/zero the RMPTom Lendacky
2026-03-28MAINTAINERS: drop outdated I2C websiteWolfram Sang
2026-03-28tracing: Remove spurious default precision from show_event_trigger/filter for...David Laight
2026-03-28cpufreq: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)
2026-03-28KVM: arm64: Don't pass host_debug_state to BRBE world-switch routinesWill Deacon
2026-03-28KVM: arm64: Disable SPE Profiling Buffer when running in guest contextWill Deacon
2026-03-28KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest contextWill Deacon
2026-03-28Merge tag 'trace-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-03-28Merge tag 's390-7.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2026-03-28tools/x86/kcpuid: Update bitfields to x86-cpuid-db v3.0Ahmed S. Darwish
2026-03-28Merge tag 'renesas-pinctrl-for-v7.1-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij
2026-03-28tracing: Remove tracing_alloc_snapshot() when snapshot isn't definedSteven Rostedt
2026-03-28ALSA: hda: Add missing SET_GPI_* and SET_GPO_* verb definitionsTakashi Iwai
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for level0 tableAlexandre Courbot
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for signaturesAlexandre Courbot
2026-03-28gpu: nova-core: fb: use dma::CoherentHandleAlexandre Courbot
2026-03-28gpu: nova-core: falcon: use dma::CoherentAlexandre Courbot
2026-03-28gpu: nova-core: firmware: fwsec: use dma::CoherentAlexandre Courbot
2026-03-28gpu: nova-core: firmware: riscv: use dma::CoherentAlexandre Courbot
2026-03-28rust: dma: add from-slice constructors for Coherent and CoherentBoxAlexandre Courbot
2026-03-28ALSA: hda/proc: show GPI and GPO state in codec proc outputCássio Gabriel
2026-03-28posix-timers: Fix stale function name in commentZhan Xusheng
2026-03-28irqchip/renesas-rzg2l: Replace raw_spin_{lock,unlock} with guard() in rzg2l_i...Biju Das
2026-03-28rust: dma: add CoherentHandle for DMA allocations without kernel mappingDanilo Krummrich
2026-03-28ALSA: usb-audio: Add quirks for Arturia AF16RigPhil Willoughby
2026-03-28ALSA: asihpi: detect truncated control namesPengpeng Hou
2026-03-28rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrsDanilo Krummrich
2026-03-28futex: Clear stale exiting pointer in futex_lock_pi() retry pathDavidlohr Bueso
2026-03-28tracing: Drain deferred trigger frees if kthread creation failsWesley Atwell
2026-03-28KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_descMarc Zyngier
2026-03-28KVM: arm64: Simplify integration of adjust_nested_*_perms()Marc Zyngier
2026-03-28KVM: arm64: Directly expose mapping prot and kill kvm_s2_faultMarc Zyngier
2026-03-28KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()Marc Zyngier
2026-03-28KVM: arm64: Replace force_pte with a max_map_size attributeMarc Zyngier
2026-03-28KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_infoMarc Zyngier
2026-03-28KVM: arm64: Restrict the scope of the 'writable' attributeMarc Zyngier
2026-03-28KVM: arm64: Kill logging_active from kvm_s2_faultMarc Zyngier
2026-03-28KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_infoMarc Zyngier
2026-03-28KVM: arm64: Kill topup_memcache from kvm_s2_faultMarc Zyngier
2026-03-28KVM: arm64: Kill exec_fault from kvm_s2_faultMarc Zyngier
2026-03-28KVM: arm64: Kill write_fault from kvm_s2_faultMarc Zyngier
2026-03-28KVM: arm64: Constrain fault_granule to kvm_s2_fault_map()Marc Zyngier
2026-03-28KVM: arm64: Replace fault_is_perm with a helperMarc Zyngier
2026-03-28KVM: arm64: Move fault context to const structureMarc Zyngier
2026-03-28KVM: arm64: Make fault_ipa immutableMarc Zyngier