summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells2014-04-081-1/+1
* um: Get rid of thread_struct->saved_taskRichard Weinberger2013-11-171-13/+2Star
* um: Use generic idle loopRichard Weinberger2013-04-171-23/+4Star
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+1Star
* um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro2012-11-291-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-7/+3Star
|\
| * x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-121-7/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-14/+3Star
|\|
| * um: switch to generic kernel_thread()Al Viro2012-10-011-14/+3Star
| * um: kill thread->forkingAl Viro2012-09-201-4/+4
* | um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-4/+4
* | um: kill thread->forkingAl Viro2012-09-271-4/+4
|/
* um: pull interrupt_end() into userspace()Al Viro2012-08-021-8/+3Star
* um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro2012-08-011-1/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-4/+1Star
* um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro2012-05-211-1/+1
* um: add TIF_NOTIFY_RESUMEAl Viro2012-05-211-1/+7
* um: Use asm-generic/switch_to.hRichard Weinberger2012-04-101-5/+1Star
* um: kill HOST_TASK_PIDAl Viro2012-03-251-2/+2
* nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
* nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
* nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
* um: distribute exports to where exported stuff is definedAl Viro2011-11-021-0/+2
* um: kill shared/tlb.hAl Viro2011-11-021-1/+1
* um: Save FPU registers between task switchesIngo van Lil2011-09-151-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* uml: convert to seq_file/proc_fopsAlexey Dobriyan2009-12-151-10/+21
* Simplify copy_thread()Alexey Dobriyan2009-04-031-1/+1
* nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
* proc: remove proc_root from driversAlexey Dobriyan2008-04-291-1/+1
* sched: add declaration of sched_tail to sched.hHarvey Harrison2008-02-251-2/+0Star
* aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2008-02-081-4/+0Star
* uml: style fixes in arch/um/kernelJeff Dike2008-02-051-19/+22
* uml: remove duplicate config symbol and unused file and variablesKarol Swietlicki2008-02-051-2/+2
* uml: use ptrace directly in libc codeJeff Dike2008-02-051-1/+1
* uml: current.h cleanupJeff Dike2008-02-051-4/+4
* uml: header untanglingJeff Dike2008-02-051-0/+8
* uml: move um_virt_to_physJeff Dike2008-02-051-43/+0Star
* uml: remove unused variables in the context switcherKarol Swietlicki2008-02-051-11/+8Star
* uml: const and other tidyingWANG Cong2008-02-051-3/+1Star
* uml: implement get_wchanJeff Dike2008-02-051-0/+35
* uml: eliminate interrupts in the idle loopJeff Dike2007-10-161-3/+4
* uml: tickless supportJeff Dike2007-10-161-0/+3
* uml: fix timer switchingJeff Dike2007-10-161-7/+2Star
* uml: rename pt_regs general-purpose register fileJeff Dike2007-10-161-2/+2
* uml: style fixes pass 3Jeff Dike2007-10-161-63/+47Star
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-21/+99
* uml: throw out CHOOSE_MODEJeff Dike2007-10-161-12/+7Star
* uml: throw out CONFIG_MODE_TTJeff Dike2007-10-161-7/+0Star
* uml: stop specially protecting kernel stacksJeff Dike2007-10-161-3/+2Star