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.13.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
2014-02-11
mm: fix page leak at nfs_symlink()
Rafael Aquini
1
-0
/
+5
2014-02-11
slub: do not assert not having lock in removing freed partial
Steven Rostedt
1
-12
/
+20
2014-02-11
gitignore: add all.config
Borislav Petkov
1
-0
/
+3
2014-02-11
ocfs2: fix ocfs2_sync_file() if filesystem is readonly
Younger Liu
1
-0
/
+3
2014-02-11
drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zero
Prarit Bhargava
1
-1
/
+1
2014-02-11
fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem
Eric W. Biederman
1
-1
/
+1
2014-02-11
xen: properly account for _PAGE_NUMA during xen pte translations
Mel Gorman
2
-4
/
+14
2014-02-11
mm/slub.c: list_lock may not be held in some circumstances
David Rientjes
1
-4
/
+2
2014-02-11
drivers/md/bcache/extents.c: use %zi to format size_t
Geert Uytterhoeven
1
-1
/
+1
2014-02-11
vmcore: prevent PT_NOTE p_memsz overflow during header update
Greg Pearson
1
-6
/
+20
2014-02-11
drivers/message/i2o/i2o_config.c: fix deadlock in compat_ioctl(I2OGETIOPS)
Alexey Khoroshilov
1
-2
/
+2
2014-02-11
Documentation/: update 00-INDEX files
Henrik Austad
26
-26
/
+176
2014-02-11
checkpatch: fix detection of git repository
Richard Genoud
1
-2
/
+2
2014-02-11
get_maintainer: fix detection of git repository
Richard Genoud
1
-1
/
+1
2014-02-11
drivers/misc/sgi-gru/grukdump.c: unlocking should be conditional in gru_dump_...
Dan Carpenter
1
-6
/
+5
2014-02-11
tcp: tsq: fix nonagle handling
John Ogness
1
-2
/
+11
2014-02-11
Merge branch 'bridge'
David S. Miller
7
-63
/
+129
2014-02-11
bridge: Prevent possible race condition in br_fdb_change_mac_address
Toshiaki Makita
1
-1
/
+5
2014-02-11
bridge: Properly check if local fdb entry can be deleted when deleting vlan
Toshiaki Makita
3
-9
/
+23
2014-02-11
bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...
Toshiaki Makita
1
-19
/
+6
2014-02-11
bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...
Toshiaki Makita
1
-25
/
+32
2014-02-11
bridge: Fix the way to check if a local fdb entry can be deleted
Toshiaki Makita
3
-1
/
+34
2014-02-11
bridge: Change local fdb entries whenever mac address of bridge device changes
Toshiaki Makita
3
-4
/
+5
2014-02-11
bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_address
Toshiaki Makita
1
-1
/
+1
2014-02-11
bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr
Toshiaki Makita
1
-9
/
+20
2014-02-11
bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr
Toshiaki Makita
3
-7
/
+16
2014-02-10
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-39
/
+91
2014-02-10
microblaze: Fix a typo when disabling stack protection
Edgar E. Iglesias
1
-1
/
+1
2014-02-10
microblaze: Define readq and writeq IO helper function
Michal Simek
1
-0
/
+6
2014-02-10
microblaze: Fix missing HZ macro
Michal Simek
1
-0
/
+2
2014-02-10
tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 min
Jesper Juhl
1
-1
/
+1
2014-02-10
net: vxge: Remove unused device pointer
Christian Engelmayer
1
-6
/
+0
2014-02-10
net: qmi_wwan: add ZTE MF667
Raymond Wanyoike
1
-0
/
+1
2014-02-10
3c59x: Remove unused pointer in vortex_eisa_cleanup()
Christian Engelmayer
1
-2
/
+0
2014-02-10
net: fix 'ip rule' iif/oif device rename
Maciej Żenczykowski
1
-0
/
+7
2014-02-10
wan: dlci: Remove unused netdev_priv pointer
Christian Engelmayer
1
-5
/
+0
2014-02-10
6lowpan: Remove unused pointer in lowpan_header_create()
Christian Engelmayer
1
-3
/
+0
2014-02-10
Linux 3.14-rc2
v3.14-rc2
Linus Torvalds
1
-1
/
+1
2014-02-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-0
/
+6
2014-02-10
ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnel
FX Le Bail
1
-1
/
+1
2014-02-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
8
-31
/
+17
2014-02-10
net: Mark functions as static in net/sunrpc/svc_xprt.c
Rashika Kheria
1
-3
/
+3
2014-02-10
net: Include appropriate header file in netfilter/nft_lookup.c
Rashika Kheria
1
-0
/
+1
2014-02-10
net: Move prototype declaration to header file include/net/net_namespace.h fr...
Rashika Kheria
2
-8
/
+9
2014-02-10
net: Move prototype declaration to header file include/net/datalink.h from ne...
Rashika Kheria
2
-3
/
+3
2014-02-10
net: Move prototype declaration to header file include/net/ipx.h from net/ipx...
Rashika Kheria
2
-9
/
+8
2014-02-10
net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.c
Rashika Kheria
2
-4
/
+3
2014-02-10
net: Move prototype declaration to header file include/net/dn.h from net/decn...
Rashika Kheria
2
-3
/
+2
2014-02-10
net: Move prototype declaration to appropriate header file from decnet/af_dec...
Rashika Kheria
2
-2
/
+2
2014-02-10
net: Mark functions as static in core/dev.c
Rashika Kheria
1
-3
/
+3
[prev]
[next]