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
2017-09-04
utimes: Make utimes y2038 safe
Deepa Dinamani
3
-13
/
+14
2017-09-04
ipc: shm: Make shmid_kernel timestamps y2038 safe
Deepa Dinamani
2
-8
/
+8
2017-09-04
ipc: sem: Make sem_array timestamps y2038 safe
Deepa Dinamani
2
-10
/
+11
2017-09-04
ipc: msg: Make msg_queue timestamps y2038 safe
Deepa Dinamani
2
-6
/
+7
2017-09-04
ipc: mqueue: Replace timespec with timespec64
Deepa Dinamani
4
-24
/
+24
2017-09-04
ipc: Make sys_semtimedop() y2038 safe
Deepa Dinamani
1
-6
/
+6
2017-07-16
get rid of SYSVIPC_COMPAT on ia64
Al Viro
1
-5
/
+0
2017-07-16
semtimedop(): move compat to native
Al Viro
4
-53
/
+33
2017-07-16
shmat(2): move compat to native
Al Viro
2
-16
/
+19
2017-07-16
msgrcv(2), msgsnd(2): move compat to native
Al Viro
3
-47
/
+43
2017-07-16
ipc(2): move compat to native
Al Viro
2
-95
/
+93
2017-07-16
ipc: make use of compat ipc_perm helpers
Al Viro
2
-50
/
+8
2017-07-16
semctl(): move compat to native
Al Viro
3
-197
/
+133
2017-07-16
semctl(): separate all layout-dependent copyin/copyout
Al Viro
1
-98
/
+94
2017-07-16
msgctl(): move compat to native
Al Viro
2
-132
/
+133
2017-07-16
msgctl(): split the actual work from copyin/copyout
Al Viro
1
-106
/
+96
2017-07-16
ipc: move compat shmctl to native
Al Viro
3
-235
/
+231
2017-07-16
shmctl: split the work from copyin/copyout
Al Viro
1
-175
/
+172
2017-07-16
Linux v4.13-rc1
v4.13-rc1
Linus Torvalds
1
-2
/
+2
2017-07-15
Merge tag 'standardize-docs' of git://git.lwn.net/linux
Linus Torvalds
81
-4731
/
+6263
2017-07-15
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-38
/
+168
2017-07-15
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
41
-163
/
+531
2017-07-15
Merge branch 'work.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-63
/
+46
2017-07-15
Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
24
-450
/
+168
2017-07-15
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-43
/
+37
2017-07-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
136
-1836
/
+2453
2017-07-15
Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
21
-82
/
+201
2017-07-15
Merge tag 'upstream-4.13-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
10
-85
/
+218
2017-07-15
Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-207
/
+470
2017-07-15
random: reorder READ_ONCE() in get_random_uXX
Sebastian Andrzej Siewior
1
-2
/
+4
2017-07-15
random: suppress spammy warnings about unseeded randomness
Theodore Ts'o
2
-23
/
+57
2017-07-15
Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
6
-17
/
+15
2017-07-15
Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-57
/
+88
2017-07-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-44
/
+204
2017-07-15
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
9
-19
/
+45
2017-07-15
Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+7
2017-07-15
Merge tag 'acpi-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-26
/
+40
2017-07-15
Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-37
/
+39
2017-07-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
17
-62
/
+1969
2017-07-15
replace incorrect strscpy use in FORTIFY_SOURCE
Daniel Micay
1
-11
/
+12
2017-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
3
-75
/
+74
2017-07-15
Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
14
-31
/
+162
2017-07-15
kmod: throttle kmod thread limit
Luis R. Rodriguez
2
-31
/
+9
2017-07-15
kmod: add test driver to stress test the module loader
Luis R. Rodriguez
7
-0
/
+1929
2017-07-15
MAINTAINERS: give kmod some maintainer love
Luis R. Rodriguez
1
-0
/
+7
2017-07-15
xtensa: use generic fb.h
Tobias Klauser
2
-12
/
+1
2017-07-15
fault-inject: add /proc/<pid>/fail-nth
Akinobu Mita
2
-1
/
+3
2017-07-15
fault-inject: simplify access check for fail-nth
Akinobu Mita
2
-17
/
+15
2017-07-15
fault-inject: make fail-nth read/write interface symmetric
Akinobu Mita
2
-14
/
+13
2017-07-15
fault-inject: parse as natural 1-based value for fail-nth write interface
Akinobu Mita
3
-10
/
+8
[next]