| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timer/cleanup' into late/mvebu2 | Arnd Bergmann | 2013-02-28 | 517 | -1470/+835 |
|\ |
|
| * | ARM: at91: fix board-rm9200-dt after sys_timer conversion | Joachim Eastwood | 2013-01-14 | 1 | -1/+1 |
| * | ARM: sunxi: fix struct sys_timer removal | Stephen Warren | 2013-01-08 | 1 | -1/+1 |
| * | ARM: delete struct sys_timer | Stephen Warren | 2012-12-24 | 489 | -1206/+623 |
| * | ARM: remove struct sys_timer suspend and resume fields | Stephen Warren | 2012-12-24 | 2 | -45/+0 |
| * | ARM: samsung: register syscore_ops for timer resume directly | Stephen Warren | 2012-12-24 | 1 | -1/+6 |
| * | ARM: ux500: convert timer suspend/resume to clock_event_device | Stephen Warren | 2012-12-24 | 1 | -7/+0 |
| * | ARM: sa1100: convert timer suspend/resume to clock_event_device | Stephen Warren | 2012-12-24 | 1 | -33/+33 |
| * | ARM: pxa: convert timer suspend/resume to clock_event_device | Stephen Warren | 2012-12-24 | 1 | -38/+38 |
| * | ARM: at91: convert timer suspend/resume to clock_event_device | Stephen Warren | 2012-12-24 | 1 | -21/+26 |
| * | ARM: set arch_gettimeoffset directly | Stephen Warren | 2012-12-24 | 11 | -46/+42 |
| * | m68k: set arch_gettimeoffset directly | Stephen Warren | 2012-12-24 | 21 | -58/+47 |
| * | time: convert arch_gettimeoffset to a pointer | Stephen Warren | 2012-12-24 | 6 | -22/+27 |
| * | cris: move usec/nsec conversion to do_slow_gettimeoffset | Stephen Warren | 2012-12-24 | 2 | -3/+3 |
* | | Merge 'mmc/upstream' into late/mvebu2 | Arnd Bergmann | 2013-02-28 | 46 | -149/+368 |
|\ \ |
|
| * \ | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-01-31 | 18 | -22/+67 |
| |\ \ |
|
| | * | | MIPS: Function tracer: Fix broken function tracing | Al Cooper | 2013-01-31 | 2 | -4/+39 |
| | * | | mips: Move __virt_addr_valid() to a place for MIPS 64 | Steven Rostedt | 2013-01-31 | 2 | -6/+6 |
| | * | | MIPS: Netlogic: Fix UP compilation on XLR | Jayachandran C | 2013-01-30 | 1 | -1/+4 |
| | * | | MIPS: AR71xx: Fix AR71XX_PCI_MEM_SIZE | Gabor Juhos | 2013-01-30 | 1 | -1/+1 |
| | * | | MIPS: AR724x: Fix AR724X_PCI_MEM_SIZE | Gabor Juhos | 2013-01-30 | 1 | -1/+1 |
| | * | | MIPS: Lantiq: Fix cp0_perfcount_irq mapping | John Crispin | 2013-01-30 | 1 | -1/+1 |
| | * | | MIPS: DSP: Fix DSP mask for registers. | Steven J. Hill | 2013-01-24 | 1 | -1/+1 |
| | * | | MIPS: Fix build failure by adding definition of pfn_pmd(). | David Daney | 2013-01-23 | 1 | -0/+1 |
| | * | | MIPS: Octeon: Fix warning. | Ralf Baechle | 2013-01-22 | 1 | -4/+5 |
| | * | | MIPS: delay.c: Check BITS_PER_LONG instead of __SIZEOF_LONG__ | Geert Uytterhoeven | 2013-01-22 | 1 | -1/+1 |
| | * | | MIPS: PNX833x: Fix comment. | Ralf Baechle | 2013-01-22 | 1 | -1/+1 |
| | * | | MIPS: Add struct p_format to union mips_instruction. | Ralf Baechle | 2013-01-17 | 1 | -0/+1 |
| | * | | MIPS: Export <asm/break.h>. | Ralf Baechle | 2013-01-16 | 2 | -0/+1 |
| | * | | MIPS: BCM47xx: Enable SSB prerequisite SSB_DRIVER_PCICORE. | Ralf Baechle | 2013-01-16 | 1 | -0/+1 |
| | * | | MIPS: BCM47xx: Select GPIOLIB for BCMA on bcm47xx platform | Arend van Spriel | 2013-01-16 | 1 | -0/+2 |
| | * | | MIPS: vpe.c: Fix null pointer dereference in print arguments. | Cong Ding | 2013-01-16 | 1 | -1/+1 |
| * | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-01-31 | 11 | -73/+183 |
| |\ \ \ |
|
| | * \ \ | Merge tag 'efi-for-3.8' into x86/efi | H. Peter Anvin | 2013-01-30 | 3 | -13/+22 |
| | |\ \ \ |
|
| | | * | | | x86, efi: remove attribute check from setup_efi_pci | Maarten Lankhorst | 2013-01-29 | 1 | -3/+0 |
| | | * | | | x86, efi: Set runtime_version to the EFI spec revision | Matt Fleming | 2013-01-25 | 1 | -1/+1 |
| | | * | | | x86, efi: fix 32-bit warnings in setup_efi_pci() | Jan Beulich | 2013-01-25 | 1 | -4/+4 |
| | | * | | | efi, x86: Pass a proper identity mapping in efi_call_phys_prelog | Nathan Zimmer | 2013-01-18 | 1 | -5/+17 |
| | * | | | | x86, build: Dynamically find entry points in compressed startup code | David Woodhouse | 2013-01-28 | 4 | -27/+72 |
| | * | | | | x86, efi: Fix PCI ROM handing in EFI boot stub, in 32-bit mode | David Woodhouse | 2013-01-28 | 1 | -1/+6 |
| | * | | | | x86, efi: Fix 32-bit EFI handover protocol entry point | David Woodhouse | 2013-01-28 | 1 | -0/+2 |
| | * | | | | x86, efi: Fix display detection in EFI boot stub | David Woodhouse | 2013-01-28 | 1 | -2/+1 |
| | * | | | | x86, boot: Define the 2.12 bzImage boot protocol | H. Peter Anvin | 2013-01-28 | 3 | -28/+76 |
| | * | | | | x86/boot: Fix minor fd leakage in tools/relocs.c | Cong Ding | 2013-01-27 | 1 | -2/+4 |
| * | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-01-31 | 11 | -49/+73 |
| |\ \ \ \ \ |
|
| | * | | | | | efi: Make 'efi_enabled' a function to query EFI facilities | Matt Fleming | 2013-01-30 | 4 | -38/+50 |
| | * | | | | | x86/msr: Add capabilities check | Alan Cox | 2013-01-24 | 1 | -0/+3 |
| | * | | | | | x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIES | Maarten Lankhorst | 2013-01-24 | 1 | -1/+1 |
| | * | | | | | x86/olpc: Fix olpc-xo1-sci.c build errors | Randy Dunlap | 2013-01-24 | 1 | -0/+1 |
| | * | | | | | arch/x86/platform/uv: Fix incorrect tlb flush all issue | Alex Shi | 2013-01-24 | 2 | -4/+8 |