summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-23172-4626/+830
|\
| * x86: convert to ksignalAl Viro2013-02-143-85/+74
| * sparc: convert to ksignalAl Viro2013-02-143-254/+164
| * arm: switch to struct ksignal * passingAl Viro2013-02-141-61/+47
| * alpha: pass k_sigaction and siginfo_t using ksignal pointerAl Viro2013-02-141-66/+45
| * burying unused conditionalsAl Viro2013-02-1451-121/+0
| *-------------------------------------------------. Merge branches 'arch-alpha', 'arch-arm', 'arch-arm64', 'arch-avr32', 'arch-bl...Al Viro2013-02-14148-3926/+494
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | | | | | | | * xtensa: switch to generic sigaltstackAl Viro2013-02-034-18/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: switch to generic old sigactionAl Viro2013-02-0311-148/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: switch to generic compat rt_sigaction()Al Viro2013-02-036-89/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: switch to generic compat sched_rr_get_interval()Al Viro2013-02-033-21/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86,um: switch to generic old sigsuspend()Al Viro2013-02-038-31/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-035-18/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: switch to generic compat rt_sigpending()Al Viro2013-02-035-27/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-035-32/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-039-55/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-037-24/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | * | amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()Al Viro2013-02-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | | | | | | | * / unicore32: switch to generic sigaltstackAl Viro2013-02-033-15/+3
| | | | | | | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | | | | | | * | tile: switch to generic compat rt_sigaction()Al Viro2013-02-033-53/+1
| | | | | | | | | | | | | | | | | | | | | | | | * | tile: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-033-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | * | tile: switch to generic compat rt_sig{procmask,pending}()Al Viro2013-02-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * | tile: switch to generic sigaltstackAl Viro2013-02-035-63/+5
| | | | | | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: switch to generic old sigsuspendAl Viro2013-02-034-15/+1
| | | | | | | | | | | | | | | | | | | | | | | * | 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-036-69/+13
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINEAl Viro2013-02-032-17/+8
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-032-16/+1
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: switch to generic compat rt_sigpending()Al Viro2013-02-033-25/+2
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: switch to generic compat rt_sigprocmask(2)Al Viro2013-02-032-40/+1
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: bury the sys_sigpause() remainsAl Viro2013-02-033-18/+2
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: switch to generic sigaltstackAl Viro2013-02-038-84/+11
| | | | | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | | | | * | sh: switch to generic old sigaction()Al Viro2013-02-035-66/+3
| | | | | | | | | | | | | | | | | | | | | | * | sh: switch to generic old sigsuspend()Al Viro2013-02-034-23/+1
| | | | | | | | | | | | | | | | | | | | | | * | sh: switch to generic sigaltstackAl Viro2013-02-034-38/+5
| | | | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | | | * / score: switch to generic sigaltstackAl Viro2013-02-034-25/+3
| | | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | | * | s390: kill useless wrappersAl Viro2013-02-032-161/+22
| | | | | | | | | | | | | | | | | | | | * | s390: switch to generic old sigaction()Al Viro2013-02-037-89/+3
| | | | | | | | | | | | | | | | | | | | * | s390: switch to generic compat rt_sigactionAl Viro2013-02-034-49/+2
| | | | | | | | | | | | | | | | | | | | * | s390: switch to generic compat sched_rr_get_interval()Al Viro2013-02-033-19/+1
| | | | | | | | | | | | | | | | | | | | * | s390: switch to generic old sigsuspendAl Viro2013-02-033-11/+1
| | | | | | | | | | | | | | | | | | | | * | s390: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-034-17/+2
| | | | | | | | | | | | | | | | | | | | * | s390: switch to generic compat rt_sigpending()Al Viro2013-02-034-22/+2
| | | | | | | | | | | | | | | | | | | | * | s390: switch to generic compat rt_sigprocmask(2)Al Viro2013-02-034-32/+2
| | | | | | | | | | | | | | | | | | | | * | s390: switch to generic sigaltstackAl Viro2013-02-037-83/+7
| | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | * | powerpc: trim the crap from syscalls.hAl Viro2013-02-031-5/+0
| | | | | | | | | | | | | | | | | | | * | powerpc: switch to generic old sigaction()Al Viro2013-02-034-75/+3
| | | | | | | | | | | | | | | | | | | * | powerpc: switch to generic compat rt_sigaction()Al Viro2013-02-033-39/+1