summaryrefslogtreecommitdiff
path: root/arch/um/kernel/process.c
AgeCommit message (Expand)Author
2025-02-12um: avoid copying FP state from init_taskBenjamin Berg
2025-01-10um: Remove unused user_context functionTiwei Bie
2024-11-12um: move thread info into taskBenjamin Berg
2024-10-23um: switch to regset API and depend on XSTATEBenjamin Berg
2024-10-10um: remove auxiliary FP registersBenjamin Berg
2024-10-10um: always use the internal copy of the FP registersBenjamin Berg
2024-10-10um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie
2024-09-12um: Remove unused fields from thread_structTiwei Bie
2024-07-03um: remove force_flush_all from fork_handlerBenjamin Berg
2024-07-03um: Remove /proc/sysemu support codeTiwei Bie
2024-04-30um: Stop tracking host PID in cpu_tasksTiwei Bie
2024-04-22um: process: remove unused 'n' variableJohannes Berg
2024-04-22um: Move declarations to proper headersTiwei Bie
2024-04-22um: Add missing headersTiwei Bie
2024-04-22um: Fix the return type of __switch_toTiwei Bie
2024-04-22um: Remove unused functionsTiwei Bie
2024-04-22um: Make local functions and variables staticTiwei Bie
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg
2024-01-04um: Fix naming clash between UML and schedulerAnton Ivanov
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2021-12-21um: kill unused cpu()Al Viro
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg
2020-12-13um: allocate a guard page to helper threadsJohannes Berg
2020-12-13um: Support suspend to RAMJohannes Berg
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg
2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-03-29um: time-travel: Rewrite as an event schedulerJohannes Berg
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar
2019-09-15um: time-travel: Restrict time update in IRQ handlerJohannes Berg
2019-09-15um: time-travel: Fix periodic timersJohannes Berg