summaryrefslogtreecommitdiff
path: root/arch/um/kernel/process.c
AgeCommit message (Expand)Author
2019-08-04um: Fix FP register size for XSTATE/XSAVEThomas Meyer
2016-05-27Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-21um: add extended processor state save/restore supportEli Cooper
2016-05-20exit_thread: remove empty bodiesJiri Slaby
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov
2015-07-07um: Fix do_signal() prototypeIngo Molnar
2015-04-13um: Remove broken SMP supportRichard Weinberger
2014-04-07asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells
2013-11-17um: Get rid of thread_struct->saved_taskRichard Weinberger
2013-04-17um: Use generic idle loopRichard Weinberger
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-09-30um: switch to generic kernel_thread()Al Viro
2012-09-27um: kill thread->forkingAl Viro
2012-09-20um: kill thread->forkingAl Viro
2012-08-02um: pull interrupt_end() into userspace()Al Viro
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro
2012-05-21um: add TIF_NOTIFY_RESUMEAl Viro
2012-04-10um: Use asm-generic/switch_to.hRichard Weinberger
2012-03-25um: kill HOST_TASK_PIDAl Viro
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker
2011-11-02um: distribute exports to where exported stuff is definedAl Viro
2011-11-02um: kill shared/tlb.hAl Viro
2011-09-14um: Save FPU registers between task switchesIngo van Lil
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15uml: convert to seq_file/proc_fopsAlexey Dobriyan
2009-04-02Simplify copy_thread()Alexey Dobriyan
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner
2008-04-29proc: remove proc_root from driversAlexey Dobriyan
2008-02-25sched: add declaration of sched_tail to sched.hHarvey Harrison
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells
2008-02-05uml: style fixes in arch/um/kernelJeff Dike
2008-02-05uml: remove duplicate config symbol and unused file and variablesKarol Swietlicki
2008-02-05uml: use ptrace directly in libc codeJeff Dike
2008-02-05uml: current.h cleanupJeff Dike
2008-02-05uml: header untanglingJeff Dike
2008-02-05uml: move um_virt_to_physJeff Dike
2008-02-05uml: remove unused variables in the context switcherKarol Swietlicki
2008-02-05uml: const and other tidyingWANG Cong
2008-02-05uml: implement get_wchanJeff Dike
2007-10-16uml: eliminate interrupts in the idle loopJeff Dike
2007-10-16uml: tickless supportJeff Dike