aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-21x86, SFI, irq: Provide basic irqdomain supportJiang Liu2-1/+9
2014-06-21x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu1-1/+1
2014-06-21x86: ce4100, irq: Do not set legacy_pic to null_legacy_picJiang Liu1-2/+0
2014-06-21x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APICJiang Liu1-7/+2
2014-06-19x86/efi: Use early_memunmap() to squelch sparse errorsMatt Fleming1-2/+2
2014-06-19x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri3-236/+270
2014-06-10x86: intel-mid: add watchdog platform code for MerrifieldDavid Cohen2-0/+73
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds5-112/+31
2014-06-05Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin1-0/+3
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds3-105/+26
2014-06-05x86/uv: Update the UV3 TLB shootdown logicCliff Wickman1-31/+38
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds1-1/+1
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-1/+1
2014-06-02x86/efi: Do not export efi runtime map in case old mapDave Young1-0/+3
2014-05-16x86: uv: Use irq_alloc/free_hwirq()Thomas Gleixner1-6/+4
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2014-05-04Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgentIngo Molnar1-19/+64
2014-05-03x86/efi: earlyprintk=efi,keep fixDave Young1-19/+64
2014-05-02x86/efi: earlyprintk=efi,keep fixDave Young1-19/+64
2014-04-17x86/efi: Implement a __efi_call_virt macroRicardo Neri1-2/+2
2014-04-17x86/efi: Delete most of the efi_call* macrosMatt Fleming3-105/+26
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-610/+0
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-03-17x86/efi: Restore 'attr' argument to query_variable_info()Matt Fleming1-1/+1
2014-03-17x86/efi: Rip out phys_efi_get_time()Matt Fleming1-29/+0
2014-03-17x86/efi: Preserve segment registers in mixed modeMatt Fleming1-8/+17
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming5-57/+651
2014-03-05Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingoMatt Fleming1-0/+20
2014-03-04x86/efi: Quirk out SGI UVBorislav Petkov1-0/+20
2014-03-04x86/efi: Re-disable interrupts after calling firmware servicesMatt Fleming1-0/+6
2014-03-04x86/efi: Wire up CONFIG_EFI_MIXEDMatt Fleming1-1/+1
2014-03-04x86/efi: Add mixed runtime services supportMatt Fleming5-33/+496
2014-03-04x86/efi: Add early thunk code to go from 64-bit to 32-bitMatt Fleming1-0/+150