aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-22/+47
2011-07-22Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+49
2011-07-22Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+33
2011-07-21x86: Serialize EFI time accesses on rtc_lockJan Beulich1-6/+33
2011-07-07x86: Don't use the EFI reboot method by defaultMatthew Garrett1-3/+0
2011-07-05x86, efi: Properly pre-initialize table pointersJan Beulich1-1/+11
2011-06-21x86, UV: Correct failed topology memory leakcpw@sgi.com1-2/+7
2011-06-21x86, UV: Remove cpumask_t from the stackcpw@sgi.com1-4/+15
2011-06-21x86, UV: Rename hubmask to pnmaskcpw@sgi.com1-3/+2
2011-06-21x86, UV: Correct reset_with_ipi()cpw@sgi.com1-12/+21
2011-06-21x86, UV: Allow for non-consecutive socketscpw@sgi.com1-1/+1
2011-06-21x86, UV: Fix smp_processor_id() use in a preemptable regioncpw@sgi.com1-2/+3
2011-06-18x86, efi: Do not reserve boot services regions within reserved areasMaarten Lankhorst1-4/+25
2011-06-06x86, efi: Add infrastructure for UEFI 2.0 runtime servicesMatthew Garrett1-0/+37
2011-06-06x86, efi: Fix argument types for SetVariable()Matthew Garrett1-1/+1
2011-05-25x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett2-3/+47
2011-05-25x86, UV: Clean up uv_tlb.cCliff Wickman1-696/+748
2011-05-25x86, UV: Add support for SGI UV2 hub chipJack Steiner2-22/+126
2011-05-19Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-27/+47
2011-05-19Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus' and 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-46/+66
2011-05-19Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+1
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner10-60/+491
2011-05-12x86: Fix UV BAU for non-consecutive nasidsCliff Wickman1-29/+63
2011-05-09x86, efi: Ensure that the entirity of a region is mappedMatthew Garrett1-2/+4
2011-05-09x86, efi: Pass a minimal map to SetVirtualAddressMap()Matthew Garrett1-3/+11
2011-05-09x86, efi: Merge contiguous memory regions of the same type and attributeMatthew Garrett1-1/+29
2011-05-09x86, efi: Consolidate EFI nx controlMatthew Garrett2-28/+21
2011-05-09x86, efi: Remove virtual-mode SetVirtualAddressMap callMatthew Garrett1-12/+1
2011-05-07x86: Fix mrst sparse complaintsLuis R. Rodriguez1-2/+2
2011-04-28x86: ce4100: Configure IOAPIC pins for USB and SATA to level typeSebastian Andrzej Siewior1-3/+3
2011-04-12x86/mrst: Fix boot crash caused by incorrect pin to irq mappingJacob Pan1-5/+5
2011-04-11x86/ce4100: Add reg property to bridgesSebastian Andrzej Siewior1-0/+2
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-15/+9
2011-04-07x86/mrst/vrtc: Fix boot crash in mrst_rtc_init()Feng Tang1-1/+3
2011-04-04x86: visws: Fixup irq overhaul falloutThomas Gleixner1-14/+6
2011-03-29x86: Stop including <linux/delay.h> in two asm header filesJean Delvare1-0/+1
2011-03-27mfd: OLPC: Clean up names to match what OLPC actually usesDaniel Drake1-6/+6
2011-03-27mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to itAndres Salomon1-6/+5
2011-03-23mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" partAndres Salomon1-2/+2
2011-03-23mfd: Add sharing for cs5535 acpi/pms cellsAndres Salomon1-22/+20
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-20/+454
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+5
2011-03-15x86, olpc: Use device tree for platform identificationDaniel Drake3-27/+47
2011-03-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2011-03-14x86: ce4100: Set pci ops via callback instead of module initSebastian Andrzej Siewior1-0/+2
2011-03-12x86: Mark low level interrupts IRQF_NO_THREADThomas Gleixner1-0/+2
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner2-3/+3
2011-03-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2011-03-09x86, UV: Initialize the broadcast assist unit base destination node id properlyCliff Wickman1-2/+2