index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
os-Linux
/
skas
/
process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-27
um: Add initial SMP support
Tiwei Bie
1
-14
/
+25
2025-10-27
um: Remove file-based iomem emulation support
Tiwei Bie
1
-7
/
+0
2025-09-10
um: Add missing trailing newline to help messages
Tiwei Bie
1
-1
/
+1
2025-07-13
um: Stop tracking stub's PID via userspace_pid[]
Tiwei Bie
1
-10
/
+6
2025-07-13
um: Remove the pid parameter of handle_trap()
Tiwei Bie
1
-2
/
+2
2025-07-13
um: Use err consistently in userspace()
Tiwei Bie
1
-7
/
+6
2025-07-11
um: Make unscheduled_userspace_iterations static
Tiwei Bie
1
-1
/
+1
2025-06-02
um: pass FD for memory operations when needed
Benjamin Berg
1
-35
/
+91
2025-06-02
um: Implement kernel side of SECCOMP based process handling
Benjamin Berg
1
-100
/
+274
2025-06-02
um: Track userspace children dying in SECCOMP mode
Benjamin Berg
1
-0
/
+1
2025-06-02
um: Move faultinfo extraction into userspace routine
Benjamin Berg
1
-11
/
+6
2025-03-18
um: mark rodata read-only and implement _nofault accesses
Johannes Berg
1
-4
/
+4
2025-02-12
um: fix execve stub execution on old host OSs
Benjamin Berg
1
-3
/
+13
2024-11-07
um: always include kconfig.h and compiler-version.h
Benjamin Berg
1
-2
/
+4
2024-10-23
um: insert scheduler ticks when userspace does not yield
Benjamin Berg
1
-0
/
+26
2024-10-23
um: Do not propagate noreboot parameter to kernel
Tiwei Bie
1
-0
/
+1
2024-10-10
um: use execveat to create userspace MMs
Benjamin Berg
1
-56
/
+121
2024-10-10
um: remove auxiliary FP registers
Benjamin Berg
1
-19
/
+6
2024-09-12
um: Remove unused mm_fd field from mm_id
Tiwei Bie
1
-1
/
+1
2024-07-03
um: refactor TLB update handling
Benjamin Berg
1
-0
/
+2
2024-07-03
um: Delay flushing syscalls until the thread is restarted
Benjamin Berg
1
-3
/
+9
2024-07-03
um: remove copy_context_skas0
Benjamin Berg
1
-108
/
+0
2024-07-03
um: Rework syscall handling
Benjamin Berg
1
-2
/
+2
2024-07-03
um: Create signal stack memory assignment in stub_data
Benjamin Berg
1
-5
/
+6
2024-07-03
um: time-travel: support time-travel protocol broadcast messages
Mordechay Goodstein
1
-0
/
+3
2024-04-30
um: Add an internal header shared among the user code
Tiwei Bie
1
-0
/
+1
2024-01-04
um: Do not use printk in userspace trampoline
Benjamin Berg
1
-6
/
+6
2024-01-04
um: Drop NULL check from start_userspace
Benjamin Berg
1
-29
/
+24
2024-01-04
um: Drop support for hosts without SYSEMU_SINGLESTEP support
Benjamin Berg
1
-50
/
+10
2023-04-20
um: make stub data pages size tweakable
Johannes Berg
1
-3
/
+3
2023-02-01
um: Switch printk calls to adhere to correct coding style
Benjamin Berg
1
-62
/
+59
2022-07-17
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
1
-3
/
+3
2022-07-17
um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups
Jason A. Donenfeld
1
-1
/
+16
2021-06-17
um: Fix stack pointer alignment
YiFei Zhu
1
-1
/
+1
2021-02-12
um: remove process stub VMA
Johannes Berg
1
-4
/
+0
2021-02-12
um: separate child and parent errors in clone stub
Johannes Berg
1
-10
/
+13
2021-02-12
um: defer killing userspace on page table update failures
Johannes Berg
1
-0
/
+4
2021-02-12
um: print register names in wait_for_stub
Johannes Berg
1
-2
/
+53
2020-12-13
um: Fetch registers only for signals which need them
Anton Ivanov
1
-1
/
+14
2019-09-15
um: Add SPDX headers for files in arch/um/os-Linux
Alex Dewar
1
-1
/
+1
2019-09-15
um: Implement TRACE_IRQFLAGS_SUPPORT
Johannes Berg
1
-6
/
+6
2018-10-29
um: Give start_idle_thread() a return code
Richard Weinberger
1
-0
/
+5
2017-09-13
um: Fix FP register size for XSTATE/XSAVE
Thomas Meyer
1
-9
/
+8
2017-07-07
um: Add kerneldoc for userspace_tramp() and start_userspace()
Thomas Meyer
1
-1
/
+30
2017-07-07
um: userspace - be more verbose in ptrace set regs error
Thomas Meyer
1
-2
/
+8
2017-05-04
um: Add missing NR_CPUS include
Richard Weinberger
1
-0
/
+1
2017-05-03
um: Set number of CPUs
Nikola Kotur
1
-3
/
+0
2016-01-10
um: Fix ptrace GETREGS/SETREGS bugs
Mickaël Salaün
1
-7
/
+0
2015-11-06
um: Switch clocksource to hrtimers
Anton Ivanov
1
-35
/
+10
2015-11-06
um: Store syscall number after syscall_trace_enter()
Richard Weinberger
1
-3
/
+7
[next]