summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-10sched_ext: Add tracepoint for scheduler exitPat Somaru
2026-07-10Merge tag 'ata-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds
2026-07-10selftests/tracing: Have trigger-hist-poll.tc use sched_process_exitSteven Rostedt
2026-07-10selftests/ftrace: Fix reading enabled_functions in add_remove_fprobe_module testSteven Rostedt
2026-07-10ASoC: codecs: es9356: Constify regmap_sdw_mbq_cfgKrzysztof Kozlowski
2026-07-10ASoC: renesas: adg: Drop redundant NULL check on clk_get and clk_register_fix...Krzysztof Kozlowski
2026-07-10KVM: x86: Fix array_index_nospec() protection in kvm_vcpu_ioctl_x86_set_mce()Carlos López
2026-07-10KVM: x86: Expose Zhaoxin RSA CPUID featureEwan Hai-oc
2026-07-10KVM: x86: Expose Zhaoxin PHE2 CPUID featureEwan Hai-oc
2026-07-10KVM: x86: Expose Zhaoxin RNG2 CPUID featureEwan Hai-oc
2026-07-10KVM: x86: Expose Zhaoxin CCS (SM3 + SM4) CPUID featureEwan Hai-oc
2026-07-10KVM: x86: Expose Zhaoxin SM2 CPUID featureEwan Hai-oc
2026-07-10KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_opsSean Christopherson
2026-07-10KVM: x86: Add static calls for nested virtualization opsSean Christopherson
2026-07-10KVM: x86: Reject nested CAP enablement if nested virtualization is disabledSean Christopherson
2026-07-10KVM: selftests: Randomize pCPU in steal time testSean Christopherson
2026-07-10KVM: selftests: Drop superfluous use of pthread_attr_setaffinity_np()Sean Christopherson
2026-07-10KVM: TDX: Reject concurrent change to CPUID entry countBinbin Wu
2026-07-10ARM: dts: st: spear13xx: Drop unused/incorrect usbh0_id and usbh1_idKrzysztof Kozlowski
2026-07-10ASoC: cleanup simple-card/audio-graph-card1/2Mark Brown
2026-07-10ASoC: simple-card-utils: tidyup simple_util_clean_reference()Kuninori Morimoto
2026-07-10ASoC: simple-card-utils: tidyup simple_util_init_aux_jacks()Kuninori Morimoto
2026-07-10ASoC: audio-graph-card2: tidyup simple_util_parse_xxx() in audio_graph2_parse...Kuninori Morimoto
2026-07-10ASoC: audio-graph-card: tidyup simple_util_parse_xxx() in audio_graph_parse_of()Kuninori Morimoto
2026-07-10ASoC: simple-card: tidyup simple_util_parse_xxx() in simple_parse_of()Kuninori Morimoto
2026-07-10ASoC: simple_card_utils: add simple_util_parse_aux_devs()Kuninori Morimoto
2026-07-10ASoC: simple_card_utils: add simple_util_parse_property()Kuninori Morimoto
2026-07-10ASoC: audio-graph-card: Tidyup audio_graph_parse_of() around errorKuninori Morimoto
2026-07-10ASoC: audio-graph-card2: Tidyup audio_graph2_parse_of() around errorKuninori Morimoto
2026-07-10ASoC: simple-card: merge extra method into simple_parse_of()Kuninori Morimoto
2026-07-10ASoC: simple-card: move simple_parse_of()Kuninori Morimoto
2026-07-10MAINTAINERS: Update maintainer and git tree for CIX SoCGary Yang
2026-07-10KVM: x86: Guard .gmem_prepare() declarations with HAVE_KVM_GMEM_PREPARE=ySean Christopherson
2026-07-10KVM: SEV: Mark vCPU has having guest-provided VMSA even if its invalidSean Christopherson
2026-07-10KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson
2026-07-10KVM: x86/mmu: Use split "zap all fast" helpers when invalidating memslotSean Christopherson
2026-07-10KVM: x86/mmu: Split kvm_mmu_zap_all_fast() into "front" and "back" halvesSean Christopherson
2026-07-10KVM: x86/mmu: Fold kvm_mmu_zap_memslot() into kvm_arch_flush_shadow_memslot()Sean Christopherson
2026-07-10KVM: x86: Ensure runtime reads of disabled_quirks are resolved onceSean Christopherson
2026-07-10KVM: x86: Serialize writes to disabled_quirks using kvm->lockSean Christopherson
2026-07-10KVM: SEV: Wire up kvm_x86_ops.gmem_xxx() if and only if CONFIG_KVM_AMD_SEV=ySean Christopherson
2026-07-10KVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusableSean Christopherson
2026-07-10KVM: SEV: Extract loading of guest-provided VMSA to a separate helperSean Christopherson
2026-07-10KVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guestsSean Christopherson
2026-07-10KVM: selftests: Verify SNP VMs are rejected from migration and mirroringAtish Patra
2026-07-10KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMsAtish Patra
2026-07-10KVM: SVM: Remove redundant ret = 0 in svm_set_nested_stateQiang Ma
2026-07-10Merge tag 'drm-fixes-2026-07-10' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-07-10selftests/riscv: ptrace: Fix memory leak of regset_data in vector testsWang Yan
2026-07-10tun: no longer rely on RTNL in tun_fill_info()Eric Dumazet