aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+19
2016-11-13x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=yMatt Fleming1-23/+57
2016-11-13x86/efi: Fix EFI memmap pointer size warningBorislav Petkov1-1/+1
2016-11-07x86/platform/intel-mid: Retrofit pci_platform_pm_ops ->get_state hookLukas Wunner1-0/+19
2016-10-20x86/platform/UV: Fix support for EFI_OLD_MEMMAP after BIOS callback updatesAlex Thorlton1-1/+9
2016-10-03Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-80/+595
2016-10-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+3
2016-10-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-09-24x86/platform/mellanox: Fix return value check in mlxplat_init()Wei Yongjun1-2/+2
2016-09-22x86/platform/mellanox: Introduce support for Mellanox systems platformVadim Pasternak3-0/+268
2016-09-22x86/platform/uv/BAU: Add UV4-specific functionsAndrew Banman1-1/+14
2016-09-22x86/platform/uv/BAU: Fix payload queue setup on UV4 hardwareAndrew Banman1-4/+12
2016-09-22x86/platform/uv/BAU: Disable software timeout on UV4 hardwareAndrew Banman1-2/+5
2016-09-22x86/platform/uv/BAU: Populate ->uvhub_version with UV4 version informationAndrew Banman1-1/+3
2016-09-22x86/platform/uv/BAU: Use generic function pointersAndrew Banman1-13/+13
2016-09-22x86/platform/uv/BAU: Add generic function pointersAndrew Banman1-0/+19
2016-09-22x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset()Andrew Banman1-2/+2
2016-09-22x86/platform/uv/BAU: Clean up pq_init()Andrew Banman1-11/+8
2016-09-22x86/platform/uv/BAU: Clean up and update printksAndrew Banman1-13/+13
2016-09-22x86/platform/uv/BAU: Clean up vertical alignmentAndrew Banman1-32/+32
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko1-1/+1
2016-09-20Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/coreIngo Molnar1-1/+5
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-1/+1
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming1-1/+5
2016-09-20x86/efi: Only map RAM into EFI page tables if in mixed-modeMatt Fleming1-1/+1
2016-09-13x86: Clean up various simple wrapper functionsMasahiro Yamada2-10/+3
2016-09-09x86/efi: Use kmalloc_array() in efi_call_phys_prolog()Markus Elfring1-1/+1
2016-09-09x86/efi: Defer efi_esrt_init until after memblock_x86_fillRicardo Neri1-2/+0
2016-09-09x86/efi: Map in physical addresses in efi_map_region_fixedAlex Thorlton1-0/+1
2016-09-09x86/efi-bgrt: Use efi_mem_reserve() to avoid copying image dataMatt Fleming1-11/+2
2016-09-09efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming1-40/+0
2016-09-09efi: Allow drivers to reserve boot services foreverMatt Fleming1-11/+110
2016-09-09efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming2-14/+32
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming2-51/+19
2016-09-09x86/efi: Consolidate region mapping logicMatt Fleming2-27/+43
2016-09-08x86/platform/intel-mid: Keep SRAM powered on at bootAndy Shevchenko1-9/+36
2016-09-08x86/platform/intel-mid: Add Intel Penwell to ID tableAndy Shevchenko1-0/+1
2016-09-08x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko1-1/+1
2016-09-08x86/platform/intel-mid: Implement power off sequenceAndy Shevchenko2-1/+28
2016-09-01x86/platform/intel-mid: Enable SD card detection on MerrifieldAndy Shevchenko2-0/+49
2016-09-01x86/platform/intel-mid: Enable WiFi on Intel EdisonAndy Shevchenko2-0/+97
2016-08-18x86/platform/intel-mid: Run PWRMU command immediatelyAndy Shevchenko1-1/+5
2016-08-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+26
2016-08-11x86/platform/uv: Skip UV runtime services mapping in the efi_runtime_disabled caseAlex Thorlton1-1/+2
2016-08-11x86/efi: Allocate a trampoline if needed in efi_free_boot_services()Andy Lutomirski1-0/+21
2016-08-10x86/platform/UV: Fix bug with iounmap() of the UV4 EFI System Table causing a crashMike Travis1-3/+5
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds3-1/+2
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-2/+2
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-17/+12
2016-07-25Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-8/+675