Age | Commit message (Expand) | Author | Files | Lines |
2017-03-14 | x86/platform/intel-mid: Add power button support for Merrifield | Andy Shevchenko | 2 | -0/+83 |
2017-03-14 | x86/platform/intel-mid: Use common power off sequence | Andy Shevchenko | 1 | -11/+4 |
2017-03-13 | x86/platform/intel-mid: Correct MSI IRQ line for watchdog device | Andy Shevchenko | 1 | -1/+1 |
2017-03-08 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-01 | x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack register | Andrew Banman | 1 | -1/+0 |
2017-02-26 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -461/+0 |
2017-02-22 | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+13 |
2017-02-21 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 16 | -243/+499 |
2017-02-16 | x86/platform/UV/NMI: Fix uneccessary kABI breakage | travis@sgi.com | 1 | -1/+0 |
2017-02-15 | x86/platform/goldfish: Prevent unconditional loading | Thomas Gleixner | 1 | -1/+13 |
2017-02-01 | x86/platform/UV: Clean up the NMI code to match current coding style | travis@sgi.com | 1 | -37/+37 |
2017-02-01 | x86/platform/UV: Initialize PCH GPP_D_0 NMI Pin to be NMI source | travis@sgi.com | 1 | -0/+127 |
2017-02-01 | x86/platform/UV: Verify NMI action is valid, default is standard | travis@sgi.com | 1 | -11/+58 |
2017-02-01 | x86/platform/UV: Add basic CPU NMI health check | travis@sgi.com | 1 | -1/+20 |
2017-02-01 | x86/platform/UV: Add Support for UV4 Hubless NMIs | travis@sgi.com | 1 | -22/+171 |
2017-02-01 | Merge branch 'x86/urgent' into x86/platform, to pick up fixes | Ingo Molnar | 2 | -2/+68 |
2017-02-01 | efi/x86: Add debug code to print cooked memmap | Dave Young | 1 | -0/+5 |
2017-02-01 | efi/x86: Move the EFI BGRT init code to early init code | Dave Young | 2 | -39/+25 |
2017-02-01 | x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLE | Sai Praneeth | 1 | -10/+54 |
2017-01-28 | x86/efi: Always map the first physical page into the EFI pagetables | Jiri Kosina | 1 | -0/+16 |
2017-01-27 | arch/x86/platform/atom: Move pmc_atom to drivers/platform/x86 | Irina Tirdea | 2 | -461/+0 |
2017-01-20 | x86/platform/intel-mid: Move watchdog registration to arch_initcall() | Andy Shevchenko | 1 | -1/+1 |
2017-01-20 | x86/platform/intel-mid: Don't shadow error code of mp_map_gsi_to_irq() | Andy Shevchenko | 1 | -5/+5 |
2017-01-20 | x86/platform/intel-mid: Allocate RTC interrupt for Merrifield | Andy Shevchenko | 3 | -14/+49 |
2017-01-15 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+5 |
2017-01-14 | efi/x86: Prune invalid memory map entries and fix boot regression | Peter Jones | 1 | -0/+66 |
2017-01-14 | x86/platform/intel-mid: Enable RTC on Intel Merrifield | Andy Shevchenko | 2 | -0/+15 |
2017-01-14 | x86/platform/intel: Remove PMIC GPIO block support | Andy Shevchenko | 1 | -1/+0 |
2017-01-10 | x86/platform/intel-mid: Make intel_scu_device_register() static | Andy Shevchenko | 1 | -2/+2 |
2017-01-07 | x86/efi: Don't allocate memmap through memblock after mm_init() | Nicolai Stange | 1 | -2/+2 |
2017-01-06 | x86/platform/intel-mid: Enable GPIO keys on Merrifield | Andy Shevchenko | 1 | -0/+3 |
2017-01-06 | x86/platform/intel-mid: Get rid of duplication of IPC handler | Andy Shevchenko | 10 | -112/+39 |
2017-01-06 | x86/platform/intel-mid: Remove Moorestown code | Andy Shevchenko | 3 | -64/+0 |
2017-01-05 | x86/platform/intel-mid: Rename 'spidev' to 'mrfld_spidev' | Andy Shevchenko | 2 | -1/+5 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -4/+4 |
2016-12-20 | x86/platform/intel/quark: Add printf attribute to imr_self_test_result() | Nicolas Iooss | 1 | -1/+2 |
2016-12-20 | x86/platform/intel-mid: Switch MPU3050 driver to IIO | Linus Walleij | 1 | -1/+1 |
2016-12-19 | x86/init: Remove i8042_detect() from platform ops | Dmitry Torokhov | 2 | -13/+0 |
2016-12-19 | Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvh... | Linus Torvalds | 3 | -268/+0 |
2016-12-19 | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+13 |
2016-12-17 | platform/x86: mlx-platform: Move module from arch/x86 | Vadim Pasternak | 3 | -268/+0 |
2016-12-13 | Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
2016-12-13 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2016-12-13 | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+0 |
2016-12-13 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2016-12-09 | x86: Remove empty idle.h header | Thomas Gleixner | 1 | -1/+0 |
2016-11-28 | x86/platform/olpc: Fix resume handler build warning | Borislav Petkov | 1 | -0/+2 |
2016-11-21 | x86/platform/intel-mid: Rename platform_wdt to platform_mrfld_wdt | Andy Shevchenko | 2 | -2/+2 |
2016-11-21 | x86/platform/intel-mid: Register watchdog device after SCU | Andy Shevchenko | 1 | -5/+27 |