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
2013-08-20
Linux 3.0.93
v3.0.93
Greg Kroah-Hartman
1
-1
/
+1
2013-08-20
Revert "genetlink: fix family dump race"
Greg Kroah-Hartman
1
-7
/
+0
2013-08-20
Linux 3.0.92
v3.0.92
Greg Kroah-Hartman
1
-1
/
+1
2013-08-20
m68k: Truncate base in do_div()
Andreas Schwab
1
-4
/
+5
2013-08-20
vm: add no-mmu vm_iomap_memory() stub
Linus Torvalds
1
-0
/
+10
2013-08-20
ARM: 7080/1: l2x0: make sure I&D are not locked down on init
Linus Walleij
2
-2
/
+28
2013-08-20
m68k/atari: ARAnyM - Fix NatFeat module support
Geert Uytterhoeven
1
-4
/
+19
2013-08-20
powerpc: Use -mtraceback=no
Anton Blanchard
1
-1
/
+1
2013-08-20
sparc32: Add ucmpdi2.o to obj-y instead of lib-y.
David S. Miller
1
-2
/
+2
2013-08-20
sparc32: add ucmpdi2
Sam Ravnborg
2
-1
/
+20
2013-08-20
USB: mos7720: fix broken control requests
Johan Hovold
1
-7
/
+14
2013-08-20
usb: add two quirky touchscreen
Oliver Neukum
1
-0
/
+6
2013-08-20
genetlink: fix family dump race
Johannes Berg
1
-0
/
+7
2013-08-20
af_key: initialize satype in key_notify_policy_flush()
Nicolas Dichtel
1
-0
/
+1
2013-08-20
CRIS: Add _sdata to vmlinux.lds.S
Jesper Nilsson
1
-0
/
+1
2013-08-20
futex: Take hugepages into account when generating futex_key
Zhang Yi
3
-1
/
+35
2013-08-15
Linux 3.0.91
v3.0.91
Greg Kroah-Hartman
1
-1
/
+1
2013-08-15
perf tools: Add anonymous huge page recognition
Joshua Zhu
1
-1
/
+2
2013-08-15
vfs: d_obtain_alias() needs to use "/" as default name.
NeilBrown
1
-1
/
+1
2013-08-15
SCSI: nsp32: use mdelay instead of large udelay constants
Arnd Bergmann
1
-1
/
+1
2013-08-15
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
2
-1
/
+4
2013-08-15
cifs: silence compiler warnings showing up with gcc-4.7.0
Jeff Layton
1
-12
/
+12
2013-08-15
debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)
Oleg Nesterov
1
-47
/
+22
2013-08-15
virtio: console: return -ENODEV on all read operations after unplug
Amit Shah
1
-1
/
+5
2013-08-15
virtio: console: fix raising SIGIO after port unplug
Amit Shah
1
-3
/
+5
2013-08-15
virtio: console: clean up port data immediately at time of unplug
Amit Shah
1
-8
/
+8
2013-08-15
virtio: console: fix race in port_fops_open() and port unplug
Amit Shah
1
-0
/
+4
2013-08-15
virtio: console: fix race with port unplug and open/close
Amit Shah
1
-7
/
+6
2013-08-15
hwmon: (adt7470) Fix incorrect return code check
Curt Brune
1
-1
/
+1
2013-08-12
Linux 3.0.90
v3.0.90
Greg Kroah-Hartman
1
-1
/
+1
2013-08-12
net_sched: info leak in atm_tc_dump_class()
Dan Carpenter
1
-0
/
+1
2013-08-12
af_key: more info leaks in pfkey messages
Dan Carpenter
1
-0
/
+4
2013-08-12
net_sched: Fix stack info leak in cbq_dump_wrr().
David S. Miller
1
-0
/
+1
2013-08-12
usbnet: do not pretend to support SG/TSO
Eric Dumazet
1
-9
/
+3
2013-08-12
ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanup
Hannes Frederic Sowa
1
-0
/
+5
2013-08-12
sctp: fully initialize sctp_outq in sctp_outq_init
Neil Horman
1
-6
/
+2
2013-08-12
sysctl net: Keep tcp_syn_retries inside the boundary
Michal Tesar
1
-1
/
+5
2013-08-12
arcnet: cleanup sizeof parameter
Dan Carpenter
1
-1
/
+1
2013-08-12
perf: Use css_tryget() to avoid propping up css refcount
Salman Qazi
1
-3
/
+7
2013-08-12
x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.daz
H.J. Lu
1
-1
/
+1
2013-08-12
perf: Fix event group context move
Jiri Olsa
1
-2
/
+18
2013-08-12
MAINTAINERS: fix up stable_kernel_rules.txt location
Greg Kroah-Hartman
1
-2
/
+2
2013-08-12
fanotify: info leak in copy_event_to_user()
Dan Carpenter
1
-0
/
+1
2013-08-12
sched: Fix the broken sched_rr_get_interval()
Zhu Yanhai
1
-1
/
+1
2013-08-12
ACPI / battery: Fix parsing _BIX return value
Lan Tianyu
1
-0
/
+2
2013-08-12
mwifiex: Add missing endian conversion.
Tomasz Moń
1
-2
/
+2
2013-08-12
rt2x00: fix stop queue
Stanislaw Gruszka
1
-7
/
+11
2013-08-12
mac80211: fix duplicate retransmission detection
Johannes Berg
1
-2
/
+8
2013-08-12
nl80211: fix mgmt tx status and testmode reporting for netns
Michal Kazior
1
-2
/
+5
2013-08-12
ath9k_htc: do some initial hardware configuration
Oleksij Rempel
1
-0
/
+1
[next]