summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon1-1/+1
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-5/+10
2021-04-29Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-10/+10
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+20
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2021-04-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds22-574/+561
2021-04-27Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+2
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-20/+12
2021-04-26Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-20/+97
2021-04-26Merge tag 'x86-apic-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+13
2021-04-26Merge tag 'x86_platform_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-17/+16
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds45-82/+73
2021-04-26Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-69/+84
2021-04-26Merge tag 'x86_sgx_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-521/+698
2021-04-26Merge tag 'x86_vmware_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2021-04-26Merge tag 'x86_seves_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-25/+29
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-177/+80
2021-04-26Merge tag 'ras_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2021-04-26Merge tag 'x86_microcode_for_v5.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2021-04-21PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity c...Chris von Recklinghausen1-2/+2
2021-04-20x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith1-1/+1
2021-04-19x86/cpu: Add helper function to get the type of the current hybrid CPURicardo Neri1-0/+16
2021-04-17kasan: remove redundant config optionWalter Wu1-1/+1
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver1-1/+4
2021-04-16x86/platform/uv: Use x2apic enabled bit as set by BIOS to indicate APIC modeMike Travis1-17/+13
2021-04-15x86, sched: Treat Intel SNC topology as default, COD as exceptionAlison Schofield1-44/+46
2021-04-14x86/setup: Move trim_snb_memory() later in setup_arch() to fix boot hangsMike Rapoport1-5/+15
2021-04-14Merge drm/drm-fixes into drm-nextDaniel Vetter9-71/+56
2021-04-13ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()Rafael J. Wysocki1-3/+2
2021-04-12x86/sgx: Mark sgx_vepc_vm_ops staticWei Yongjun1-1/+1
2021-04-11Merge tag 'x86_urgent_for_v5.12-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-04-09x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai1-2/+2
2021-04-08x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()Jarkko Sakkinen1-1/+0
2021-04-07x86/cacheinfo: Remove unneeded dead-store initializationYang Li1-1/+1
2021-04-07ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov1-14/+12
2021-04-06x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson3-32/+58
2021-04-06x86/sgx: Add helpers to expose ECREATE and EINIT to KVMSean Christopherson1-0/+117
2021-04-06x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRsKai Huang3-3/+20
2021-04-06x86/sgx: Add encls_faulted() helperSean Christopherson2-2/+15
2021-04-06x86/sgx: Move ENCLS leaf definitions to sgx.hSean Christopherson1-15/+0
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson3-342/+2
2021-04-06x86/sgx: Initialize virtual EPC driver even when SGX driver is disabledKai Huang1-1/+10
2021-04-06x86/cpu/intel: Allow SGX virtualization without Launch Control supportSean Christopherson1-15/+44
2021-04-06x86/sgx: Introduce virtual EPC for use by KVM guestsSean Christopherson3-0/+269
2021-04-02Merge branches 'acpi-tables' and 'acpi-scan'Rafael J. Wysocki2-18/+15
2021-04-02x86/alternatives: Optimize optimize_nops()Peter Zijlstra1-18/+31
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar9-216/+35
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar5-37/+27
2021-04-01ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov1-1/+1
2021-03-31Merge 'x86/alternatives'Borislav Petkov10-177/+80