| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-01-31 | 1 | -19/+46 |
|\ |
|
| * | x86/uv/nmi, kgdb/kdb: Fix UV NMI handler when KDB not configured | Mike Travis | 2014-01-25 | 1 | -14/+42 |
| * | x86/uv/nmi: Fix Sparse warnings | Mike Travis | 2014-01-25 | 1 | -5/+4 |
| * | kgdb/kdb: Fix no KDB config problem | Mike Travis | 2014-01-25 | 1 | -1/+1 |
* | | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-01-29 | 5 | -11/+12 |
|\ \ |
|
| * | | x86, intel-mid: Cleanup some platform code's header files | David Cohen | 2014-01-28 | 2 | -4/+5 |
| * | | x86, intel-mid: Add missing 'void' to functions without arguments | David Cohen | 2014-01-22 | 2 | -4/+4 |
| * | | x86: Don't add new __cpuinit users to Merrifield platform code | Paul Gortmaker | 2014-01-22 | 2 | -2/+2 |
| * | | x86: Don't introduce more __cpuinit users in intel_mid_weak_decls.h | Paul Gortmaker | 2014-01-22 | 2 | -4/+4 |
| |/ |
|
* | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-01-24 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | Merge branch 'acpi-cleanup' | Rafael J. Wysocki | 2014-01-12 | 1 | -2/+1 |
| |\ |
|
| | * | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | 2013-12-07 | 1 | -2/+1 |
* | | | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-01-20 | 13 | -49/+282 |
|\ \ \ |
|
| * | | | x86, intel_mid: Replace memcpy with struct assignment | Fengguang Wu | 2014-01-16 | 1 | -2/+2 |
| * | | | x86, intel-mid: Return proper error code from get_gpio_by_name() | David Cohen | 2014-01-16 | 1 | -1/+1 |
| * | | | x86, intel-mid: Check get_gpio_by_name() error code on platform code | David Cohen | 2014-01-16 | 7 | -8/+12 |
| * | | | x86, intel-mid: sfi_handle_*_dev() should check for pdata error code | David Cohen | 2014-01-16 | 1 | -0/+6 |
| * | | | x86, intel-mid: Add Merrifield platform support | David Cohen | 2014-01-15 | 5 | -7/+137 |
| * | | | x86, intel-mid: Add Clovertrail platform support | Kuppuswamy Sathyanarayanan | 2014-01-15 | 3 | -9/+69 |
| * | | | x86, intel-mid: Move Medfield code out of intel-mid.c core file | David Cohen | 2014-01-15 | 4 | -37/+70 |
| |/ / |
|
* | | | Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-01-20 | 4 | -76/+465 |
|\ \ \ |
|
| * \ \ | Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflicts | Ingo Molnar | 2014-01-05 | 3 | -10/+4 |
| |\ \ \
| | |/ / |
|
| * | | | x86/efi: Delete superfluous global variables | Matt Fleming | 2013-12-29 | 2 | -18/+1 |
| * | | | x86/efi: Pass necessary EFI data for kexec via setup_data | Dave Young | 2013-12-29 | 3 | -25/+140 |
| * | | | efi: Export EFI runtime memory mapping to sysfs | Dave Young | 2013-12-21 | 1 | -3/+43 |
| * | | | efi: Export more EFI table variables to sysfs | Dave Young | 2013-12-21 | 1 | -0/+4 |
| * | | | x86/efi: Cleanup efi_enter_virtual_mode() function | Dave Young | 2013-12-21 | 1 | -53/+79 |
| * | | | x86/efi: Fix off-by-one bug in EFI Boot Services reservation | Dave Young | 2013-12-21 | 1 | -1/+1 |
| * | | | x86/efi: Add a wrapper function efi_map_region_fixed() | Dave Young | 2013-12-21 | 2 | -0/+12 |
| * | | | x86/efi: Remove unused variables in __map_region() | Dave Young | 2013-12-21 | 1 | -5/+1 |
| * | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 2013-11-26 | 4 | -35/+248 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | x86/efi: Check krealloc return value | Borislav Petkov | 2013-11-02 | 1 | -0/+8 |
| | * | | x86/efi: Runtime services virtual mapping | Borislav Petkov | 2013-11-02 | 4 | -29/+237 |
| | * | | x86/efi: Simplify EFI_DEBUG | Borislav Petkov | 2013-11-02 | 1 | -6/+3 |
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-01-20 | 2 | -2/+0 |
|\ \ \ \ |
|
| * | | | | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-06 | 2 | -2/+0 |
* | | | | | sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQs | Peter Zijlstra | 2014-01-13 | 1 | -26/+40 |
| |_|_|/
|/| | | |
|
* | | | | x86, efi: Don't use (U)EFI time services on 32 bit | Matthew Garrett | 2013-12-10 | 1 | -7/+0 |
* | | | | x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ... | cpw | 2013-12-10 | 1 | -2/+3 |
|/ / / |
|
* | | | x86/efi: Fix earlyprintk off-by-one bug | Matt Fleming | 2013-11-28 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-14 | 1 | -1/+1 |
|\ \ |
|
| * | | x86/dumpstack: Fix printk_address for direct addresses | Jiri Slaby | 2013-11-12 | 1 | -1/+1 |
* | | | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-11-14 | 1 | -8/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'acpi-cleanup' | Rafael J. Wysocki | 2013-10-28 | 1 | -8/+1 |
| |\ \ |
|
| | * | | olpc_xo15_sci: convert acpi_evaluate_object() to acpi_execute_simple_method() | Zhang Rui | 2013-09-24 | 1 | -8/+1 |
* | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 2 | -1/+701 |
|\ \ \ \ |
|
| * | | | | Revert "x86/UV: Add uvtrace support" | Ingo Molnar | 2013-11-11 | 1 | -12/+1 |
| * | | | | x86/UV: Add call to KGDB/KDB from NMI handler | Mike Travis | 2013-10-03 | 1 | -1/+46 |
| * | | | | x86/UV: Check for alloc_cpumask_var() failures properly in uv_nmi_setup() | Ingo Molnar | 2013-09-24 | 1 | -2/+1 |
| * | | | | x86/UV: Add uvtrace support | Mike Travis | 2013-09-24 | 1 | -1/+12 |