index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen: get the maximum number of pirqs from xen
Stefano Stabellini
2010-10-22
1
-4
/
+26
*
xen: support pirq != irq
Stefano Stabellini
2010-10-22
1
-16
/
+48
*
Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...
Stefano Stabellini
2010-10-22
21
-264
/
+1623
|
\
|
*
xen: Update Makefile with CONFIG_BLOCK dependency for biomerge.c
Konrad Rzeszutek Wilk
2010-10-20
1
-1
/
+2
|
*
x86: xen: Sanitse irq handling (part two)
Konrad Rzeszutek Wilk
2010-10-18
1
-4
/
+3
|
*
swiotlb-xen: On x86-32 builts, select SWIOTLB instead of depending on it.
Konrad Rzeszutek Wilk
2010-10-18
1
-1
/
+2
|
*
xen/pci: Request ACS when Xen-SWIOTLB is activated.
Konrad Rzeszutek Wilk
2010-10-18
1
-1
/
+1
|
*
xen-pcifront: Xen PCI frontend driver.
Ryan Wilson
2010-10-18
3
-0
/
+1171
|
*
xenbus: prevent warnings on unhandled enumeration values
Noboru Iwamatsu
2010-10-18
4
-0
/
+8
|
*
xenbus: Xen paravirtualised PCI hotplug support.
Yosuke Iwamatsu
2010-10-18
1
-0
/
+2
|
*
xen/x86/PCI: Add support for the Xen PCI subsystem
Alex Nixon
2010-10-18
1
-2
/
+30
|
*
msi: Introduce default_[teardown|setup]_msi_irqs with fallback.
Thomas Gleixner
2010-10-18
1
-2
/
+12
|
*
x86/PCI: Export pci_walk_bus function.
Konrad Rzeszutek Wilk
2010-10-18
1
-0
/
+1
|
*
xen: fix shared irq device passthrough
Konrad Rzeszutek Wilk
2010-10-18
1
-3
/
+8
|
*
xen: Provide a variant of xen_poll_irq with timeout.
Konrad Rzeszutek Wilk
2010-10-18
1
-5
/
+12
|
*
xen: Find an unbound irq number in reverse order (high to low).
Konrad Rzeszutek Wilk
2010-10-18
1
-5
/
+20
|
*
xen: statically initialize cpu_evtchn_mask_p
Jeremy Fitzhardinge
2010-10-18
1
-1
/
+6
|
*
xen: set pirq name to something useful.
Gerd Hoffmann
2010-10-18
1
-2
/
+2
|
*
xen: dynamically allocate irq & event structures
Jeremy Fitzhardinge
2010-10-18
1
-6
/
+10
|
*
xen: identity map gsi->irqs
Konrad Rzeszutek Wilk
2010-10-18
1
-5
/
+15
|
*
xen: implement pirq type event channels
Jeremy Fitzhardinge
2010-10-18
1
-2
/
+241
|
*
xen: define BIOVEC_PHYS_MERGEABLE()
Jeremy Fitzhardinge
2010-10-18
2
-1
/
+14
|
*
x86: xen: Sanitise sparse_irq handling
Thomas Gleixner
2010-10-12
1
-12
/
+11
|
*
x86: Speed up the irq_remapped check in hot pathes
Thomas Gleixner
2010-10-12
1
-7
/
+0
|
*
intr_remap: Simplify the code further
Thomas Gleixner
2010-10-12
1
-84
/
+29
|
*
intr_remap: Use irq_2_iommu in struct irq_cfg
Thomas Gleixner
2010-10-12
1
-36
/
+3
|
*
x86: Embedd irq_2_iommu into irq_cfg
Thomas Gleixner
2010-10-12
1
-7
/
+0
|
*
pci: intr_remap: Remove unused functions
Thomas Gleixner
2010-10-12
1
-47
/
+0
|
*
pci: intr_remap: Use irq_data
Thomas Gleixner
2010-10-12
1
-31
/
+8
|
*
pci: intr-remap: Free irte memory if SPARSE_IRQ=y
Thomas Gleixner
2010-10-12
1
-0
/
+14
|
*
ht: Convert to new irq_chip functions
Thomas Gleixner
2010-10-12
1
-14
/
+8
|
*
dmar: Convert to new irq chip functions
Thomas Gleixner
2010-10-12
1
-4
/
+4
|
*
pci: Cleanup the irq_desc mess in msi
Thomas Gleixner
2010-10-12
1
-15
/
+9
|
*
pci: Convert msi to new irq_chip functions
Thomas Gleixner
2010-10-12
1
-7
/
+7
|
*
Merge branch 'x86/urgent' of into irq/sparseirq
Thomas Gleixner
2010-10-12
79
-334
/
+767
|
|
\
|
*
|
isdn: hisax: Replace the bogus access to irq stats
Thomas Gleixner
2010-10-12
2
-4
/
+15
|
*
|
mfd: twl4030: Fix dummy irq chip usage
Thomas Gleixner
2010-10-08
1
-1
/
+1
|
*
|
isdn: Free irq_data namespace
Thomas Gleixner
2010-10-04
1
-3
/
+3
|
*
|
mfd: Rename struct irq_data to struct sih_irq_data
Thomas Gleixner
2010-10-04
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-10-14
11
-73
/
+100
|
\
\
\
|
*
|
|
ehea: Fix a checksum issue on the receive path
Breno Leitao
2010-10-13
2
-1
/
+9
|
*
|
|
net: allow FEC driver to use fixed PHY support
Greg Ungerer
2010-10-13
1
-14
/
+27
|
*
|
|
tg3: restore rx_dropped accounting
Eric Dumazet
2010-10-11
2
-3
/
+5
|
*
|
|
b44: fix carrier detection on bind
Paul Fertser
2010-10-11
1
-2
/
+2
|
*
|
|
NET: wimax, fix use after free
Jiri Slaby
2010-10-11
1
-13
/
+13
|
*
|
|
ATM: iphase, remove sleep-inside-atomic
Jiri Slaby
2010-10-11
2
-7
/
+1
|
*
|
|
ATM: solos-pci, remove use after free
Jiri Slaby
2010-10-11
1
-3
/
+5
|
*
|
|
net/fec: carrier off initially to avoid root mount failure
Oskar Schirmer
2010-10-10
1
-0
/
+3
|
*
|
|
r8169: use device model DMA API
Stanislaw Gruszka
2010-10-09
1
-24
/
+29
|
*
|
|
r8169: allocate with GFP_KERNEL flag when able to sleep
Stanislaw Gruszka
2010-10-09
1
-6
/
+6
[next]