| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2012-08-01 | 14 | -72/+108 |
|\ |
|
| * | MIPS: Loongson 2: Sort out clock managment. | Ralf Baechle | 2012-08-01 | 7 | -51/+33 |
| * | MIPS: Loongson 1: more clk support and add select HAVE_CLK | Yoichi Yuasa | 2012-08-01 | 2 | -0/+17 |
| * | MIPS: txx9: Fix redefinition of clk_* by adding select HAVE_CLK | Yoichi Yuasa | 2012-08-01 | 1 | -0/+1 |
| * | MIPS: BCM63xx: Fix redefinition of clk_* by adding select HAVE_CLK | Yoichi Yuasa | 2012-08-01 | 1 | -0/+1 |
| * | MIPS: AR7: Fix redefinition of clk_* by adding select HAVE_CLK | Yoichi Yuasa | 2012-08-01 | 1 | -0/+1 |
| * | MIPS: Lantiq: Platform specific CLK fixup | John Crispin | 2012-08-01 | 1 | -0/+5 |
| * | MIPS: Lantiq: Add device_tree_init function | John Crispin | 2012-08-01 | 1 | -0/+22 |
| * | MIPS: Lantiq: Fix interface clock and PCI control register offset | John Crispin | 2012-08-01 | 1 | -21/+28 |
* | | Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-08-01 | 22 | -302/+205 |
|\ \ |
|
| * | | um: pass siginfo to guest process | Martin Pärtel | 2012-08-02 | 10 | -34/+71 |
| * | | um: fix ubd_file_size for read-only files | Martin Pärtel | 2012-08-02 | 1 | -1/+1 |
| * | | um: pull interrupt_end() into userspace() | Al Viro | 2012-08-02 | 2 | -8/+6 |
| * | | um: split syscall_trace(), pass pt_regs to it | Al Viro | 2012-08-02 | 3 | -43/+34 |
| * | | um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs | Al Viro | 2012-08-01 | 3 | -5/+5 |
| * | | um: set BLK_CGROUP=y in defconfig | Richard Weinberger | 2012-07-28 | 1 | -1/+1 |
| * | | um: remove count_lock | Richard Weinberger | 2012-07-28 | 2 | -7/+0 |
| * | | um: fully use tty_port | Richard Weinberger | 2012-07-28 | 4 | -78/+65 |
| * | | um: Remove dead code | Richard Weinberger | 2012-07-28 | 1 | -26/+0 |
| * | | um: remove line_ioctl() | Richard Weinberger | 2012-07-28 | 4 | -90/+0 |
| * | | TTY: um/line, use tty from tty_port | Jiri Slaby | 2012-07-28 | 3 | -9/+21 |
| * | | TTY: um/line, add tty_port | Jiri Slaby | 2012-07-28 | 2 | -4/+5 |
* | | | Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-08-01 | 14 | -144/+13 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| *-. \ \ | Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengine | Russell King | 2012-07-31 | 7 | -137/+11 |
| |\ \ \ \ |
|
| | * | | | | dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config | Russell King | 2012-07-01 | 5 | -128/+4 |
| | * | | | | ARM: spear: update for PL08x dma engine changes | Russell King | 2012-07-01 | 2 | -9/+7 |
| | |/ / / |
|
| * | | | | ARM: 7481/1: OMAP2+: omap2plus_defconfig: enable OMAP DMA engine | Javier Martinez Canillas | 2012-07-31 | 1 | -0/+2 |
| * | | | | ARM: omap: remove mmc platform data dma_mask and initialization | Russell King | 2012-07-31 | 6 | -7/+0 |
| |/ / / |
|
* | | | | Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-08-01 | 5 | -85/+58 |
|\ \ \ \ |
|
| * | | | | ARM: 7475/1: sys_trace: allow all syscall arguments to be updated via ptrace | Will Deacon | 2012-07-28 | 1 | -1/+2 |
| * | | | | ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYS | Al Viro | 2012-07-28 | 4 | -20/+10 |
| * | | | | ARM: 7473/1: deal with handlerless restarts without leaving the kernel | Al Viro | 2012-07-28 | 2 | -22/+35 |
| * | | | | ARM: 7472/1: pull all work_pending logics into C function | Al Viro | 2012-07-28 | 2 | -23/+21 |
| * | | | | ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline"" | Will Deacon | 2012-07-28 | 3 | -17/+0 |
| * | | | | ARM: 7470/1: Revert "7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"" | Will Deacon | 2012-07-28 | 3 | -29/+17 |
* | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-08-01 | 13 | -194/+139 |
|\ \ \ \ \ |
|
| * | | | | | ARM: 7479/1: mm: avoid NULL dereference when flushing gate_vma with VIVT caches | Will Deacon | 2012-07-31 | 1 | -2/+6 |
| * | | | | | ARM: Fix undefined instruction exception handling | Russell King | 2012-07-31 | 4 | -62/+92 |
| * | | | | | ARM: 7480/1: only call smp_send_stop() on SMP | Javier Martinez Canillas | 2012-07-31 | 1 | -1/+2 |
| * | | | | | ARM: 7478/1: errata: extend workaround for erratum #720789 | Will Deacon | 2012-07-31 | 1 | -0/+12 |
| * | | | | | ARM: 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UP | Colin Cross | 2012-07-31 | 1 | -0/+6 |
| * | | | | | ARM: 7476/1: vfp: only clear vfp state for current cpu in vfp_pm_suspend | Colin Cross | 2012-07-31 | 1 | -1/+1 |
| * | | | | | ARM: 7468/1: ftrace: Trace function entry before updating index | Colin Cross | 2012-07-31 | 1 | -8/+9 |
| * | | | | | ARM: 7467/1: mutex: use generic xchg-based implementation for ARMv6+ | Will Deacon | 2012-07-31 | 1 | -115/+4 |
| * | | | | | ARM: 7466/1: disable interrupt before spinning endlessly | Shawn Guo | 2012-07-31 | 1 | -0/+2 |
| * | | | | | ARM: 7465/1: Handle >4GB memory sizes in device tree and mem=size@start option | Peter Maydell | 2012-07-29 | 2 | -5/+5 |
* | | | | | | Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2012-08-01 | 2 | -4/+22 |
|\ \ \ \ \ \ |
|
| * | | | | | | arm: da850: configure LCDC fifo threshold | Manjunathappa, Prakash | 2012-07-29 | 1 | -0/+1 |
| * | | | | | | Merge branch 'for-florian' of git://gitorious.org/linux-omap-dss2/linux into ... | Florian Tobias Schandinat | 2012-07-25 | 1 | -4/+21 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ARM: OMAP2PLUS: DSS: Disable LCD3 output when resetting DSS | Chandrabhanu Mahapatra | 2012-06-29 | 1 | -4/+21 |