summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-251-5/+4
|\
| * Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-207-124/+123
| |\
| * | x86/efi: Fix 7-parameter efi_call()sLinus Torvalds2016-05-171-5/+4
* | | Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-05-161-1/+1
|\ \ \ | |_|/ |/| |
| | |
| | \
| *-. \ Merge branches 'acpi-drivers', 'acpi-pm', 'acpi-ec' and 'acpi-video'Rafael J. Wysocki2016-05-161-1/+1
| |\ \ \ | | |_|/ | |/| |
| | | * ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5Chen Yu2016-04-091-1/+1
| | |/
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-164-40/+54
|\ \ \
| * | | x86/platform/UV: Add obtaining GAM Range Table from UV BIOSMike Travis2016-05-042-26/+24
| * | | x86/platform/UV: Move blade local processor ID to the per cpu info structMike Travis2016-05-042-4/+5
| * | | x86/platform/uv: Disable UV BAU by defaultAlex Thorlton2016-04-011-10/+25
| | |/ | |/|
* | | Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar2016-05-071-9/+9
|\ \ \ | | |/ | |/|
| * | x86/efi-bgrt: Switch all pr_err() to pr_notice() for invalid BGRTJosh Boyer2016-05-041-9/+9
| |/
* | x86/efi: Remove the always true EFI_DEBUG symbolMatt Fleming2016-04-281-4/+0
* | efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel2016-04-281-0/+4
* | efi: Remove global 'memmap' EFI memory mapMatt Fleming2016-04-281-37/+47
* | efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-283-43/+20
* | efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel2016-04-281-2/+0
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-2416-16/+16
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-1716-16/+16
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-2416-16/+16
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-206-144/+268
|\ \ \
| * | | x86/efi: Only map kernel text for EFI mixed modeSai Praneeth2016-02-221-1/+1
| * | | x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth2016-02-223-7/+49
| * | | x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth2016-02-221-4/+4
| * | | x86/efi: Show actual ending addresses in efi_print_memmapRobert Elliott2016-02-031-2/+2
| * | | x86/efi/bgrt: Don't ignore the BGRT if the 'valid' bit is 0Môshe van der Sterre2016-02-031-5/+5
| * | | efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel2016-02-031-1/+32
| * | | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-035-37/+42
| |\ \ \ | | | |/ | | |/|
| * | | x86/efi: Setup separate EFI page tables in kexec pathsMatt Fleming2016-01-211-0/+15
| * | | x86/efi-bgrt: Replace early_memremap() with memremap()Matt Fleming2016-01-061-4/+4
| * | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Thomas Gleixner2015-12-193-26/+22
| |\ \ \
| | * | | x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth2015-12-141-25/+14
| | * | | x86/efi: Preface all print statements with efi* tagMatt Fleming2015-12-143-1/+8
| * | | | x86/efi: Build our own page table structuresMatt Fleming2015-11-293-40/+101
| * | | | x86/efi: Hoist page table switching code into efi_call_virt()Matt Fleming2015-11-292-56/+11
| * | | | x86/efi: Map RAM into the identity page table for mixed modeMatt Fleming2015-11-291-0/+20
| * | | | x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming2015-11-291-6/+10
| |/ / /
* | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-202-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-0/+2
| * | | x86/asm/efi: Create a stack frame in efi_call()Josh Poimboeuf2016-02-241-0/+3
| | |/ | |/|
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-157-101/+28
|\ \ \
| * | | x86/platform/intel/quark: Drop IMR lock bit supportBryan O'Donoghue2016-02-232-26/+13
| * | | Merge branch 'x86/urgent' into x86/platform, to queue up dependent patchIngo Molnar2016-02-231-2/+2
| |\ \ \
| * | | | x86/platform/intel/mid: Remove dead codeAlan2016-02-172-8/+2
| * | | | x86/platform: Make platform/geode/net5501.c explicitly non-modularPaul Gortmaker2016-02-161-7/+1
| * | | | x86/platform: Make platform/geode/alix.c explicitly non-modularPaul Gortmaker2016-02-161-7/+7
| * | | | x86/platform: Make platform/geode/geos.c explicitly non-modularPaul Gortmaker2016-02-161-7/+1
| * | | | x86/platform: Make platform/intel-quark/imr_selftest.c explicitly non-modularPaul Gortmaker2016-02-161-13/+2
| * | | | x86/platform: Make platform/intel-quark/imr.c explicitly non-modularPaul Gortmaker2016-02-161-33/+2
| | |/ / | |/| |
* | | | x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...Matt Fleming2016-03-121-17/+62
| |/ / |/| |
OpenPOWER on IntegriCloud