index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
Age
Commit message (
Expand
)
Author
Lines
2022-09-08
x86/sgx: Handle VA page allocation failure for EAUG on PF.
Haitao Huang
-1
/
+4
2022-09-08
x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxd
Jarkko Sakkinen
-6
/
+9
2022-08-18
x86/bugs: Add "unknown" reporting for MMIO Stale Data
Pawan Gupta
-17
/
+39
2022-08-13
Merge tag 'x86-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-4
/
+6
2022-08-09
Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-25
/
+73
2022-08-08
x86/bugs: Enable STIBP for IBPB mitigated RETBleed
Kim Phillips
-4
/
+6
2022-08-07
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-0
/
+6
2022-08-06
Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-13
/
+14
2022-08-05
Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-130
/
+968
2022-08-04
Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+1
2022-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-1
/
+8
2022-08-03
x86/speculation: Add RSB VM Exit protections
Daniel Sneddon
-25
/
+73
2022-08-02
Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-39
/
+22
2022-08-02
x86/bus_lock: Don't assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to b...
Chenyi Qiang
-13
/
+14
2022-08-01
Merge tag 'x86_cpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+2
2022-08-01
Merge tag 'x86_vmware_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+2
2022-08-01
Merge tag 'ras_core_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+48
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
-1
/
+8
2022-07-29
x86/bugs: Do not enable IBPB at firmware entry when IBPB is not available
Thadeu Lima de Souza Cascardo
-0
/
+1
2022-07-26
x86/cyrix: include header linux/isa-dma.h
Randy Dunlap
-0
/
+1
2022-07-20
x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS parts
Pawan Gupta
-0
/
+3
2022-07-19
x86/cpu: Use MSR_IA32_MISC_ENABLE constants
Paolo Bonzini
-2
/
+2
2022-07-18
x86/amd: Use IBPB for firmware calls
Peter Zijlstra
-1
/
+10
2022-07-18
x86/rdrand: Remove "nordrand" flag in favor of "random.trust_cpu"
Jason A. Donenfeld
-37
/
+22
2022-07-18
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
-2
/
+0
2022-07-17
x86/cacheinfo: move shared cache map definitions
Sander Vanheule
-0
/
+6
2022-07-16
x86/bugs: Remove apostrophe typo
Kim Phillips
-1
/
+1
2022-07-14
x86/bugs: Mark retbleed_strings static
Jiapeng Chong
-1
/
+1
2022-07-09
x86/speculation: Disable RRSBA behavior
Pawan Gupta
-0
/
+27
2022-07-08
x86/sgx: Drop 'page_index' from sgx_backing
Sean Christopherson
-2
/
+0
2022-07-08
x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
Thadeu Lima de Souza Cascardo
-2
/
+5
2022-07-07
x86/sgx: Free up EPC pages directly to support large page ranges
Reinette Chatre
-0
/
+18
2022-07-07
x86/sgx: Support complete page removal
Reinette Chatre
-0
/
+145
2022-07-07
x86/sgx: Support modifying SGX page type
Reinette Chatre
-0
/
+202
2022-07-07
x86/sgx: Tighten accessible memory range after enclave initialization
Reinette Chatre
-0
/
+5
2022-07-07
x86/sgx: Support adding of pages to an initialized enclave
Reinette Chatre
-0
/
+117
2022-07-07
x86/sgx: Support restricting of enclave page permissions
Reinette Chatre
-0
/
+216
2022-07-07
x86/sgx: Support VA page allocation without reclaiming
Reinette Chatre
-8
/
+10
2022-07-07
x86/sgx: Export sgx_encl_page_alloc()
Jarkko Sakkinen
-32
/
+35
2022-07-07
x86/sgx: Export sgx_encl_{grow,shrink}()
Reinette Chatre
-2
/
+4
2022-07-07
x86/sgx: Keep record of SGX page type
Reinette Chatre
-1
/
+4
2022-07-07
x86/sgx: Create utility to validate user provided offset and length
Reinette Chatre
-6
/
+22
2022-07-07
x86/sgx: Make sgx_ipi_cb() available internally
Reinette Chatre
-1
/
+3
2022-07-07
x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()
Reinette Chatre
-31
/
+47
2022-07-07
x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()
Reinette Chatre
-5
/
+5
2022-07-07
x86/sgx: Export sgx_encl_ewb_cpumask()
Reinette Chatre
-29
/
+68
2022-07-07
x86/sgx: Support loading enclave page without VMA permissions check
Reinette Chatre
-19
/
+40
2022-07-07
x86/sgx: Add wrapper for SGX2 EAUG function
Reinette Chatre
-0
/
+6
2022-07-07
x86/sgx: Add wrapper for SGX2 EMODT function
Reinette Chatre
-0
/
+6
2022-07-07
x86/sgx: Add wrapper for SGX2 EMODPR function
Reinette Chatre
-0
/
+6
[next]