VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
33 Branches
55 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
rt-linux-release
/
arch
/
um
/
os-Linux
/
skas
/
process.c
Date
Commit Message
Rev
Author
2021-06-17
um: Fix stack pointer alignment
558f9b2f
YiFei Zhu
2021-02-12
um: remove process stub VMA
bfc58e2b
Johannes Berg
2021-02-12
um: separate child and parent errors in clone stub
84b2789d
Johannes Berg
2021-02-12
um: defer killing userspace on page table update failures
a7d48886
Johannes Berg
2021-02-12
um: print register names in wait_for_stub
e1e22d0d
Johannes Berg
2020-12-13
um: Fetch registers only for signals which need them
3c6ac61b
Anton Ivanov
2019-09-15
um: Add SPDX headers for files in arch/um/os-Linux
97870c34
Alex Dewar
2019-09-15
um: Implement TRACE_IRQFLAGS_SUPPORT
0dafcbe1
Johannes Berg
2018-10-29
um: Give start_idle_thread() a return code
7ff1e34b
Richard Weinberger
2017-09-13
um: Fix FP register size for XSTATE/XSAVE
6f602afd
Thomas Meyer
2017-07-07
um: Add kerneldoc for userspace_tramp() and start_userspace()
e9099830
Thomas Meyer
2017-07-07
um: userspace - be more verbose in ptrace set regs error
22e19c8d
Thomas Meyer
2017-05-04
um: Add missing NR_CPUS include
ce458606
Richard Weinberger
2017-05-03
um: Set number of CPUs
8bba0770
Nikola Kotur
2016-01-10
um: Fix ptrace GETREGS/SETREGS bugs
e04c989e
Mickaël Salaün
2015-11-06
um: Switch clocksource to hrtimers
2eb5f31b
Anton Ivanov
2015-11-06
um: Store syscall number after syscall_trace_enter()
1d80f0cd
Richard Weinberger
2015-05-31
um/os-Linux: Use char[] for syscall_stub declarations
5f32943b
Nicolas Iooss
2015-04-13
um: Move uml_postsetup in the init_thread stack
33bbc306
Thomas Meyer
2015-04-13
um: Remove SKAS3/4 support
d0b5e15f
Richard Weinberger
2014-07-20
Revert "um: Fix wait_stub_done() error handling"
ae5db6d1
Richard Weinberger
2013-07-19
um: siginfo cleanup
9a8c1359
Richard Weinberger
2013-07-19
um: Fix wait_stub_done() error handling
0974a9ca
Richard Weinberger
2012-10-09
um: get rid of pointless include "..." where include <...> will do
37185b33
Al Viro
2012-08-02
um: pass siginfo to guest process
d3c1cfcd
Martin Pärtel
2012-08-02
um: pull interrupt_end() into userspace()
b8a42095
Al Viro
2011-11-02
um: unify ptrace_user.h
966e803a
Al Viro
2011-11-02
um: take chan_*.h and line.h to arch/um/drivers
510c72a3
Al Viro
2011-11-02
um: take register_winch_irq() into the caller of is_skas_winch()
17e05209
Al Viro
2011-11-02
um: shared/process.h is empty now; kill it
0de021f7
Al Viro
2011-11-02
um: fill the handlers array at build time
00361683
Al Viro
2011-11-02
um: simplify set_handler()
e87df986
Al Viro
2011-11-02
um: don't bother blocking SIGARLM and SIGUSR1
d5c7e8b4
Al Viro
2011-11-02
um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in there
9b25fcbd
Al Viro
2011-11-02
um: -include user.h for USER_OBJ, trim includes
078073a3
Al Viro
2011-09-14
um: Save FPU registers between task switches
fbfe9c84
Ingo van Lil
2008-07-24
UML: make several more things static
99764fa4
WANG Cong
2008-06-06
uml: stub needs to tolerate SIGWINCH
3d5ede6f
Jeff Dike
2008-05-13
uml: style fixes
96cee304
Jeff Dike
2008-02-23
uml: fix FP register corruption
2f56debd
Jeff Dike
2008-02-08
uml: style fixes in arch/um/os-Linux
5134d8fe
Jeff Dike
2008-02-05
uml: add newlines to printks
b5498832
Jeff Dike
2008-02-05
uml: don't allow processes to call into stub
e06173bd
Jeff Dike
2008-02-05
uml: kill processes instead of panicing kernel
3e6f2ac4
Jeff Dike
2008-02-05
uml: use ptrace directly in libc code
d25f2e12
Jeff Dike
2008-02-05
uml: simplify SIGSEGV handling
ee3d9bd4
Jeff Dike
2008-02-05
uml: tidy kern_util.h
edea1385
Jeff Dike
2007-12-17
uml: stop gdb from deleting breakpoints when running UML
4dbed85a
Stanislaw Gruszka
2007-10-16
uml: definitively kill subprocesses on panic
a24864a1
Lepton Wu
2007-10-16
uml: fix stub address calculations
54ae36f2
Jeff Dike
2007-10-16
uml: use *SEC_PER_*SEC constants
1a805219
Jeff Dike
2007-10-16
uml: eliminate SIGALRM
61b63c55
Jeff Dike
2007-10-16
uml: tickless support
d2753a6d
Jeff Dike
2007-10-16
uml: simplify interval setting
a2f018bf
Jeff Dike
2007-10-16
uml: eliminate hz()
532d0fa4
Jeff Dike
2007-10-16
uml: userspace files should call libc directly
512b6fb1
Jeff Dike
2007-10-16
uml: rename pt_regs general-purpose register file
18baddda
Jeff Dike
2007-10-16
uml: remove __u64 usage from physical memory subsystem
0a7675aa
Jeff Dike
2007-10-16
uml: style fixes pass 3
ba180fd4
Jeff Dike
2007-10-16
uml: remove code made redundant by CHOOSE_MODE removal
77bf4400
Jeff Dike
2007-10-16
uml: stop saving process FP state
42daba31
Jeff Dike
2007-07-16
uml: SIGIO support cleanup
42a359e3
Jeff Dike
2007-06-16
uml: remove PAGE_SIZE from libc code
c539ab73
Jeff Dike
2007-05-11
uml: tidy IRQ code
2ea5bc5e
Jeff Dike
2007-05-11
uml: use UM_THREAD_SIZE in userspace code
e1a79c40
Jeff Dike
2007-05-09
uml: turn build warnings into comments
0e7d18b5
Miklos Szeredi
2007-05-07
uml: more page fault path trimming
16dd07bc
Jeff Dike
2007-05-07
uml: don't try to handle signals on initial process stack
77f6af77
Jeff Dike
2007-05-07
uml: convert libc layer to call read and write
a61f334f
Jeff Dike
2007-05-07
uml: tidy libc code
ef0470c0
Jeff Dike
2007-05-07
uml: dump registers on ptrace or wait failure
f30c2c98
Jeff Dike
2007-05-07
uml: remove page_size()
1ffb9164
Jeff Dike
2007-05-07
uml: remove user_util.h
9218b171
Jeff Dike
2007-03-27
[PATCH] uml: use correct register file size everywhere
b92c4f92
Jeff Dike
2007-03-06
[PATCH] uml: add a debugging message
b4cf95c6
Jeff Dike
2006-11-03
[PATCH] uml: include tidying
1f6f6164
Jeff Dike
2006-09-27
[PATCH] uml: thread creation tidying
3c917350
Jeff Dike
2006-09-26
[PATCH] uml: timer cleanups
537ae946
Jeff Dike
2006-09-26
[PATCH] uml: Move signal handlers to arch code
4b84c69b
Jeff Dike
2006-09-26
[PATCH] uml: Use klibc setjmp/longjmp
13c06be3
Jeff Dike
2006-07-14
[PATCH] uml: tidy longjmp macro
a5df0d1a
Jeff Dike
2006-07-10
[PATCH] uml: signal initialization cleanup
e64bd134
Jeff Dike
2006-05-01
[PATCH] uml: error handling fixes
2ace87b9
Jeff Dike
2006-04-19
[PATCH] uml: change sigjmp_buf to jmp_buf
ad28e029
Jeff Dike
2006-04-11
[PATCH] uml: fix format errors
802e3077
Paolo 'Blaisorblade' Giarrusso
2006-02-07
[PATCH] uml: initialize process FP registers properly
e2216feb
Jeff Dike
2006-01-18
[PATCH] uml: implement soft interrupts
1d7173ba
Jeff Dike
2006-01-18
[PATCH] uml: eliminate some globals
09ee011e
Jeff Dike
2006-01-18
[PATCH] uml: move libc-dependent skas process handling
abaf6977
Gennady Sharapov