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
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-29
Merge tag 'irqchip-5.16' into irq/core
Borislav Petkov
6
-11
/
+19
2021-10-28
bpf,x86: Respect X86_FEATURE_RETPOLINE*
Peter Zijlstra
1
-59
/
+0
2021-10-28
x86/alternative: Implement .retpoline_sites support
Peter Zijlstra
1
-0
/
+1
2021-10-28
x86/retpoline: Create a retpoline thunk array
Peter Zijlstra
1
-1
/
+7
2021-10-28
x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
Peter Zijlstra
2
-8
/
+7
2021-10-28
x86/asm: Fixup odd GEN-for-each-reg.h usage
Peter Zijlstra
1
-1
/
+1
2021-10-28
x86/asm: Fix register order
Peter Zijlstra
1
-4
/
+10
2021-10-28
x86/retpoline: Remove unused replacement symbols
Peter Zijlstra
1
-10
/
+0
2021-10-28
x86/hyperv: Add Write/Read MSR registers via ghcb page
Tianyu Lan
1
-14
/
+49
2021-10-28
x86/hyperv: Add new hvcall guest address host visibility support
Tianyu Lan
2
-1
/
+23
2021-10-28
x86/hyperv: Initialize GHCB page in Isolation VM
Tianyu Lan
1
-0
/
+4
2021-10-28
Merge remote-tracking branch 'tip/x86/cc' into hyperv-next
Wei Liu
3
-12
/
+10
2021-10-28
BackMerge tag 'v5.15-rc7' into drm-next
Dave Airlie
8
-15
/
+27
2021-10-26
x86/fpu/amx: Enable the AMX feature in 64-bit mode
Chang S. Bae
1
-2
/
+3
2021-10-26
x86/fpu/amx: Define AMX state components and have it used for boot-time checks
Chang S. Bae
3
-0
/
+35
2021-10-26
x86/fpu/xstate: Add fpstate_realloc()/free()
Chang S. Bae
1
-0
/
+7
2021-10-26
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
1
-0
/
+2
2021-10-26
x86/fpu: Add XFD state to fpstate
Chang S. Bae
1
-0
/
+3
2021-10-26
x86/msr-index: Add MSRs for XFD
Chang S. Bae
1
-0
/
+2
2021-10-26
x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit
Chang S. Bae
1
-0
/
+1
2021-10-26
x86/fpu: Prepare fpu_clone() for dynamically enabled features
Thomas Gleixner
1
-1
/
+1
2021-10-26
x86/fpu: Add basic helpers for dynamically enabled features
Thomas Gleixner
1
-0
/
+21
2021-10-26
x86/arch_prctl: Add controls for dynamic XSTATE components
Chang S. Bae
2
-1
/
+5
2021-10-26
x86/fpu: Add fpu_state_config::legacy_features
Thomas Gleixner
1
-0
/
+7
2021-10-26
x86/fpu: Add members to struct fpu to cache permission information
Thomas Gleixner
1
-0
/
+46
2021-10-25
x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV
Tianyu Lan
1
-0
/
+6
2021-10-25
KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlock
David Woodhouse
1
-1
/
+1
2021-10-25
KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
David Edmondson
1
-0
/
+3
2021-10-25
KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info
David Edmondson
1
-3
/
+4
2021-10-23
x86/fpu: Remove old KVM FPU interface
Thomas Gleixner
1
-2
/
+0
2021-10-23
x86/kvm: Convert FPU handling to a single swap buffer
Thomas Gleixner
2
-7
/
+4
2021-10-23
x86/fpu: Provide infrastructure for KVM FPU cleanup
Thomas Gleixner
1
-0
/
+13
2021-10-23
x86/fpu: Prepare for sanitizing KVM FPU code
Thomas Gleixner
1
-1
/
+43
2021-10-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+2
2021-10-22
x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=y
Masami Hiramatsu
1
-0
/
+6
2021-10-22
KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelism
Sean Christopherson
1
-1
/
+1
2021-10-22
KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if needed
Paolo Bonzini
1
-0
/
+1
2021-10-22
KVM: SEV-ES: rename guest_ins_data to sev_pio_data
Paolo Bonzini
1
-1
/
+1
2021-10-22
x86/microcode: Use the firmware_loader built-in API
Borislav Petkov
1
-3
/
+0
2021-10-22
KVM: x86: Add vendor name to kvm_x86_ops, use it for error messages
Sean Christopherson
1
-0
/
+2
2021-10-22
KVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL w/ 0
Wanpeng Li
1
-1
/
+0
2021-10-22
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
2
-13
/
+7
2021-10-22
x86/fpu/xstate: Move remaining xfeature helpers to core
Thomas Gleixner
1
-13
/
+0
2021-10-22
x86/fpu: Rework restore_regs_from_fpstate()
Thomas Gleixner
1
-20
/
+7
2021-10-22
x86/fpu: Mop up xfeatures_mask_uabi()
Thomas Gleixner
1
-9
/
+0
2021-10-21
x86/fpu: Move xstate feature masks to fpu_*_cfg
Thomas Gleixner
1
-6
/
+4
2021-10-21
x86/fpu: Provide struct fpu_config
Thomas Gleixner
1
-0
/
+42
2021-10-21
x86/CPU: Add support for Vortex CPUs
Marcos Del Sol Vives
1
-1
/
+2
2021-10-21
x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
Thomas Gleixner
1
-12
/
+0
2021-10-21
x86/fpu: Add size and mask information to fpstate
Thomas Gleixner
1
-0
/
+12
[prev]
[next]