aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg1-10/+2
2024-01-04um: Fix naming clash between UML and schedulerAnton Ivanov1-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-1/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman1-1/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-6/+4
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2021-12-21um: kill unused cpu()Al Viro1-5/+0
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro1-0/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-4/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg1-7/+4
2020-12-13um: allocate a guard page to helper threadsJohannes Berg1-4/+7
2020-12-13um: Support suspend to RAMJohannes Berg1-1/+1
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg1-7/+4
2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+2
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-03-29um: time-travel: Rewrite as an event schedulerJohannes Berg1-37/+0
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras1-3/+3
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar1-1/+1
2019-09-15um: time-travel: Restrict time update in IRQ handlerJohannes Berg1-3/+6
2019-09-15um: time-travel: Fix periodic timersJohannes Berg1-1/+6
2019-08-23um: fix time travel modeJohannes Berg1-1/+1
2019-07-04um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg1-1/+1
2019-07-02um: Support time travel modeJohannes Berg1-1/+41
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer1-2/+2
2017-05-15kill strlen_user()Al Viro1-5/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-27Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-05-21um: add extended processor state save/restore supportEli Cooper1-1/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-4/+0
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov1-4/+4
2015-07-07um: Fix do_signal() prototypeIngo Molnar1-2/+4
2015-04-13um: Remove broken SMP supportRichard Weinberger1-11/+0
2014-04-07asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells1-1/+1
2013-11-17um: Get rid of thread_struct->saved_taskRichard Weinberger1-13/+2
2013-04-17um: Use generic idle loopRichard Weinberger1-23/+4
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro1-1/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+3
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro1-7/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+3
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-4/+4
2012-09-30um: switch to generic kernel_thread()Al Viro1-14/+3
2012-09-27um: kill thread->forkingAl Viro1-4/+4
2012-09-20um: kill thread->forkingAl Viro1-4/+4
2012-08-02um: pull interrupt_end() into userspace()Al Viro1-8/+3
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro1-1/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro1-1/+1
2012-05-21um: add TIF_NOTIFY_RESUMEAl Viro1-1/+7
2012-04-10um: Use asm-generic/switch_to.hRichard Weinberger1-5/+1
2012-03-25um: kill HOST_TASK_PIDAl Viro1-2/+2
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-11-02um: distribute exports to where exported stuff is definedAl Viro1-0/+2
2011-11-02um: kill shared/tlb.hAl Viro1-1/+1
2011-09-14um: Save FPU registers between task switchesIngo van Lil1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2009-12-15uml: convert to seq_file/proc_fopsAlexey Dobriyan1-10/+21
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-1/+1
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-1/+1
2008-02-25sched: add declaration of sched_tail to sched.hHarvey Harrison1-2/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells1-4/+0
2008-02-05uml: style fixes in arch/um/kernelJeff Dike1-19/+22
2008-02-05uml: remove duplicate config symbol and unused file and variablesKarol Swietlicki1-2/+2
2008-02-05uml: use ptrace directly in libc codeJeff Dike1-1/+1
2008-02-05uml: current.h cleanupJeff Dike1-4/+4
2008-02-05uml: header untanglingJeff Dike1-0/+8
2008-02-05uml: move um_virt_to_physJeff Dike1-43/+0
2008-02-05uml: remove unused variables in the context switcherKarol Swietlicki1-11/+8
2008-02-05uml: const and other tidyingWANG Cong1-3/+1
2008-02-05uml: implement get_wchanJeff Dike1-0/+35
2007-10-16uml: eliminate interrupts in the idle loopJeff Dike1-3/+4
2007-10-16uml: tickless supportJeff Dike1-0/+3
2007-10-16uml: fix timer switchingJeff Dike1-7/+2
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike1-2/+2
2007-10-16uml: style fixes pass 3Jeff Dike1-63/+47
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-21/+99
2007-10-16uml: throw out CHOOSE_MODEJeff Dike1-12/+7
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-7/+0
2007-10-16uml: stop specially protecting kernel stacksJeff Dike1-3/+2
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike1-16/+0
2007-05-07uml: kernel_thread shouldn't panicJeff Dike1-2/+0
2007-05-07uml: remove page_size()Jeff Dike1-5/+0
2007-05-07uml: tidy process.cJeff Dike1-83/+35
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-05-07uml: create as-layout.hJeff Dike1-0/+1
2006-10-20[PATCH] uml: split memory allocation prototypes out of user.hPaolo 'Blaisorblade' Giarrusso1-0/+1
2006-09-27[PATCH] uml: file renamingJeff Dike1-0/+483
2005-09-05[PATCH] uml: move libc-dependent startup and signal codeGennady Sharapov1-439/+0
2005-07-28[PATCH] uml: fix TT mode by reverting "use fork instead of clone"Jeff Dike1-19/+29
2005-07-27[PATCH] uml: add skas0 command-line optionPaolo 'Blaisorblade' Giarrusso1-10/+25
2005-07-07[PATCH] uml: skas0 - separate kernel address space on stock hostsJeff Dike1-12/+16
2005-06-13[PATCH] uml: use fork instead of cloneJeff Dike1-29/+19
2005-06-13[PATCH] uml: remove duplicate includesJeff Dike1-1/+0
2005-05-05[PATCH] uml: Fix SIGWINCH relayingJeff Dike1-2/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+423