summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-214-0/+793
|\
| * x86/intel/quark: Fix simple_return.cocci warningsFengguang Wu2015-02-191-5/+1Star
| * x86/intel/quark: Fix ptr_ret.cocci warningsFengguang Wu2015-02-191-4/+1Star
| * x86/intel/quark: Add Intel Quark platform supportBryan O'Donoghue2015-02-181-0/+1
| * x86/intel/quark: Add Isolated Memory Regions for Quark X1000Bryan O'Donoghue2015-02-183-0/+799
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-212-178/+104Star
|\ \
| * | x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming2015-02-132-178/+104Star
| |/
* | Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-153-253/+4Star
|\ \
| * | x86, mrst: remove Moorestown specific serial driversAndy Shevchenko2015-02-023-253/+4Star
| |/
* | x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-18/+7Star
* | kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-131-1/+1
|/
* 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-152-3/+0Star
|\ \ | |/ |/|
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-042-3/+0Star
| |\
| | * x86: platform: olpc: drop owner assignment from platform_driversWolfram Sang2014-10-201-2/+0Star
| | * x86: platform: iris: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| | |
| \ \
*-. \ \ 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/+1Star
|\ \ \
| * \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2014-11-161-2/+1Star
| |\ \ \ | | |/ / | |/| |
| | * | x86, ptdump: Add section for EFI runtime servicesMathias Krause2014-11-111-2/+1Star
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-14/+12Star
|\ \ \ \ | |/ / / |/| | |
| * | | x86: Replace seq_printf() with seq_puts()Rasmus Villemoes2014-12-081-14/+12Star
| |/ /
* | | 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-241-4/+3Star
|\ \
| * | x86, intel-mid: Remove "weak" from function declarationsBjorn Helgaas2014-10-231-4/+3Star
| |/
* | 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/+1Star
| * 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/+2Star
| * efi: Move noefi early param code out of x86 arch codeDave Young2014-10-031-9/+1Star
| * 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-144-57/+42Star
|\
| * x86: intel-mid: Use the new io_apic interfacesJiang Liu2014-07-141-16/+6Star
| * x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-212-34/+28Star
| * 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/+0Star
| * x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APICJiang Liu2014-06-211-7/+2Star
* | arch/x86: replace strict_strto callsDaniel Walter2014-08-091-1/+1