summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mips: switch to generic sys_fork() and sys_clone()Al Viro2013-02-039-73/+23
* mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro2013-02-033-6/+3
* mips: no magic arguments for sysm_pipe()Al Viro2013-02-031-12/+6
* mips: don't bother with compat_sys_futex() wrappersAl Viro2013-02-033-9/+2
* mips: switch to generic compat rt_sigaction()Al Viro2013-02-034-54/+5
* mips: switch to generic compat sched_rr_get_interval()Al Viro2013-02-033-18/+2
* mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro2013-02-032-16/+4
* mips: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-034-18/+3
* mips: switch to generic compat rt_sigpending()Al Viro2013-02-034-19/+3
* mips: switch to generic compat rt_sigprocmask()Al Viro2013-02-034-24/+3
* switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-035-53/+2
* mips: switch to compat_sys_waitid()Al Viro2013-02-032-27/+1
* mips: switch to generic sigaltstackAl Viro2013-02-037-127/+20
* Merge commit '12890d0f61fc' into arch-mipsAl Viro2013-02-031-13/+6
|\
| * MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle2012-12-271-12/+5
| * MIPS: sysmips: Use unreachable().Ralf Baechle2012-12-271-1/+1
* | take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro2013-02-033-4/+0
* | mips: use sane prototype for sys_rt_sigsuspend()Al Viro2013-02-031-5/+1
* | generic sys_sigaction() and compat_sys_sigaction()Al Viro2013-02-031-0/+11
* | generic sys_compat_rt_sigaction()Al Viro2013-02-031-0/+3
* | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-0323-80/+27
* | consolidate declarations of k_sigactionAl Viro2013-02-0317-65/+2
* | old sigsuspend variants in kernel/signal.cAl Viro2013-02-031-0/+10
* | generic compat_sys_rt_sigqueueinfo()Al Viro2013-02-031-0/+3
* | generic compat_sys_rt_sigpending()Al Viro2013-02-031-0/+3
* | generic compat_sys_rt_sigprocmask()Al Viro2013-02-031-0/+3
* | sanitize rt_sigaction() situation a bitAl Viro2013-02-038-23/+12
* | ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov2013-01-201-27/+0
* | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-01-182-8/+0
|\ \
| * | xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.Andrew Cooper2013-01-161-1/+0
| * | Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling whil...Konrad Rzeszutek Wilk2013-01-151-7/+0
| * | Merge tag 'v3.7' into stable/for-linus-3.8Konrad Rzeszutek Wilk2013-01-15212-1165/+1908
| |\ \
* | \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2013-01-182-3/+7
|\ \ \ \
| * | | | m68k: fix conditional use of init_pointer_tableGreg Ungerer2013-01-071-3/+5
| * | | | m68knommu: add KMAP definitions for non-MMU definitionsGreg Ungerer2013-01-071-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-01-175-8/+33
|\ \ \ \ \
| * | | | | s390/time: fix sched_clock() overflowHeiko Carstens2013-01-163-2/+30
| * | | | | s390: use -fPIC for module compileMartin Schwidefsky2013-01-121-2/+2
| * | | | | s390/mm: fix pmd_pfn() for thpGerald Schaefer2013-01-121-4/+1
* | | | | | Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2013-01-165-7/+141
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'asoc-atmel-pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/g...Takashi Iwai2013-01-155-7/+141
| |\ \ \ \ \ \
| | * | | | | | ARM: at91/dts: add pinctrl support for SSC peripheralBo Shen2013-01-125-7/+141
* | | | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-01-161-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/kvm: Fix BUG in include/linux/kvm_host.h:745Christian Borntraeger2013-01-101-0/+2
* | | | | | | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2013-01-169-6/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sh: ecovec: add sample amixer settingsKuninori Morimoto2013-01-161-0/+10
| * | | | | | | | | sh: Fix up stack debugging build.Paul Mundt2013-01-141-0/+2
| * | | | | | | | | sh: wire up finit_module syscall.Paul Mundt2013-01-144-2/+6
| * | | | | | | | | sh: Fix FDPIC binary loaderThomas Schwinge2013-01-111-2/+2
| * | | | | | | | | sh: define TASK_UNMAPPED_BASE as a page aligned constantKuninori Morimoto2013-01-112-2/+2
| |/ / / / / / / /