index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-22
xen: remap MSIs into pirqs when running as initial domain
Qing He
3
-18
/
+101
2010-10-22
xen: remap GSIs as pirqs when running as initial domain
Jeremy Fitzhardinge
4
-0
/
+165
2010-10-22
xen: introduce XEN_DOM0 as a silent option
Stefano Stabellini
1
-0
/
+10
2010-10-22
xen: map MSIs into pirqs
Stefano Stabellini
3
-0
/
+81
2010-10-22
xen: support GSI -> pirq remapping in PV on HVM guests
Stefano Stabellini
4
-1
/
+29
2010-10-22
xen: add xen hvm acpi_register_gsi variant
Jeremy Fitzhardinge
3
-1
/
+11
2010-10-22
acpi: use indirect call to register gsi in different modes
Jeremy Fitzhardinge
1
-17
/
+42
2010-10-22
xen: implement xen_hvm_register_pirq
Stefano Stabellini
3
-1
/
+71
2010-10-22
xen: get the maximum number of pirqs from xen
Stefano Stabellini
2
-4
/
+32
2010-10-22
xen: support pirq != irq
Stefano Stabellini
2
-16
/
+49
2010-10-22
Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...
Stefano Stabellini
122
-2270
/
+3944
2010-10-21
X86/PCI: Remove the dependency on isapnp_disable.
Konrad Rzeszutek Wilk
1
-5
/
+0
2010-10-20
xen: Update Makefile with CONFIG_BLOCK dependency for biomerge.c
Konrad Rzeszutek Wilk
1
-1
/
+2
2010-10-20
MAINTAINERS: Add myself to the Xen Hypervisor Interface and remove Chris Wright.
Konrad Rzeszutek Wilk
1
-3
/
+3
2010-10-18
x86: xen: Sanitse irq handling (part two)
Konrad Rzeszutek Wilk
1
-4
/
+3
2010-10-18
swiotlb-xen: On x86-32 builts, select SWIOTLB instead of depending on it.
Konrad Rzeszutek Wilk
1
-1
/
+2
2010-10-18
MAINTAINERS: Add myself for Xen PCI and Xen SWIOTLB maintainer.
Konrad Rzeszutek Wilk
1
-0
/
+14
2010-10-18
xen/pci: Request ACS when Xen-SWIOTLB is activated.
Konrad Rzeszutek Wilk
2
-1
/
+5
2010-10-18
xen-pcifront: Xen PCI frontend driver.
Ryan Wilson
4
-0
/
+1283
2010-10-18
xenbus: prevent warnings on unhandled enumeration values
Noboru Iwamatsu
4
-0
/
+8
2010-10-18
xenbus: Xen paravirtualised PCI hotplug support.
Yosuke Iwamatsu
2
-1
/
+9
2010-10-18
xen/x86/PCI: Add support for the Xen PCI subsystem
Alex Nixon
7
-2
/
+242
2010-10-18
x86: Introduce x86_msi_ops
Stefano Stabellini
4
-4
/
+49
2010-10-18
msi: Introduce default_[teardown|setup]_msi_irqs with fallback.
Thomas Gleixner
1
-2
/
+12
2010-10-18
x86/PCI: Export pci_walk_bus function.
Konrad Rzeszutek Wilk
1
-0
/
+1
2010-10-18
x86/PCI: make sure _PAGE_IOMAP it set on pci mappings
Jeremy Fitzhardinge
1
-0
/
+2
2010-10-18
x86/PCI: Clean up pci_cache_line_size
Alex Nixon
2
-7
/
+11
2010-10-18
xen: fix shared irq device passthrough
Konrad Rzeszutek Wilk
2
-4
/
+9
2010-10-18
xen: Provide a variant of xen_poll_irq with timeout.
Konrad Rzeszutek Wilk
2
-5
/
+16
2010-10-18
xen: Find an unbound irq number in reverse order (high to low).
Konrad Rzeszutek Wilk
1
-5
/
+20
2010-10-18
xen: statically initialize cpu_evtchn_mask_p
Jeremy Fitzhardinge
1
-1
/
+6
2010-10-18
xen: set pirq name to something useful.
Gerd Hoffmann
2
-3
/
+3
2010-10-18
xen: dynamically allocate irq & event structures
Jeremy Fitzhardinge
1
-6
/
+10
2010-10-18
xen: identity map gsi->irqs
Konrad Rzeszutek Wilk
1
-5
/
+15
2010-10-18
x86/io_apic: add get_nr_irqs_gsi()
Jeremy Fitzhardinge
2
-0
/
+6
2010-10-18
xen: implement pirq type event channels
Jeremy Fitzhardinge
2
-2
/
+252
2010-10-18
xen: define BIOVEC_PHYS_MERGEABLE()
Jeremy Fitzhardinge
3
-1
/
+27
2010-10-18
xen: Don't disable the I/O space
Alex Nixon
1
-2
/
+0
2010-10-16
arm: Use ARCH_IRQ_INIT_FLAGS
Thomas Gleixner
2
-8
/
+2
2010-10-16
genirq, ARM: Fix boot on ARM platforms
Anand Gadiyar
1
-1
/
+3
2010-10-14
Linux 2.6.36-rc8
v2.6.36-rc8
Linus Torvalds
1
-2
/
+2
2010-10-14
Un-inline the core-dump helper functions
Linus Torvalds
2
-32
/
+40
2010-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
13
-77
/
+104
2010-10-14
Don't dump task struct in a.out core-dumps
Linus Torvalds
3
-22
/
+6
2010-10-13
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...
Linus Torvalds
1
-1
/
+1
2010-10-13
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+0
2010-10-13
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-4
/
+14
2010-10-13
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
11
-17
/
+44
2010-10-13
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2010-10-13
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
12
-30
/
+40
[next]