summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/process.c
AgeCommit message (Expand)AuthorLines
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe-1/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-03-29um: time-travel: Rewrite as an event schedulerJohannes Berg-37/+0
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-8/+7
2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras-3/+3
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar-1/+1
2019-09-15um: time-travel: Restrict time update in IRQ handlerJohannes Berg-3/+6
2019-09-15um: time-travel: Fix periodic timersJohannes Berg-1/+6
2019-08-23um: fix time travel modeJohannes Berg-1/+1
2019-07-04um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg-1/+1
2019-07-02um: Support time travel modeJohannes Berg-1/+41
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer-2/+2
2017-05-15kill strlen_user()Al Viro-5/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-05-27Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2016-05-21um: add extended processor state save/restore supportEli Cooper-1/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby-4/+0
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov-4/+4
2015-07-07um: Fix do_signal() prototypeIngo Molnar-2/+4
2015-04-13um: Remove broken SMP supportRichard Weinberger-11/+0
2014-04-07asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells-1/+1
2013-11-17um: Get rid of thread_struct->saved_taskRichard Weinberger-13/+2
2013-04-17um: Use generic idle loopRichard Weinberger-23/+4
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-2/+1
2012-11-28um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro-1/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-7/+3
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro-7/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-14/+3
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro-4/+4
2012-09-30um: switch to generic kernel_thread()Al Viro-14/+3
2012-09-27um: kill thread->forkingAl Viro-4/+4
2012-09-20um: kill thread->forkingAl Viro-4/+4
2012-08-02um: pull interrupt_end() into userspace()Al Viro-8/+3
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro-1/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro-4/+1
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro-1/+1
2012-05-21um: add TIF_NOTIFY_RESUMEAl Viro-1/+7
2012-04-10um: Use asm-generic/switch_to.hRichard Weinberger-5/+1
2012-03-25um: kill HOST_TASK_PIDAl Viro-2/+2
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker-2/+2
2011-11-02um: distribute exports to where exported stuff is definedAl Viro-0/+2
2011-11-02um: kill shared/tlb.hAl Viro-1/+1
2011-09-14um: Save FPU registers between task switchesIngo van Lil-1/+1