aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-1/+1
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-1/+1
2008-02-25sched: add declaration of sched_tail to sched.hHarvey Harrison1-2/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells1-4/+0
2008-02-05uml: style fixes in arch/um/kernelJeff Dike1-19/+22
2008-02-05uml: remove duplicate config symbol and unused file and variablesKarol Swietlicki1-2/+2
2008-02-05uml: use ptrace directly in libc codeJeff Dike1-1/+1
2008-02-05uml: current.h cleanupJeff Dike1-4/+4
2008-02-05uml: header untanglingJeff Dike1-0/+8
2008-02-05uml: move um_virt_to_physJeff Dike1-43/+0
2008-02-05uml: remove unused variables in the context switcherKarol Swietlicki1-11/+8
2008-02-05uml: const and other tidyingWANG Cong1-3/+1
2008-02-05uml: implement get_wchanJeff Dike1-0/+35
2007-10-16uml: eliminate interrupts in the idle loopJeff Dike1-3/+4
2007-10-16uml: tickless supportJeff Dike1-0/+3
2007-10-16uml: fix timer switchingJeff Dike1-7/+2
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike1-2/+2
2007-10-16uml: style fixes pass 3Jeff Dike1-63/+47
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-21/+99
2007-10-16uml: throw out CHOOSE_MODEJeff Dike1-12/+7
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-7/+0
2007-10-16uml: stop specially protecting kernel stacksJeff Dike1-3/+2
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike1-16/+0
2007-05-07uml: kernel_thread shouldn't panicJeff Dike1-2/+0
2007-05-07uml: remove page_size()Jeff Dike1-5/+0
2007-05-07uml: tidy process.cJeff Dike1-83/+35
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-05-07uml: create as-layout.hJeff Dike1-0/+1
2006-10-20[PATCH] uml: split memory allocation prototypes out of user.hPaolo 'Blaisorblade' Giarrusso1-0/+1
2006-09-27[PATCH] uml: file renamingJeff Dike1-0/+483
2005-09-05[PATCH] uml: move libc-dependent startup and signal codeGennady Sharapov1-439/+0
2005-07-28[PATCH] uml: fix TT mode by reverting "use fork instead of clone"Jeff Dike1-19/+29
2005-07-27[PATCH] uml: add skas0 command-line optionPaolo 'Blaisorblade' Giarrusso1-10/+25
2005-07-07[PATCH] uml: skas0 - separate kernel address space on stock hostsJeff Dike1-12/+16
2005-06-13[PATCH] uml: use fork instead of cloneJeff Dike1-29/+19
2005-06-13[PATCH] uml: remove duplicate includesJeff Dike1-1/+0
2005-05-05[PATCH] uml: Fix SIGWINCH relayingJeff Dike1-2/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+423