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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
virt: sevguest: Change driver name to reflect generic SEV support
Tom Lendacky
1
-1
/
+1
2022-04-19
x86/static_call: Add ANNOTATE_NOENDBR to static call trampoline
Josh Poimboeuf
1
-0
/
+1
2022-04-19
x86/cpu: Load microcode during restore_processor_state()
Borislav Petkov
1
-0
/
+2
2022-04-19
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
Rafael J. Wysocki
1
-0
/
+1
2022-04-19
x86/cpu: Add new Alderlake and Raptorlake CPU model numbers
Tony Luck
1
-0
/
+3
2022-04-18
x86: remove cruft from <asm/dma-mapping.h>
Christoph Hellwig
2
-11
/
+2
2022-04-18
swiotlb: merge swiotlb-xen initialization into swiotlb
Christoph Hellwig
1
-5
/
+0
2022-04-18
x86: remove the IOMMU table infrastructure
Christoph Hellwig
6
-138
/
+8
2022-04-17
Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2022-04-16
tools/power turbostat: Add Power Limit4 support
Sumeet Pawnikar
1
-0
/
+1
2022-04-15
mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
Omar Sandoval
1
-2
/
+0
2022-04-14
x86/asm: Merge load_gs_index()
Brian Gerst
2
-10
/
+4
2022-04-14
x86/32: Remove lazy GS macros
Brian Gerst
2
-6
/
+1
2022-04-13
mm/usercopy: Check kmap addresses properly
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-04-13
x86/uaccess: Implement macros for CMPXCHG on user addresses
Peter Zijlstra
1
-0
/
+142
2022-04-13
KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
Like Xu
1
-0
/
+31
2022-04-13
KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
Like Xu
1
-2
/
+1
2022-04-13
KVM: x86: Move kvm_ops_static_call_update() to x86.c
Like Xu
1
-14
/
+0
2022-04-13
KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits
Sean Christopherson
1
-6
/
+2
2022-04-13
KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition
SU Hang
1
-0
/
+2
2022-04-13
kvm: x86: Adjust the location of pkru_mask of kvm_mmu to reduce memory
Peng Hao
1
-8
/
+9
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
3
-14
/
+32
2022-04-13
x86/apic: Clarify i82489DX bit overlap in APIC_LVT0
Thomas Gleixner
1
-6
/
+0
2022-04-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+5
2022-04-12
stat: fix inconsistency between struct stat and struct compat_stat
Mikulas Patocka
1
-4
/
+2
2022-04-12
x86/32: Simplify ELF_CORE_COPY_REGS
Brian Gerst
1
-13
/
+2
2022-04-11
KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
Vitaly Kuznetsov
1
-3
/
+1
2022-04-11
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
1
-0
/
+1
2022-04-11
x86/tsx: Disable TSX development mode at boot
Pawan Gupta
1
-2
/
+2
2022-04-10
Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-20
/
+23
2022-04-10
Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+5
2022-04-10
x86/PCI: Add $IRT PIRQ routing table support
Maciej W. Rozycki
1
-0
/
+9
2022-04-08
x86/PCI: Clip only host bridge windows for E820 regions
Bjorn Helgaas
1
-0
/
+5
2022-04-07
ACPICA: Avoid cache flush inside virtual machines
Kirill A. Shutemov
1
-1
/
+13
2022-04-07
x86/mm: Make DMA memory shared for TD guest
Kirill A. Shutemov
1
-3
/
+3
2022-04-07
x86/acpi/x86/boot: Add multiprocessor wake-up support
Kuppuswamy Sathyanarayanan
1
-0
/
+5
2022-04-07
x86/boot: Add a trampoline for booting APs via firmware handoff
Sean Christopherson
2
-0
/
+3
2022-04-07
x86/tdx: Wire up KVM hypercalls
Kuppuswamy Sathyanarayanan
2
-0
/
+33
2022-04-07
x86/tdx: Port I/O: Add early boot support
Andi Kleen
1
-0
/
+4
2022-04-07
x86/boot: Port I/O: Add decompression-time support for TDX
Kirill A. Shutemov
2
-27
/
+32
2022-04-07
x86: Consolidate port I/O helpers
Kirill A. Shutemov
2
-20
/
+36
2022-04-07
x86: Adjust types used in port I/O helpers
Kirill A. Shutemov
1
-13
/
+13
2022-04-07
x86/tdx: Detect TDX at early kernel decompression time
Kuppuswamy Sathyanarayanan
2
-3
/
+9
2022-04-07
x86/tdx: Add HLT support for TDX guests
Kirill A. Shutemov
1
-0
/
+4
2022-04-07
x86/traps: Add #VE support for TDX guest
Kirill A. Shutemov
2
-0
/
+25
2022-04-07
x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
Kuppuswamy Sathyanarayanan
1
-0
/
+30
2022-04-07
x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
Kirill A. Shutemov
1
-0
/
+29
2022-04-07
x86/tdx: Detect running as a TDX guest in early boot
Kuppuswamy Sathyanarayanan
3
-1
/
+29
2022-04-07
x86/sev: Register SEV-SNP guest request platform device
Brijesh Singh
1
-0
/
+4
2022-04-07
x86/sev: Provide support for SNP guest request NAEs
Brijesh Singh
3
-0
/
+21
[prev]
[next]