aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-8/+1
2013-11-12Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+701
2013-11-12Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+3
2013-11-12Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds29-1071/+1671
2013-11-12Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-116/+202
2013-11-11Revert "x86/UV: Add uvtrace support"Ingo Molnar1-12/+1
2013-11-07x86, intel-mid: Do not re-introduce usage of obsolete __cpuinitPaul Gortmaker1-1/+1
2013-10-28x86/efi: Add EFI framebuffer earlyprintk supportMatt Fleming2-0/+192
2013-10-28Merge branch 'acpi-cleanup'Rafael J. Wysocki1-8/+1
2013-10-17intel_mid: Move platform device setups to their own platform_<device>.* filesDavid Cohen24-429/+959
2013-10-17intel-mid: sfi: Allow struct devs_id.get_platform_data to be NULLDavid Cohen1-4/+7
2013-10-17intel_mid: Moved SFI related code to sfi.cKuppuswamy Sathyanarayanan3-450/+488
2013-10-17intel_mid: Added custom handler for ipc devicesKuppuswamy Sathyanarayanan1-31/+51
2013-10-17intel_mid: Added custom device_handler supportKuppuswamy Sathyanarayanan1-34/+40
2013-10-17intel_mid: Refactored sfi_parse_devs() functionKuppuswamy Sathyanarayanan1-70/+71
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan3-60/+59
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan6-14/+15
2013-10-17mrst: Fixed indentation issuesKuppuswamy Sathyanarayanan2-12/+15
2013-10-17mrst: Fixed printk/pr_* related issuesKuppuswamy Sathyanarayanan3-5/+4
2013-10-04x86/efi: Fix config_table_type array terminationLeif Lindholm1-1/+1
2013-10-03x86/UV: Add call to KGDB/KDB from NMI handlerMike Travis1-1/+46
2013-10-01x86/geode: Fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz3-3/+3
2013-09-24x86/UV: Check for alloc_cpumask_var() failures properly in uv_nmi_setup()Ingo Molnar1-2/+1
2013-09-24x86/UV: Add uvtrace supportMike Travis1-1/+12
2013-09-24x86/UV: Add kdump to UV NMI handlerMike Travis1-0/+41
2013-09-24x86/UV: Add summary of cpu activity to UV NMI handlerMike Travis1-4/+44
2013-09-24x86/UV: Update UV support for external NMI signalsMike Travis1-40/+513
2013-09-24x86/UV: Move NMI supportMike Travis2-1/+103
2013-09-24olpc_xo15_sci: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui1-8/+1
2013-09-18x86, efi: Don't map Boot Services on i386Josh Boyer1-4/+7
2013-09-05efi: x86: make efi_lookup_mapped_addr() a common functionLeif Lindholm1-28/+2
2013-09-05efi: x86: ia64: provide a generic efi_config_init()Leif Lindholm1-88/+8
2013-08-29gpio: (gpio-pca953x) move header to linux/platform_data/Vivien Didelot1-1/+1
2013-07-31arch/x86/platform/ce4100/ce4100.c: include reboot.hAndrew Morton1-0/+1
2013-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+1
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2-3/+3
2013-07-12x86/platform/ce4100: Add header file for reboot typeXiong Zhou1-0/+1
2013-07-11Revert "UEFI: Don't pass boot services regions to SetVirtualAddressMap()"Matt Fleming1-7/+0
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+12
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner1-123/+70
2013-07-02Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2013-06-21x86/efi: Fix dummy variable buffer allocationBen Hutchings1-1/+6
2013-06-10Modify UEFI anti-bricking codeMatthew Garrett1-123/+65
2013-06-06UEFI: Don't pass boot services regions to SetVirtualAddressMap()Matthew Garrett1-0/+7
2013-05-29x86: Fix vrtc_get_time/set_mmss to use new timespec interfaceJohn Stultz1-5/+6
2013-05-28x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel1-4/+6
2013-05-14x86, efi: initial the local variable of DataSize to zeroLee, Chun-Yi1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+2
2013-05-01Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+10
2013-04-30Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+3