| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/platform/intel-mid: Rename 'spidev' to 'mrfld_spidev' | Andy Shevchenko | 2017-08-06 | 2 | -1/+5 |
* | efi: Don't issue error message when booted under Xen | Juergen Gross | 2017-06-14 | 1 | -0/+3 |
* | x86/platform/intel-mid: Correct MSI IRQ line for watchdog device | Andy Shevchenko | 2017-05-14 | 1 | -1/+1 |
* | x86/efi: Don't try to reserve runtime regions | Omar Sandoval | 2017-04-21 | 1 | -0/+4 |
* | x86/platform/goldfish: Prevent unconditional loading | Thomas Gleixner | 2017-02-26 | 1 | -1/+13 |
* | x86/efi: Always map the first physical page into the EFI pagetables | Jiri Kosina | 2017-02-09 | 1 | -0/+16 |
* | platform/x86: mlx-platform: free first dev on error | Dan Carpenter | 2017-02-01 | 1 | -1/+1 |
* | x86/efi: Don't allocate memmap through memblock after mm_init() | Nicolai Stange | 2017-01-19 | 1 | -2/+2 |
* | efi/x86: Prune invalid memory map entries and fix boot regression | Peter Jones | 2017-01-19 | 1 | -0/+66 |
* | x86/platform/olpc: Fix resume handler build warning | Borislav Petkov | 2016-11-28 | 1 | -0/+2 |
* | x86/platform/intel-mid: Rename platform_wdt to platform_mrfld_wdt | Andy Shevchenko | 2016-11-21 | 2 | -2/+2 |
* | x86/platform/intel-mid: Register watchdog device after SCU | Andy Shevchenko | 2016-11-21 | 1 | -5/+27 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-11-14 | 1 | -0/+19 |
|\ |
|
| * | x86/platform/intel-mid: Retrofit pci_platform_pm_ops ->get_state hook | Lukas Wunner | 2016-11-07 | 1 | -0/+19 |
* | | x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=y | Matt Fleming | 2016-11-13 | 1 | -23/+57 |
* | | x86/efi: Fix EFI memmap pointer size warning | Borislav Petkov | 2016-11-13 | 1 | -1/+1 |
|/ |
|
* | x86/platform/UV: Fix support for EFI_OLD_MEMMAP after BIOS callback updates | Alex Thorlton | 2016-10-20 | 1 | -1/+9 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-10-03 | 10 | -80/+595 |
|\ |
|
| * | x86/platform/mellanox: Fix return value check in mlxplat_init() | Wei Yongjun | 2016-09-24 | 1 | -2/+2 |
| * | x86/platform/mellanox: Introduce support for Mellanox systems platform | Vadim Pasternak | 2016-09-22 | 3 | -0/+268 |
| * | x86/platform/uv/BAU: Add UV4-specific functions | Andrew Banman | 2016-09-22 | 1 | -1/+14 |
| * | x86/platform/uv/BAU: Fix payload queue setup on UV4 hardware | Andrew Banman | 2016-09-22 | 1 | -4/+12 |
| * | x86/platform/uv/BAU: Disable software timeout on UV4 hardware | Andrew Banman | 2016-09-22 | 1 | -2/+5 |
| * | x86/platform/uv/BAU: Populate ->uvhub_version with UV4 version information | Andrew Banman | 2016-09-22 | 1 | -1/+3 |
| * | x86/platform/uv/BAU: Use generic function pointers | Andrew Banman | 2016-09-22 | 1 | -13/+13 |
| * | x86/platform/uv/BAU: Add generic function pointers | Andrew Banman | 2016-09-22 | 1 | -0/+19 |
| * | x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset() | Andrew Banman | 2016-09-22 | 1 | -2/+2 |
| * | x86/platform/uv/BAU: Clean up pq_init() | Andrew Banman | 2016-09-22 | 1 | -11/+8 |
| * | x86/platform/uv/BAU: Clean up and update printks | Andrew Banman | 2016-09-22 | 1 | -13/+13 |
| * | x86/platform/uv/BAU: Clean up vertical alignment | Andrew Banman | 2016-09-22 | 1 | -32/+32 |
| * | x86/platform/intel-mid: Keep SRAM powered on at boot | Andy Shevchenko | 2016-09-08 | 1 | -9/+36 |
| * | x86/platform/intel-mid: Add Intel Penwell to ID table | Andy Shevchenko | 2016-09-08 | 1 | -0/+1 |
| * | x86/cpu: Rename Merrifield2 to Moorefield | Andy Shevchenko | 2016-09-08 | 1 | -1/+1 |
| * | x86/platform/intel-mid: Implement power off sequence | Andy Shevchenko | 2016-09-08 | 2 | -1/+28 |
| * | x86/platform/intel-mid: Enable SD card detection on Merrifield | Andy Shevchenko | 2016-09-01 | 2 | -0/+49 |
| * | x86/platform/intel-mid: Enable WiFi on Intel Edison | Andy Shevchenko | 2016-09-01 | 2 | -0/+97 |
| * | x86/platform/intel-mid: Run PWRMU command immediately | Andy Shevchenko | 2016-08-18 | 1 | -1/+5 |
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-10-03 | 2 | -10/+3 |
|\ \ |
|
| * | | x86: Clean up various simple wrapper functions | Masahiro Yamada | 2016-09-13 | 2 | -10/+3 |
| |/ |
|
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-03 | 1 | -1/+1 |
|\ \ |
|
| * | | x86/e820: Prepare e280 code for switch to dynamic storage | Denys Vlasenko | 2016-09-21 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 2016-09-20 | 1 | -1/+5 |
|\ \ |
|
| * | | x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE | Matt Fleming | 2016-09-20 | 1 | -1/+5 |
* | | | Merge branch 'efi/urgent' into efi/core, to pick up fixes | Ingo Molnar | 2016-09-20 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86/efi: Only map RAM into EFI page tables if in mixed-mode | Matt Fleming | 2016-09-20 | 1 | -1/+1 |
| |/ |
|
* | | x86/efi: Use kmalloc_array() in efi_call_phys_prolog() | Markus Elfring | 2016-09-09 | 1 | -1/+1 |
* | | x86/efi: Defer efi_esrt_init until after memblock_x86_fill | Ricardo Neri | 2016-09-09 | 1 | -2/+0 |
* | | x86/efi: Map in physical addresses in efi_map_region_fixed | Alex Thorlton | 2016-09-09 | 1 | -0/+1 |
* | | x86/efi-bgrt: Use efi_mem_reserve() to avoid copying image data | Matt Fleming | 2016-09-09 | 1 | -11/+2 |
* | | efi/runtime-map: Use efi.memmap directly instead of a copy | Matt Fleming | 2016-09-09 | 1 | -40/+0 |