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-04-19
x86/static_call: Add ANNOTATE_NOENDBR to static call trampoline
Josh Poimboeuf
1
-0
/
+1
2022-04-19
x86,objtool: Explicitly mark idtentry_body()s tail REACHABLE
Peter Zijlstra
1
-0
/
+3
2022-04-19
x86,xen,objtool: Add UNWIND hint
Peter Zijlstra
1
-0
/
+1
2022-04-19
x86/unwind/orc: Recheck address range after stack info was updated
Dmitry Monakhov
1
-4
/
+4
2022-04-19
perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU support
Zhang Rui
1
-3
/
+4
2022-04-19
x86/cpu: Load microcode during restore_processor_state()
Borislav Petkov
3
-4
/
+14
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/mm: Fix spacing within memory encryption features message
Tom Lendacky
1
-1
/
+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
2
-15
/
+10
2022-04-18
swiotlb: provide swiotlb_init variants that remap the buffer
Christoph Hellwig
1
-1
/
+1
2022-04-18
swiotlb: pass a gfp_mask argument to swiotlb_init_late
Christoph Hellwig
1
-1
/
+1
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
3
-11
/
+8
2022-04-18
x86: remove the IOMMU table infrastructure
Christoph Hellwig
16
-438
/
+99
2022-04-18
swiotlb: rename swiotlb_late_init_with_default_size
Christoph Hellwig
1
-1
/
+1
2022-04-17
x86/boot: Add an efi.h header for the decompressor
Borislav Petkov
6
-9
/
+131
2022-04-17
Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-22
/
+100
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
2
-3
/
+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
9
-28
/
+20
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
mm/usercopy: Check kmap addresses properly
Matthew Wilcox (Oracle)
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
KVM: x86: Bail to userspace if emulation of atomic user access faults
Sean Christopherson
1
-1
/
+1
2022-04-13
KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
Sean Christopherson
1
-21
/
+14
2022-04-13
KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits
Sean Christopherson
1
-37
/
+1
2022-04-13
x86/uaccess: Implement macros for CMPXCHG on user addresses
Peter Zijlstra
1
-0
/
+142
2022-04-13
KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
Peter Gonda
1
-2
/
+7
2022-04-13
KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault
Sean Christopherson
2
-4
/
+33
2022-04-13
KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry
Sean Christopherson
1
-5
/
+10
2022-04-13
KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
Sean Christopherson
2
-6
/
+0
2022-04-13
KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
Like Xu
2
-22
/
+65
2022-04-13
KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
Like Xu
6
-7
/
+6
2022-04-13
KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
Like Xu
3
-26
/
+37
2022-04-13
KVM: x86: Move kvm_ops_static_call_update() to x86.c
Like Xu
2
-16
/
+17
2022-04-13
KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits
Sean Christopherson
3
-10
/
+10
2022-04-13
KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition
SU Hang
2
-1
/
+4
2022-04-13
x86/kvm: Don't waste kvmclock memory if there is nopv parameter
Wanpeng Li
1
-1
/
+1
2022-04-13
kvm: vmx: remove redundant parentheses
Peng Hao
1
-1
/
+1
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
KVM: x86/xen: Remove the redundantly included header file lapic.h
Like Xu
1
-1
/
+0
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
17
-531
/
+1711
2022-04-13
efi: Save location of EFI confidential computing area
Dov Murik
1
-0
/
+3
2022-04-13
x86/apic: Clarify i82489DX bit overlap in APIC_LVT0
Thomas Gleixner
2
-7
/
+10
2022-04-13
x86/ACPI: Preserve ACPI-table override during hibernation
Amadeusz Sławiński
1
-1
/
+1
[prev]
[next]