summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-01-12sparc: remove __devinit, __devexit annotationsSam Ravnborg20-93/+86
2012-12-28sparc: Hook up finit_module syscall.David S. Miller2-3/+3
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-14/+0
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell1-4/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-358/+125
2012-12-11arch/sparc/kernel/sys_sparc_64.c: s/COLOUR/COLOR/Andrew Morton1-3/+3
2012-12-11mm: use vm_unmapped_area() on sparc64 architectureMichel Lespinasse1-114/+30
2012-12-11mm: use vm_unmapped_area() on sparc32 architectureMichel Lespinasse1-18/+9
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2012-12-03sparc64: exit_group should kill register windows just like plain exit.David S. Miller3-4/+14
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro2-4/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro2-5/+4
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro10-351/+121
2012-11-18sparc64: not any error from do_sigaltstack() should fail rt_sigreturn()Al Viro1-3/+1
2012-11-17drivers/of: Constify device_node->name and ->path_component_nameGrant Likely1-1/+1
2012-11-16Merge branch 'arch-microblaze' into no-rebasesAl Viro6-4/+40
2012-11-16Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro9-75/+207
2012-11-09sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson1-2/+4
2012-10-28sparc: Wire up sys_kcmp.David S. Miller2-2/+3
2012-10-28sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller3-8/+8
2012-10-27sparc64: Use pause instruction when available.David S. Miller3-0/+33
2012-10-26sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller8-49/+87
2012-10-16sparc32: switch to generic sys_execve()Al Viro2-44/+3
2012-10-16sparc32: switch to generic kernel_execve()Al Viro2-26/+9
2012-10-16sparc32: switch to generic kernel_thread()Al Viro2-79/+55
2012-10-16sparc32: bury the remnants of LOWSYS tricksAl Viro1-13/+2
2012-10-16sparc64: convert to generic execveAl Viro4-71/+9
2012-10-16sparc64: Fix bit twiddling in sparc_pmu_enable_event().David S. Miller1-2/+4
2012-10-16sparc64: Add global PMU register dumping via sysrq.David S. Miller2-20/+111
2012-10-14sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller1-4/+5
2012-10-14sparc64: switch to generic kernel_execve()Al Viro2-27/+5
2012-10-14sparc64: take fprs_write() and friends to start_thread()Al Viro2-13/+0
2012-10-14sparc64: switch to generic kernel_thread()Al Viro2-80/+38
2012-10-14sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro4-10/+12
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-79/+216
2012-10-12vfs: define struct filename and have getname() return itJeff Layton3-6/+6
2012-10-10sparc64: fix ptrace interaction with force_successful_syscall_return()Al Viro1-18/+14
2012-10-10sparc64: Fix deficiencies in sun4v error reporting.David S. Miller1-61/+202
2012-10-09sparc64: Support transparent huge pages.David Miller2-7/+4
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2012-10-05Revert strace hiccups fix.David S. Miller3-19/+22
2012-10-05sparc64: Niagara-4 bzero/memset, plus use MRU stores in page copy.David S. Miller1-1/+1
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-52/+0
2012-10-04sparc64: Fix strace hiccups when force_successful_syscall() triggers.Al Viro1-18/+13
2012-10-04sparc64: Rearrange thread info to cheaply clear syscall noerror state.Al Viro3-6/+8
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-3/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-47/+1
2012-10-02sparc: fix format string argument for prom_printf()Akinobu Mita3-3/+3