aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-13um: Remove broken SMP supportGravatar Richard Weinberger 1-11/+0
2014-04-07asm/system.h: um: arch_align_stack() moved to asm/exec.hGravatar David Howells 1-1/+1
2013-11-17um: Get rid of thread_struct->saved_taskGravatar Richard Weinberger 1-13/+2
2013-04-17um: Use generic idle loopGravatar Richard Weinberger 1-23/+4
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 1-2/+1
2012-11-28um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Gravatar Al Viro 1-1/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+3
2012-10-12x86, um: convert to saner kernel_execve() semanticsGravatar Al Viro 1-7/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+3
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 1-4/+4
2012-09-30um: switch to generic kernel_thread()Gravatar Al Viro 1-14/+3
2012-09-27um: kill thread->forkingGravatar Al Viro 1-4/+4
2012-09-20um: kill thread->forkingGravatar Al Viro 1-4/+4
2012-08-02um: pull interrupt_end() into userspace()Gravatar Al Viro 1-8/+3
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsGravatar Al Viro 1-1/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Gravatar Al Viro 1-4/+1
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hGravatar Al Viro 1-1/+1
2012-05-21um: add TIF_NOTIFY_RESUMEGravatar Al Viro 1-1/+7
2012-04-10um: Use asm-generic/switch_to.hGravatar Richard Weinberger 1-5/+1
2012-03-25um: kill HOST_TASK_PIDGravatar Al Viro 1-2/+2
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Gravatar Frederic Weisbecker 1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopGravatar Frederic Weisbecker 1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicGravatar Frederic Weisbecker 1-2/+2
2011-11-02um: distribute exports to where exported stuff is definedGravatar Al Viro 1-0/+2
2011-11-02um: kill shared/tlb.hGravatar Al Viro 1-1/+1
2011-09-14um: Save FPU registers between task switchesGravatar Ingo van Lil 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2009-12-15uml: convert to seq_file/proc_fopsGravatar Alexey Dobriyan 1-10/+21
2009-04-02Simplify copy_thread()Gravatar Alexey Dobriyan 1-1/+1
2008-07-18nohz: prevent tick stop outside of the idle loopGravatar Thomas Gleixner 1-1/+1
2008-04-29proc: remove proc_root from driversGravatar Alexey Dobriyan 1-1/+1
2008-02-25sched: add declaration of sched_tail to sched.hGravatar Harvey Harrison 1-2/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTGravatar David Howells 1-4/+0
2008-02-05uml: style fixes in arch/um/kernelGravatar Jeff Dike 1-19/+22
2008-02-05uml: remove duplicate config symbol and unused file and variablesGravatar Karol Swietlicki 1-2/+2
2008-02-05uml: use ptrace directly in libc codeGravatar Jeff Dike 1-1/+1
2008-02-05uml: current.h cleanupGravatar Jeff Dike 1-4/+4
2008-02-05uml: header untanglingGravatar Jeff Dike 1-0/+8
2008-02-05uml: move um_virt_to_physGravatar Jeff Dike 1-43/+0
2008-02-05uml: remove unused variables in the context switcherGravatar Karol Swietlicki 1-11/+8
2008-02-05uml: const and other tidyingGravatar WANG Cong 1-3/+1
2008-02-05uml: implement get_wchanGravatar Jeff Dike 1-0/+35
2007-10-16uml: eliminate interrupts in the idle loopGravatar Jeff Dike 1-3/+4
2007-10-16uml: tickless supportGravatar Jeff Dike 1-0/+3
2007-10-16uml: fix timer switchingGravatar Jeff Dike 1-7/+2
2007-10-16uml: rename pt_regs general-purpose register fileGravatar Jeff Dike 1-2/+2
2007-10-16uml: style fixes pass 3Gravatar Jeff Dike 1-63/+47
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalGravatar Jeff Dike 1-21/+99
2007-10-16uml: throw out CHOOSE_MODEGravatar Jeff Dike 1-12/+7
2007-10-16uml: throw out CONFIG_MODE_TTGravatar Jeff Dike 1-7/+0