index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
synclink: kill the big kernel lock
Alan Cox
2010-08-10
3
-73
/
+56
*
rocket: kill BKL
Alan Cox
2010-08-10
1
-9
/
+19
*
isicom: kill off the BKL
Alan Cox
2010-08-10
1
-8
/
+5
*
riscom8: kill use of lock_kernel
Alan Cox
2010-08-10
1
-6
/
+8
*
istallion: use bit ops for the board flags
Alan Cox
2010-08-10
2
-19
/
+19
*
stallion: prune lock_kernel calls
Alan Cox
2010-08-10
2
-17
/
+25
*
vt/console: try harder to print output when panicing
Jesse Barnes
2010-08-10
8
-9
/
+27
*
tty: Add EXTPROC support for LINEMODE
hyc@symas.com
2010-08-10
39
-10
/
+101
*
tty: remove remaining Hayes ESP ioctls
Greg Kroah-Hartman
2010-08-10
8
-16
/
+0
*
tty: Remove Hayes ESP ioctls
Jeff Dike
2010-08-10
1
-4
/
+2
*
serial: fix wakup races in the mrst_max3110 driver
Arjan van de Ven
2010-08-10
1
-28
/
+18
*
serial: replace open coded mutex with a real mutex in mrst_max3110.c
Arjan van de Ven
2010-08-10
1
-7
/
+8
*
max3110 sanity check a register
jianwei.yang
2010-08-10
1
-2
/
+11
*
mrst_max3110: add UART driver for Max3110 on Moorestown
Feng Tang
2010-08-10
4
-0
/
+921
*
serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definition
Yegor Yefremov
2010-08-10
1
-1
/
+1
*
vt: clean up the code - use kernel library
Andy Shevchenko
2010-08-10
1
-2
/
+3
*
serial: There's no config CONSOLE
Christoph Egger
2010-08-10
1
-8
/
+0
*
n_gsm.c: removed duplicated #includes
Andrea Gelmini
2010-08-10
1
-1
/
+0
*
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
Linus Torvalds
2010-08-10
15
-75
/
+207
|
\
|
*
unistd: add __NR_prlimit64 syscall numbers
Jiri Slaby
2010-07-16
5
-2
/
+9
|
*
rlimits: implement prlimit64 syscall
Jiri Slaby
2010-07-16
2
-0
/
+98
|
*
rlimits: switch more rlimit syscalls to do_prlimit
Jiri Slaby
2010-07-16
2
-23
/
+11
|
*
rlimits: redo do_setrlimit to more generic do_prlimit
Jiri Slaby
2010-07-16
2
-36
/
+39
|
*
rlimits: add rlimit64 structure
Jiri Slaby
2010-07-16
1
-0
/
+7
|
*
rlimits: do security check under task_lock
Jiri Slaby
2010-07-16
1
-10
/
+10
|
*
rlimits: allow setrlimit to non-current tasks
Jiri Slaby
2010-07-16
1
-1
/
+10
|
*
rlimits: split sys_setrlimit
Jiri Slaby
2010-07-16
2
-16
/
+26
|
*
rlimits: selinux, do rlimits changes under task_lock
Oleg Nesterov
2010-07-16
1
-2
/
+4
|
*
rlimits: make sure ->rlim_max never grows in sys_setrlimit
Oleg Nesterov
2010-07-16
1
-7
/
+8
|
*
rlimits: add task_struct to update_rlimit_cpu
Jiri Slaby
2010-07-16
4
-7
/
+8
|
*
rlimits: security, add task_struct to setrlimit
Jiri Slaby
2010-07-16
5
-10
/
+16
*
|
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2010-08-10
107
-1525
/
+1910
|
\
\
|
*
|
mtd: Remove obsolete <mtd/compatmac.h> include
David Woodhouse
2010-08-08
25
-34
/
+0
|
*
|
mtd: Update copyright notices
David Woodhouse
2010-08-08
37
-68
/
+416
|
*
|
jffs2: Update copyright notices
David Woodhouse
2010-08-08
19
-3
/
+22
|
*
|
mtd-physmap: add support users can assign the probe type in board files
Barry Song
2010-08-08
2
-2
/
+7
|
*
|
mtd: remove redwood map driver
Christian Dietrich
2010-08-06
3
-183
/
+0
|
*
|
mxc_nand: Add v3 (i.MX51) Support
Sascha Hauer
2010-08-06
2
-2
/
+222
|
*
|
mxc_nand: support 8bit ecc
Sascha Hauer
2010-08-06
1
-0
/
+30
|
*
|
mxc_nand: fix correct_data function
Sascha Hauer
2010-08-06
1
-2
/
+40
|
*
|
mxc_nand: add V1_V2 namespace to registers
Sascha Hauer
2010-08-06
1
-78
/
+63
|
*
|
mxc_nand: factor out a check_int function
Sascha Hauer
2010-08-06
1
-13
/
+19
|
*
|
mxc_nand: make some internally used functions overwriteable
Sascha Hauer
2010-08-06
1
-28
/
+44
|
*
|
mxc_nand: rework get_dev_status
Sascha Hauer
2010-08-06
1
-12
/
+9
|
*
|
mxc_nand: remove 0xe00 offset from registers
Sascha Hauer
2010-08-06
1
-18
/
+18
|
*
|
mtd: denali: Add multi connected NAND support
Chuanxiao Dong
2010-08-06
2
-1
/
+22
|
*
|
mtd: denali: Remove set_ecc_config function
Chuanxiao Dong
2010-08-06
2
-40
/
+48
|
*
|
mtd: denali: Remove unuseful code in get_xx_nand_para functions
Chuanxiao Dong
2010-08-06
1
-74
/
+7
|
*
|
mtd: denali: Remove device_info_tag structure
Chuanxiao.Dong
2010-08-06
2
-305
/
+37
|
*
|
mtd: m25p80: add support for the Winbond W25Q32 SPI flash chip
Gabor Juhos
2010-08-06
1
-0
/
+1
[next]