| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | unicore32: drop unused Kconfig symbols | Paul Bolle | 2011-11-15 | 1 | -14/+0 |
| * | | | | | arch/unicore32: do not use EXTRA_AFLAGS or EXTRA_CFLAGS | Arnaud Lacombe | 2011-11-15 | 1 | -2/+2 |
| * | | | | | unicore32: fix build error for find bitops | Guan Xuetao | 2011-11-15 | 3 | -14/+16 |
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2011-11-18 | 24 | -108/+149 |
|\ \ \ \ \ \ |
|
| * | | | | | | powerpc/signal32: Fix sigset_t conversion when copying to user | Will Deacon | 2011-11-17 | 1 | -1/+1 |
| * | | | | | | powerpc: Fix atomic_xxx_return barrier semantics | Benjamin Herrenschmidt | 2011-11-17 | 4 | -35/+40 |
| * | | | | | | powerpc: Remove buggy 9-year-old test for binutils < 2.12.1 | Kyle Moffett | 2011-11-17 | 1 | -6/+0 |
| * | | | | | | powerpc/book3e-64: Fix debug support for userspace | Kumar Gala | 2011-11-17 | 2 | -23/+1 |
| * | | | | | | powerpc: Remove extraneous CONFIG_PPC_ADV_DEBUG_REGS define | Kumar Gala | 2011-11-17 | 1 | -2/+0 |
| * | | | | | | powerpc: Revert show_regs() define for readability | Kumar Gala | 2011-11-17 | 1 | -1/+1 |
| * | | | | | | powerpc/ps3: Fix SMP lockdep boot warning | Geoff Levand | 2011-11-16 | 1 | -32/+32 |
| * | | | | | | powerpc/ps3: Fix lost SMP IPIs | Geoff Levand | 2011-11-16 | 3 | -1/+25 |
| * | | | | | | powerpc: Add hvcall.h include to book3s_hv.c | Michael Neuling | 2011-11-16 | 1 | -0/+1 |
| * | | | | | | powerpc/trace: Add a dummy stack frame for trace_hardirqs_off | Kevin Hao | 2011-11-16 | 1 | -0/+15 |
| * | | | | | | powerpc: Copy down exception vectors after feature fixups | Anton Blanchard | 2011-11-16 | 6 | -2/+28 |
| * | | | | | | powerpc: panic if we can't instantiate RTAS | Anton Blanchard | 2011-11-16 | 1 | -4/+2 |
| * | | | | | | powerpc/4xx: Fix typos in kexec config dependencies | Suzuki Poulose | 2011-11-16 | 2 | -2/+2 |
| * | | | | | | powerpc/fsl: MCU_MPC8349EMITX wants I2C built-in, modular won't do... | Al Viro | 2011-11-16 | 1 | -1/+1 |
| * | | | | | | powerpc: Fix build breakage in jump_label.c | Al Viro | 2011-11-16 | 1 | -0/+2 |
* | | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2011-11-16 | 13 | -17/+96 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | [S390] topology: fix topology on z10 machines | Heiko Carstens | 2011-11-14 | 1 | -7/+38 |
| * | | | | | | | [S390] crypto: avoid MSA3 and MSA4 instructions in ESA mode | Jan Glauber | 2011-11-14 | 1 | -2/+5 |
| * | | | | | | | [S390] avoid STCKF if running in ESA mode | Jan Glauber | 2011-11-14 | 3 | -1/+6 |
| * | | | | | | | [S390] zfcpdump: Do not initialize zfcpdump in kdump mode | Michael Holzheu | 2011-11-14 | 1 | -1/+3 |
| * | | | | | | | [S390] Kconfig: Select CONFIG_KEXEC for CONFIG_CRASH_DUMP | Michael Holzheu | 2011-11-14 | 1 | -0/+1 |
| * | | | | | | | [S390] incorrect note program header | Martin Schwidefsky | 2011-11-14 | 1 | -0/+2 |
| * | | | | | | | [S390] pfault: ignore leftover completion interrupts | Heiko Carstens | 2011-11-14 | 1 | -2/+7 |
| * | | | | | | | [S390] fix pgste update logic | Martin Schwidefsky | 2011-11-14 | 1 | -3/+9 |
| * | | | | | | | [S390] wire up process_vm syscalls | Heiko Carstens | 2011-11-14 | 3 | -1/+25 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2011-11-15 | 31 | -330/+80 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | MIPS: lantiq: use export.h in favour of module.h | John Crispin | 2011-11-14 | 15 | -13/+15 |
| * | | | | | | MIPS: Fix build error due to missing inclusion of <linux/export.h>. | Ralf Baechle | 2011-11-11 | 1 | -0/+1 |
| * | | | | | | MIPS: ASID conflict after CPU hotplug | Maksim Rayskiy | 2011-11-10 | 1 | -1/+2 |
| * | | | | | | MIPS: Octeon: Fix compile error in arch/mips/cavium-octeon/flash_setup.c | David Daney | 2011-11-10 | 1 | -7/+2 |
| * | | | | | | MIPS: errloongson2_clock: Fix build error by including linux/module.h | Aaro Koskinen | 2011-11-10 | 1 | -0/+1 |
| * | | | | | | MIPS: Hook up process_vm_readv and process_vm_writev system calls. | David Daney | 2011-11-09 | 5 | -6/+20 |
| * | | | | | | MIPS: Kernel hangs occasionally during boot. | Al Cooper | 2011-11-08 | 1 | -19/+19 |
| * | | | | | | MIPS: Octeon: Mark SMP-IPI interrupt as IRQF_NO_THREAD | Venkat Subbiah | 2011-11-08 | 1 | -2/+3 |
| * | | | | | | MIPS: BCM47xx: fix build with GENERIC_GPIO configuration | Florian Fainelli | 2011-11-08 | 1 | -3/+15 |
| * | | | | | | MIPS: NXP: Remove unused source files. | Ralf Baechle | 2011-11-08 | 2 | -277/+0 |
| * | | | | | | MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size check | Thomas Jarosch | 2011-11-08 | 2 | -2/+2 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Linus Torvalds | 2011-11-15 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | fsl-rio: fix compile error | Liu Gang | 2011-11-14 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | blackfin: Fixup export.h includes | Lars-Peter Clausen | 2011-11-14 | 8 | -7/+8 |
* | | | | | | Blackfin: add serial TX IRQ in individual platform resource | Sonic Zhang | 2011-11-14 | 28 | -49/+296 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 2011-11-14 | 12 | -523/+324 |
|\ \ \ \ \ |
|
| * | | | | | ARM: mach-shmobile: cpuidle single/global and last_state fixes | Magnus Damm | 2011-11-11 | 3 | -40/+30 |
| * | | | | | ARM: mach-shmobile: move helper macro PORTCR to sh_pfc.h | Kuninori Morimoto | 2011-11-11 | 4 | -61/+0 |
| * | | | | | ARM: mach-shmobile: move helper macro PORT_xx to sh_pfc.h | Kuninori Morimoto | 2011-11-11 | 4 | -197/+117 |
| * | | | | | ARM: mach-shmobile: move helper macro PORT_DATA_xx to sh_pfc.h | Kuninori Morimoto | 2011-11-11 | 4 | -212/+115 |