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-11-19
vfs: Add setns support for the mount namespace
Eric W. Biederman
4
-0
/
+108
2012-11-19
vfs: Allow chroot if you have CAP_SYS_CHROOT in your user namespace
Eric W. Biederman
1
-1
/
+1
2012-11-19
pidns: Support unsharing the pid namespace.
Eric W. Biederman
3
-10
/
+26
2012-11-19
pidns: Consolidate initialzation of special init task state
Eric W. Biederman
2
-4
/
+3
2012-11-19
pidns: Add setns support
Eric W. Biederman
3
-0
/
+58
2012-11-19
pidns: Deny strange cases when creating pid namespaces.
Eric W. Biederman
1
-0
/
+2
2012-11-19
pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1
Eric W. Biederman
3
-26
/
+17
2012-11-19
pidns: Don't allow new processes in a dead pid namespace.
Eric W. Biederman
1
-1
/
+7
2012-11-19
pidns: Make the pidns proc mount/umount logic obvious.
Eric W. Biederman
6
-22
/
+26
2012-11-19
pidns: Use task_active_pid_ns where appropriate
Eric W. Biederman
12
-15
/
+16
2012-11-19
pidns: Capture the user namespace and filter ns_last_pid
Eric W. Biederman
4
-9
/
+19
2012-11-19
procfs: Don't cache a pid in the root inode.
Eric W. Biederman
2
-18
/
+1
2012-11-19
procfs: Use the proc generic infrastructure for proc/self.
Eric W. Biederman
5
-152
/
+64
2012-11-19
userns: On mips modify check_same_owner to use uid_eq
Eric W. Biederman
1
-2
/
+2
2012-11-19
userns: make each net (net_ns) belong to a user_ns
Eric W. Biederman
3
-7
/
+20
2012-11-19
netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS
Eric W. Biederman
2
-13
/
+9
2012-11-15
userns: Support fuse interacting with multiple user namespaces
Eric W. Biederman
5
-24
/
+28
2012-11-15
userns: Support autofs4 interacing with multiple user namespaces
Eric W. Biederman
5
-18
/
+24
2012-10-28
Linux 3.7-rc3
v3.7-rc3
Linus Torvalds
1
-1
/
+1
2012-10-28
Merge tag 'ktest-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-2
/
+4
2012-10-28
Merge tag 'spi-mxs' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...
Linus Torvalds
1
-1
/
+2
2012-10-28
Merge tag 'fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
56
-87
/
+225
2012-10-28
Lock splice_read and splice_write functions
Mikulas Patocka
1
-2
/
+35
2012-10-28
percpu-rw-semaphores: use rcu_read_lock_sched
Mikulas Patocka
1
-4
/
+4
2012-10-28
percpu-rw-semaphores: use light/heavy barriers
Mikulas Patocka
1
-13
/
+7
2012-10-27
Revert "ARM i.MX25: Fix PWM per clock lookups"
Arnd Bergmann
1
-4
/
+4
2012-10-27
ARM: versatile: fix versatile_defconfig
Arnd Bergmann
1
-0
/
+1
2012-10-27
ARM: mvebu: update defconfig with 3.7 changes
Thomas Petazzoni
1
-3
/
+7
2012-10-27
ARM: at91: fix at91x40 build
Arnd Bergmann
1
-1
/
+1
2012-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
63
-384
/
+724
2012-10-27
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-3
/
+5
2012-10-27
Merge tag 'pm+acpi-for-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-10
/
+10
2012-10-27
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
7
-68
/
+56
2012-10-26
Merge tag 'usb-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
30
-847
/
+798
2012-10-26
Merge tag 'tty-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-8
/
+8
2012-10-26
Merge tag 'staging-3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
31
-243
/
+287
2012-10-26
Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-133
/
+465
2012-10-26
Merge tag 'char-misc-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-94
/
+152
2012-10-26
VFS: don't do protected {sym,hard}links by default
Linus Torvalds
1
-2
/
+2
2012-10-26
Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
8
-103
/
+200
2012-10-26
Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...
Linus Torvalds
1
-1
/
+0
2012-10-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-58
/
+126
2012-10-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-61
/
+257
2012-10-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
11
-105
/
+199
2012-10-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
10
-94
/
+102
2012-10-26
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...
Arnd Bergmann
1
-1
/
+1
2012-10-26
Merge branch 'v3.7-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
9
-2
/
+55
2012-10-26
Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...
Ingo Molnar
4
-8
/
+24
2012-10-26
tilegx: fix some issues in the SW TSO support
Chris Metcalf
1
-16
/
+19
2012-10-26
qmi_wwan/cdc_ether: move Novatel 551 and E362 to qmi_wwan
Dan Williams
2
-15
/
+40
[next]