aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportGravatar Benjamin Berg 1-10/+2
2024-01-04um: Fix naming clash between UML and schedulerGravatar Anton Ivanov 1-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledGravatar Peter Zijlstra 1-1/+0
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Gravatar Al Viro 1-1/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPGravatar Eric W. Biederman 1-1/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 1-6/+4
2022-05-07fork: Pass struct kernel_clone_args into copy_threadGravatar Eric W. Biederman 1-2/+5
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2021-12-21um: kill unused cpu()Gravatar Al Viro 1-5/+0
2021-12-21um: stop polluting the namespace with registers.h contentsGravatar Al Viro 1-0/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 1-4/+1
2021-06-18sched: Introduce task_is_running()Gravatar Peter Zijlstra 1-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADGravatar Jens Axboe 1-1/+1
2021-01-26Revert "um: allocate a guard page to helper threads"Gravatar Johannes Berg 1-7/+4
2020-12-13um: allocate a guard page to helper threadsGravatar Johannes Berg 1-4/+7
2020-12-13um: Support suspend to RAMGravatar Johannes Berg 1-1/+1
2020-12-13um: Simplify os_idle_sleep() and sleep longerGravatar Johannes Berg 1-7/+4
2020-12-13um: Add support for TIF_NOTIFY_SIGNALGravatar Jens Axboe 1-1/+2
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingGravatar Peter Zijlstra 1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-1/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Gravatar Christian Brauner 1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-03-29um: time-travel: Rewrite as an event schedulerGravatar Johannes Berg 1-37/+0
2020-03-29um: Move timer-internal.h to non-sharedGravatar Johannes Berg 1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-8/+7
2020-01-07um: Implement copy_thread_tlsGravatar Amanieu d'Antras 1-3/+3
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Gravatar Alex Dewar 1-1/+1
2019-09-15um: time-travel: Restrict time update in IRQ handlerGravatar Johannes Berg 1-3/+6
2019-09-15um: time-travel: Fix periodic timersGravatar Johannes Berg 1-1/+6
2019-08-23um: fix time travel modeGravatar Johannes Berg 1-1/+1
2019-07-04um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTGravatar Johannes Berg 1-1/+1
2019-07-02um: Support time travel modeGravatar Johannes Berg 1-1/+41
2017-09-13um: Fix FP register size for XSTATE/XSAVEGravatar Thomas Meyer 1-2/+2
2017-05-15kill strlen_user()Gravatar Al Viro 1-5/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-27Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2016-05-21um: add extended processor state save/restore supportGravatar Eli Cooper 1-1/+1
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-4/+0
2015-11-06um: Switch clocksource to hrtimersGravatar Anton Ivanov 1-4/+4
2015-07-07um: Fix do_signal() prototypeGravatar Ingo Molnar 1-2/+4
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