aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform
AgeCommit message (Expand)AuthorFilesLines
2023-07-01Merge tag 'x86-urgent-2023-07-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2023-06-30Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+9
2023-06-30x86/efi: Make efi_set_virtual_address_map IBT safeGravatar Thomas Gleixner 1-3/+3
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-06-06efi: Add unaccepted memory supportGravatar Kirill A. Shutemov 1-0/+3
2023-05-18x86/platform: Avoid missing-prototype warnings for OLPCGravatar Arnd Bergmann 1-1/+1
2023-05-17efivarfs: expose used and total sizeGravatar Anisse Astier 1-0/+8
2023-05-10efi: x86: make kobj_type structure constantGravatar Thomas Weißschuh 1-1/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-03-30docs: move x86 documentation into Documentation/arch/Gravatar Jonathan Corbet 1-1/+1
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoGravatar Josh Poimboeuf 1-1/+1
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+8
2023-02-13x86/uv: Use irq_domain_create_hierarchy()Gravatar Johan Hovold 1-4/+3
2023-02-09efi: x86: Wire up IBT annotation in memory attributes tableGravatar Ard Biesheuvel 1-0/+5
2023-02-04efi: Discover BTI support in runtime services regionsGravatar Ard Biesheuvel 1-1/+2
2023-02-03efi: Drop minimum EFI version check at bootGravatar Ard Biesheuvel 1-1/+1
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+46
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-4/+639
2022-12-10efi/x86: Remove EfiMemoryMappedIO from E820 mapGravatar Bjorn Helgaas 1-0/+46
2022-11-23ACPI: make remove callback of ACPI driver voidGravatar Dawei Li 1-2/+1
2022-11-18efi: x86: Move EFI runtime map sysfs code to arch/x86Gravatar Ard Biesheuvel 2-0/+195
2022-11-18efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesGravatar Ard Biesheuvel 2-3/+8
2022-11-18efi: memmap: Move manipulation routines into x86 arch treeGravatar Ard Biesheuvel 2-1/+238
2022-11-18efi: memmap: Move EFI fake memmap support into x86 arch treeGravatar Ard Biesheuvel 2-0/+198
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-8/+23
2022-08-16efi/x86-mixed: move unmitigated RET into .rodataGravatar Ard Biesheuvel 2-8/+23
2022-08-15x86: Fix various duplicate-word comment typosGravatar Jason Wang 1-1/+1
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-1/+1
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-23/+0
2022-07-16efi/x86: use naked RET on mixed mode call wrapperGravatar Thadeu Lima de Souza Cascardo 1-1/+4
2022-07-15x86/olpc: fix 'logical not is only applied to the left hand side'Gravatar Alexander Lobakin 1-1/+1
2022-06-15efi: Make code to find mirrored memory ranges genericGravatar Ma Wupeng 1-23/+0
2022-05-27x86: Fix all occurences of the "the the" typoGravatar Bo Liu 1-1/+1
2022-05-23Merge tag 'x86_platform_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-10/+11
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2022-05-23Merge tag 'efi-next-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+3
2022-04-19x86,xen,objtool: Add UNWIND hintGravatar Peter Zijlstra 1-0/+1
2022-04-13efi: Save location of EFI confidential computing areaGravatar Dov Murik 1-0/+3
2022-04-10x86: Replace cpumask_weight() with cpumask_empty() where appropriateGravatar Yury Norov 1-1/+1
2022-04-07x86/platform/uv: Update NMI Handler for UV5Gravatar Mike Travis 1-10/+11
2022-03-15objtool,efi: Update __efi64_thunk annotationGravatar Peter Zijlstra 2-3/+4
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-6/+6
2022-01-11Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+12
2022-01-10Merge tag 'x86_platform_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 4-6/+6
2021-12-05x86/sme: Explicitly map new EFI memmap table as encryptedGravatar Tom Lendacky 1-1/+2
2021-12-03x86/ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"Gravatar Geert Uytterhoeven 1-2/+2
2021-11-21efi/libstub: x86/mixed: increase supported argument countGravatar Ard Biesheuvel 1-2/+12
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+5
2021-10-10Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1