index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
os-Linux
/
skas
/
process.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
um: Remove unused mm_fd field from mm_id
Tiwei Bie
2024-09-12
1
-1
/
+1
*
um: refactor TLB update handling
Benjamin Berg
2024-07-03
1
-0
/
+2
*
um: Delay flushing syscalls until the thread is restarted
Benjamin Berg
2024-07-03
1
-3
/
+9
*
um: remove copy_context_skas0
Benjamin Berg
2024-07-03
1
-108
/
+0
*
um: Rework syscall handling
Benjamin Berg
2024-07-03
1
-2
/
+2
*
um: Create signal stack memory assignment in stub_data
Benjamin Berg
2024-07-03
1
-5
/
+6
*
um: time-travel: support time-travel protocol broadcast messages
Mordechay Goodstein
2024-07-03
1
-0
/
+3
*
um: Add an internal header shared among the user code
Tiwei Bie
2024-04-30
1
-0
/
+1
*
um: Do not use printk in userspace trampoline
Benjamin Berg
2024-01-04
1
-6
/
+6
*
um: Drop NULL check from start_userspace
Benjamin Berg
2024-01-04
1
-29
/
+24
*
um: Drop support for hosts without SYSEMU_SINGLESTEP support
Benjamin Berg
2024-01-04
1
-50
/
+10
*
um: make stub data pages size tweakable
Johannes Berg
2023-04-20
1
-3
/
+3
*
um: Switch printk calls to adhere to correct coding style
Benjamin Berg
2023-02-01
1
-62
/
+59
*
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
2022-07-17
1
-3
/
+3
*
um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups
Jason A. Donenfeld
2022-07-17
1
-1
/
+16
*
um: Fix stack pointer alignment
YiFei Zhu
2021-06-17
1
-1
/
+1
*
um: remove process stub VMA
Johannes Berg
2021-02-12
1
-4
/
+0
*
um: separate child and parent errors in clone stub
Johannes Berg
2021-02-12
1
-10
/
+13
*
um: defer killing userspace on page table update failures
Johannes Berg
2021-02-12
1
-0
/
+4
*
um: print register names in wait_for_stub
Johannes Berg
2021-02-12
1
-2
/
+53
*
um: Fetch registers only for signals which need them
Anton Ivanov
2020-12-13
1
-1
/
+14
*
um: Add SPDX headers for files in arch/um/os-Linux
Alex Dewar
2019-09-15
1
-1
/
+1
*
um: Implement TRACE_IRQFLAGS_SUPPORT
Johannes Berg
2019-09-15
1
-6
/
+6
*
um: Give start_idle_thread() a return code
Richard Weinberger
2018-10-29
1
-0
/
+5
*
um: Fix FP register size for XSTATE/XSAVE
Thomas Meyer
2017-09-13
1
-9
/
+8
*
um: Add kerneldoc for userspace_tramp() and start_userspace()
Thomas Meyer
2017-07-07
1
-1
/
+30
*
um: userspace - be more verbose in ptrace set regs error
Thomas Meyer
2017-07-07
1
-2
/
+8
*
um: Add missing NR_CPUS include
Richard Weinberger
2017-05-04
1
-0
/
+1
*
um: Set number of CPUs
Nikola Kotur
2017-05-03
1
-3
/
+0
*
um: Fix ptrace GETREGS/SETREGS bugs
Mickaël Salaün
2016-01-10
1
-7
/
+0
*
um: Switch clocksource to hrtimers
Anton Ivanov
2015-11-06
1
-35
/
+10
*
um: Store syscall number after syscall_trace_enter()
Richard Weinberger
2015-11-06
1
-3
/
+7
*
um/os-Linux: Use char[] for syscall_stub declarations
Nicolas Iooss
2015-05-31
1
-4
/
+4
*
um: Move uml_postsetup in the init_thread stack
Thomas Meyer
2015-04-13
1
-1
/
+1
*
um: Remove SKAS3/4 support
Richard Weinberger
2015-04-13
1
-150
/
+50
*
Revert "um: Fix wait_stub_done() error handling"
Richard Weinberger
2014-07-20
1
-7
/
+2
*
um: siginfo cleanup
Richard Weinberger
2013-07-19
1
-5
/
+5
*
um: Fix wait_stub_done() error handling
Richard Weinberger
2013-07-19
1
-2
/
+7
*
um: get rid of pointless include "..." where include <...> will do
Al Viro
2012-10-09
1
-11
/
+11
*
um: pass siginfo to guest process
Martin Pärtel
2012-08-02
1
-4
/
+9
*
um: pull interrupt_end() into userspace()
Al Viro
2012-08-02
1
-0
/
+3
*
um: unify ptrace_user.h
Al Viro
2011-11-02
1
-2
/
+1
*
um: take chan_*.h and line.h to arch/um/drivers
Al Viro
2011-11-02
1
-1
/
+1
*
um: take register_winch_irq() into the caller of is_skas_winch()
Al Viro
2011-11-02
1
-5
/
+1
*
um: shared/process.h is empty now; kill it
Al Viro
2011-11-02
1
-1
/
+0
*
um: fill the handlers array at build time
Al Viro
2011-11-02
1
-1
/
+1
*
um: simplify set_handler()
Al Viro
2011-11-02
1
-2
/
+1
*
um: don't bother blocking SIGARLM and SIGUSR1
Al Viro
2011-11-02
1
-1
/
+1
*
um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...
Al Viro
2011-11-02
1
-2
/
+2
*
um: -include user.h for USER_OBJ, trim includes
Al Viro
2011-11-02
1
-2
/
+0
[next]