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
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-18
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
1
-8
/
+7
2022-04-18
x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
Christoph Hellwig
2
-8
/
+8
2022-04-18
x86: remove the IOMMU table infrastructure
Christoph Hellwig
8
-203
/
+92
2022-04-17
Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-20
/
+98
2022-04-15
mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
Omar Sandoval
1
-1
/
+0
2022-04-14
x86/32: Remove lazy GS macros
Brian Gerst
5
-19
/
+15
2022-04-14
x86/process: Fix kernel-doc warning due to a changed function name
Jiapeng Chong
1
-1
/
+1
2022-04-14
Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
1
-0
/
+1
2022-04-13
ACPI: APEI: Fix missing ERST record id
Liu Xinpeng
1
-5
/
+3
2022-04-13
x86/crash: Fix minor typo/bug in debug message
Eric DeVolder
1
-1
/
+1
2022-04-13
x86/kvm: Don't waste kvmclock memory if there is nopv parameter
Wanpeng Li
1
-1
/
+1
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
2
-40
/
+41
2022-04-13
x86/apic: Clarify i82489DX bit overlap in APIC_LVT0
Thomas Gleixner
1
-1
/
+10
2022-04-13
x86/ACPI: Preserve ACPI-table override during hibernation
Amadeusz Sławiński
1
-1
/
+1
2022-04-11
Merge drm/drm-next into drm-intel-next
Jani Nikula
58
-880
/
+1406
2022-04-11
x86/tsx: Disable TSX development mode at boot
Pawan Gupta
4
-14
/
+51
2022-04-11
x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits
Pawan Gupta
2
-7
/
+48
2022-04-10
x86: Replace cpumask_weight() with cpumask_empty() where appropriate
Yury Norov
1
-7
/
+7
2022-04-08
x86/PCI: Clip only host bridge windows for E820 regions
Bjorn Helgaas
1
-7
/
+7
2022-04-08
x86: Log resource clipping for E820 regions
Bjorn Helgaas
1
-0
/
+7
2022-04-08
x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate()
Peter Gonda
1
-2
/
+1
2022-04-07
x86/tdx/ioapic: Add shared bit for IOAPIC base address
Isaku Yamahata
1
-2
/
+16
2022-04-07
x86/mm/cpa: Add support for TDX shared memory
Kirill A. Shutemov
1
-1
/
+1
2022-04-07
x86/boot: Avoid #VE during boot for TDX platforms
Sean Christopherson
1
-2
/
+26
2022-04-07
x86/acpi/x86/boot: Add multiprocessor wake-up support
Kuppuswamy Sathyanarayanan
2
-1
/
+102
2022-04-07
x86/boot: Add a trampoline for booting APs via firmware handoff
Sean Christopherson
1
-2
/
+10
2022-04-07
x86/tdx: Port I/O: Add early boot support
Andi Kleen
1
-0
/
+3
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
/
+89
2022-04-07
x86/traps: Refactor exc_general_protection()
Kirill A. Shutemov
1
-26
/
+31
2022-04-07
x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
Kuppuswamy Sathyanarayanan
1
-0
/
+8
2022-04-07
x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
Kirill A. Shutemov
1
-0
/
+9
2022-04-07
x86/tdx: Detect running as a TDX guest in early boot
Kuppuswamy Sathyanarayanan
1
-0
/
+4
2022-04-07
x86/platform/uv: Log gap hole end size
Mike Travis
1
-2
/
+6
2022-04-07
x86/platform/uv: Update TSC sync state for UV5
Mike Travis
1
-1
/
+7
2022-04-07
x86/sev: Register SEV-SNP guest request platform device
Brijesh Singh
1
-0
/
+56
2022-04-07
x86/sev: Provide support for SNP guest request NAEs
Brijesh Singh
1
-0
/
+57
2022-04-07
x86/sev: Add a sev= cmdline option
Michael Roth
1
-0
/
+44
2022-04-07
x86/sev: Use firmware-validated CPUID for SEV-SNP guests
Michael Roth
2
-0
/
+61
2022-04-07
x86/sev: Add SEV-SNP feature detection/setup
Michael Roth
2
-0
/
+91
2022-04-07
x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
Michael Roth
1
-0
/
+324
2022-04-07
x86/sev: Move MSR-based VMGEXITs for CPUID to helper
Michael Roth
2
-26
/
+58
2022-04-06
x86/head/64: Re-enable stack protection
Michael Roth
3
-14
/
+21
2022-04-06
x86/sev: Use SEV-SNP AP creation to start secondary CPUs
Tom Lendacky
2
-0
/
+245
2022-04-06
x86/mm: Validate memory when changing the C-bit
Brijesh Singh
1
-0
/
+168
2022-04-06
x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
Brijesh Singh
1
-1
/
+12
2022-04-06
x86/kernel: Mark the .bss..decrypted section as shared in the RMP table
Brijesh Singh
1
-0
/
+13
2022-04-06
x86/sev: Add helper for validating pages in early enc attribute changes
Brijesh Singh
1
-0
/
+99
2022-04-06
x86/sev: Register GHCB memory when SEV-SNP is active
Brijesh Singh
4
-14
/
+42
2022-04-06
x86/compressed: Register GHCB memory when SEV-SNP is active
Brijesh Singh
1
-0
/
+16
[prev]
[next]