summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-10-01frv: switch to generic kernel_execveAl Viro5-39/+10
2012-10-01frv: switch to generic sys_execve()Al Viro3-19/+2
2012-10-01frv: split ret_from_fork, simplify kernel_thread() a lotAl Viro5-100/+32
2012-10-01m68k: switch to generic sys_execve()/kernel_execve()Al Viro5-37/+9
2012-10-01m68k: split ret_from_fork(), simplify kernel_thread()Al Viro4-62/+36
2012-10-01m68k: always set stack frame format for ColdFire on thread startGreg Ungerer1-11/+12
2012-10-01powerpc: switch to generic sys_execve()/kernel_execve()Al Viro8-51/+21
2012-10-01powerpc: split ret_from_forkAl Viro8-84/+43
2012-10-01s390: convert to generic kernel_execve()Al Viro3-49/+13
2012-10-01s390: switch to generic kernel_thread()Al Viro3-40/+34
2012-10-01s390: fold kernel_thread_helper() into ret_from_fork()Al Viro3-16/+28
2012-10-01s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro9-61/+5
2012-10-01um: switch to generic kernel_thread()Al Viro3-16/+4
2012-10-01x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro17-158/+34
2012-10-01x86: split ret_from_forkAl Viro7-85/+67
2012-10-01alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro3-19/+14
2012-10-01alpha: switch to generic kernel_thread()Al Viro5-72/+31
2012-10-01alpha: switch to generic sys_execve()Al Viro3-30/+1
2012-10-01arm: get rid of execve wrapper, switch to generic execve() implementationAl Viro4-26/+2
2012-10-01arm: optimized current_pt_regs()Al Viro1-0/+5
2012-10-01arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro3-42/+13
2012-10-01arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro4-67/+26
2012-09-30preparation for generic kernel_thread()Al Viro1-0/+3
2012-09-20um: kill thread->forkingAl Viro7-66/+29
2012-09-20um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2-7/+5
2012-09-20um: don't leak floating point state and segment registers on execve()Al Viro1-0/+1
2012-09-20um: take cleaning singlestep to start_thread()Al Viro1-19/+5
2012-09-20don't bother exporting kernel_execve()Al Viro3-3/+0
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro1-1/+0
2012-09-20get rid of generic instances of asm/exec.hAl Viro36-195/+22
2012-09-20x86: get rid of TIF_IRET hackeryAl Viro5-17/+8
2012-09-19Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2-2/+2
2012-09-18sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling.Al Viro2-2/+2
2012-09-15Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds1-1/+1
2012-09-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+11
2012-09-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-32/+98
2012-09-13Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesOlof Johansson8-21/+125
2012-09-13Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds15-57/+151
2012-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds4-158/+69
2012-09-11ARM: clk-imx35: Fix SSI clock registrationFabio Estevam1-4/+2
2012-09-11ARM: clk-imx25: Fix SSI clock registrationFabio Estevam1-4/+2
2012-09-11kbuild: add symbol prefix arg to kallsymsJames Hogan1-1/+0
2012-09-11Merge tag 'kvm-3.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+29
2012-09-10arm: mm: fix DMA pool affiliation checkThomas Petazzoni1-1/+1
2012-09-10KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong2-6/+26
2012-09-09ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loopWill Deacon1-0/+1
2012-09-09ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault()Will Deacon1-2/+16
2012-09-09ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King4-21/+56
2012-09-09KVM: x86: Check INVPCID feature bit in EBX of leaf 7Ren, Yongjie1-2/+2
2012-09-09Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds4-11/+119