summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
* Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-121-1/+2
|\
| * [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-241-1/+2
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-1/+1
|\
| * ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman2022-05-111-1/+1
* | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-6/+4
* | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
|/
* resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
* um: kill unused cpu()Al Viro2021-12-211-5/+0
* um: stop polluting the namespace with registers.h contentsAl Viro2021-12-211-0/+1
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-4/+1
* sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-261-7/+4
* um: allocate a guard page to helper threadsJohannes Berg2020-12-131-4/+7
* um: Support suspend to RAMJohannes Berg2020-12-131-1/+1
* um: Simplify os_idle_sleep() and sleep longerJohannes Berg2020-12-131-7/+4
* um: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-131-1/+2
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* um: time-travel: Rewrite as an event schedulerJohannes Berg2020-03-291-37/+0
* um: Move timer-internal.h to non-sharedJohannes Berg2020-03-291-1/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-8/+7
* um: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-3/+3
* um: Add SPDX headers to files in arch/um/kernel/Alex Dewar2019-09-151-1/+1
* um: time-travel: Restrict time update in IRQ handlerJohannes Berg2019-09-151-3/+6
* um: time-travel: Fix periodic timersJohannes Berg2019-09-151-1/+6
* um: fix time travel modeJohannes Berg2019-08-231-1/+1
* um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg2019-07-041-1/+1
* um: Support time travel modeJohannes Berg2019-07-021-1/+41
* um: Fix FP register size for XSTATE/XSAVEThomas Meyer2017-09-131-2/+2
* kill strlen_user()Al Viro2017-05-151-5/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-271-1/+1
|\
| * um: add extended processor state save/restore supportEli Cooper2016-05-211-1/+1
* | exit_thread: remove empty bodiesJiri Slaby2016-05-201-4/+0
|/
* um: Switch clocksource to hrtimersAnton Ivanov2015-11-061-4/+4
* um: Fix do_signal() prototypeIngo Molnar2015-07-071-2/+4
* um: Remove broken SMP supportRichard Weinberger2015-04-131-11/+0
* asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells2014-04-071-1/+1
* um: Get rid of thread_struct->saved_taskRichard Weinberger2013-11-171-13/+2
* um: Use generic idle loopRichard Weinberger2013-04-171-23/+4
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+1