Age | Commit message (Expand) | Author |
2022-12-12 | Merge 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-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld |
2022-06-03 | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2022-05-11 | ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP | Eric W. Biederman |
2022-05-07 | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman |
2022-05-07 | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman |
2022-03-10 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman |
2021-12-21 | um: kill unused cpu() | Al Viro |
2021-12-21 | um: stop polluting the namespace with registers.h contents | Al Viro |
2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook |
2021-06-18 | sched: Introduce task_is_running() | Peter Zijlstra |
2021-02-21 | arch: setup PF_IO_WORKER threads like PF_KTHREAD | Jens Axboe |
2021-01-26 | Revert "um: allocate a guard page to helper threads" | Johannes Berg |
2020-12-13 | um: allocate a guard page to helper threads | Johannes Berg |
2020-12-13 | um: Support suspend to RAM | Johannes Berg |
2020-12-13 | um: Simplify os_idle_sleep() and sleep longer | Johannes Berg |
2020-12-13 | um: Add support for TIF_NOTIFY_SIGNAL | Jens Axboe |
2020-11-24 | sched/idle: Fix arch_cpu_idle() vs tracing | Peter Zijlstra |
2020-10-17 | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() | Jens Axboe |
2020-07-04 | arch: rename copy_thread_tls() back to copy_thread() | Christian Brauner |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-03-29 | um: time-travel: Rewrite as an event scheduler | Johannes Berg |
2020-03-29 | um: Move timer-internal.h to non-shared | Johannes Berg |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan |
2020-01-07 | um: Implement copy_thread_tls | Amanieu d'Antras |
2019-09-15 | um: Add SPDX headers to files in arch/um/kernel/ | Alex Dewar |
2019-09-15 | um: time-travel: Restrict time update in IRQ handler | Johannes Berg |
2019-09-15 | um: time-travel: Fix periodic timers | Johannes Berg |
2019-08-23 | um: fix time travel mode | Johannes Berg |
2019-07-04 | um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT | Johannes Berg |
2019-07-02 | um: Support time travel mode | Johannes Berg |
2017-09-13 | um: Fix FP register size for XSTATE/XSAVE | Thomas Meyer |
2017-05-15 | kill strlen_user() | Al Viro |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-05-27 | Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-05-21 | um: add extended processor state save/restore support | Eli Cooper |
2016-05-20 | exit_thread: remove empty bodies | Jiri Slaby |
2015-11-06 | um: Switch clocksource to hrtimers | Anton Ivanov |
2015-07-07 | um: Fix do_signal() prototype | Ingo Molnar |
2015-04-13 | um: Remove broken SMP support | Richard Weinberger |
2014-04-07 | asm/system.h: um: arch_align_stack() moved to asm/exec.h | David Howells |
2013-11-17 | um: Get rid of thread_struct->saved_task | Richard Weinberger |
2013-04-17 | um: Use generic idle loop | Richard Weinberger |
2012-11-28 | flagday: don't pass regs to copy_thread() | Al Viro |
2012-11-28 | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what... | Al Viro |