summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-289-727/+501
|\
| * efi/x86: Disable instrumentation in the EFI runtime handling codeArd Biesheuvel2020-01-251-0/+2
| * efi/x86: Disallow efi=old_map in mixed modeArd Biesheuvel2020-01-221-1/+1
| * efi/x86: avoid KASAN false positives when accessing the 1: 1 mappingArd Biesheuvel2020-01-201-5/+6
| * efi: Add tracking for dynamically allocated memmapsDan Williams2020-01-202-16/+17
| * efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel2020-01-204-186/+195
| * efi/x86: Avoid RWX mappings for all of DRAMArd Biesheuvel2020-01-201-4/+16
| * efi/x86: Don't map the entire kernel text RW for mixed modeArd Biesheuvel2020-01-201-2/+2
| * efi/x86: Check number of arguments to variadic functionsArvind Sankar2020-01-102-4/+4
| * efi/x86: Remove unreachable code in kexec_enter_virtual_mode()Ard Biesheuvel2020-01-101-3/+0
| * efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel2020-01-102-18/+19
| * efi/x86: Clean up efi_systab_init() routine for legibilityArd Biesheuvel2020-01-101-84/+82
| * efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel2020-01-101-90/+5
| * efi/x86: Simplify mixed mode call wrapperArd Biesheuvel2020-01-103-142/+71
| * efi/x86: Simplify 64-bit EFI firmware call wrapperArd Biesheuvel2020-01-104-38/+12
| * efi/x86: Simplify i386 efi_call_phys() firmware call wrapperArd Biesheuvel2020-01-102-94/+20
| * efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel2020-01-103-53/+54
| * efi/x86: Split off some old memmap handling into separate routinesArd Biesheuvel2020-01-101-13/+22
| * efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel2020-01-101-6/+7
| * efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-251-2/+0
| * efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2019-12-251-2/+2
| * efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel2019-12-253-7/+7
* | Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-283-0/+5
|\ \ | |/ |/|
| * x86/efi: Explicitly include realmode.h to handle RM trampoline quirkSean Christopherson2019-12-101-0/+1
| * x86/platform/intel/quark: Explicitly include linux/io.h for virt_to_phys()Ingo Molnar2019-12-102-0/+4
* | x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakageDave Young2019-12-041-4/+2
|/
* Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-12-012-14/+0
|\
| * x86: olpc-xo1-sci: Remove invocation of MFD's .enable()/.disable() call-backsLee Jones2019-11-111-6/+0
| * x86: olpc-xo1-pm: Remove invocation of MFD's .enable()/.disable() call-backsLee Jones2019-11-111-8/+0
* | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-262-4/+53
|\ \
| * | x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams2019-11-071-0/+2
| * | x86/efi: EFI soft reservation to E820 enumerationDan Williams2019-11-071-4/+45
| * | x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams2019-11-072-0/+6
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-265-22/+23
|\ \ \
| * | | x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-2/+2
| * | | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-182-4/+4
| * | | x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-1/+2
| * | | x86/asm: Make some functions localJiri Slaby2019-10-182-8/+8
| * | | xen/pvh: Annotate data appropriatelyJiri Slaby2019-10-181-7/+7
| | |/ | |/|
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-4/+5
|\ \ \
| * | | x86/platform/uv: Add return code to UV BIOS Init functionMike Travis2019-10-071-4/+5
| |/ /
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-252-3/+2
|\ \ \ | |_|/ |/| |
| * | x86: Use pr_warn instead of pr_warningKefeng Wang2019-10-182-3/+2
* | | efi/x86: Do not clean dummy variable in kexec pathDave Young2019-10-071-3/+0
| |/ |/|
* | Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-181-10/+7
|\ \
| * | olpc: x01: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-021-10/+7
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-162-40/+64
|\ \ \
| * | | x86/platform/uv: Fix kmalloc() NULL check routineAustin Kim2019-09-061-2/+2
| * | | x86/platform/intel/iosf_mbi Rewrite lockingHans de Goede2019-08-191-38/+62
| |/ /
* | | efi: Export Runtime Configuration Interface table to sysfsNarendra K2019-08-081-0/+3