messages from 2012-01-27 02:44:32 to 2012-01-31 17:49:56 UTC [more...]
[PATCH -v3 0/14] PCI: allocate pci bus num range for unassigned bridge busn
2012-01-31 17:49 UTC (29+ messages)
` [PATCH 01/14] Make %pR could handle bus resource with domain
` [PATCH 02/14] PCI: Add iobusn_resource
` [PATCH 03/14] PCI: Add busn_res operation functions
` [PATCH 04/14] PCI: Add busn_res tracking in core
` [PATCH 05/14] PCI, x86: Register busn_res for root buses
` [PATCH 06/14] PCI, ia64: "
` [PATCH 07/14] PCI, powerpc: "
` [PATCH 08/14] PCI, parisc: "
` [PATCH 09/14] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 10/14] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 11/14] PCI: Strict checking of valid range for bridge
` [PATCH 12/14] PCI: Allocate bus range instead of use max blindly
` [PATCH 13/14] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 14/14] PCI: Seperate child bus scanning to two passes overall
[PATCH 0/3] arch: fix ioport mapping on mips,sh
2012-01-31 15:59 UTC (22+ messages)
` [PATCH 1/3] lib: add NO_GENERIC_PCI_IOPORT_MAP
` [PATCH 2/3] mips: use the the PCI controller's io_map_base
` [PATCH 3/3] sh: use the the PCI channels's io_map_base
[PATCH 0/4 V11] Avoid soft lockup message when KVM is stopped by host
2012-01-31 15:35 UTC (10+ messages)
` [PATCH 1/4 V11] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/4 V11] Add functions to check if the host has stopped the vm
` [PATCH 3/4 V11] Add ioctl for KVMCLOCK_GUEST_STOPPED
` [PATCH 4/4 V11] Add check for suspended vm in softlockup detector
[PATCH v2 0/2] Add Qualcomm MSM ADM DMAEngine driver
2012-01-31 6:09 UTC (13+ messages)
[RFC PATCH v1 00/18] add PCI bus-to-resource offset support in core
2012-01-31 3:54 UTC (44+ messages)
` [RFC PATCH v1 01/18] PCI: don't publish new root bus until it's fully initialized
` [RFC PATCH v1 02/18] PCI: add struct pci_host_bridge and a list of all bridges found
` [RFC PATCH v1 03/18] PCI: add struct pci_host_bridge_window with CPU/bus address offset
` [RFC PATCH v1 04/18] PCI: convert bus addresses to resource when reading BARs
` [RFC PATCH v1 05/18] PCI: add generic pcibios_resource_to_bus()
` [RFC PATCH v1 06/18] alpha/PCI: get rid of device resource fixups
` [RFC PATCH v1 07/18] arm/PCI: "
` [RFC PATCH v1 08/18] ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resources
` [RFC PATCH v1 09/18] ia64/PCI: get rid of device resource fixups
` [RFC PATCH v1 10/18] microblaze/PCI: "
` [RFC PATCH v1 11/18] mips/PCI: "
` [RFC PATCH v1 12/18] mn10300/PCI: "
` [RFC PATCH v1 13/18] parisc/PCI: "
` [RFC PATCH v1 14/18] powerpc/PCI: "
` [RFC PATCH v1 15/18] sh/PCI: "
` [RFC PATCH v1 16/18] sparc/PCI: "
` [RFC PATCH v1 17/18] xtensa/PCI: "
` [RFC PATCH v1 18/18] PCI: collapse pcibios_resource_to_bus
[PATCH] fix compile break caused by iomap: make IOPORT/PCI mapping functions conditional
2012-01-30 22:45 UTC (5+ messages)
[PATCH -v2 0/13] PCI: allocate pci bus num range for unassigned bridge busn
2012-01-30 18:52 UTC (42+ messages)
` [PATCH 01/13] PCI: Add iobusn_resource
` [PATCH 02/13] PCI: Add busn_res operation functions
` [PATCH 03/13] PCI: Add busn_res tracking in core
` [PATCH 04/13] PCI, x86: Register busn_res for root buses
` [PATCH 05/13] PCI, ia64: "
` [PATCH 06/13] PCI, powerpc: "
` [PATCH 07/13] PCI, parisc: "
` [PATCH 08/13] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 09/13] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 10/13] PCI: Strict checking of valid range for bridge
` [PATCH 11/13] PCI: Allocate bus range instead of use max blindly
` [PATCH 12/13] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 13/13] PCI: Seperate child bus scanning to two passes overall
[PATCH 3/4 V10] Add ioctl for KVMCLOCK_GUEST_STOPPED
2012-01-30 17:11 UTC (16+ messages)
` [PATCH 0/4 V10] Avoid soft lockup message when KVM is stopped by host
[PATCH-RFC 06/10] mips: switch to GENERIC_PCI_IOMAP
2012-01-29 22:45 UTC (3+ messages)
/sys/class/tty/tty0/active?
2012-01-28 14:11 UTC (13+ messages)
` [uml-devel] /sys/class/tty/tty0/active?
[RFC - PATCH 0/7] consolidation of BUG support code
2012-01-27 19:28 UTC (20+ messages)
` [PATCH 1/7] x86: relocate get/set debugreg fcns to include/asm/debugreg
` [PATCH 2/7] spinlock: macroize assert_spin_locked to avoid bug.h dependency
` [PATCH 3/7] lib: fix implicit users of kernel.h for TAINT_WARN
` [PATCH 4/7] bug.h: add include of it to various implicit C users
` [PATCH 5/7] BUG: headers with BUG/BUG_ON etc. need linux/bug.h
` [PATCH 6/7] bug: consolidate BUILD_BUG_ON with other bug code
` [PATCH 7/7] kernel.h: doesn't explicitly use bug.h, so don't include it
[PATCH 0/4] PCI: allocate pci bus num range for unassigned bridge busn
2012-01-27 18:29 UTC (3+ messages)
` [PATCH 1/4] PCI: Add iobusn_resource and insert root bus range to that tree
[PATCHv2 1/2] cpu: Do not return errors from cpu_dev_init() which will be ignored
2012-01-27 16:34 UTC (4+ messages)
` [PATCHv2 2/2] cpu: Register a generic CPU device on architectures that currently do not
` [PATCHv2 1/2] cpu: Do not return errors from cpu_dev_init() which will be ignored; "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).