summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-82/+167
2013-02-21sparc32: refactor smp bootSam Ravnborg6-78/+132
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-8/+10
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-02-20sparc64: Fix tsb_grow() in atomic context.David S. Miller1-4/+35
2013-02-18sparc idle: rename pm_idle to sparc_idleLen Brown4-8/+10
2013-02-09OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner1-2/+2
2013-01-22sparc: kernel/sbus.c: fix memory leakageCong Ding1-3/+3
2013-01-13sparc: remove __devinit, __devexit annotationsSam Ravnborg20-93/+86
2012-12-29sparc: 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-18compat: 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-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-358/+125
2012-12-12arch/sparc/kernel/sys_sparc_64.c: s/COLOUR/COLOR/Andrew Morton1-3/+3
2012-12-12mm: use vm_unmapped_area() on sparc64 architectureMichel Lespinasse1-114/+30
2012-12-12mm: 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-29flagday: don't pass regs to copy_thread()Al Viro2-5/+4
2012-11-29Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro10-351/+121
2012-11-19sparc64: 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-17Merge branch 'arch-microblaze' into no-rebasesAl Viro6-4/+40
2012-11-17Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro9-75/+207
2012-11-10sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson1-2/+4
2012-10-29sparc: Wire up sys_kcmp.David S. Miller2-2/+3
2012-10-29sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller3-8/+8
2012-10-28sparc64: Use pause instruction when available.David S. Miller3-0/+33
2012-10-27sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller8-49/+87
2012-10-17sparc32: switch to generic sys_execve()Al Viro2-44/+3
2012-10-17sparc32: switch to generic kernel_execve()Al Viro2-26/+9
2012-10-17sparc32: switch to generic kernel_thread()Al Viro2-79/+55
2012-10-17sparc32: bury the remnants of LOWSYS tricksAl Viro1-13/+2
2012-10-17sparc64: convert to generic execveAl Viro4-71/+9
2012-10-17sparc64: 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-15sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller1-4/+5
2012-10-15sparc64: switch to generic kernel_execve()Al Viro2-27/+5
2012-10-15sparc64: take fprs_write() and friends to start_thread()Al Viro2-13/+0
2012-10-15sparc64: switch to generic kernel_thread()Al Viro2-80/+38
2012-10-15sparc64: 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-13vfs: define struct filename and have getname() return itJeff Layton3-6/+6
2012-10-11sparc64: fix ptrace interaction with force_successful_syscall_return()Al Viro1-18/+14
2012-10-11sparc64: 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