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
2020-11-19
x86/msr: Downgrade unrecognized MSR message
Borislav Petkov
1
-2
/
+2
2020-11-18
iommu/amd: Fix IOMMU interrupt generation in X2APIC mode
David Woodhouse
1
-0
/
+1
2020-11-18
x86/sgx: Clarify 'laundry_list' locking
Dave Hansen
2
-9
/
+20
2020-11-18
x86/head/64: Remove unused GET_CR2_INTO() macro
Arvind Sankar
3
-21
/
+0
2020-11-18
x86/sgx: Add ptrace() support for the SGX driver
Jarkko Sakkinen
1
-0
/
+111
2020-11-18
x86/sgx: Add a page reclaimer
Jarkko Sakkinen
6
-26
/
+1133
2020-11-18
x86/vdso: Implement a vDSO for Intel SGX enclave call
Sean Christopherson
5
-0
/
+254
2020-11-18
x86/traps: Attempt to fixup exceptions in vDSO before signaling
Sean Christopherson
2
-0
/
+17
2020-11-18
x86/fault: Add a helper function to sanitize error code
Sean Christopherson
1
-12
/
+14
2020-11-18
x86/vdso: Add support for exception fixup in vDSO functions
Sean Christopherson
6
-5
/
+139
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION
Jarkko Sakkinen
4
-1
/
+73
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_INIT
Jarkko Sakkinen
5
-1
/
+241
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
Jarkko Sakkinen
3
-0
/
+315
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
Jarkko Sakkinen
7
-0
/
+179
2020-11-18
x86/sgx: Add an SGX misc driver interface
Jarkko Sakkinen
6
-1
/
+345
2020-11-18
x86/boot: Remove unused finalize_identity_maps()
Arvind Sankar
1
-10
/
+0
2020-11-18
iommu/vt-d: Avoid panic if iommu init fails in tboot system
Zhenzhong Duan
1
-3
/
+0
2020-11-18
x86/uaccess: Document copy_from_user_nmi()
Thomas Gleixner
1
-4
/
+18
2020-11-18
x86/dumpstack: Do not try to access user space code of other tasks
Thomas Gleixner
1
-4
/
+19
2020-11-18
dma-mapping: remove the dma_direct_set_offset export
Christoph Hellwig
1
-1
/
+2
2020-11-17
x86/dumpstack: Make show_trace_log_lvl() static
Hui Su
2
-4
/
+1
2020-11-17
efi: x86/xen: switch to efi_get_secureboot_mode helper
Ard Biesheuvel
1
-28
/
+9
2020-11-17
x86/sgx: Add SGX page allocator functions
Jarkko Sakkinen
2
-0
/
+68
2020-11-17
x86/cpu/intel: Add a nosgx kernel parameter
Jarkko Sakkinen
1
-0
/
+9
2020-11-17
x86/cpu/intel: Detect SGX support
Sean Christopherson
1
-1
/
+28
2020-11-17
x86/mm: Signal SIGSEGV with PF_SGX
Sean Christopherson
2
-0
/
+14
2020-11-17
x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
Sean Christopherson
5
-0
/
+270
2020-11-17
x86/{cpufeatures,msr}: Add Intel SGX Launch Control hardware bits
Sean Christopherson
2
-0
/
+8
2020-11-17
x86/cpufeatures: Add Intel SGX hardware bits
Sean Christopherson
3
-1
/
+9
2020-11-17
x86/sgx: Add wrappers for ENCLS functions
Jarkko Sakkinen
1
-0
/
+231
2020-11-17
x86/sgx: Add SGX architectural data structures
Jarkko Sakkinen
1
-0
/
+338
2020-11-17
perf/x86: fix sysfs type mismatches
Sami Tolvanen
4
-24
/
+12
2020-11-17
x86/microcode/intel: Check patch signature before saving microcode for early loading
Chen Yu
1
-53
/
+10
2020-11-17
KVM: SVM: fix error return code in svm_create_vcpu()
Chen Zhou
1
-1
/
+3
2020-11-16
x86: Reclaim unused x86 TI flags
Gabriel Krisman Bertazi
1
-10
/
+0
2020-11-16
x86: Expose syscall_work field in thread_info
Gabriel Krisman Bertazi
1
-0
/
+1
2020-11-16
Merge branch 'x86/entry' into core/entry
Thomas Gleixner
13
-42
/
+45
2020-11-16
KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt().
Ashish Kalra
1
-1
/
+1
2020-11-16
KVM: SVM: check CR4 changes against vcpu->arch
Paolo Bonzini
1
-1
/
+1
2020-11-16
KVM: SVM: Move asid to vcpu_svm
Cathy Avery
2
-3
/
+8
2020-11-16
x86/kvm: remove unused macro HV_CLOCK_SIZE
Alex Shi
1
-1
/
+0
2020-11-16
x86/msr: Do not allow writes to MSR_IA32_ENERGY_PERF_BIAS
Borislav Petkov
1
-3
/
+0
2020-11-16
x86/mce: Use "safe" MSR functions when enabling additional error logging
Tony Luck
1
-2
/
+3
2020-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-2
/
+26
2020-11-15
Merge tag 'x86-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-13
/
+3
2020-11-15
Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-34
/
+59
2020-11-15
kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions
Jim Mattson
4
-8
/
+8
2020-11-15
KVM: Don't allocate dirty bitmap if dirty ring is enabled
Peter Xu
1
-1
/
+1
2020-11-15
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
7
-2
/
+31
2020-11-15
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
4
-56
/
+81
[prev]
[next]