Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91 | Linus Torvalds | 2010-12-17 | 5 | -136/+55 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | at91: Refactor Stamp9G20 and PControl G20 board file | Christian Glindkamp | 2010-12-17 | 4 | -135/+54 | |
| | * | | | | | at91: Fix uhpck clock rate in upll case | Ryan Mallon | 2010-12-17 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-12-17 | 5 | -12/+15 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | KVM: Fix preemption counter leak in kvm_timer_init() | Avi Kivity | 2010-12-16 | 1 | -1/+3 | |
| | * | | | | | KVM: enlarge number of possible CPUID leaves | Andre Przywara | 2010-12-08 | 1 | -1/+1 | |
| | * | | | | | KVM: SVM: Do not report xsave in supported cpuid | Joerg Roedel | 2010-12-08 | 4 | -10/+9 | |
| | * | | | | | KVM: Fix OSXSAVE after migration | Sheng Yang | 2010-12-08 | 1 | -0/+2 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2010-12-17 | 28 | -146/+339 | |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | MIPS: Add a CONFIG_FORCE_MAX_ZONEORDER Kconfig option. | David Daney | 2010-12-16 | 1 | -0/+22 | |
| | * | | | | MIPS: LD/SD o32 macro GAS fix update | Maciej W. Rozycki | 2010-12-16 | 2 | -4/+20 | |
| | * | | | | MIPS: Alchemy: fix build with SERIAL_8250=n | Manuel Lauss | 2010-12-16 | 1 | -0/+2 | |
| | * | | | | MIPS: Rename mips_dma_cache_sync back to dma_cache_sync | Ralf Baechle | 2010-12-16 | 1 | -1/+3 | |
| | * | | | | MIPS: MT: Fix typo in comment. | Ralf Baechle | 2010-12-16 | 1 | -1/+1 | |
| | * | | | | MIPS: BCM47xx: Swap serial console if ttyS1 was specified. | Hauke Mehrtens | 2010-12-16 | 1 | -0/+16 | |
| | * | | | | MIPS: BCM47xx: Use sscanf for parsing mac address | Hauke Mehrtens | 2010-12-16 | 2 | -20/+10 | |
| | * | | | | MIPS: BCM47xx: Fill values for b43 into SSB sprom | Hauke Mehrtens | 2010-12-16 | 1 | -22/+92 | |
| | * | | | | MIPS: BCM47xx: Do not read config from CFE | Hauke Mehrtens | 2010-12-16 | 1 | -19/+9 | |
| | * | | | | MIPS: FDT size is a be32 | Thomas Chou | 2010-12-16 | 1 | -1/+1 | |
| | * | | | | MIPS: Fix CP0 COUNTER clockevent race | Kevin Cernekee | 2010-12-16 | 1 | -1/+1 | |
| | * | | | | MIPS: Fix regression on BCM4710 processor detection | Kevin Cernekee | 2010-12-16 | 2 | -7/+4 | |
| | * | | | | MIPS: JZ4740: Fix pcm device name | Lars-Peter Clausen | 2010-12-16 | 1 | -1/+1 | |
| | * | | | | MIPS: Separate two consecutive loads in memset.S | Tony Wu | 2010-12-16 | 1 | -2/+2 | |
| | * | | | | MIPS: Send proper signal and siginfo on FP emulator faults. | David Daney | 2010-12-16 | 2 | -30/+130 | |
| | * | | | | MIPS: AR7: Fix loops per jiffies on TNETD7200 devices | Florian Fainelli | 2010-12-16 | 3 | -6/+7 | |
| | * | | | | MIPS: AR7: Fix double ar7_gpio_init declaration | Florian Fainelli | 2010-12-16 | 1 | -2/+0 | |
| | * | | | | MIPS: Rework GENERIC_HARDIRQS Kconfig. | David Daney | 2010-12-16 | 1 | -14/+2 | |
| | * | | | | MIPS: Alchemy: Add return value check for strict_strtoul() | Yoichi Yuasa | 2010-12-16 | 1 | -3/+2 | |
| | * | | | | MIPS: Loongson: Add return value check for strict_strtoul() | Wu Zhangjin | 2010-12-16 | 1 | -2/+2 | |
| | * | | | | MIPS: VPE loader: Check vmalloc return value in vpe_open | Jesper Juhl | 2010-12-16 | 1 | -8/+6 | |
| | * | | | | MIPS: compat: Don't clobber personality bits in 32-bit sys_personality(). | David Daney | 2010-12-16 | 1 | -6/+7 | |
| | * | | | | MIPS: Don't clobber personality high bits. | David Daney | 2010-12-16 | 1 | -2/+6 | |
| | * | | | | MIPS: jz4740: Fix section mismatch in prom.c | Lars-Peter Clausen | 2010-12-16 | 1 | -1/+1 | |
| | * | | | | MIPS: jz4740: qi_lb60: Fix gpio for the 6th row of the keyboard matrix | Lars-Peter Clausen | 2010-12-16 | 1 | -2/+2 | |
| | * | | | | MIPS: Don't stomp on caller's ->regs[2] in copy_thread() | Al Viro | 2010-12-16 | 1 | -1/+0 | |
| | * | | | | MIPS: Swarm: Fix typo in symbol name: RTC_M4LT81 -> RTC_M41T81 | Ralf Baechle | 2010-12-16 | 1 | -4/+4 | |
| * | | | | | lguest: populate initial_page_table | Rusty Russell | 2010-12-16 | 3 | -5/+107 | |
| * | | | | | lguest: restore boot speed | Rusty Russell | 2010-12-16 | 1 | -4/+7 | |
| * | | | | | lguest: fix crash lguest_time_init | Rusty Russell | 2010-12-16 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'devel-dma' into omap-for-linus | Tony Lindgren | 2010-12-22 | 10 | -540/+1451 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | OMAP: DMA: Convert DMA library into platform driver | G, Manjunath Kondaiah | 2010-12-21 | 6 | -565/+754 | |
| * | | | | OMAP2+: DMA: hwmod: Device registration | G, Manjunath Kondaiah | 2010-12-21 | 1 | -0/+74 | |
| * | | | | OMAP1: DMA: Implement in platform device model | G, Manjunath Kondaiah | 2010-12-21 | 1 | -0/+179 | |
| * | | | | OMAP4: hwmod data: add system DMA | Benoit Cousson | 2010-12-21 | 1 | -0/+102 | |
| * | | | | OMAP3: hwmod data: add system DMA | G, Manjunath Kondaiah | 2010-12-21 | 1 | -0/+97 | |
| * | | | | OMAP2430: hwmod data: add system DMA | G, Manjunath Kondaiah | 2010-12-21 | 2 | -0/+87 | |
| * | | | | OMAP2420: hwmod data: add system DMA | G, Manjunath Kondaiah | 2010-12-21 | 2 | -0/+97 | |
| * | | | | OMAP: DMA: Introduce errata handling feature | G, Manjunath Kondaiah | 2010-12-21 | 2 | -50/+114 | |
| * | | | | OMAP: DMA: Replace read/write macros with functions | G, Manjunath Kondaiah | 2010-12-21 | 2 | -323/+345 | |
| | | | | | ||||||
| \ \ \ \ | ||||||
*-. \ \ \ \ | Merge branches 'devel-iommu-mailbox' and 'devel-l2x0' into omap-for-linus | Tony Lindgren | 2010-12-21 | 21 | -137/+238 | |
|\ \ \ \ \ \ |