linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-01 22:43:58 to 2012-02-09 01:27:43 UTC [more...]

[PATCH 00/21] RFC: Make all arches use <asm-generic/posix_types.h>
 2012-02-09  1:27 UTC  (51+ messages)
` [PATCH 01/21] posix_types: Make __kernel_[ug]id32_t default to unsigned int
` [PATCH 02/21] posix_types: Make it possible to override __kernel_fsid_t
` [PATCH 03/21] alpha: Use generic posix_types.h
` [PATCH 04/21] arm: "
` [PATCH 05/21] avr32: "
` [PATCH 06/21] cris: "
` [PATCH 07/21] frv: "
` [PATCH 08/21] h8300: "
` [PATCH 09/21] ia64: "
` [PATCH 10/21] m32r: "
` [PATCH 11/21] m68k: "
` [PATCH 12/21] mips: "
` [PATCH 13/21] mn10300: "
` [PATCH 14/21] parisc: "
` [PATCH 15/21] powerpc: "
` [PATCH 16/21] s390: "
` [PATCH 17/21] sh: Remove unnecessary posix_types.h type overrides
` [PATCH 18/21] sparc: Use generic posix_types.h
` [PATCH 19/21] x86: "
` [PATCH 20/21] xtensa: "
` [PATCH 21/21] posix_types: Remove fd_set macros

[PATCH -v5 0/24] PCI: allocate pci bus num range for unassigned bridge busn + pci rescan cleanup
 2012-02-08 22:02 UTC  (63+ messages)
` [PATCH 01/24] PCI: Add iobusn_resource
` [PATCH 02/24] PCI: add busn inline helper
` [PATCH 03/24] Make %pR could handle bus resource with domain
` [PATCH 04/24] PCI: Add busn_res operation functions
` [PATCH 05/24] PCI: add /proc/iobusn
` [PATCH 06/24] PCI: Add busn_res tracking in core
` [PATCH 07/24] PCI, x86: Register busn_res for root buses
` [PATCH 08/24] PCI, ia64: "
` [PATCH 09/24] PCI, powerpc: "
` [PATCH 10/24] PCI, parisc: "
` [PATCH 11/24] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 12/24] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 13/24] PCI: Strict checking of valid range for bridge
` [PATCH 14/24] PCI: Allocate bus range instead of use max blindly
` [PATCH 15/24] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 16/24] PCI: Seperate child bus scanning to two passes overall
` [PATCH 17/24] pcmcia: remove workaround for fixing pci parent bus subordinate
` [PATCH 18/24] PCI: Double checking setting for bus register and bus struct
` [PATCH 19/24] PCI, pciehp: Remove not needed bus number range checking
` [PATCH 20/24] PCI, sys: Use device_type and attr_groups with pci dev
` [PATCH 21/24] PCI, sysfs: create rescan_bridge under /sys/.../pci/devices/... for pci bridges
` [PATCH 22/24] PCI: Add pci_bus_add_single_device()
` [PATCH 23/24] PCI: make pci_rescan_bus_bridge_resize use pci_scan_bridge instead
` [PATCH 24/24] PCI: clean up rescan_bus_bridge_resize

[RFC PATCH v1 00/18] add PCI bus-to-resource offset support in core
 2012-02-08 21:16 UTC  (19+ messages)
` [RFC PATCH v1 07/18] arm/PCI: get rid of device resource fixups
` [RFC PATCH v1 10/18] microblaze/PCI: "
` [RFC PATCH v1 11/18] mips/PCI: "

[PATCH 0/4 V13] Avoid soft lockup message when KVM is stopped by host
 2012-02-08 15:07 UTC  (10+ messages)
` [PATCH 1/4 V13] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/4 V13] Add functions to check if the host has stopped the vm
` [PATCH 3/4 V13] Add ioctl for KVM_KVMCLOCK_CTRL
` [PATCH 4/4 V13] Add check for suspended vm in softlockup detector

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

[PATCH 0/4 V11] Avoid soft lockup message when KVM is stopped by host
 2012-02-07 21:28 UTC  (9+ messages)
` [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

[RFC PATCH] poll() in 32-bit applications does not handle timeout of -1 properly on 64-bit kernels
 2012-02-07 17:51 UTC  (2+ messages)

[GIT PULL] fixups for generic pci_iomap
 2012-02-07  6:59 UTC  (2+ messages)

[PATCH -v4 0/15] PCI: allocate pci bus num range for unassigned bridge busn
 2012-02-06 18:48 UTC  (39+ messages)
` [PATCH 01/15] Make %pR could handle bus resource with domain
` [PATCH 02/15] PCI: Add iobusn_resource
` [PATCH 03/15] PCI: Add busn_res operation functions
` [PATCH 04/15] PCI: Add busn_res tracking in core
` [PATCH 05/15] PCI, x86: Register busn_res for root buses
` [PATCH 06/15] PCI, ia64: "
` [PATCH 07/15] PCI, powerpc: "
` [PATCH 08/15] PCI, parisc: "
` [PATCH 09/15] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 10/15] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 11/15] PCI: Strict checking of valid range for bridge
` [PATCH 12/15] PCI: Allocate bus range instead of use max blindly
` [PATCH 13/15] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 14/15] PCI: Seperate child bus scanning to two passes overall
` [PATCH 15/15] pcmcia: remove workaround for fixing pci parent bus subordinate

[PATCH] gpiolib/arches: Centralise bolierplate asm/gpio.h
 2012-02-06 11:37 UTC  (9+ messages)

[PATCH] gpiolib/arches: Centralise bolierplate asm/gpio.h
 2012-02-03 23:16 UTC  (5+ messages)

Investment funds of $8,500,000.00
 2012-02-02 21:59 UTC 

Investment funds of $8,500,000.00
 2012-02-02 22:04 UTC 

Ref: Information about Your late Relation/Family member-Final Notice
 2012-02-02 16:20 UTC 


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