index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-01
alpha: don't open-code trace_report_syscall_{enter,exit}
Al Viro
2
-26
/
+19
2012-10-01
Uninclude linux/freezer.h
Richard Weinberger
12
-12
/
+0
2012-10-01
m32r: trim masks
Al Viro
1
-2
/
+2
2012-10-01
avr32: trim masks
Al Viro
1
-7
/
+6
2012-10-01
tile: don't bother with SIGTRAP in setup_frame
Al Viro
2
-19
/
+2
2012-10-01
microblaze: don't bother with SIGTRAP in setup_rt_frame()
Al Viro
1
-5
/
+2
2012-10-01
mn10300: don't bother with SIGTRAP in setup_frame()
Al Viro
1
-8
/
+0
2012-10-01
frv: no need to raise SIGTRAP in setup_frame()
Al Viro
1
-8
/
+0
2012-10-01
x86: get rid of duplicate code in case of CONFIG_VM86
Al Viro
1
-11
/
+6
2012-10-01
unicore32: remove pointless test
Al Viro
1
-2
/
+0
2012-10-01
h8300: trim _TIF_WORK_MASK
Al Viro
1
-1
/
+2
2012-10-01
parisc: decide whether to go to slow path (tracesys) based on thread flags
Al Viro
2
-3
/
+6
2012-10-01
parisc: don't bother looping in do_signal()
Al Viro
1
-22
/
+7
2012-10-01
parisc: fix double restarts
Al Viro
3
-10
/
+10
2012-10-01
bury the rest of TIF_IRET
Al Viro
5
-10
/
+0
2012-10-01
sanitize tsk_is_polling()
Al Viro
26
-38
/
+20
2012-10-01
bury _TIF_RESTORE_SIGMASK
Al Viro
17
-17
/
+0
2012-10-01
unicore32: unobfuscate _TIF_WORK_MASK
Al Viro
1
-1
/
+2
2012-10-01
mips: NOTIFY_RESUME is not needed in TIF masks
Al Viro
1
-2
/
+1
2012-10-01
mips: merge the identical "return from syscall" per-ABI code
Al Viro
5
-51
/
+13
2012-10-01
mips: unobfuscate _TIF..._MASK
Al Viro
1
-3
/
+4
2012-10-01
mips: prevent hitting do_notify_resume() with !user_mode(regs)
Al Viro
2
-8
/
+3
2012-10-01
ia64: can't reach do_signal() when returning to kernel mode
Al Viro
1
-8
/
+0
2012-10-01
score: fix bogus restarts on sigreturn()
Al Viro
1
-0
/
+1
2012-10-01
mn10300: get rid of calling do_notify_resume() when returning to kernel mode
Al Viro
2
-5
/
+4
2012-10-01
xtensa: can't get to do_notify_resume() when user_mode(regs) is not true
Al Viro
1
-3
/
+0
2012-10-01
c6x: switch to generic kernel_thread()
Al Viro
3
-21
/
+6
2012-10-01
c6x: switch to generic sys_execve
Mark Salter
4
-50
/
+1
2012-10-01
c6x: switch to generic kernel_execve
Mark Salter
2
-7
/
+8
2012-10-01
c6x: add ret_from_kernel_thread(), simplify kernel_thread()
Mark Salter
2
-26
/
+32
2012-10-01
mn10300: convert to generic kernel_thread()
Al Viro
3
-36
/
+19
2012-10-01
mn10300: switch to generic kernel_execve()
Al Viro
6
-49
/
+13
2012-10-01
mn10300: switch to generic sys_execve()
Al Viro
3
-16
/
+2
2012-10-01
mn10300: split ret_from_fork, simplify kernel_thread()
Al Viro
5
-71
/
+27
2012-10-01
frv: switch to generic kernel_thread()
Al Viro
3
-23
/
+20
2012-10-01
frv: switch to generic kernel_execve
Al Viro
5
-39
/
+10
2012-10-01
frv: switch to generic sys_execve()
Al Viro
3
-19
/
+2
2012-10-01
frv: split ret_from_fork, simplify kernel_thread() a lot
Al Viro
5
-100
/
+32
2012-10-01
m68k: switch to generic sys_execve()/kernel_execve()
Al Viro
5
-37
/
+9
2012-10-01
m68k: split ret_from_fork(), simplify kernel_thread()
Al Viro
4
-62
/
+36
2012-10-01
m68k: always set stack frame format for ColdFire on thread start
Greg Ungerer
1
-11
/
+12
2012-10-01
powerpc: switch to generic sys_execve()/kernel_execve()
Al Viro
8
-51
/
+21
2012-10-01
powerpc: split ret_from_fork
Al Viro
8
-84
/
+43
2012-10-01
s390: convert to generic kernel_execve()
Al Viro
3
-49
/
+13
2012-10-01
s390: switch to generic kernel_thread()
Al Viro
3
-40
/
+34
2012-10-01
s390: fold kernel_thread_helper() into ret_from_fork()
Al Viro
3
-16
/
+28
2012-10-01
s390: fold execve_tail() into start_thread(), convert to generic sys_execve()
Al Viro
9
-61
/
+5
2012-10-01
um: switch to generic kernel_thread()
Al Viro
3
-16
/
+4
2012-10-01
x86, um/x86: switch to generic sys_execve and kernel_execve
Al Viro
17
-158
/
+34
2012-10-01
x86: split ret_from_fork
Al Viro
7
-85
/
+67
[next]