index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen: remap MSIs into pirqs when running as initial domain
Qing He
2010-10-22
1
-0
/
+4
*
xen: remap GSIs as pirqs when running as initial domain
Jeremy Fitzhardinge
2010-10-22
1
-0
/
+10
*
xen: map MSIs into pirqs
Stefano Stabellini
2010-10-22
1
-0
/
+2
*
xen: support GSI -> pirq remapping in PV on HVM guests
Stefano Stabellini
2010-10-22
1
-0
/
+3
*
xen: implement xen_hvm_register_pirq
Stefano Stabellini
2010-10-22
1
-0
/
+30
*
xen: get the maximum number of pirqs from xen
Stefano Stabellini
2010-10-22
1
-0
/
+6
*
xen: support pirq != irq
Stefano Stabellini
2010-10-22
1
-0
/
+1
*
Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...
Stefano Stabellini
2010-10-22
11
-302
/
+486
|
\
|
*
xen-pcifront: Xen PCI frontend driver.
Ryan Wilson
2010-10-18
1
-0
/
+112
|
*
xenbus: Xen paravirtualised PCI hotplug support.
Yosuke Iwamatsu
2010-10-18
1
-1
/
+7
|
*
xen/x86/PCI: Add support for the Xen PCI subsystem
Alex Nixon
2010-10-18
1
-0
/
+3
|
*
xen: fix shared irq device passthrough
Konrad Rzeszutek Wilk
2010-10-18
1
-1
/
+1
|
*
xen: Provide a variant of xen_poll_irq with timeout.
Konrad Rzeszutek Wilk
2010-10-18
1
-0
/
+4
|
*
xen: set pirq name to something useful.
Gerd Hoffmann
2010-10-18
1
-1
/
+1
|
*
xen: implement pirq type event channels
Jeremy Fitzhardinge
2010-10-18
1
-0
/
+11
|
*
genirq: Remove the now unused sparse irq leftovers
Thomas Gleixner
2010-10-12
1
-10
/
+2
|
*
genirq: Sanitize dynamic irq handling
Thomas Gleixner
2010-10-12
1
-4
/
+8
|
*
genirq: Remove arch_init_chip_data()
Thomas Gleixner
2010-10-12
1
-3
/
+0
|
*
genirq: Remove irq_2_iommu
Thomas Gleixner
2010-10-12
2
-22
/
+0
|
*
x86: Speed up the irq_remapped check in hot pathes
Thomas Gleixner
2010-10-12
1
-2
/
+0
|
*
x86: Embedd irq_2_iommu into irq_cfg
Thomas Gleixner
2010-10-12
1
-0
/
+1
|
*
pci: intr_remap: Remove unused functions
Thomas Gleixner
2010-10-12
1
-2
/
+0
|
*
ht: Convert to new irq_chip functions
Thomas Gleixner
2010-10-12
1
-2
/
+3
|
*
dmar: Convert to new irq chip functions
Thomas Gleixner
2010-10-12
1
-2
/
+3
|
*
pci: Cleanup the irq_desc mess in msi
Thomas Gleixner
2010-10-12
1
-4
/
+4
|
*
pci: Convert msi to new irq_chip functions
Thomas Gleixner
2010-10-12
1
-2
/
+3
|
*
Merge branch 'x86/urgent' of into irq/sparseirq
Thomas Gleixner
2010-10-12
9
-5
/
+20
|
|
\
|
*
|
genirq: Query arch for number of early descriptors
Thomas Gleixner
2010-10-12
1
-0
/
+4
|
*
|
genirq: Implement irq reservation
Thomas Gleixner
2010-10-12
1
-0
/
+1
|
*
|
genirq: Implement sane enumeration
Thomas Gleixner
2010-10-12
1
-0
/
+5
|
*
|
genirq: Implement a sane sparse_irq allocator
Thomas Gleixner
2010-10-12
1
-0
/
+23
|
*
|
genirq: Provide default irq init flags
Thomas Gleixner
2010-10-12
1
-0
/
+6
|
*
|
genirq: Remove early_init_irq_lock_class()
Thomas Gleixner
2010-10-12
1
-8
/
+0
|
*
|
genirq: Sanitize irq_data accessors
Thomas Gleixner
2010-10-12
1
-4
/
+58
|
*
|
genirq: Provide status modifier
Thomas Gleixner
2010-10-12
1
-2
/
+25
|
*
|
genirq: Remove unsused inline
Thomas Gleixner
2010-10-12
1
-7
/
+1
|
*
|
genirq: Distangle irq.h
Thomas Gleixner
2010-10-12
2
-279
/
+184
|
*
|
genirq: Provide config option to disable deprecated code
Thomas Gleixner
2010-10-04
1
-1
/
+7
|
*
|
genirq: Provide advanced irq chip functions
Thomas Gleixner
2010-10-04
1
-16
/
+50
|
*
|
genirq: Convert core code to irq_data
Thomas Gleixner
2010-10-04
1
-5
/
+5
|
*
|
genirq: Create irq_data
Thomas Gleixner
2010-10-04
1
-27
/
+63
|
*
|
genirq: Cleanup irq_chip->typename leftovers
Thomas Gleixner
2010-09-23
1
-6
/
+0
*
|
|
Un-inline the core-dump helper functions
Linus Torvalds
2010-10-14
1
-32
/
+2
*
|
|
Don't dump task struct in a.out core-dumps
Linus Torvalds
2010-10-14
1
-1
/
+1
*
|
|
fanotify: disable fanotify syscalls
Eric Paris
2010-10-12
1
-1
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-10-09
1
-0
/
+18
|
\
\
\
|
*
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
David S. Miller
2010-10-07
1
-0
/
+18
|
|
\
\
\
|
|
*
|
|
Bluetooth: Fix deadlock in the ERTM logic
Gustavo F. Padovan
2010-09-30
1
-0
/
+18
|
|
|
|
/
|
|
|
/
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-07
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
elevator: fix oops on early call to elevator_change()
Jens Axboe
2010-10-07
1
-0
/
+1
|
|
/
/
/
[next]