summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\ \ \ \
| * | | | Revert "x86/UV: Add uvtrace support"Ingo Molnar2013-11-111-12/+1
| * | | | x86/UV: Add call to KGDB/KDB from NMI handlerMike Travis2013-10-031-1/+46
| * | | | x86/UV: Check for alloc_cpumask_var() failures properly in uv_nmi_setup()Ingo Molnar2013-09-241-2/+1
| * | | | x86/UV: Add uvtrace supportMike Travis2013-09-241-1/+12
| * | | | x86/UV: Add kdump to UV NMI handlerMike Travis2013-09-241-0/+41
| * | | | x86/UV: Add summary of cpu activity to UV NMI handlerMike Travis2013-09-241-4/+44
| * | | | x86/UV: Update UV support for external NMI signalsMike Travis2013-09-241-40/+513
| * | | | x86/UV: Move NMI supportMike Travis2013-09-242-1/+103
| | |/ / | |/| |
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-123-3/+3
|\ \ \ \
| * | | | x86/geode: Fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz2013-10-013-3/+3
| | |/ / | |/| |
* | | | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-11-1229-1071/+1671
|\ \ \ \
| * | | | x86, intel-mid: Do not re-introduce usage of obsolete __cpuinitPaul Gortmaker2013-11-071-1/+1
| * | | | intel_mid: Move platform device setups to their own platform_<device>.* filesDavid Cohen2013-10-1724-429/+959
| * | | | intel-mid: sfi: Allow struct devs_id.get_platform_data to be NULLDavid Cohen2013-10-171-4/+7
| * | | | intel_mid: Moved SFI related code to sfi.cKuppuswamy Sathyanarayanan2013-10-173-450/+488
| * | | | intel_mid: Added custom handler for ipc devicesKuppuswamy Sathyanarayanan2013-10-171-31/+51
| * | | | intel_mid: Added custom device_handler supportKuppuswamy Sathyanarayanan2013-10-171-34/+40
| * | | | intel_mid: Refactored sfi_parse_devs() functionKuppuswamy Sathyanarayanan2013-10-171-70/+71
| * | | | intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-173-60/+59
| * | | | intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-176-14/+15
| * | | | mrst: Fixed indentation issuesKuppuswamy Sathyanarayanan2013-10-172-12/+15
| * | | | mrst: Fixed printk/pr_* related issuesKuppuswamy Sathyanarayanan2013-10-173-5/+4
| |/ / /
* | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-123-116/+202
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | x86/efi: Add EFI framebuffer earlyprintk supportMatt Fleming2013-10-282-0/+192
| * | x86/efi: Fix config_table_type array terminationLeif Lindholm2013-10-041-1/+1
| * | efi: x86: make efi_lookup_mapped_addr() a common functionLeif Lindholm2013-09-051-28/+2
OpenPOWER on IntegriCloud