projects
/
linux-2.6-block.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
linux-2.6-block.git
2025-07-09
Jim Mattson
KVM: x86: Provide a capability to disable APERF/MPERF...
commit
|
commitdiff
|
tree
2025-07-09
Jim Mattson
KVM: x86: Replace growing set of *_in_guest bools with...
commit
|
commitdiff
|
tree
2025-07-09
Xin Li
KVM: x86: Advertise support for LKGS
commit
|
commitdiff
|
tree
2025-07-09
Sean Christopherson
KVM: VMX: Add a macro to track which DEBUGCTL bits...
commit
|
commitdiff
|
tree
2025-06-25
Chao Gao
KVM: SVM: Simplify MSR interception logic for IA32_XSS MSR
commit
|
commitdiff
|
tree
2025-06-24
Chao Gao
KVM: x86: Deduplicate MSR interception enabling and...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: x86: Refactor handling of SIPI_RECEIVED when setti...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: x86: Move INIT_RECEIVED vs. INIT/SIPI blocked...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: x86: WARN and reject KVM_RUN if vCPU's MP_STATE...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: x86: Drop pending_smi vs. INIT_RECEIVED check...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: selftests: Verify KVM disable interception (for...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: x86: Simplify userspace filter logic when disablin...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Add a helper to allocate and initialize permi...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: nSVM: Merge MSRPM in 64-bit chunks on 64-bit kernels
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Return -EINVAL instead of MSR_INVALID to...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: nSVM: Access MSRPM in 4-byte chunks only for mergi...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Store MSRPM pointer as "void *" instead of...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Move svm_msrpm_offset() to nested.c
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Drop explicit check on MSRPM offset when...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Merge "after set CPUID" intercept recalc...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Fold svm_vcpu_init_msrpm() into its sole...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Rename init_vmcb_after_set_cpuid() to make...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: x86: Rename msr_filter_changed() => recalc_msr_int...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Manually recalc all MSR intercepts on userspa...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: VMX: Manually recalc all MSR intercepts on userspa...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: x86: Move definition of X2APIC_MSR() to lapic.h
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Drop "always" flag from list of possible...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Pass through GHCB MSR if and only if VM is...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Implement and adopt VMX style MSR intercepts...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Add helpers for accessing MSR bitmap that...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: nSVM: Don't initialize vmcb02 MSRPM with vmcb01...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: nSVM: Omit SEV-ES specific passthrough MSRs from...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: nSVM: Use dedicated array of MSRPM offsets to...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Clean up macros related to architectural...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Massage name and param of helper that merges...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: x86: Use non-atomic bit ops to manipulate "shadow...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Kill the VM instead of the host if MSR interc...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Use ARRAY_SIZE() to iterate over direct_acces...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Tag MSR bitmap initialization helpers with...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Don't BUG if setting up the MSR intercept...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Allocate IOPM pages after initial setup in...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: SVM: Disable interception of SPEC_CTRL iff the...
commit
|
commitdiff
|
tree
2025-06-20
Maxim Levitsky
KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM...
commit
|
commitdiff
|
tree
2025-06-20
Maxim Levitsky
KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with gette...
commit
|
commitdiff
|
tree
2025-06-20
Maxim Levitsky
KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: VMX: Extract checking of guest's DEBUGCTL into...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: x86: Convert vcpu_run()'s immediate exit param...
commit
|
commitdiff
|
tree
2025-06-20
Sean Christopherson
KVM: TDX: Use kvm_arch_vcpu.host_debugctl to restore...
commit
|
commitdiff
|
tree
2025-06-20
Paolo Bonzini
KVM: TDX: Report supported optional TDVMCALLs in TDX...
commit
|
commitdiff
|
tree
2025-06-20
Paolo Bonzini
KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt
commit
|
commitdiff
|
tree
2025-06-20
Binbin Wu
KVM: TDX: Exit to userspace for GetTdVmCallInfo
commit
|
commitdiff
|
tree
2025-06-20
Binbin Wu
KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>
commit
|
commitdiff
|
tree
2025-06-20
Binbin Wu
KVM: TDX: Add new TDVMCALL status code for unsupported...
commit
|
commitdiff
|
tree
2025-06-20
Paolo Bonzini
Merge tag 'kvm-riscv-fixes-6.16-1' of https://github...
commit
|
commitdiff
|
tree
2025-06-20
Paolo Bonzini
Merge tag 'kvmarm-fixes-6.16-3' of git://git./linux...
commit
|
commitdiff
|
tree
2025-06-19
Mark Rutland
KVM: arm64: VHE: Centralize ISBs when returning to...
commit
|
commitdiff
|
tree
2025-06-19
Mark Rutland
KVM: arm64: Remove cpacr_clear_set()
commit
|
commitdiff
|
tree
2025-06-19
Mark Rutland
KVM: arm64: Remove ad-hoc CPTR manipulation from kvm_hy...
commit
|
commitdiff
|
tree
2025-06-19
Mark Rutland
KVM: arm64: Remove ad-hoc CPTR manipulation from fpsimd...
commit
|
commitdiff
|
tree
2025-06-19
Mark Rutland
KVM: arm64: Reorganise CPTR trap manipulation
commit
|
commitdiff
|
tree
2025-06-19
Mark Rutland
KVM: arm64: VHE: Synchronize CPTR trap deactivation
commit
|
commitdiff
|
tree
2025-06-19
Mark Rutland
KVM: arm64: VHE: Synchronize restore of host debug...
commit
|
commitdiff
|
tree
2025-06-19
Zenghui Yu
KVM: arm64: selftests: Close the GIC FD in arch_timer_e...
commit
|
commitdiff
|
tree
2025-06-19
Sean Christopherson
KVM: arm64: Explicitly treat routing entry type changes...
commit
|
commitdiff
|
tree
2025-06-19
Marc Zyngier
KVM: arm64: nv: Fix tracking of shadow list registers
commit
|
commitdiff
|
tree
2025-06-17
Anup Patel
RISC-V: KVM: Don't treat SBI HFENCE calls as NOPs
commit
|
commitdiff
|
tree
2025-06-17
Anup Patel
RISC-V: KVM: Fix the size parameter check in SBI SFENCE...
commit
|
commitdiff
|
tree
2025-06-15
Linus Torvalds
Linux 6.16-rc2
v6.16-rc2
commit
|
commitdiff
|
tree
2025-06-15
Linus Torvalds
Merge tag 'kbuild-fixes-v6.16' of git://git./linux...
commit
|
commitdiff
|
tree
2025-06-15
Sami Tolvanen
gendwarfksyms: Fix structure type overrides
commit
|
commitdiff
|
tree
2025-06-15
Masahiro Yamada
kbuild: move warnings about linux/export.h from W=1...
commit
|
commitdiff
|
tree
2025-06-14
Linus Torvalds
Merge tag 'v6.16-rc1-smb3-client-fixes' of git://git...
commit
|
commitdiff
|
tree
2025-06-14
Linus Torvalds
Merge tag 'iommu-fixes-v6.16-rc1' of git://git./linux...
commit
|
commitdiff
|
tree
2025-06-14
Linus Torvalds
Merge tag 'block-6.16-20250614' of git://git.kernel...
commit
|
commitdiff
|
tree
2025-06-14
Linus Torvalds
Merge tag 'io_uring-6.16-20250614' of git://git.kernel...
commit
|
commitdiff
|
tree
2025-06-14
Linus Torvalds
Merge tag 'rust-fixes-6.16' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2025-06-14
Linus Torvalds
Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of...
commit
|
commitdiff
|
tree
2025-06-13
Linus Torvalds
Merge tag 'scsi-fixes' of git://git./linux/kernel/git...
commit
|
commitdiff
|
tree
2025-06-13
Linus Torvalds
Merge tag 'drm-fixes-2025-06-14' of https://gitlab...
commit
|
commitdiff
|
tree
2025-06-13
Jens Axboe
io_uring: run local task_work from ring exit IOPOLL...
io_uring-6.16-20250614
commit
|
commitdiff
|
tree
2025-06-13
Jens Axboe
nvme: always punt polled uring_cmd end_io work to task_work
block-6.16-20250614
commit
|
commitdiff
|
tree
2025-06-13
Linus Torvalds
Merge tag 'acpi-6.16-rc2' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2025-06-13
Linus Torvalds
Merge tag 'pm-6.16-rc2' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2025-06-13
Rafael J. Wysocki
Merge branches 'acpi-pad', 'acpi-cppc', 'acpi-ec' and...
commit
|
commitdiff
|
tree
2025-06-13
Rafael J. Wysocki
Merge branch 'pm-cpuidle'
commit
|
commitdiff
|
tree
2025-06-13
Rafael J. Wysocki
Merge branch 'pm-tools'
commit
|
commitdiff
|
tree
2025-06-13
Linus Torvalds
Merge tag 'spi-fix-v6.16-rc1' of git://git./linux/kerne...
commit
|
commitdiff
|
tree
2025-06-13
Linus Torvalds
Merge tag 'regulator-fix-v6.16-rc1' of git://git./linux...
commit
|
commitdiff
|
tree
2025-06-13
Oleg Nesterov
posix-cpu-timers: fix race between handle_posix_cpu_tim...
commit
|
commitdiff
|
tree
2025-06-13
Linus Torvalds
Merge tag 'trace-v6.16-rc1' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2025-06-13
Linus Torvalds
Merge tag 'for-linus' of git://git./virt/kvm/kvm
commit
|
commitdiff
|
tree
2025-06-13
Jens Axboe
io_uring/kbuf: don't truncate end buffer for multiple...
commit
|
commitdiff
|
tree
2025-06-13
Linus Torvalds
Merge tag 'v6.16-p4' of git://git./linux/kernel/git...
commit
|
commitdiff
|
tree
2025-06-13
Linus Torvalds
Merge tag 'bcachefs-2025-06-12' of git://evilpiepirate...
commit
|
commitdiff
|
tree
2025-06-13
Bagas Sanjaya
Documentation: ublk: Separate UBLK_F_AUTO_BUF_REG fallb...
commit
|
commitdiff
|
tree
2025-06-13
Jason Gunthorpe
iommu/tegra: Fix incorrect size calculation
commit
|
commitdiff
|
tree
2025-06-13
Matthew Wilcox...
block: Fix bvec_set_folio() for very large folios
commit
|
commitdiff
|
tree
2025-06-13
Matthew Wilcox...
bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP
commit
|
commitdiff
|
tree
next