summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_platform_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-263-40/+40
|\
| * x86/platform/uv: Remove dead !CONFIG_KEXEC_CORE codeIngo Molnar2021-04-201-11/+2
| * x86/platform/uv: Fix !KEXEC build failureIngo Molnar2021-04-201-0/+1
| * x86/platform/uv: Add more to secondary CPU kdump infoGeorges Aureau2021-04-161-15/+24
| * x86/platform/uv: Use x2apic enabled bit as set by BIOS to indicate APIC modeMike Travis2021-04-161-17/+13
| * x86/platform/uv: Set section block size for hubless architecturesMike Travis2021-03-081-0/+3
* | Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-263-1/+3
|\ \
| * | x86/build: Disable HIGHMEM64G selection for M486SXMaciej W. Rozycki2021-04-191-1/+1
| * | x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSNathan Chancellor2021-03-261-0/+1
| * | x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)John Millikin2021-03-261-0/+1
* | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-26144-265/+237
|\ \ \
| * | | x86/pat: Do not compile stubbed functions when X86_PAT is offJan Kiszka2021-04-141-0/+2
| * | | x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka2021-04-121-0/+2
| * | | x86/platform/intel/quark: Fix incorrect kernel-doc comment syntax in filesAditya Srivastava2021-04-102-2/+2
| * | | x86/msr: Make locally used functions staticZhao Xuehui2021-04-081-2/+2
| * | | x86/cacheinfo: Remove unneeded dead-store initializationYang Li2021-04-071-1/+1
| * | | x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan2021-03-286-33/+8
| * | | x86/syscalls: Fix -Wmissing-prototypes warnings from COND_SYSCALL()Masahiro Yamada2021-03-251-0/+1
| * | | x86/fpu/math-emu: Fix function cast warningArnd Bergmann2021-03-231-3/+8
| * | | x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypesArnd Bergmann2021-03-221-2/+2
| * | | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-2141-42/+42
| * | | x86: Remove unusual Unicode characters from commentsIngo Molnar2021-03-214-15/+15
| * | | Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2021-03-2117-149/+261
| |\| |
| * | | x86/kaslr: Return boolean values from a function returning boolJiapeng Chong2021-03-191-2/+2
| * | | x86: Fix various typos in commentsIngo Molnar2021-03-1896-144/+144
| * | | Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the treeIngo Molnar2021-03-1821-79/+170
| |\ \ \
| * | | | x86/setup: Remove unused RESERVE_BRK_ARRAY()Cao jin2021-03-112-8/+3
| * | | | stacktrace: Move documentation for arch_stack_walk_reliable() to headerMark Brown2021-03-101-6/+0
| * | | | x86: Remove duplicate TSC DEADLINE MSR definitionsDave Hansen2021-03-082-6/+4
| | |_|/ | |/| |
* | | | Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-263-71/+84
|\ \ \ \
| * | | | x86/setup: Move trim_snb_memory() later in setup_arch() to fix boot hangsMike Rapoport2021-04-141-5/+15
| * | | | x86/setup: Merge several reservations of start of memoryMike Rapoport2021-03-231-9/+10
| * | | | x86/setup: Consolidate early memory reservationsMike Rapoport2021-03-231-48/+44
| * | | | x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warningArnd Bergmann2021-03-231-2/+0
| * | | | x86/boot/tboot: Avoid Wstringop-overread-warningArnd Bergmann2021-03-231-18/+26
| | |_|/ | |/| |
* | | | Merge tag 'x86_sgx_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-2616-188/+758
|\ \ \ \
| * | | | x86/sgx: Mark sgx_vepc_vm_ops staticWei Yongjun2021-04-121-1/+1
| * | | | x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()Jarkko Sakkinen2021-04-081-1/+0
| * | | | x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson2021-04-064-32/+61
| * | | | x86/sgx: Add helpers to expose ECREATE and EINIT to KVMSean Christopherson2021-04-062-0/+124
| * | | | x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRsKai Huang2021-04-063-3/+20
| * | | | x86/sgx: Add encls_faulted() helperSean Christopherson2021-04-062-2/+15
| * | | | x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)Sean Christopherson2021-04-061-0/+3
| * | | | x86/sgx: Move ENCLS leaf definitions to sgx.hSean Christopherson2021-04-062-15/+15
| * | | | x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson2021-04-063-7/+17
| * | | | x86/sgx: Initialize virtual EPC driver even when SGX driver is disabledKai Huang2021-04-061-1/+10
| * | | | x86/cpu/intel: Allow SGX virtualization without Launch Control supportSean Christopherson2021-04-061-15/+44
| * | | | x86/sgx: Introduce virtual EPC for use by KVM guestsSean Christopherson2021-04-064-0/+281
| * | | | x86/sgx: Add SGX_CHILD_PRESENT hardware error codeSean Christopherson2021-03-261-0/+2
| * | | | x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang2021-03-265-17/+39