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
2021-10-26
kprobes: Add a test case for stacktrace from kretprobe handler
Masami Hiramatsu
1
-0
/
+1
2021-10-26
x86: Fix __get_wchan() for !STACKTRACE
Peter Zijlstra
1
-3
/
+14
2021-10-26
x86/fpu/amx: Enable the AMX feature in 64-bit mode
Chang S. Bae
4
-4
/
+13
2021-10-26
x86/fpu: Add XFD handling for dynamic states
Chang S. Bae
1
-1
/
+27
2021-10-26
x86/fpu: Calculate the default sizes independently
Chang S. Bae
1
-9
/
+21
2021-10-26
x86/fpu/amx: Define AMX state components and have it used for boot-time checks
Chang S. Bae
4
-1
/
+114
2021-10-26
x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbers
Chang S. Bae
1
-13
/
+16
2021-10-26
x86/fpu/xstate: Add fpstate_realloc()/free()
Chang S. Bae
3
-8
/
+106
2021-10-26
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
3
-0
/
+87
2021-10-26
x86/fpu: Update XFD state where required
Chang S. Bae
5
-2
/
+61
2021-10-26
x86/fpu: Add sanity checks for XFD
Thomas Gleixner
4
-12
/
+95
2021-10-26
x86/fpu: Add XFD state to fpstate
Chang S. Bae
3
-0
/
+9
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
2
-0
/
+2
2021-10-26
x86/fpu: Reset permission and fpstate on exec()
Chang S. Bae
1
-3
/
+4
2021-10-26
x86/fpu: Prepare fpu_clone() for dynamically enabled features
Thomas Gleixner
3
-12
/
+27
2021-10-26
x86/fpu/signal: Prepare for variable sigframe length
Chang S. Bae
3
-40
/
+26
2021-10-26
x86/signal: Use fpu::__state_user_size for sigalt stack validation
Thomas Gleixner
1
-4
/
+31
2021-10-26
x86/fpu: Add basic helpers for dynamically enabled features
Thomas Gleixner
2
-0
/
+25
2021-10-26
x86/arch_prctl: Add controls for dynamic XSTATE components
Chang S. Bae
6
-3
/
+178
2021-10-26
x86/fpu: Add fpu_state_config::legacy_features
Thomas Gleixner
2
-3
/
+13
2021-10-26
x86/fpu: Add members to struct fpu to cache permission information
Thomas Gleixner
2
-0
/
+51
2021-10-26
x86/fpu/xstate: Provide xstate_calculate_size()
Chang S. Bae
1
-18
/
+28
2021-10-26
x86/signal: Implement sigaltstack size validation
Thomas Gleixner
2
-0
/
+52
2021-10-25
trace/osnoise: Fix an ifdef comment
Daniel Bristot de Oliveira
1
-1
/
+1
2021-10-25
signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.
Eric W. Biederman
1
-1
/
+3
2021-10-25
signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ON
Eric W. Biederman
1
-4
/
+2
2021-10-25
x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV
Tianyu Lan
3
-15
/
+29
2021-10-25
KVM: x86/xen: Fix kvm_xen_has_interrupt() sleeping in kvm_vcpu_block()
David Woodhouse
1
-5
/
+22
2021-10-25
KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlock
David Woodhouse
2
-15
/
+15
2021-10-25
KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocol
David Edmondson
1
-11
/
+5
2021-10-25
KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
David Edmondson
3
-18
/
+63
2021-10-25
KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info
David Edmondson
5
-13
/
+19
2021-10-25
x86/of: Kill unused early_init_dt_scan_chosen_arch()
Rob Herring
1
-5
/
+0
2021-10-24
kbuild: use more subdir- for visiting subdirectories while cleaning
Masahiro Yamada
2
-2
/
+3
2021-10-23
x86/fpu: Remove old KVM FPU interface
Thomas Gleixner
2
-34
/
+0
2021-10-23
x86/kvm: Convert FPU handling to a single swap buffer
Thomas Gleixner
5
-82
/
+40
2021-10-23
x86/fpu: Provide infrastructure for KVM FPU cleanup
Thomas Gleixner
2
-6
/
+92
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
5
-61
/
+120
2021-10-22
kvm: x86: Remove stale declaration of kvm_no_apic_vcpu
Jim Mattson
1
-2
/
+0
2021-10-22
KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup
Sean Christopherson
1
-2
/
+5
2021-10-22
x86/irq: Ensure PI wakeup handler is unregistered before module unload
Sean Christopherson
1
-1
/
+3
2021-10-22
sched,x86: Fix L2 cache mask
Peter Zijlstra
1
-2
/
+2
2021-10-22
x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=y
Masami Hiramatsu
1
-0
/
+6
2021-10-22
x86/sgx/virt: implement SGX_IOC_VEPC_REMOVE ioctl
Paolo Bonzini
2
-0
/
+55
2021-10-22
x86/sgx/virt: extract sgx_vepc_remove_page
Paolo Bonzini
1
-5
/
+7
2021-10-22
KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelism
Sean Christopherson
3
-8
/
+10
2021-10-22
KVM: x86: Move SVM's APICv sanity check to common x86
Sean Christopherson
2
-2
/
+20
2021-10-22
KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if needed
Paolo Bonzini
2
-16
/
+57
[prev]
[next]