aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-18/+7
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes1-1/+1
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2014-12-16x86, irq: Use helpers to access irq_cfg data structure associated with IRQJiang Liu1-2/+2
2014-12-16x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx()Jiang Liu1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+0
2014-12-10Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2014-12-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2014-12-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+12
2014-12-08x86: Replace seq_printf() with seq_puts()Rasmus Villemoes1-14/+12
2014-11-16Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efiIngo Molnar1-2/+1
2014-11-11x86, ptdump: Add section for EFI runtime servicesMathias Krause1-2/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman2-3/+0
2014-11-03x86: UV BAU: Avoid NULL pointer reference in ptc_seq_showJames Custer1-0/+4
2014-10-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-10-29x86, intel-mid: Create IRQs for APB timers and RTC timersJiang Liu1-0/+2
2014-10-23Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+3
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-45/+65
2014-10-22x86, intel-mid: Remove "weak" from function declarationsBjorn Helgaas1-4/+3
2014-10-20x86: platform: olpc: drop owner assignment from platform_driversWolfram Sang1-2/+0
2014-10-20x86: platform: iris: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-03x86/efi: Mark initialization code as suchMathias Krause4-12/+14
2014-10-03x86/efi: Update comment regarding required phys mapped EFI servicesMathias Krause1-6/+6
2014-10-03x86/efi: Unexport add_efi_memmap variableMathias Krause1-3/+1
2014-10-03x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek1-2/+5
2014-10-03x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual modeDave Young1-1/+5
2014-10-03efi: Add kernel param efi=noruntimeDave Young1-2/+2
2014-10-03lib: Add a generic cmdline parse function parse_option_strDave Young1-20/+2
2014-10-03efi: Move noefi early param code out of x86 arch codeDave Young1-9/+1
2014-10-03efi-bgrt: Add error handling; inform the user when ignoring the BGRTJosh Triplett1-6/+30
2014-10-03efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming1-2/+17
2014-08-26uv: Replace __get_cpu_varChristoph Lameter1-20/+20
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-57/+42
2014-08-08arch/x86: replace strict_strto callsDaniel Walter1-1/+1
2014-08-04Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+38
2014-08-04Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-41/+53
2014-07-18arch/x86: Remove efi_set_rtc_mmss()Daniel Kiper1-36/+0
2014-07-18arch/x86: Remove redundant set_bit(EFI_MEMMAP) callDaniel Kiper1-2/+0
2014-07-18arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) callDaniel Kiper1-2/+0
2014-07-18efi: Introduce EFI_PARAVIRT flagDaniel Kiper1-6/+25
2014-07-18arch/x86: Do not access EFI memory map if it is not availableDaniel Kiper1-0/+3
2014-07-18efi: Use early_mem*() instead of early_io*()Daniel Kiper1-14/+14
2014-07-18x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming1-0/+23
2014-07-16x86/platform/ts5500: Add support for TS-5400 boardsVivien Didelot1-8/+13
2014-07-16x86/platform/ts5500: Add a 'name' sysfs attributeVivien Didelot1-5/+18
2014-07-16x86/platform/ts5500: Use the DEVICE_ATTR_RO() macroVivien Didelot1-28/+22
2014-07-14x86: intel-mid: Use the new io_apic interfacesJiang Liu1-16/+6
2014-07-07efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel1-142/+2
2014-06-21x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2-34/+28