summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2021-04-20x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith
2021-04-19x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMPWanpeng Li
2021-04-19x86/cpu: Add helper function to get the type of the current hybrid CPURicardo Neri
2021-04-16kasan: remove redundant config optionWalter Wu
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver
2021-04-16x86/platform/uv: Use x2apic enabled bit as set by BIOS to indicate APIC modeMike Travis
2021-04-15x86, sched: Treat Intel SNC topology as default, COD as exceptionAlison Schofield
2021-04-14x86/setup: Move trim_snb_memory() later in setup_arch() to fix boot hangsMike Rapoport
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter
2021-04-13ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()Rafael J. Wysocki
2021-04-12x86/sgx: Mark sgx_vepc_vm_ops staticWei Yongjun
2021-04-11Merge tag 'x86_urgent_for_v5.12-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-09x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai
2021-04-08x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()Jarkko Sakkinen
2021-04-07x86/cacheinfo: Remove unneeded dead-store initializationYang Li
2021-04-07ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov
2021-04-06x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson
2021-04-06x86/sgx: Add helpers to expose ECREATE and EINIT to KVMSean Christopherson
2021-04-06x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRsKai Huang
2021-04-06x86/sgx: Add encls_faulted() helperSean Christopherson
2021-04-06x86/sgx: Move ENCLS leaf definitions to sgx.hSean Christopherson
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson
2021-04-06x86/sgx: Initialize virtual EPC driver even when SGX driver is disabledKai Huang
2021-04-06x86/cpu/intel: Allow SGX virtualization without Launch Control supportSean Christopherson
2021-04-06x86/sgx: Introduce virtual EPC for use by KVM guestsSean Christopherson
2021-04-02Merge branches 'acpi-tables' and 'acpi-scan'Rafael J. Wysocki
2021-04-02x86/alternatives: Optimize optimize_nops()Peter Zijlstra
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar
2021-04-01ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov
2021-03-31Merge 'x86/alternatives'Borislav Petkov
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra
2021-03-30x86/vector: Add a sanity check to prevent IRQ2 allocationsThomas Gleixner
2021-03-29ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki
2021-03-28x86/traps: Handle #DB for bus lockFenghua Yu
2021-03-28x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan
2021-03-28x86/vmware: Avoid TSC recalibration when frequency is knownAlexey Makhalov
2021-03-26x86/sgx: Add SGX_CHILD_PRESENT hardware error codeSean Christopherson
2021-03-26x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang
2021-03-25x86/cpufeatures: Add SGX1 and SGX2 sub-featuresSean Christopherson
2021-03-25x86/cpufeatures: Make SGX_LC feature bit depend on SGX bitKai Huang
2021-03-25x86/kprobes: Move 'inline' to the beginning of the kprobe_is_ss() declarationWei Yongjun
2021-03-25x86/kprobes: Fix to identify indirect jmp and others using range caseMasami Hiramatsu
2021-03-25x86/kprobes: Fix to check non boostable prefixes correctlyMasami Hiramatsu
2021-03-25x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()Ira Weiny
2021-03-24x86/Hyper-V: Support for free page reportingSunil Muthuswamy
2021-03-24x86/mce/inject: Add IPID for injection tooBorislav Petkov
2021-03-23x86/setup: Merge several reservations of start of memoryMike Rapoport
2021-03-23x86/setup: Consolidate early memory reservationsMike Rapoport
2021-03-23x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu