aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-15x86/platform/intel-mid: Update Copyright year and drop file namesAndy Shevchenko1-2/+2
2021-02-15x86/platform/intel-mid: Drop unused __intel_mid_cpu_chip and Co.Andy Shevchenko1-17/+0
2021-02-15x86/platform/intel-mid: Get rid of intel_scu_ipc_legacy.hAndy Shevchenko1-2/+5
2021-02-15sfi: Remove framework for deprecated firmwareAndy Shevchenko22-1401/+0
2021-02-10x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski1-4/+12
2021-02-09x86/apb_timer: Remove driver for deprecated platformAndy Shevchenko2-149/+3
2021-02-09x86/platform/intel-mid: Remove unused leftovers (vRTC)Andy Shevchenko4-218/+1
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic)Andy Shevchenko4-107/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_thermal)Andy Shevchenko2-33/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_power_btn)Andy Shevchenko3-111/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_gpio)Andy Shevchenko2-44/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_battery)Andy Shevchenko2-33/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_ocd)Andy Shevchenko2-45/+0
2021-02-09x86/platform/intel-mid: Remove unused leftovers (msic_audio)Andy Shevchenko2-43/+0
2021-02-09Merge tag 'ib-drm-gpio-pdx86-rtc-wdt-v5.12-2' of git://git.infradead.org/linux-platform-drivers-x86Rafael J. Wysocki2-83/+0
2021-02-06x86/efi: Remove EFI PGD build time checksBorislav Petkov1-19/+0
2021-01-29x86/fpu: Make the EFI FPU calling convention explicitAndy Lutomirski1-2/+2
2021-01-26x86/xen/pvh: Annotate indirect branch as safeJosh Poimboeuf1-0/+2
2021-01-25platform/x86: intel_scu_wdt: Move driver from arch/x86Andy Shevchenko2-83/+0
2021-01-19efi: x86: clean up previous struct mm switchingArd Biesheuvel1-12/+15
2021-01-19efi: x86: move mixed mode stack PA variable out of 'efi_scratch'Ard Biesheuvel2-2/+6
2021-01-15x86/platform/geode: Convert alix LED to GPIO machine descriptorLinus Walleij1-6/+13
2021-01-15x86/platform/geode: Convert geode LED to GPIO machine descriptorLinus Walleij1-6/+13
2021-01-15x86/platform/geode: Convert net5501 LED to GPIO machine descriptorLinus Walleij1-2/+11
2021-01-07x86/platform: Retire arch/x86/platform/goldfishRoman Kiryanov3-57/+0
2020-12-30x86/platform/intel-mid: Convert comma to semicolonZheng Yongjun1-2/+2
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-11-26x86/platform/uv: Add and export uv_bios_* functionsJustin Ernst1-0/+55
2020-11-26x86/platform/uv: Remove existing /sys/firmware/sgi_uv/ interfaceJustin Ernst2-64/+1
2020-11-10efi/x86: Free efi_pgd with free_pages()Arvind Sankar1-11/+13
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner1-1/+1
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2020-10-13Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2020-10-13x86/platform/uv: Remove unused variable in UV5 NMI handlerMike Travis1-3/+0
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar3-76/+39
2020-10-07x86/platform/uv: Update Copyrights to conform to HPE standardsMike Travis3-0/+3
2020-10-07x86/platform/uv: Update for UV5 NMI MMR changesMike Travis1-10/+54
2020-10-07x86/platform/uv: Add and decode Arch Type in UVsystabMike Travis1-8/+19
2020-10-07x86/platform/uv: Update UV MMRs for UV5Mike Travis1-6/+4
2020-10-07x86/platform/uv: Remove UV BAU TLB Shootdown HandlerMike Travis2-2098/+1
2020-10-01x86/uv/time: Use a flexible array in struct uv_rtc_timer_headGustavo A. R. Silva1-4/+3
2020-09-16efi: Support for MOK variable config tableLenny Szubowicz1-0/+3
2020-09-16x86/irq: Consolidate UV domain allocationThomas Gleixner1-8/+8
2020-09-10x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky1-0/+10
2020-08-20efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel2-76/+37
2020-08-20efi/x86: Mark kernel rodata non-executable for mixed modeArvind Sankar1-0/+2