summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* x86/efi: Quirk out SGI UVBorislav Petkov2014-03-041-0/+20
* x86/efi: Check status field to validate BGRT headerMatt Fleming2014-02-141-1/+1
* x86/efi: Fix 32-bit falloutBorislav Petkov2014-02-143-3/+17
* x86/efi: Allow mapping BGRT on x86-32Matt Fleming2014-02-051-4/+6
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-311-19/+46
|\
| * x86/uv/nmi, kgdb/kdb: Fix UV NMI handler when KDB not configuredMike Travis2014-01-251-14/+42
| * x86/uv/nmi: Fix Sparse warningsMike Travis2014-01-251-5/+4
| * kgdb/kdb: Fix no KDB config problemMike Travis2014-01-251-1/+1
* | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-295-11/+12
|\ \
| * | x86, intel-mid: Cleanup some platform code's header filesDavid Cohen2014-01-282-4/+5
| * | x86, intel-mid: Add missing 'void' to functions without argumentsDavid Cohen2014-01-222-4/+4
| * | x86: Don't add new __cpuinit users to Merrifield platform codePaul Gortmaker2014-01-222-2/+2
| * | x86: Don't introduce more __cpuinit users in intel_mid_weak_decls.hPaul Gortmaker2014-01-222-4/+4
| |/
* | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-2/+1
|\ \ | |/ |/|
| * Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-2/+1
| |\
| | * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+1
* | | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-2013-49/+282
|\ \ \
| * | | x86, intel_mid: Replace memcpy with struct assignmentFengguang Wu2014-01-161-2/+2
| * | | x86, intel-mid: Return proper error code from get_gpio_by_name()David Cohen2014-01-161-1/+1
| * | | x86, intel-mid: Check get_gpio_by_name() error code on platform codeDavid Cohen2014-01-167-8/+12
| * | | x86, intel-mid: sfi_handle_*_dev() should check for pdata error codeDavid Cohen2014-01-161-0/+6
| * | | x86, intel-mid: Add Merrifield platform supportDavid Cohen2014-01-155-7/+137
| * | | x86, intel-mid: Add Clovertrail platform supportKuppuswamy Sathyanarayanan2014-01-153-9/+69
| * | | x86, intel-mid: Move Medfield code out of intel-mid.c core fileDavid Cohen2014-01-154-37/+70
| |/ /
* | | Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-204-76/+465
|\ \ \
| * \ \ Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar2014-01-053-10/+4
| |\ \ \ | | |/ /
| * | | x86/efi: Delete superfluous global variablesMatt Fleming2013-12-292-18/+1
| * | | x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young2013-12-293-25/+140
| * | | efi: Export EFI runtime memory mapping to sysfsDave Young2013-12-211-3/+43
| * | | efi: Export more EFI table variables to sysfsDave Young2013-12-211-0/+4
| * | | x86/efi: Cleanup efi_enter_virtual_mode() functionDave Young2013-12-211-53/+79
| * | | x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young2013-12-211-1/+1
| * | | x86/efi: Add a wrapper function efi_map_region_fixed()Dave Young2013-12-212-0/+12
| * | | x86/efi: Remove unused variables in __map_region()Dave Young2013-12-211-5/+1
| * | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2013-11-264-35/+248
| |\ \ \ | | |_|/ | |/| |
| | * | x86/efi: Check krealloc return valueBorislav Petkov2013-11-021-0/+8
| | * | x86/efi: Runtime services virtual mappingBorislav Petkov2013-11-024-29/+237
| | * | x86/efi: Simplify EFI_DEBUGBorislav Petkov2013-11-021-6/+3
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-202-2/+0
|\ \ \ \
| * | | | x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-062-2/+0
* | | | | sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQsPeter Zijlstra2014-01-131-26/+40
| |_|_|/ |/| | |
* | | | x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett2013-12-101-7/+0
* | | | x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ...cpw2013-12-101-2/+3
|/ / /
* | | x86/efi: Fix earlyprintk off-by-one bugMatt Fleming2013-11-281-1/+1
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-141-1/+1
|\ \
| * | x86/dumpstack: Fix printk_address for direct addressesJiri Slaby2013-11-121-1/+1
* | | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-8/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'acpi-cleanup'Rafael J. Wysocki2013-10-281-8/+1
| |\ \
| | * | olpc_xo15_sci: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui2013-09-241-8/+1
* | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-122-1/+701
|\ \ \ \
OpenPOWER on IntegriCloud