Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | | ia64: switch to generic kernel_thread()/kernel_execve() | Al Viro | 2012-10-19 | 5 | -107/+82 | |
| | | * | | | | | | | | | | ia64: don't mess with ar_bspstore in kernel_thread() | Al Viro | 2012-10-14 | 1 | -5/+4 | |
| | | * | | | | | | | | | | ia64: dead code in copy_thread() since 2004 | Al Viro | 2012-10-14 | 1 | -9/+0 | |
| | | * | | | | | | | | | | ia64: clone() had been unused since 2004 | Al Viro | 2012-10-14 | 1 | -6/+0 | |
| | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge branch 'arch-openrisc' into no-rebases | Al Viro | 2012-11-16 | 4 | -133/+77 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | openrisc: use generic sys_execve | Jonas Bonn | 2012-10-19 | 3 | -28/+2 | |
| | | * | | | | | | | | | | openrisc: use generic kernel_thread/kernel_execve | Jonas Bonn | 2012-10-19 | 3 | -102/+68 | |
| | | * | | | | | | | | | | openrisc: pass correct arg to schedule_tail | Jonas Bonn | 2012-10-19 | 2 | -3/+7 | |
| | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge branch 'execve' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarin... | Al Viro | 2012-10-17 | 10 | -157/+33 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | Merge branch 'arch-m68k' into no-rebases | Al Viro | 2012-10-17 | 3 | -8/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | m68k: switch to saner kernel_execve() semantics | Al Viro | 2012-10-17 | 3 | -8/+1 | |
| | | | |/ / / / / / / / | | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | Merge branch 'arch-sparc' into no-rebases | Al Viro | 2012-10-17 | 20 | -376/+156 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | | sparc32: switch to generic sys_execve() | Al Viro | 2012-10-16 | 4 | -49/+4 | |
| | | * | | | | | | | | | sparc32: switch to generic kernel_execve() | Al Viro | 2012-10-16 | 4 | -27/+13 | |
| | | * | | | | | | | | | sparc32: switch to generic kernel_thread() | Al Viro | 2012-10-16 | 4 | -81/+56 | |
| | | * | | | | | | | | | sparc32: bury the remnants of LOWSYS tricks | Al Viro | 2012-10-16 | 1 | -13/+2 | |
| | | * | | | | | | | | | sparc64: convert to generic execve | Al Viro | 2012-10-16 | 6 | -71/+12 | |
| | | * | | | | | | | | | sparc64: switch to generic kernel_execve() | Al Viro | 2012-10-14 | 3 | -27/+6 | |
| | | * | | | | | | | | | sparc64: take fprs_write() and friends to start_thread() | Al Viro | 2012-10-14 | 3 | -13/+9 | |
| | | * | | | | | | | | | sparc64: switch to generic kernel_thread() | Al Viro | 2012-10-14 | 5 | -82/+42 | |
| | | * | | | | | | | | | sparc64: clear syscall_noerror on the entry to syscall, not on the exit | Al Viro | 2012-10-14 | 9 | -30/+29 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Merge branch 'arch-mips' into no-rebases | Al Viro | 2012-10-17 | 11 | -120/+39 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | mips: switch to saner kernel_execve() semantics | Al Viro | 2012-10-15 | 3 | -12/+2 | |
| | | * | | | | | | | | | MIPS: Switch over to generic sys_execve and kernel_execve. | Ralf Baechle | 2012-10-14 | 7 | -76/+19 | |
| | | * | | | | | | | | | mips: switch to generic kernel_thread() | Al Viro | 2012-10-14 | 5 | -44/+30 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | c6x: switch to saner kernel_execve() semantics | Al Viro | 2012-10-15 | 3 | -12/+2 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | generic sys_fork / sys_vfork / sys_clone | Al Viro | 2012-11-28 | 3 | -4/+60 | |
| * | | | | | | | | | alpha: reorganize copy_process(), prepare to saner fork_idle() | Al Viro | 2012-11-28 | 1 | -21/+14 | |
| * | | | | | | | | | alpha: don't pass useless arguments to do_{,rt_},sigreturn() | Al Viro | 2012-11-28 | 2 | -12/+8 | |
| * | | | | | | | | | alpha: simplify fork and friends | Al Viro | 2012-11-28 | 2 | -19/+14 | |
| * | | | | | | | | | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what... | Al Viro | 2012-11-28 | 1 | -1/+1 | |
| * | | | | | | | | | um: don't bother with passing sp to do_fork() for fork(2)/vfork(2) | Al Viro | 2012-11-28 | 1 | -6/+2 | |
| * | | | | | | | | | kill daemonize() | Al Viro | 2012-11-28 | 7 | -128/+1 | |
* | | | | | | | | | | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-12-12 | 86 | -1322/+2500 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'next/board-samsung-2' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2012-11-30 | 1 | -2/+18 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | ARM: S3C64XX: Add dummy supplies for Glenfarclas LDOs | Mark Brown | 2012-11-28 | 1 | -0/+10 | |
| | * | | | | | | | | | | ARM: S3C64XX: Add registration of WM2200 Bells device on Cragganmore | Mark Brown | 2012-11-28 | 1 | -2/+8 | |
| * | | | | | | | | | | | Merge tag 'orion_boards_for_3.8' of git://git.infradead.org/users/jcooper/lin... | Olof Johansson | 2012-11-26 | 37 | -174/+1630 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | ARM: kirkwood: Add Plat'Home OpenBlocks A6 support | Nobuhiro Iwamatsu | 2012-11-22 | 8 | -1/+131 | |
| | * | | | | | | | | | | | ARM: Dove: update defconfig | Sebastian Hesselbarth | 2012-11-21 | 1 | -0/+24 | |
| | * | | | | | | | | | | | ARM: Kirkwood: update defconfig for new boards | Jason Cooper | 2012-11-21 | 1 | -1/+2 | |
| | * | | | | | | | | | | | arm: orion5x: add DT related options in defconfig | Thomas Petazzoni | 2012-11-21 | 1 | -1/+3 | |
| | * | | | | | | | | | | | arm: orion5x: convert 'LaCie Ethernet Disk mini v2' to Device Tree | Thomas Petazzoni | 2012-11-21 | 7 | -91/+72 | |
| | * | | | | | | | | | | | arm: orion5x: basic Device Tree support | Thomas Petazzoni | 2012-11-21 | 6 | -2/+187 | |
| | * | | | | | | | | | | | arm: orion5x: mechanical defconfig update | Thomas Petazzoni | 2012-11-21 | 1 | -24/+8 | |
| | * | | | | | | | | | | | ARM: kirkwood: Add support for the MPL CEC4 | Stefan Peter | 2012-11-21 | 8 | -0/+219 | |
| | * | | | | | | | | | | | arm: kirkwood: add support for ZyXEL NSA310 | Tero Jaasko | 2012-11-21 | 7 | -0/+269 | |
| | * | | | | | | | | | | | ARM: Kirkwood: new board USI Topkick | Jason Cooper | 2012-11-21 | 8 | -0/+187 | |
| | * | | | | | | | | | | | ARM: kirkwood: use gpio-fan DT binding on lsxl | Michael Walle | 2012-11-21 | 2 | -51/+11 | |
| | * | | | | | | | | | | | ARM: Kirkwood: add Netspace boards to defconfig | Jason Cooper | 2012-11-21 | 1 | -0/+5 |