index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-04-26
3
-71
/
+84
|
\
|
*
x86/setup: Move trim_snb_memory() later in setup_arch() to fix boot hangs
Mike Rapoport
2021-04-14
1
-5
/
+15
|
*
x86/setup: Merge several reservations of start of memory
Mike Rapoport
2021-03-23
1
-9
/
+10
|
*
x86/setup: Consolidate early memory reservations
Mike Rapoport
2021-03-23
1
-48
/
+44
|
*
x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warning
Arnd Bergmann
2021-03-23
1
-2
/
+0
|
*
x86/boot/tboot: Avoid Wstringop-overread-warning
Arnd Bergmann
2021-03-23
1
-18
/
+26
*
|
Merge tag 'x86_sgx_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-04-26
21
-224
/
+861
|
\
\
|
*
|
x86/sgx: Mark sgx_vepc_vm_ops static
Wei Yongjun
2021-04-12
1
-1
/
+1
|
*
|
x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()
Jarkko Sakkinen
2021-04-08
1
-1
/
+0
|
*
|
x86/sgx: Move provisioning device creation out of SGX driver
Sean Christopherson
2021-04-06
4
-32
/
+61
|
*
|
x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
Sean Christopherson
2021-04-06
2
-0
/
+124
|
*
|
x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
Kai Huang
2021-04-06
3
-3
/
+20
|
*
|
x86/sgx: Add encls_faulted() helper
Sean Christopherson
2021-04-06
2
-2
/
+15
|
*
|
x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
Sean Christopherson
2021-04-06
1
-0
/
+3
|
*
|
x86/sgx: Move ENCLS leaf definitions to sgx.h
Sean Christopherson
2021-04-06
2
-15
/
+15
|
*
|
x86/sgx: Expose SGX architectural definitions to the kernel
Sean Christopherson
2021-04-06
5
-8
/
+19
|
*
|
x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
Kai Huang
2021-04-06
1
-1
/
+10
|
*
|
x86/cpu/intel: Allow SGX virtualization without Launch Control support
Sean Christopherson
2021-04-06
1
-15
/
+44
|
*
|
x86/sgx: Introduce virtual EPC for use by KVM guests
Sean Christopherson
2021-04-06
5
-0
/
+297
|
*
|
x86/sgx: Add SGX_CHILD_PRESENT hardware error code
Sean Christopherson
2021-03-26
1
-0
/
+2
|
*
|
x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
Kai Huang
2021-03-26
6
-17
/
+64
|
*
|
x86/cpufeatures: Add SGX1 and SGX2 sub-features
Sean Christopherson
2021-03-25
3
-0
/
+6
|
*
|
x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
Kai Huang
2021-03-25
2
-9
/
+4
|
*
|
x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()
Ira Weiny
2021-03-25
1
-6
/
+8
|
*
|
selftests/sgx: Use getauxval() to simplify test code
Tianjia Zhang
2021-03-24
1
-20
/
+4
|
*
|
selftests/sgx: Improve error detection and messages
Dave Hansen
2021-03-19
2
-15
/
+56
|
*
|
x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()
Jarkko Sakkinen
2021-03-19
3
-48
/
+88
|
*
|
x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_list
Jarkko Sakkinen
2021-03-18
2
-36
/
+25
*
|
|
Merge tag 'x86_vmware_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-04-26
1
-0
/
+2
|
\
\
\
|
*
|
|
x86/vmware: Avoid TSC recalibration when frequency is known
Alexey Makhalov
2021-03-28
1
-0
/
+2
*
|
|
|
Merge tag 'x86_seves_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-26
11
-63
/
+372
|
\
\
\
\
|
*
|
|
|
x86/sev-es: Optimize __sev_es_ist_enter() for better readability
Joerg Roedel
2021-03-19
1
-12
/
+24
|
*
|
|
|
x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()
Joerg Roedel
2021-03-18
2
-16
/
+6
|
*
|
|
|
x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-path
Joerg Roedel
2021-03-18
1
-0
/
+83
|
*
|
|
|
x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-path
Joerg Roedel
2021-03-18
1
-0
/
+28
|
*
|
|
|
x86/boot/compressed/64: Add 32-bit boot #VC handler
Joerg Roedel
2021-03-18
2
-1
/
+101
|
*
|
|
|
x86/boot/compressed/64: Setup IDT in startup_32 boot path
Joerg Roedel
2021-03-18
1
-0
/
+72
|
*
|
|
|
x86/boot/compressed/64: Reload CS in startup_32
Joerg Roedel
2021-03-18
1
-1
/
+8
|
*
|
|
|
x86/sev: Do not require Hypervisor CPUID bit for SEV guests
Joerg Roedel
2021-03-18
3
-27
/
+20
|
*
|
|
|
x86/boot/compressed/64: Cleanup exception handling before booting kernel
Joerg Roedel
2021-03-18
3
-5
/
+22
|
*
|
|
|
Merge tag 'v5.12-rc3' into x86/seves
Borislav Petkov
2021-03-18
667
-3668
/
+5687
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
x86/virtio: Have SEV guests enforce restricted virtio memory access
Tom Lendacky
2021-03-08
2
-0
/
+7
|
*
|
|
|
x86/sev-es: Remove subtraction of res variable
Borislav Petkov
2021-03-06
1
-1
/
+1
*
|
|
|
|
Merge tag 'x86_misc_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-04-26
4
-0
/
+1083
|
\
\
\
\
\
|
*
|
|
|
|
tools/x86/kcpuid: Add AMD leaf 0x8000001E
Borislav Petkov
2021-03-18
1
-8
/
+18
|
*
|
|
|
|
tools/x86/kcpuid: Check last token too
Borislav Petkov
2021-03-18
1
-0
/
+2
|
*
|
|
|
|
selftests/x86: Add a missing .note.GNU-stack section to thunks_32.S
Andy Lutomirski
2021-03-18
1
-0
/
+2
|
*
|
|
|
|
tools/x86/kcpuid: Add AMD Secure Encryption leaf
Borislav Petkov
2021-03-15
1
-0
/
+10
|
*
|
|
|
|
tools/x86: Add a kcpuid tool to show raw CPU features
Feng Tang
2021-03-08
3
-0
/
+1059
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-04-26
42
-638
/
+482
|
\
\
\
\
\
[next]