Age | Commit message (Expand) | Author | Files | Lines |
2014-01-20 | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 13 | -49/+282 |
2014-01-20 | Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -76/+465 |
2014-01-20 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -2/+0 |
2014-01-16 | x86, intel_mid: Replace memcpy with struct assignment | Fengguang Wu | 1 | -2/+2 |
2014-01-16 | x86, intel-mid: Return proper error code from get_gpio_by_name() | David Cohen | 1 | -1/+1 |
2014-01-16 | x86, intel-mid: Check get_gpio_by_name() error code on platform code | David Cohen | 7 | -8/+12 |
2014-01-16 | x86, intel-mid: sfi_handle_*_dev() should check for pdata error code | David Cohen | 1 | -0/+6 |
2014-01-15 | x86, intel-mid: Add Merrifield platform support | David Cohen | 5 | -7/+137 |
2014-01-15 | x86, intel-mid: Add Clovertrail platform support | Kuppuswamy Sathyanarayanan | 3 | -9/+69 |
2014-01-15 | x86, intel-mid: Move Medfield code out of intel-mid.c core file | David Cohen | 4 | -37/+70 |
2014-01-13 | sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQs | Peter Zijlstra | 1 | -26/+40 |
2014-01-06 | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2 | -2/+0 |
2014-01-05 | Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflicts | Ingo Molnar | 3 | -10/+4 |
2013-12-29 | x86/efi: Delete superfluous global variables | Matt Fleming | 2 | -18/+1 |
2013-12-29 | x86/efi: Pass necessary EFI data for kexec via setup_data | Dave Young | 3 | -25/+140 |
2013-12-21 | efi: Export EFI runtime memory mapping to sysfs | Dave Young | 1 | -3/+43 |
2013-12-21 | efi: Export more EFI table variables to sysfs | Dave Young | 1 | -0/+4 |
2013-12-21 | x86/efi: Cleanup efi_enter_virtual_mode() function | Dave Young | 1 | -53/+79 |
2013-12-21 | x86/efi: Fix off-by-one bug in EFI Boot Services reservation | Dave Young | 1 | -1/+1 |
2013-12-21 | x86/efi: Add a wrapper function efi_map_region_fixed() | Dave Young | 2 | -0/+12 |
2013-12-21 | x86/efi: Remove unused variables in __map_region() | Dave Young | 1 | -5/+1 |
2013-12-10 | x86, efi: Don't use (U)EFI time services on 32 bit | Matthew Garrett | 1 | -7/+0 |
2013-12-10 | x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ... | cpw | 1 | -2/+3 |
2013-11-28 | x86/efi: Fix earlyprintk off-by-one bug | Matt Fleming | 1 | -1/+1 |
2013-11-26 | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 4 | -35/+248 |
2013-11-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2013-11-14 | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -8/+1 |
2013-11-12 | x86/dumpstack: Fix printk_address for direct addresses | Jiri Slaby | 1 | -1/+1 |
2013-11-12 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -1/+701 |
2013-11-12 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -3/+3 |
2013-11-12 | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 29 | -1071/+1671 |
2013-11-12 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -116/+202 |
2013-11-11 | Revert "x86/UV: Add uvtrace support" | Ingo Molnar | 1 | -12/+1 |
2013-11-07 | x86, intel-mid: Do not re-introduce usage of obsolete __cpuinit | Paul Gortmaker | 1 | -1/+1 |
2013-11-02 | x86/efi: Check krealloc return value | Borislav Petkov | 1 | -0/+8 |
2013-11-02 | x86/efi: Runtime services virtual mapping | Borislav Petkov | 4 | -29/+237 |
2013-11-02 | x86/efi: Simplify EFI_DEBUG | Borislav Petkov | 1 | -6/+3 |
2013-10-28 | x86/efi: Add EFI framebuffer earlyprintk support | Matt Fleming | 2 | -0/+192 |
2013-10-28 | Merge branch 'acpi-cleanup' | Rafael J. Wysocki | 1 | -8/+1 |
2013-10-17 | intel_mid: Move platform device setups to their own platform_<device>.* files | David Cohen | 24 | -429/+959 |
2013-10-17 | intel-mid: sfi: Allow struct devs_id.get_platform_data to be NULL | David Cohen | 1 | -4/+7 |
2013-10-17 | intel_mid: Moved SFI related code to sfi.c | Kuppuswamy Sathyanarayanan | 3 | -450/+488 |
2013-10-17 | intel_mid: Added custom handler for ipc devices | Kuppuswamy Sathyanarayanan | 1 | -31/+51 |
2013-10-17 | intel_mid: Added custom device_handler support | Kuppuswamy Sathyanarayanan | 1 | -34/+40 |
2013-10-17 | intel_mid: Refactored sfi_parse_devs() function | Kuppuswamy Sathyanarayanan | 1 | -70/+71 |
2013-10-17 | intel_mid: Renamed *mrst* to *intel_mid* | Kuppuswamy Sathyanarayanan | 3 | -60/+59 |
2013-10-17 | intel_mid: Renamed *mrst* to *intel_mid* | Kuppuswamy Sathyanarayanan | 6 | -14/+15 |
2013-10-17 | mrst: Fixed indentation issues | Kuppuswamy Sathyanarayanan | 2 | -12/+15 |
2013-10-17 | mrst: Fixed printk/pr_* related issues | Kuppuswamy Sathyanarayanan | 3 | -5/+4 |
2013-10-04 | x86/efi: Fix config_table_type array termination | Leif Lindholm | 1 | -1/+1 |