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
2013-08-30
xen/evtchn: double free on error
Dan Carpenter
1
-1
/
+0
2013-08-30
Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.
Andres Lagar-Cavilla
1
-20
/
+63
2013-08-20
xen/pvhvm: Initialize xen panic handler for PVHVM guests
Vaughan Cao
1
-0
/
+2
2013-08-20
xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mapping
Stefano Stabellini
2
-15
/
+17
2013-08-20
xen: fix ARM build after 6efa20e4
Stefano Stabellini
1
-0
/
+2
2013-08-20
MAINTAINERS: Remove Jeremy from the Xen subsystem.
Konrad Rzeszutek Wilk
2
-1
/
+1
2013-08-20
xen/events: document behaviour when scanning the start word for events
David Vrabel
1
-5
/
+12
2013-08-20
x86/xen: during early setup, only 1:1 map the ISA region
David Vrabel
1
-5
/
+11
2013-08-20
x86/xen: disable premption when enabling local irqs
David Vrabel
1
-13
/
+12
2013-08-09
swiotlb-xen: replace dma_length with sg_dma_len() macro
Stefano Stabellini
1
-4
/
+4
2013-08-09
swiotlb: replace dma_length with sg_dma_len() macro
EunBong Song
1
-4
/
+4
2013-08-09
xen/balloon: set a mapping for ballooned out pages
Stefano Stabellini
2
-3
/
+69
2013-08-09
xen/evtchn: improve scalability by using per-user locks
David Vrabel
1
-80
/
+112
2013-08-09
xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()
David Vrabel
1
-1
/
+0
2013-08-09
MAINTAINERS: Add in two extra co-maintainers of the Xen tree.
Konrad Rzeszutek Wilk
1
-0
/
+2
2013-08-09
MAINTAINERS: Update the Xen subsystem's with proper mailing list.
Konrad Rzeszutek Wilk
1
-7
/
+6
2013-08-09
xen: replace strict_strtoul() with kstrtoul()
Jingoo Han
1
-18
/
+36
2013-08-09
xen-gnt: prevent adding duplicate gnt callbacks
Roger Pau Monne
1
-2
/
+11
2013-08-09
drivers/tpm: add xen tpmfront interface
Daniel De Graaf
5
-0
/
+650
2013-08-09
xen: Support 64-bit PV guest receiving NMIs
Konrad Rzeszutek Wilk
6
-8
/
+38
2013-08-05
Linux 3.11-rc4
v3.11-rc4
Linus Torvalds
1
-1
/
+1
2013-08-04
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-26
/
+68
2013-08-04
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2013-08-04
tmpfs: fix SEEK_DATA/SEEK_HOLE regression
Hugh Dickins
1
-1
/
+2
2013-08-04
Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
8
-21
/
+21
2013-08-04
drm/radeon: fix 64 bit divide in SI spm code
Alex Deucher
1
-1
/
+1
2013-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
92
-678
/
+995
2013-08-03
qlcnic: Fix for flash update failure on 83xx adapter
Himanshu Madhani
10
-132
/
+231
2013-08-03
qlcnic: Fix link speed and duplex display for 83xx adapter
Rajesh Borundia
1
-9
/
+16
2013-08-03
qlcnic: Fix link speed display for 82xx adapter
Rajesh Borundia
1
-3
/
+7
2013-08-03
qlcnic: Fix external loopback test.
Shahed Shaikh
1
-2
/
+10
2013-08-03
qlcnic: Removed adapter series name from warning messages.
Pratik Pujar
2
-2
/
+2
2013-08-03
qlcnic: Free up memory in error path.
Himanshu Madhani
1
-3
/
+3
2013-08-03
qlcnic: Fix ingress MAC learning
Shahed Shaikh
1
-33
/
+66
2013-08-03
qlcnic: Fix MAC address filter issue on 82xx adapter
Shahed Shaikh
1
-1
/
+1
2013-08-03
net: ethernet: davinci_emac: drop IRQF_DISABLED
Mugunthan V N
1
-2
/
+1
2013-08-03
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
4
-8
/
+10
2013-08-03
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2013-08-03
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
3
-28
/
+31
2013-08-03
hwmon: (max6697) fix MAX6581 ideality
Vivien Didelot
1
-2
/
+2
2013-08-03
Merge branch 'security-fixes' into fixes
Russell King
3
-28
/
+31
2013-08-03
ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...
Russell King
2
-2
/
+7
2013-08-03
ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)
Russell King
2
-26
/
+24
2013-08-03
netlabel: use domain based selectors when address based selectors are not ava...
Paul Moore
6
-158
/
+130
2013-08-03
net: check net.core.somaxconn sysctl values
Roman Gushchin
1
-1
/
+5
2013-08-03
sis900: Fix the tx queue timeout issue
Denis Kirjanov
1
-10
/
+2
2013-08-03
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
21
-56
/
+232
2013-08-03
Merge tag 'gpio-for-v3.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-70
/
+15
2013-08-03
net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing fails
Daniel Borkmann
1
-1
/
+3
2013-08-03
r8169: remove "PHY reset until link up" log spam
Lekensteyn
1
-1
/
+1
[next]