summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-022-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-272-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-262-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-172-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
* | | efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel2019-08-081-1/+0
* | | efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel2019-08-082-6/+10
* | | efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-0/+33
|/ /
* | Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-152-102/+19
|\ \
| * | Platform: OLPC: Make olpc_dt_compatible_match() static __initLubomir Rintel2019-06-111-1/+1
| * | Platform: OLPC: Move EC-specific functionality out from x86Lubomir Rintel2019-05-201-101/+18
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-124-60/+13
|\ \ \
| * | | x86: platform: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-034-60/+13
* | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-1466-309/+75
| |\ \ \
| * | | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-093-3/+0
|\ \ \ \
| * | | | x86/platform/geode: Drop <linux/gpio.h> includesLinus Walleij2019-06-263-3/+0
| | |/ / | |/| |
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-291-1/+1
|\ \ \ \
| * | | | x86/efi: fix a -Wtype-limits compilation warningQian Cai2019-06-211-1/+1
| |/ / /
* / / / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-193-14/+3
|/ / /
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-0530-149/+30
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-14/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-20/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
| |/ |/|
* | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-023-3/+11
|\ \
| * | efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford2019-05-251-0/+3
| * | efi/x86/Add missing error handling to old_memmap 1:1 mapping codeGen Zhang2019-05-252-3/+8
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-304-56/+4