summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | sparc: COMPAT_SYSCALL_DEFINE does all sign-extension as well as SYSCALL_DEFINEAl Viro2013-02-032-18/+8
| * | sparc: kill sign-extending wrappers for native syscallsAl Viro2013-02-033-150/+40
| * | kill sparc32_open()Al Viro2013-02-032-11/+1
| * | sparc: switch to use of generic old sigactionAl Viro2013-02-034-68/+10
| * | sparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-17/+7
| * | sparc: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-031-16/+0
| * | sparc: switch to generic compat rt_sigpending()Al Viro2013-02-032-25/+1
| * | sparc: switch to generic compat rt_sigprocmask(2)Al Viro2013-02-031-40/+0
| * | sparc: bury the sys_sigpause() remainsAl Viro2013-02-033-18/+2
| * | sparc: switch to generic sigaltstackAl Viro2013-02-036-78/+10
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-1/+1
| * | sanitize rt_sigaction() situation a bitAl Viro2013-02-031-6/+5
| |/
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+1
|\ \
| * | sparc: explicitly include sched.h to get task_thread_info declarationStephen Rothwell2013-02-061-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-02-207-82/+167
|\ \
| * | sparc32: refactor smp bootSam Ravnborg2013-02-206-78/+132
| * | sparc64: Fix tsb_grow() in atomic context.David S. Miller2013-02-201-4/+35
* | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-204-8/+10
|\ \ \
| * | | sparc idle: rename pm_idle to sparc_idleLen Brown2013-02-174-8/+10
| | |/ | |/|
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-201-2/+2
|\ \ \ | |_|/ |/| |
| * | OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner2013-02-081-2/+2
| |/
* | sparc: kernel/sbus.c: fix memory leakageCong Ding2013-01-211-3/+3
|/
* sparc: remove __devinit, __devexit annotationsSam Ravnborg2013-01-1220-93/+86
* sparc: Hook up finit_module syscall.David S. Miller2012-12-282-3/+3
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-4/+0
|\
| * modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-4/+0
* | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-171-14/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-1210-358/+125
|\ \
| * | flagday: kill pt_regs argument of do_fork()Al Viro2012-11-292-4/+2
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-282-5/+4
| | |
| | \
| *-. \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-2810-351/+121
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-166-4/+40
| | |\ \
| | * \ \ Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro2012-11-169-75/+207
| | |\ \ \
| | * | | | sparc32: switch to generic sys_execve()Al Viro2012-10-162-44/+3
| | * | | | sparc32: switch to generic kernel_execve()Al Viro2012-10-162-26/+9
| | * | | | sparc32: switch to generic kernel_thread()Al Viro2012-10-162-79/+55
| | * | | | sparc32: bury the remnants of LOWSYS tricksAl Viro2012-10-161-13/+2
| | * | | | sparc64: convert to generic execveAl Viro2012-10-164-71/+9
| | * | | | sparc64: switch to generic kernel_execve()Al Viro2012-10-142-27/+5
| | * | | | sparc64: take fprs_write() and friends to start_thread()Al Viro2012-10-142-13/+0
| | * | | | sparc64: switch to generic kernel_thread()Al Viro2012-10-142-80/+38
| | * | | | sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro2012-10-144-10/+12
| | | |_|/ | | |/| |
* | | | | arch/sparc/kernel/sys_sparc_64.c: s/COLOUR/COLOR/Andrew Morton2012-12-111-3/+3
* | | | | mm: use vm_unmapped_area() on sparc64 architectureMichel Lespinasse2012-12-111-114/+30
* | | | | mm: use vm_unmapped_area() on sparc32 architectureMichel Lespinasse2012-12-111-18/+9
* | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-1/+1
|\ \ \ \ \
| * | | | | drivers/of: Constify device_node->name and ->path_component_nameGrant Likely2012-11-171-1/+1
| | |_|_|/ | |/| | |
* | | | | sparc64: exit_group should kill register windows just like plain exit.David S. Miller2012-12-033-4/+14
| |/ / / |/| | |
* | | | sparc64: not any error from do_sigaltstack() should fail rt_sigreturn()Al Viro2012-11-181-3/+1
|/ / /
* | | sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson2012-11-091-2/+4