summaryrefslogtreecommitdiff
path: root/arch/x86/platform
AgeCommit message (Expand)AuthorFilesLines
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/mflemin...Ingo 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/ker...Linus Torvalds2-3/+26
2016-08-11x86/platform/uv: Skip UV runtime services mapping in the efi_runtime_disabled...Alex 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...Mike Travis1-3/+5
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus 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/ke...Linus Torvalds10-17/+12
2016-07-25Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-8/+675
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-10/+0
2016-07-19x86/ce4100: Remove duplicated include from ce4100.cWei Yongjun1-2/+0
2016-07-16x86/platform: Delete extraneous MODULE_* tags fromm ts5500Paul Gortmaker1-4/+0
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski3-10/+0
2016-07-14x86/platform: Audit and remove any unnecessary uses of module.hPaul Gortmaker10-12/+13
2016-07-14Merge branch 'x86/platform' into x86/headers, to apply dependent patchesIngo Molnar10-8/+675
2016-07-13x86/sfi: Enable enumeration of SD devicesAndy Shevchenko1-0/+29
2016-07-10x86/platform/intel-mid: Mark regulators explicitly definedAndy Shevchenko1-0/+10
2016-07-09x86/platform/intel-mid: Rename mrfl.c to mrfld.cAndy Shevchenko2-2/+2
2016-07-08x86/platform/intel-mid: Enable spidev on Intel Edison boardsAndy Shevchenko2-0/+52
2016-07-08x86/platform/intel-mid: Extend PWRMU to support PenwellAndy Shevchenko1-4/+6
2016-07-01x86/platform/intel-mid: Add pinctrl for Intel MerrifieldAndy Shevchenko2-0/+45
2016-06-27x86/efi: Remove the unused efi_get_time() functionArnd Bergmann1-15/+0
2016-06-27x86/efi: Update efi_thunk() to use the the arch_efi_call_virt*() macrosAlex Thorlton1-13/+8
2016-06-27x86/uv: Update uv_bios_call() to use efi_call_virt_pointer()Alex Thorlton1-2/+1
2016-06-24x86/efi: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1