linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-28 02:10:00 to 2012-02-29 23:09:35 UTC [more...]

[PATCH 00/39] PCI: pci_host_bridge related cleanup and busn_alloc
 2012-02-29 23:07 UTC  (69+ messages)
` [PATCH 01/39] PCI: Separate host_bridge code out from probe.c
` [PATCH 02/39] x86, PCI: have own version for pcibios_bus_to_resource
` [PATCH 03/39] x86, PCI: Fix memleak with get_current_resources
` [PATCH 04/39] PCI: rename pci_host_bridge() to find_pci_root_bridge()
` [PATCH 05/39] PCI: add generic device into pci_host_bridge struct
` [PATCH 06/39] PCI: add host bridge release support
` [PATCH 07/39] x86, PCI: break down get_current_resource()
` [PATCH 08/39] x86, PCI: add host bridge resource release for using _CRS
` [PATCH 09/39] x86, PCI: embed name acpi version pci_root_info struct
` [PATCH 10/39] x86, PCI: embed pci_sysdata into pci_root_info on acpi path
` [PATCH 11/39] x86, PCI: Allocating pci_root_info for not using _CRS path
` [PATCH 12/39] x86, PCI: Merge root info printing for nocrs path
` [PATCH 13/39] x86, PCI: add print all root info "
` [PATCH 14/39] x86, PCI: allocate temp range array in amd_bus pci_root_info probing
` [PATCH 15/39] x86, PCI: Merge pcibios_scan_root and pci_scan_bus_on_node
` [PATCH 16/39] PCI: skip busn resource at first
` [PATCH 17/39] x86, PCI: put busn resource in pci_root_info for acpi path
` [PATCH 18/39] PCI: default busn_resource
` [PATCH 19/39] x86, PCI: put busn resource in pci_root_info for no_crs path
` [PATCH 21/39] PCI: Add busn_res operation functions
` [PATCH 22/39] PCI: release busn when removing bus
` [PATCH 23/39] PCI: insert busn_res in pci_create_root_bus
` [PATCH 24/39] PCI: checking busn_res in pci_scan_root_bus
` [PATCH 25/39] PCI: add default res for pci_scan_bus
` [PATCH 26/39] PCI, ia64: Register busn_res for root buses
` [PATCH 27/39] PCI, sparc: "
` [PATCH 28/39] PCI, powerpc: "
` [PATCH 29/39] PCI, parisc: "
` [PATCH 30/39] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 31/39] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 32/39] PCI: Strict checking of valid range for bridge
` [PATCH 33/39] PCI: Allocate bus range instead of use max blindly
` [PATCH 34/39] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 35/39] PCI: Seperate child bus scanning to two passes overall
` [PATCH 36/39] pcmcia: remove workaround for fixing pci parent bus subordinate
` [PATCH 37/39] PCI: Double checking setting for bus register and bus struct
` [PATCH 38/39] PCI, pciehp: Remove not needed bus number range checking
` [PATCH 39/39] x86, PCI: kill busn in acpi pci_root_info

[PATCH v11 01/12] sk_run_filter: add support for custom load_pointer
 2012-02-29 17:51 UTC  (42+ messages)
` [PATCH v11 06/12] seccomp: add system call filtering using BPF
` [PATCH v11 08/12] signal, x86: add SIGSYS info and make it synchronous
` [PATCH v11 10/12] ptrace,seccomp: Add PTRACE_SECCOMP support

[PATCHv7 0/9] ARM: DMA-mapping framework redesign
 2012-02-29 15:04 UTC  (15+ messages)
` [PATCHv7 1/9] ARM: dma-mapping: introduce ARM_DMA_ERROR constant
` [PATCHv7 2/9] ARM: dma-mapping: use pr_* instread of printk
` [PATCHv7 3/9] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
  ` [PATCHv7 4/9] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
  ` [PATCHv7 8/9] ARM: dma-mapping: use alloc, mmap, free from dma_ops
` [PATCHv7 5/9] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
` [PATCHv7 6/9] ARM: dma-mapping: move all dma bounce code to separate dma ops structure
` [PATCHv7 7/9] ARM: dma-mapping: remove redundant code and cleanup
` [PATCHv7 9/9] ARM: dma-mapping: add support for IOMMU mapper

[PATCH -v9 00/24] PCI: allocate pci bus num range for unassigned bridge busn
 2012-02-29  4:26 UTC  (51+ messages)
` [PATCH 01/24] x86, PCI: add print all root info for nocrs path
` [PATCH 02/24] x86, PCI: Merge pcibios_scan_root and pci_scan_bus_on_node
` [PATCH 03/24] PCI: Add busn_res into struct pci_bus
` [PATCH 04/24] PCI: Add busn_res operation functions
` [PATCH 05/24] PCI: release busn when removing bus
` [PATCH 06/24] PCI: insert busn_res in pci_create_root_bus
` [PATCH 07/24] PCI: checking busn_res in pci_scan_root_bus
` [PATCH 08/24] PCI: default busn_resource
` [PATCH 09/24] PCI: add default res for pci_scan_bus
` [PATCH 10/24] x86, PCI: put busn resource in pci_root_info for acpi path
` [PATCH 11/24] x86, PCI: put busn resource in pci_root_info for no_crs path
` [PATCH 12/24] PCI, ia64: Register busn_res for root buses
` [PATCH 13/24] PCI, sparc: "
` [PATCH 14/24] PCI, powerpc: "
` [PATCH 15/24] PCI, parisc: "
` [PATCH 16/24] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 17/24] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 18/24] PCI: Strict checking of valid range for bridge
` [PATCH 19/24] PCI: Allocate bus range instead of use max blindly
` [PATCH 20/24] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 21/24] PCI: Seperate child bus scanning to two passes overall
` [PATCH 22/24] pcmcia: remove workaround for fixing pci parent bus subordinate
` [PATCH 23/24] PCI: Double checking setting for bus register and bus struct
` [PATCH 24/24] PCI, pciehp: Remove not needed bus number range checking

[PATCH -v8 0/18] PCI: allocate pci bus num range for unassigned bridge busn
 2012-02-28 23:41 UTC  (39+ messages)
` [PATCH 01/18] x86, PCI: Merge pcibios_scan_root and pci_scan_bus_on_node
` [PATCH 02/18] PCI: Add busn_res into struct pci_bus
` [PATCH 03/18] PCI: Add busn_res operation functions
` [PATCH 04/18] PCI: Add busn_res tracking in core
` [PATCH 05/18] PCI, x86: Register busn_res for root buses
` [PATCH 06/18] PCI, ia64: "
` [PATCH 07/18] PCI, sparc: "
` [PATCH 08/18] PCI, powerpc: "
` [PATCH 09/18] PCI, parisc: "
` [PATCH 10/18] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 11/18] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 12/18] PCI: Strict checking of valid range for bridge
` [PATCH 13/18] PCI: Allocate bus range instead of use max blindly
` [PATCH 14/18] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 15/18] PCI: Seperate child bus scanning to two passes overall
` [PATCH 16/18] pcmcia: remove workaround for fixing pci parent bus subordinate
` [PATCH 17/18] PCI: Double checking setting for bus register and bus struct
` [PATCH 18/18] PCI, pciehp: Remove not needed bus number range checking
` [PATCH -v8 0/23] PCI: allocate pci bus num range for unassigned bridge busn

[RFC] mm: Limit pgd range freeing to TASK_SIZE
 2012-02-28 18:12 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).