index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-24
KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
David Matlack
1
-6
/
+6
2022-06-24
KVM: x86/mmu: Pass memory caches to allocate SPs separately
David Matlack
1
-7
/
+29
2022-06-24
KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
David Matlack
1
-4
/
+4
2022-06-24
KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
David Matlack
1
-6
/
+7
2022-06-24
KVM: x86/mmu: Consolidate shadow page allocation and initialization
David Matlack
1
-22
/
+17
2022-06-24
KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
David Matlack
1
-13
/
+39
2022-06-24
KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
David Matlack
1
-6
/
+14
2022-06-24
KVM: x86/mmu: Derive shadow MMU page role from parent
David Matlack
2
-52
/
+71
2022-06-24
KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()
David Matlack
1
-5
/
+6
2022-06-24
KVM: x86/mmu: Use a bool for direct
David Matlack
1
-2
/
+2
2022-06-24
KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
David Matlack
1
-2
/
+2
2022-06-24
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
6
-8
/
+43
2022-06-24
KVM: x86: Fix errant brace in KVM capability handling
Ben Gardon
1
-1
/
+1
2022-06-24
KVM: SEV: Init target VMCBs in sev_migrate_from
Peter Gonda
3
-33
/
+48
2022-06-24
KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()
Mingwei Zhang
1
-2
/
+2
2022-06-24
jump_label: make initial NOP patching the special case
Ard Biesheuvel
1
-13
/
+0
2022-06-24
jump_label: mips: move module NOP patching into arch code
Ard Biesheuvel
1
-3
/
+0
2022-06-23
arch: make TRACE_IRQFLAGS_NMI_SUPPORT generic
Mark Rutland
2
-3
/
+1
2022-06-23
Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+2
2022-06-22
x86/vmware: Use BIT() macro for shifting
Shreenidhi Shedi
1
-2
/
+2
2022-06-21
Merge tag 'efi-urgent-for-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-1
/
+1
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
1
-0
/
+6
2022-06-21
efi/x86: libstub: Fix typo in __efi64_argmap* name
Evgeniy Baskov
1
-1
/
+1
2022-06-20
x86/pmem: Fix platform-device leak in error path
Johan Hovold
1
-1
/
+6
2022-06-20
KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behavior
Sean Christopherson
3
-12
/
+22
2022-06-20
KVM: x86: Ignore benign host writes to "unsupported" F15H_PERF_CTL MSRs
Sean Christopherson
1
-0
/
+1
2022-06-20
KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRs
Sean Christopherson
1
-0
/
+17
2022-06-20
KVM: VMX: Use vcpu_get_perf_capabilities() to get guest-visible value
Sean Christopherson
1
-4
/
+7
2022-06-20
Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"
Sean Christopherson
5
-27
/
+20
2022-06-20
Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu"
Sean Christopherson
2
-18
/
+1
2022-06-20
KVM: VMX: Give host userspace full control of MSR_IA32_PERF_CAPABILITIES
Sean Christopherson
1
-2
/
+0
2022-06-20
KVM: x86: Give host userspace full control of MSR_IA32_MISC_ENABLES
Sean Christopherson
2
-18
/
+11
2022-06-20
x86: kvm: remove NULL check before kfree
Dongliang Mu
1
-2
/
+1
2022-06-20
KVM: x86/mmu: Shove refcounted page dependency into host_pfn_mapping_level()
Sean Christopherson
2
-7
/
+11
2022-06-20
KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()
Sean Christopherson
2
-7
/
+10
2022-06-20
KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()
Sean Christopherson
1
-2
/
+3
2022-06-20
KVM: nVMX: Use kvm_vcpu_map() to get/pin vmcs12's APIC-access page
Sean Christopherson
2
-28
/
+13
2022-06-20
KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA mask
Sean Christopherson
3
-14
/
+1
2022-06-20
KVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK to 32 bits
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86/mmu: Use common macros to compute 32/64-bit paging masks
Paolo Bonzini
2
-37
/
+11
2022-06-20
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
8
-59
/
+70
2022-06-20
KVM: x86/mmu: Dedup macros for computing various page table masks
Sean Christopherson
5
-19
/
+29
2022-06-20
KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.h
Sean Christopherson
3
-13
/
+17
2022-06-20
KVM: VMX: Refactor 32-bit PSE PT creation to avoid using MMU macro
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86: Use lapic_in_kernel() to query in-kernel APIC in APICv helper
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86: Move "apicv_active" into "struct kvm_lapic"
Sean Christopherson
6
-30
/
+23
2022-06-20
KVM: x86: Check for in-kernel xAPIC when querying APICv for directed yield
Sean Christopherson
1
-1
/
+2
2022-06-20
KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
3
-6
/
+6
2022-06-20
KVM: SVM: Drop unused AVIC / kvm_x86_ops declarations
Sean Christopherson
1
-4
/
+0
2022-06-20
KVM: nVMX: Update vmcs12 on BNDCFGS write, not at vmcs02=>vmcs12 sync
Sean Christopherson
2
-3
/
+6
[prev]
[next]