linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-17 18:04:47 to 2012-01-30 16:57:47 UTC [more...]

[RFC PATCH v1 00/18] add PCI bus-to-resource offset support in core
 2012-01-30 16:57 UTC  (14+ 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: "

[PATCH 0/3] arch: fix ioport mapping on mips,sh
 2012-01-30 17:50 UTC  (17+ 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] fix compile break caused by iomap: make IOPORT/PCI mapping functions conditional
 2012-01-30 16:40 UTC 

[PATCH 1/4 V10] Add flag to indicate that a vm was stopped by the host
 2012-01-30 16:18 UTC  (20+ messages)
` [PATCH 2/4 V10] Add functions to check if the host has stopped the vm
` [PATCH 3/4 V10] Add ioctl for KVMCLOCK_GUEST_STOPPED
` [PATCH 4/4 V10] Add check for suspended vm in softlockup detector
` [PATCH 0/4 V10] Avoid soft lockup message when KVM is stopped by host

[PATCH -v2 0/13] PCI: allocate pci bus num range for unassigned bridge busn
 2012-01-30 16:09 UTC  (34+ 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 v2 0/2] Add Qualcomm MSM ADM DMAEngine driver
 2012-01-30  8:15 UTC  (27+ messages)
` [PATCH v2 1/2] dmaengine: Add support for per xfer specific privatedata & box dma
` [PATCH v2 2/2] msm: DMAEngine: Add DMAEngine driver based on old MSM DMA APIs

[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  (15+ 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  (10+ messages)
` [PATCH 1/4] PCI: Add iobusn_resource and insert root bus range to that tree
` [PATCH 2/4] PCI: Allocate bus range instead of use max blindly
` [PATCH 3/4] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 4/4] PCI: Seperate child bus scanning to two passes overall

[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; "

[PATCH 0/8 v4] ARM: DMA-mapping framework redesign
 2012-01-26  8:09 UTC  (10+ messages)
` [PATCH 8/8] ARM: dma-mapping: add support for IOMMU mapper
  ` [PATCH 8/8 RESEND] "

[PATCH 04/10] arch/hexagon/kernel/dma.c: make function static
 2012-01-24 13:31 UTC 

[PATCH] kconfig: untangle EXPERT and EMBEDDED
 2012-01-24  0:43 UTC  (19+ messages)

MAILBOX overschreden
 2012-01-21 13:13 UTC 

[GIT PULL] Separate out the User and Kernel bits into separate headers
 2012-01-20  1:40 UTC 

[PATCH] kconfig: untangle EXPERT and EMBEDDED
 2012-01-18  9:54 UTC  (23+ messages)

[PATCH 0/4 V9] Avoid soft lockup message when KVM is stopped by host
 2012-01-17 18:20 UTC  (12+ messages)
` [PATCH 1/4 V9] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/4 V9] Add functions to check if the host has stopped the vm
` [PATCH 3/4 V9] Add ioctl for KVMCLOCK_GUEST_STOPPED
` [PATCH 4/4 V9] Add check for suspended vm in softlockup detector


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).