summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-01frv: switch to generic kernel_thread()Al Viro
2012-10-01frv: switch to generic kernel_execveAl Viro
2012-10-01frv: switch to generic sys_execve()Al Viro
2012-10-01frv: split ret_from_fork, simplify kernel_thread() a lotAl Viro
2012-10-01m68k: switch to generic sys_execve()/kernel_execve()Al Viro
2012-10-01m68k: split ret_from_fork(), simplify kernel_thread()Al Viro
2012-10-01m68k: always set stack frame format for ColdFire on thread startGreg Ungerer
2012-10-01powerpc: switch to generic sys_execve()/kernel_execve()Al Viro
2012-10-01powerpc: split ret_from_forkAl Viro
2012-10-01s390: convert to generic kernel_execve()Al Viro
2012-10-01s390: switch to generic kernel_thread()Al Viro
2012-10-01s390: fold kernel_thread_helper() into ret_from_fork()Al Viro
2012-10-01s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro
2012-10-01um: switch to generic kernel_thread()Al Viro
2012-10-01x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro
2012-10-01x86: split ret_from_forkAl Viro
2012-10-01alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro
2012-10-01alpha: switch to generic kernel_thread()Al Viro
2012-10-01alpha: switch to generic sys_execve()Al Viro
2012-10-01arm: get rid of execve wrapper, switch to generic execve() implementationAl Viro
2012-10-01arm: optimized current_pt_regs()Al Viro
2012-10-01arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro
2012-10-01arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro
2012-10-01generic sys_execve()Al Viro
2012-09-30generic kernel_execve()Al Viro
2012-09-30new helper: current_pt_regs()Al Viro
2012-09-30preparation for generic kernel_thread()Al Viro
2012-09-20um: kill thread->forkingAl Viro
2012-09-20um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro
2012-09-20um: don't leak floating point state and segment registers on execve()Al Viro
2012-09-20um: take cleaning singlestep to start_thread()Al Viro
2012-09-20don't bother exporting kernel_execve()Al Viro
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro
2012-09-20get rid of generic instances of asm/exec.hAl Viro
2012-09-20x86: get rid of TIF_IRET hackeryAl Viro
2012-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-09-19Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-09-19Merge tag 'rpmsg-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/oh...Linus Torvalds
2012-09-19Merge tag 'md-3.6-fixes' of git://neil.brown.name/mdLinus Torvalds
2012-09-19Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-09-19cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPUTejun Heo
2012-09-19workqueue: reimplement work_on_cpu() using system_wqTejun Heo
2012-09-19md: make sure metadata is updated when spares are activated or removed.NeilBrown
2012-09-19md/raid5: fix calculate of 'degraded' when a replacement becomes active.NeilBrown
2012-09-19Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_AC...NeilBrown
2012-09-18Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi
2012-09-18cciss: fix handling of protocol errorStephen M. Cameron
2012-09-18blk: add an upper sanity check on partition addingAlan Cox
2012-09-18sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling.Al Viro