summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-191-3/+3
|\
| * x86, irq: Use helpers to access irq_cfg data structure associated with IRQJiang Liu2014-12-161-2/+2
| * x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx()Jiang Liu2014-12-161-1/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-142-3/+0
|\ \ | |/ |/|
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-032-3/+0
| |\
| | * x86: platform: olpc: drop owner assignment from platform_driversWolfram Sang2014-10-201-2/+0
| | * x86: platform: iris: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | |
| \ \
*-. \ \ Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.k...Linus Torvalds2014-12-101-0/+4
|\ \ \ \ | | |/ / | |/| |
| | * | x86: UV BAU: Avoid NULL pointer reference in ptc_seq_showJames Custer2014-11-031-0/+4
| |/ /
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-2/+1
|\ \ \
| * \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2014-11-161-2/+1
| |\ \ \ | | |/ / | |/| |
| | * | x86, ptdump: Add section for EFI runtime servicesMathias Krause2014-11-111-2/+1
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-14/+12
|\ \ \ \ | |/ / / |/| | |
| * | | x86: Replace seq_printf() with seq_puts()Rasmus Villemoes2014-12-081-14/+12
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-311-0/+2
|\ \ \ | |/ / |/| |
| * | x86, intel-mid: Create IRQs for APB timers and RTC timersJiang Liu2014-10-291-0/+2
| |/
* | Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-231-4/+3
|\ \
| * | x86, intel-mid: Remove "weak" from function declarationsBjorn Helgaas2014-10-221-4/+3
| |/
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-235-45/+65
|\ \ | |/ |/|
| * x86/efi: Mark initialization code as suchMathias Krause2014-10-034-12/+14
| * x86/efi: Update comment regarding required phys mapped EFI servicesMathias Krause2014-10-031-6/+6
| * x86/efi: Unexport add_efi_memmap variableMathias Krause2014-10-031-3/+1
| * x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek2014-10-031-2/+5
| * x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual modeDave Young2014-10-031-1/+5
| * efi: Add kernel param efi=noruntimeDave Young2014-10-031-2/+2
| * lib: Add a generic cmdline parse function parse_option_strDave Young2014-10-031-20/+2
| * efi: Move noefi early param code out of x86 arch codeDave Young2014-10-031-9/+1
| * efi-bgrt: Add error handling; inform the user when ignoring the BGRTJosh Triplett2014-10-031-6/+30
| * efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming2014-10-031-2/+17
* | uv: Replace __get_cpu_varChristoph Lameter2014-08-261-20/+20
* | x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-1/+1
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-134-57/+42
|\
| * x86: intel-mid: Use the new io_apic interfacesJiang Liu2014-07-141-16/+6
| * x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-212-34/+28
| * x86, SFI, irq: Provide basic irqdomain supportJiang Liu2014-06-212-1/+9
| * x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-211-1/+1
| * x86: ce4100, irq: Do not set legacy_pic to null_legacy_picJiang Liu2014-06-211-2/+0
| * x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APICJiang Liu2014-06-211-7/+2
* | arch/x86: replace strict_strto callsDaniel Walter2014-08-081-1/+1
* | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-041-31/+38
|\ \
| * | x86/uv: Update the UV3 TLB shootdown logicCliff Wickman2014-06-051-31/+38
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-08-041-41/+53
|\ \ \
| * | | x86/platform/ts5500: Add support for TS-5400 boardsVivien Didelot2014-07-161-8/+13
| * | | x86/platform/ts5500: Add a 'name' sysfs attributeVivien Didelot2014-07-161-5/+18
| * | | x86/platform/ts5500: Use the DEVICE_ATTR_RO() macroVivien Didelot2014-07-161-28/+22
| | |/ | |/|
* | | arch/x86: Remove efi_set_rtc_mmss()Daniel Kiper2014-07-181-36/+0
* | | arch/x86: Remove redundant set_bit(EFI_MEMMAP) callDaniel Kiper2014-07-181-2/+0
* | | arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) callDaniel Kiper2014-07-181-2/+0
* | | efi: Introduce EFI_PARAVIRT flagDaniel Kiper2014-07-181-6/+25
* | | arch/x86: Do not access EFI memory map if it is not availableDaniel Kiper2014-07-181-0/+3