summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-03KVM: selftests: Remove duplicate LAUNCH_UPDATE_VMSA call in SEV-ES migrate testSean Christopherson1-2/+0
2026-04-03KVM: SEV: Use kvzalloc_objs() when pinning userpagesSean Christopherson1-11/+9
2026-04-03KVM: SEV: Use PFN_DOWN() to simplify "number of pages" math when pinning memorySean Christopherson1-5/+2
2026-04-03KVM: SEV: Disallow pinning more pages than exist in the systemSean Christopherson1-5/+9
2026-04-03KVM: SEV: Drop useless sanity checks in sev_mem_enc_register_region()Sean Christopherson1-3/+0
2026-04-03KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGIONSean Christopherson1-4/+7
2026-03-03KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the featureSean Christopherson1-6/+2
2026-03-03KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subsetSean Christopherson1-12/+10
2026-03-03KVM: SVM: Extract OS-visible workarounds setup to helper functionSean Christopherson1-41/+49
2026-03-03KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as presentSean Christopherson1-2/+12
2026-03-03KVM: SVM: Serialize updates to global OS-Visible Workarounds variablesSean Christopherson1-3/+7
2026-03-03KVM: SVM: Fix UBSAN warning when reading avic parameterGal Pressman1-1/+12
2026-03-03KVM: Isolate apicv_update_lock and apicv_nr_irq_window_req in a cachelineSean Christopherson1-1/+11
2026-03-03KVM: SVM: Optimize IRQ window inhibit handlingSean Christopherson1-1/+25
2026-03-03KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUsSean Christopherson4-12/+63
2026-03-03KVM: SVM: Fix clearing IRQ window inhibit with nested guestsSean Christopherson1-14/+14
2026-03-03KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing3-22/+22
2026-03-02Linux 7.0-rc2v7.0-rc2Linus Torvalds1-1/+1
2026-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-128/+87
2026-03-02Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-1/+19
2026-03-02Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-42/+50
2026-03-01Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-14/+45
2026-03-01Merge tag 'sched-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-52/+172
2026-03-01Merge tag 'perf-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-22/+89
2026-03-01Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2026-03-01Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-21/+46
2026-03-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-50/+97
2026-03-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds73-236/+1180
2026-03-01Merge tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-70/+150
2026-02-28Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds28-445/+489
2026-02-28firewire: ohci: initialize page array to use alloc_pages_bulk() correctlyTakashi Sakamoto1-1/+1
2026-02-28Merge tag 'spi-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-30/+4
2026-02-28Merge tag 'regulator-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-9/+10
2026-02-28Merge tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-67/+66
2026-02-28Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini8-69/+80
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini9-17/+5
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini11-42/+2
2026-02-28Merge branch 'fix-invariant-violation-for-single-value-tnums'Alexei Starovoitov5-1/+227
2026-02-28selftests/bpf: Avoid simplification of crafted bounds testPaul Chaignon1-1/+1
2026-02-28selftests/bpf: Test refinement of single-value tnumPaul Chaignon1-0/+137
2026-02-28bpf: Improve bounds when tnum has a single possible valuePaul Chaignon1-0/+30
2026-02-28bpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan2-0/+59
2026-02-28Merge branch 'bpf-cpumap-devmap-fix-per-cpu-bulk-queue-races-on-preempt_rt'Alexei Starovoitov2-6/+36
2026-02-28bpf: Fix race in devmap on PREEMPT_RTJiayuan Chen1-4/+21
2026-02-28bpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen1-2/+15
2026-02-28Merge branch 'close-race-in-freeing-special-fields-and-map-value'Alexei Starovoitov15-57/+603
2026-02-28selftests/bpf: Add tests for special fields racesKumar Kartikeya Dwivedi2-0/+415
2026-02-28bpf: Retire rcu_trace_implies_rcu_gp() from local storageKumar Kartikeya Dwivedi1-18/+19
2026-02-28bpf: Delay freeing fields in local storageKumar Kartikeya Dwivedi1-19/+21
2026-02-28bpf: Lose const-ness of map in map_check_btf()Kumar Kartikeya Dwivedi11-16/+15