| Commit message (Expand) | Author | Age | Files | Lines |
* | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2012-12-19 | 2 | -3/+0 |
* | unify default ptrace_signal_deliver | Al Viro | 2012-11-29 | 1 | -2/+0 |
* | flagday: kill pt_regs argument of do_fork() | Al Viro | 2012-11-29 | 2 | -4/+2 |
* | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | 2 | -5/+4 |
*-. | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc... | Al Viro | 2012-11-28 | 20 | -376/+156 |
|\ \ |
|
| * \ | Merge branch 'arch-microblaze' into no-rebases | Al Viro | 2012-11-16 | 23 | -26/+166 |
| |\ \ |
|
| * \ \ | Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparc | Al Viro | 2012-11-16 | 18 | -90/+317 |
| |\ \ \ |
|
| * | | | | 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 tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-11-23 | 1 | -1/+4 |
|\ \ \ \ |
|
| * | | | | of/address: sparc: Declare of_iomap as an extern function for sparc again | Andreas Larsson | 2012-11-23 | 1 | -1/+4 |
| | |_|/
| |/| | |
|
* / | | | sparc64: not any error from do_sigaltstack() should fail rt_sigreturn() | Al Viro | 2012-11-18 | 1 | -3/+1 |
|/ / / |
|
* | | | sparc64: Fix build with mix of modular vs. non-modular crypto drivers. | David S. Miller | 2012-11-09 | 9 | -8/+24 |
* | | | sparc: Support atomic64_dec_if_positive properly. | David S. Miller | 2012-11-09 | 4 | -2/+20 |
* | | | of/address: sparc: Declare of_address_to_resource() as an extern function for... | Andreas Larsson | 2012-11-09 | 1 | -0/+5 |
* | | | sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irq | Andreas Larsson | 2012-11-09 | 1 | -2/+4 |
* | | | sparc: Wire up sys_kcmp. | David S. Miller | 2012-10-28 | 3 | -3/+5 |
* | | | sparc64: Improvde documentation and readability of atomic backoff code. | David S. Miller | 2012-10-28 | 5 | -10/+55 |
* | | | sparc64: Use pause instruction when available. | David S. Miller | 2012-10-27 | 5 | -16/+62 |
* | | | sparc64: Fix cpu strand yielding. | David S. Miller | 2012-10-27 | 2 | -2/+8 |
| |/
|/| |
|
* | | sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads. | David S. Miller | 2012-10-26 | 13 | -61/+117 |
* | | Merge tag 'uapi-fixes-20121017' of git://git.infradead.org/users/dhowells/lin... | Linus Torvalds | 2012-10-17 | 1 | -0/+4 |
|\ \ |
|
| * | | UAPI: Make arch/sparc/include/uapi/asm/sigcontext.h non-empty | David Howells | 2012-10-17 | 1 | -0/+4 |
| |/ |
|
* | | sparc64: Fix bit twiddling in sparc_pmu_enable_event(). | David S. Miller | 2012-10-16 | 1 | -2/+4 |
* | | sparc64: Add global PMU register dumping via sysrq. | David S. Miller | 2012-10-16 | 5 | -23/+187 |
* | | sparc64: Like x86 we should check current->mm during perf backtrace generation. | David S. Miller | 2012-10-14 | 1 | -4/+5 |
|/ |
|
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-14 | 3 | -24/+2 |
|\ |
|
| * | Make most arch asm/module.h files use asm-generic/module.h | David Howells | 2012-09-28 | 3 | -24/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2012-10-13 | 4 | -81/+221 |
|\ \ |
|
| * | | sparc64: fix ptrace interaction with force_successful_syscall_return() | Al Viro | 2012-10-10 | 1 | -18/+14 |
| * | | sparc64: Fix deficiencies in sun4v error reporting. | David S. Miller | 2012-10-10 | 3 | -63/+207 |
* | | | vfs: define struct filename and have getname() return it | Jeff Layton | 2012-10-12 | 3 | -6/+6 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-12 | 2 | -1/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | sanitize tsk_is_polling() | Al Viro | 2012-10-01 | 2 | -0/+5 |
| * | | bury _TIF_RESTORE_SIGMASK | Al Viro | 2012-10-01 | 1 | -1/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 2 | -6/+1 |
|\| | |
|
| * | | get rid of generic instances of asm/exec.h | Al Viro | 2012-09-20 | 2 | -6/+1 |
| |/ |
|
* | | UAPI: (Scripted) Disintegrate arch/sparc/include/asm | David Howells | 2012-10-09 | 61 | -1843/+1951 |
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-10-09 | 17 | -300/+748 |
|\ \ |
|
| * | | sparc64: Support transparent huge pages. | David Miller | 2012-10-09 | 14 | -110/+582 |
| * | | sparc64: Document PGD and PMD layout. | David Miller | 2012-10-09 | 2 | -8/+16 |
| * | | sparc64: Eliminate PTE table memory wastage. | David Miller | 2012-10-09 | 5 | -44/+123 |
| * | | sparc64: Halve the size of PTE tables | David Miller | 2012-10-09 | 2 | -19/+9 |