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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-07-29
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...
Hannes Frederic Sowa
3
-2
/
+9
2013-07-29
ipip: fix a regression in ioctl
Cong Wang
1
-5
/
+7
2013-07-29
l2tp: add missing .owner to struct pppox_proto
Wei Yongjun
1
-1
/
+2
2013-07-29
ip_tunnels: Use skb-len to PMTU check.
Pravin B Shelar
1
-43
/
+54
2013-07-29
ipv6,mcast: always hold idev->lock before mca_lock
Amerigo Wang
3
-18
/
+31
2013-07-29
vti: remove duplicated code to fix a memory leak
Cong Wang
1
-7
/
+0
2013-07-29
gre: fix a regression in ioctl
Cong Wang
1
-4
/
+5
2013-07-29
net: Swap ver and type in pppoe_hdr
Changli Gao
1
-2
/
+2
2013-07-29
x25: Fix broken locking in ioctl error paths.
Dave Jones
1
-7
/
+8
2013-07-29
neighbour: fix a race in neigh_destroy()
Eric Dumazet
1
-5
/
+7
2013-07-29
ipv6: only apply anti-spoofing checks to not-pointopoint tunnels
Hannes Frederic Sowa
1
-1
/
+1
2013-07-29
sparc32: vm_area_struct access for old Sun SPARCs.
Olivier DANET
5
-16
/
+18
2013-07-29
writeback: Fix periodic writeback after fs mount
Jan Kara
1
-1
/
+8
2013-07-26
Linux 3.10.3
v3.10.3
Greg Kroah-Hartman
1
-1
/
+1
2013-07-26
tracing: Add trace_array_get/put() to event handling
Steven Rostedt (Red Hat)
2
-4
/
+54
2013-07-26
tracing: Fix race between deleting buffer and setting events
Steven Rostedt (Red Hat)
1
-6
/
+17
2013-07-26
tracing: Get trace_array ref counts when accessing trace files
Steven Rostedt (Red Hat)
1
-9
/
+112
2013-07-26
tracing: Add trace_array_get/put() to handle instance refs better
Steven Rostedt (Red Hat)
1
-18
/
+65
2013-07-26
tracing: Protect ftrace_trace_arrays list in trace_events.c
Alexander Z Lam
3
-2
/
+13
2013-07-26
tracing: Make trace_marker use the correct per-instance buffer
Alexander Z Lam
1
-1
/
+2
2013-07-26
tracing: Fix irqs-off tag display in syscall tracing
zhangwei(Jovi)
1
-4
/
+17
2013-07-26
tracing: Failed to create system directory
Steven Rostedt
1
-6
/
+35
2013-07-26
perf: Fix perf_lock_task_context() vs RCU
Peter Zijlstra
1
-1
/
+14
2013-07-26
perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario
Jiri Olsa
1
-1
/
+10
2013-07-26
perf: Clone child context from parent context pmu
Jiri Olsa
1
-1
/
+1
2013-07-26
staging: line6: Fix unlocked snd_pcm_stop() call
Takashi Iwai
1
-1
/
+4
2013-07-26
MIPS: Octeon: Don't clobber bootloader data structures.
David Daney
1
-1
/
+1
2013-07-26
thermal: cpu_cooling: fix stub function
Arnd Bergmann
1
-2
/
+2
2013-07-26
xtensa: adjust boot parameters address when INITIALIZE_XTENSA_MMU_INSIDE_VMLI...
Max Filippov
2
-3
/
+12
2013-07-26
iommu/amd: Only unmap large pages from the first pte
Alex Williamson
1
-1
/
+5
2013-07-26
drm/nv50-/disp: Use output specific mask in interrupt
Emil Velikov
1
-1
/
+5
2013-07-26
drm/nva3/disp: Fix HDMI audio regression
Ilia Mirkin
1
-0
/
+4
2013-07-26
drm/radeon: add backlight quirk for hybrid mac
Alex Deucher
1
-0
/
+7
2013-07-26
drm/radeon: fix AVI infoframe generation
Alex Deucher
2
-18
/
+4
2013-07-26
drm/nouveau: use vmalloc for pgt allocation
Marcin Slusarz
1
-3
/
+3
2013-07-26
drm/mgag200: Added resolution and bandwidth limits for various G200e products.
Julia Lemire
3
-5
/
+70
2013-07-26
drm/gem: fix not to assign error value to gem name
YoungJun Cho
1
-11
/
+7
2013-07-26
drm/i915: Only clear write-domains after a successful wait-seqno
Chris Wilson
1
-1
/
+2
2013-07-26
drm/i915: Fix context sizes on HSW
Ben Widawsky
2
-9
/
+8
2013-07-26
drm/i915: Fix up sdvo hpd pins for i965g/gm
Daniel Vetter
2
-18
/
+8
2013-07-26
of: Fix address decoding on Bimini and js2x machines
Benjamin Herrenschmidt
1
-2
/
+6
2013-07-26
svcrpc: don't error out on small tcp fragment
J. Bruce Fields
1
-1
/
+1
2013-07-26
svcrpc: fix handling of too-short rpc's
J. Bruce Fields
1
-2
/
+7
2013-07-26
svcrpc: fix failures to handle -1 uid's
J. Bruce Fields
1
-2
/
+0
2013-07-26
uprobes: Fix return value in error handling path
zhangwei(Jovi)
1
-1
/
+3
2013-07-26
printk: Fix rq->lock vs logbuf_lock unlock lock inversion
Bu, Yitian
1
-1
/
+1
2013-07-26
mac80211: close AP_VLAN interfaces before unregistering all
Johannes Berg
1
-0
/
+9
2013-07-26
b43: ensue that BCMA is "y" when B43 is "y"
Hauke Mehrtens
1
-2
/
+2
2013-07-26
virtio_balloon: leak_balloon(): only tell host if we got pages deflated
Luiz Capitulino
1
-1
/
+2
2013-07-26
SCSI: mpt2sas: Fix for issue Missing delay not getting set during system bootup
Reddy, Sreekanth
3
-11
/
+13
[prev]
[next]