index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
os-Linux
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-12
/
+32
*
um: Avoid using uninitialized regs
Johannes Berg
2019-09-15
1
-0
/
+3
*
um: Remove sig_info[SIGALRM]
Johannes Berg
2019-09-15
1
-2
/
+1
*
um: Revert to using stack for pt_regs in signal handling
Anton Ivanov
2019-05-07
1
-20
/
+8
*
um: Compile with modern headers
Jason A. Donenfeld
2018-03-29
1
-0
/
+1
*
um: Use POSIX ucontext_t instead of struct ucontext
Krzysztof Mazur
2018-02-19
1
-1
/
+1
*
um: Fix possible deadlock in sig_handler_common()
Richard Weinberger
2016-08-04
1
-2
/
+3
*
um: extend fpstate to _xstate to support YMM registers
Eli Cooper
2016-05-21
1
-8
/
+20
*
um: Prevent IRQ handler reentrancy
Anton Ivanov
2016-01-10
1
-1
/
+15
*
um: Switch clocksource to hrtimers
Anton Ivanov
2015-11-06
1
-19
/
+22
*
um: Do not use __ptr_t type for stack_t's .ss pointer
Hans-Werner Hilse
2015-06-25
1
-3
/
+5
*
um: Make stack trace reliable against kernel mode faults
Richard Weinberger
2013-11-17
1
-0
/
+8
*
um: siginfo cleanup
Richard Weinberger
2013-07-19
1
-4
/
+4
*
um: fix build failure due to mess-up of sig_info protorype
Sergei Trofimovich
2013-03-11
1
-1
/
+1
*
um: get rid of pointless include "..." where include <...> will do
Al Viro
2012-10-09
1
-4
/
+4
*
um: pass siginfo to guest process
Martin Pärtel
2012-08-02
1
-11
/
+15
*
um: sysdep/barrier.h is not used for anything
Al Viro
2011-11-02
1
-1
/
+0
*
um: shared/process.h is empty now; kill it
Al Viro
2011-11-02
1
-1
/
+0
*
um: finish conversion to mcontext_t
Al Viro
2011-11-02
1
-3
/
+3
*
um: start switching the references to host mcontext_t to its userland type
Al Viro
2011-11-02
1
-19
/
+16
*
um: take userland definition of barrier() to user.h
Al Viro
2011-11-02
1
-3
/
+0
*
um: fill the handlers array at build time
Al Viro
2011-11-02
1
-4
/
+13
*
um: simplify set_handler()
Al Viro
2011-11-02
1
-11
/
+11
*
um: don't bother blocking SIGARLM and SIGUSR1
Al Viro
2011-11-02
1
-1
/
+1
*
um: merge hard_handler() instances, switch to use of SA_SIGINFO
Al Viro
2011-11-02
1
-4
/
+8
*
um: -include user.h for USER_OBJ, trim includes
Al Viro
2011-11-02
1
-1
/
+0
*
UML: make several more things static
WANG Cong
2008-07-24
1
-1
/
+1
*
uml: track and make up lost ticks
Jeff Dike
2008-05-13
1
-0
/
+1
*
uml: style fixes in arch/um/os-Linux
Jeff Dike
2008-02-08
1
-1
/
+1
*
uml: signal handling tidying
Jeff Dike
2008-02-05
1
-21
/
+12
*
uml: clean up sig_handler_common_skas
Jeff Dike
2008-02-05
1
-45
/
+18
*
uml: move sig_handler_common_skas
Jeff Dike
2008-02-05
1
-0
/
+62
*
uml: use barrier() instead of mb()
Jeff Dike
2008-02-05
1
-20
/
+8
*
uml: tidy kern_util.h
Jeff Dike
2008-02-05
1
-0
/
+1
*
uml: code tidying under arch/um/os-Linux
WANG Cong
2008-02-05
1
-1
/
+2
*
uml: eliminate SIGALRM
Jeff Dike
2007-10-16
1
-21
/
+7
*
uml: eliminate interrupts in the idle loop
Jeff Dike
2007-10-16
1
-3
/
+0
*
uml: separate timer initialization
Jeff Dike
2007-10-16
1
-0
/
+10
*
uml: fix timer switching
Jeff Dike
2007-10-16
1
-6
/
+3
*
uml: style fixes pass 3
Jeff Dike
2007-10-16
1
-45
/
+51
*
uml: remove code made redundant by CHOOSE_MODE removal
Jeff Dike
2007-10-16
1
-3
/
+2
*
uml: throw out CHOOSE_MODE
Jeff Dike
2007-10-16
1
-4
/
+2
*
uml: fix irqstack crash
Jeff Dike
2007-09-19
1
-2
/
+2
*
uml: iRQ stacks
Jeff Dike
2007-05-11
1
-0
/
+40
*
uml: tidy IRQ code
Jeff Dike
2007-05-11
1
-3
/
+7
*
uml: remove user_util.h
Jeff Dike
2007-05-07
1
-1
/
+0
*
[PATCH] um: remove dead code about os_usr1_signal() and os_usr1_process()
Paolo 'Blaisorblade' Giarrusso
2007-03-08
1
-5
/
+0
*
[PATCH] uml: fix I/O hang
Jeff Dike
2006-11-03
1
-3
/
+28
*
[PATCH] uml: Remove unused variable
Jeff Dike
2006-09-26
1
-7
/
+0
[next]