summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-2432-2204/+10
|\
| * x86/platform/intel-mid: Update Copyright year and drop file namesAndy Shevchenko2021-02-151-2/+2
| * x86/platform/intel-mid: Drop unused __intel_mid_cpu_chip and Co.Andy Shevchenko2021-02-151-17/+0
| * x86/platform/intel-mid: Get rid of intel_scu_ipc_legacy.hAndy Shevchenko2021-02-151-2/+5
| * sfi: Remove framework for deprecated firmwareAndy Shevchenko2021-02-1522-1401/+0
| * x86/apb_timer: Remove driver for deprecated platformAndy Shevchenko2021-02-092-149/+3
| * x86/platform/intel-mid: Remove unused leftovers (vRTC)Andy Shevchenko2021-02-094-218/+1
| * x86/platform/intel-mid: Remove unused leftovers (msic)Andy Shevchenko2021-02-094-107/+0
| * x86/platform/intel-mid: Remove unused leftovers (msic_thermal)Andy Shevchenko2021-02-092-33/+0
| * x86/platform/intel-mid: Remove unused leftovers (msic_power_btn)Andy Shevchenko2021-02-093-111/+0
| * x86/platform/intel-mid: Remove unused leftovers (msic_gpio)Andy Shevchenko2021-02-092-44/+0
| * x86/platform/intel-mid: Remove unused leftovers (msic_battery)Andy Shevchenko2021-02-092-33/+0
| * x86/platform/intel-mid: Remove unused leftovers (msic_ocd)Andy Shevchenko2021-02-092-45/+0
| * x86/platform/intel-mid: Remove unused leftovers (msic_audio)Andy Shevchenko2021-02-092-43/+0
| * Merge tag 'ib-drm-gpio-pdx86-rtc-wdt-v5.12-2' of git://git.infradead.org/linu...Rafael J. Wysocki2021-02-092-83/+0
| |\
* | \ Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-231-0/+2
|\ \ \
| * | | x86/xen/pvh: Annotate indirect branch as safeJosh Poimboeuf2021-01-261-0/+2
* | | | Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-02-222-83/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | platform/x86: intel_scu_wdt: Move driver from arch/x86Andy Shevchenko2021-01-252-83/+0
| |/ /
* | | Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-201-2/+2
|\ \ \
| * | | x86/fpu: Make the EFI FPU calling convention explicitAndy Lutomirski2021-01-291-2/+2
| |/ /
* | | Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-201-4/+12
|\ \ \
| * | | x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski2021-02-101-4/+12
| |/ /
* | | Merge tag 'x86_platform_for_v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-207-73/+39
|\ \ \
| * | | x86/platform/geode: Convert alix LED to GPIO machine descriptorLinus Walleij2021-01-151-6/+13
| * | | x86/platform/geode: Convert geode LED to GPIO machine descriptorLinus Walleij2021-01-151-6/+13
| * | | x86/platform/geode: Convert net5501 LED to GPIO machine descriptorLinus Walleij2021-01-151-2/+11
| * | | x86/platform: Retire arch/x86/platform/goldfishRoman Kiryanov2021-01-073-57/+0
| * | | x86/platform/intel-mid: Convert comma to semicolonZheng Yongjun2020-12-301-2/+2
| |/ /
* | | Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-202-14/+21
|\ \ \ | |_|/ |/| |
| * | efi: x86: clean up previous struct mm switchingArd Biesheuvel2021-01-191-12/+15
| * | efi: x86: move mixed mode stack PA variable out of 'efi_scratch'Ard Biesheuvel2021-01-192-2/+6
| |/
* / x86/efi: Remove EFI PGD build time checksBorislav Petkov2021-02-061-19/+0
|/
* Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-2/+2
|\
| * x86/apic: Cleanup destination modeThomas Gleixner2020-10-281-1/+1
| * x86/apic: Cleanup delivery mode definesThomas Gleixner2020-10-281-1/+1
* | x86/platform/uv: Add and export uv_bios_* functionsJustin Ernst2020-11-261-0/+55
* | x86/platform/uv: Remove existing /sys/firmware/sgi_uv/ interfaceJustin Ernst2020-11-262-64/+1
* | efi/x86: Free efi_pgd with free_pages()Arvind Sankar2020-11-101-11/+13
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-0/+10
|\
| * x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky2020-09-101-0/+10
* | Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-131-3/+0
|\ \
| * | x86/platform/uv: Remove unused variable in UV5 NMI handlerMike Travis2020-10-131-3/+0
* | | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-121-0/+3
|\ \ \
| * \ \ Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-10-123-76/+39
| |\ \ \ | | | |/ | | |/|
| * | | efi: Support for MOK variable config tableLenny Szubowicz2020-09-161-0/+3
* | | | Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-121-8/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/irq: Consolidate UV domain allocationThomas Gleixner2020-09-161-8/+8
| | |/ | |/|