| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-07-06 | x86, olpc: Add XO-1.5 SCI driver |  Daniel Drake | 3 | -0/+178 |
| 2011-07-06 | x86, olpc: Add XO-1 RTC driver |  Daniel Drake | 2 | -0/+82 |
| 2011-07-06 | x86, olpc-xo1-sci: Propagate power supply/battery events |  Daniel Drake | 1 | -0/+37 |
| 2011-07-06 | x86, olpc-xo1-sci: Add lid switch functionality |  Daniel Drake | 1 | -1/+206 |
| 2011-07-06 | x86, olpc-xo1-sci: Add GPE handler and ebook switch functionality |  Daniel Drake | 1 | -1/+182 |
| 2011-07-06 | x86, olpc: EC SCI wakeup mask functionality |  Daniel Drake | 1 | -0/+86 |
| 2011-07-06 | x86, olpc: Add XO-1 SCI driver and power button control |  Daniel Drake | 2 | -0/+192 |
| 2011-07-06 | x86, olpc: Add XO-1 suspend/resume support |  Daniel Drake | 3 | -1/+217 |
| 2011-07-06 | x86, olpc: Rename olpc-xo1 to olpc-xo1-pm |  Daniel Drake | 2 | -29/+16 |
| 2011-07-06 | x86, olpc: Move CS5536-related constants to cs5535.h |  Daniel Drake | 1 | -18/+8 |
| 2011-07-06 | x86, olpc: Add missing elements to device tree |  Daniel Drake | 1 | -0/+103 |
| 2011-07-05 | x86, efi: Properly pre-initialize table pointers |  Jan Beulich | 1 | -1/+11 |
| 2011-06-21 | x86, UV: Correct failed topology memory leak |  cpw@sgi.com | 1 | -2/+7 |
| 2011-06-21 | x86, UV: Remove cpumask_t from the stack |  cpw@sgi.com | 1 | -4/+15 |
| 2011-06-21 | x86, UV: Rename hubmask to pnmask |  cpw@sgi.com | 1 | -3/+2 |
| 2011-06-21 | x86, UV: Correct reset_with_ipi() |  cpw@sgi.com | 1 | -12/+21 |
| 2011-06-21 | x86, UV: Allow for non-consecutive sockets |  cpw@sgi.com | 1 | -1/+1 |
| 2011-06-21 | x86, UV: Fix smp_processor_id() use in a preemptable region |  cpw@sgi.com | 1 | -2/+3 |
| 2011-06-18 | x86, efi: Do not reserve boot services regions within reserved areas |  Maarten Lankhorst | 1 | -4/+25 |
| 2011-06-06 | x86, efi: Add infrastructure for UEFI 2.0 runtime services |  Matthew Garrett | 1 | -0/+37 |
| 2011-06-06 | x86, efi: Fix argument types for SetVariable() |  Matthew Garrett | 1 | -1/+1 |
| 2011-05-25 | x86, efi: Retain boot service code until after switching to virtual mode |  Matthew Garrett | 2 | -3/+47 |
| 2011-05-25 | x86, UV: Clean up uv_tlb.c |  Cliff Wickman | 1 | -696/+748 |
| 2011-05-25 | x86, UV: Add support for SGI UV2 hub chip |  Jack Steiner | 2 | -22/+126 |
| 2011-05-19 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 3 | -26/+46 |
| 2011-05-19 | Merge 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-tip |  Linus Torvalds | 2 | -46/+66 |
| 2011-05-19 | Merge 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-tip |  Linus Torvalds | 1 | -2/+2 |
| 2011-05-19 | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -5/+1 |
| 2011-05-14 | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource |  Thomas Gleixner | 10 | -60/+491 |
| 2011-05-12 | x86: Fix UV BAU for non-consecutive nasids |  Cliff Wickman | 1 | -29/+63 |
| 2011-05-09 | x86, efi: Ensure that the entirity of a region is mapped |  Matthew Garrett | 1 | -2/+4 |
| 2011-05-09 | x86, efi: Pass a minimal map to SetVirtualAddressMap() |  Matthew Garrett | 1 | -3/+11 |
| 2011-05-09 | x86, efi: Merge contiguous memory regions of the same type and attribute |  Matthew Garrett | 1 | -1/+29 |
| 2011-05-09 | x86, efi: Consolidate EFI nx control |  Matthew Garrett | 2 | -28/+21 |
| 2011-05-09 | x86, efi: Remove virtual-mode SetVirtualAddressMap call |  Matthew Garrett | 1 | -12/+1 |
| 2011-05-07 | x86: Fix mrst sparse complaints |  Luis R. Rodriguez | 1 | -2/+2 |
| 2011-04-28 | x86: ce4100: Configure IOAPIC pins for USB and SATA to level type |  Sebastian Andrzej Siewior | 1 | -3/+3 |
| 2011-04-12 | x86/mrst: Fix boot crash caused by incorrect pin to irq mapping |  Jacob Pan | 1 | -5/+5 |
| 2011-04-11 | x86/ce4100: Add reg property to bridges |  Sebastian Andrzej Siewior | 1 | -0/+2 |
| 2011-04-07 | Merge 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-tip |  Linus Torvalds | 2 | -15/+9 |
| 2011-04-07 | x86/mrst/vrtc: Fix boot crash in mrst_rtc_init() |  Feng Tang | 1 | -1/+3 |
| 2011-04-04 | x86: visws: Fixup irq overhaul fallout |  Thomas Gleixner | 1 | -14/+6 |
| 2011-03-29 | x86: Stop including <linux/delay.h> in two asm header files |  Jean Delvare | 1 | -0/+1 |
| 2011-03-27 | mfd: OLPC: Clean up names to match what OLPC actually uses |  Daniel Drake | 1 | -6/+6 |
| 2011-03-27 | mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to it |  Andres Salomon | 1 | -6/+5 |
| 2011-03-23 | mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" part |  Andres Salomon | 1 | -2/+2 |
| 2011-03-23 | mfd: Add sharing for cs5535 acpi/pms cells |  Andres Salomon | 1 | -22/+20 |
| 2011-03-15 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 5 | -20/+454 |
| 2011-03-15 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 2 | -3/+5 |
| 2011-03-15 | x86, olpc: Use device tree for platform identification |  Daniel Drake | 3 | -26/+46 |