linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-12 16:49:01 to 2011-10-19 20:06:58 UTC [more...]

Please include const-sections into linux-next
 2011-10-19 20:06 UTC  (28+ messages)
  ` [patch] parisc, iommu: add missing include for prefetchw()

[PATCH] dma-mapping: fix sync_single_range_* DMA debugging
 2011-10-19  8:59 UTC  (2+ messages)

[PATCH v5 36/36] Add extra arch overrides to asm-generic/checksum.h
 2011-10-19  3:48 UTC  (2+ messages)

[PATCH v5 35/36] Hexagon: Add self to MAINTAINERS
 2011-10-19  3:48 UTC  (2+ messages)

[PATCH v5 34/36] Hexagon: Add basic stacktrace functionality for Hexagon architecture
 2011-10-19  3:47 UTC  (2+ messages)

[PATCH v5 33/36] Hexagon: Add configuration and makefiles for the Hexagon architecture
 2011-10-19  3:47 UTC  (2+ messages)

[PATCH v5 32/36] Hexagon: Comet platform support
 2011-10-19  3:46 UTC  (2+ messages)

[PATCH v5 31/36] Hexagon: kgdb support files
 2011-10-19  3:45 UTC 

[PATCH v5 30/36] Hexagon: Add page-fault support
 2011-10-19  3:45 UTC  (2+ messages)

[PATCH v5 29/36] Hexagon: Add page table header files & etc
 2011-10-19  3:44 UTC  (2+ messages)

[PATCH v5 28/36] Hexagon: Add ioremap support
 2011-10-19  3:44 UTC  (2+ messages)

[PATCH v5 27/36] Hexagon: Provide DMA implementation
 2011-10-19  3:44 UTC  (2+ messages)

[PATCH v5 26/36] Hexagon: Implement basic TLB management routines for Hexagon
 2011-10-19  3:43 UTC  (2+ messages)

[PATCH v5 25/36] Hexagon: Implement basic cache-flush support
 2011-10-19  3:43 UTC  (2+ messages)

[PATCH v5 24/36] Hexagon: Provide basic implementation and/or stubs for I/O routines
 2011-10-19  3:41 UTC  (2+ messages)

[PATCH v5 23/36] Hexagon: Add user access functions
 2011-10-19  3:41 UTC  (2+ messages)

[PATCH v5 22/36] Hexagon: Add locking types and functions
 2011-10-19  3:39 UTC 

[PATCH v5 21/36] Hexagon: Add SMP support
 2011-10-19  3:39 UTC  (2+ messages)

[PATCH v5 20/36] Hexagon: Provide basic debugging and system trap support
 2011-10-19  3:38 UTC  (2+ messages)

[PATCH v5 19/36] Hexagon: Add ptrace support
 2011-10-19  3:37 UTC  (2+ messages)

[PATCH v5 18/36] Hexagon: Add time and timer functions
 2011-10-19  3:36 UTC  (2+ messages)

[PATCH v5 17/36] Hexagon: Add interrupts
 2011-10-19  3:35 UTC  (2+ messages)

[PATCH v5 16/36] Hexagon: Add startup code
 2011-10-19  3:23 UTC  (2+ messages)

[PATCH v5 15/36] Hexagon: Add init_task and process functions
 2011-10-19  3:21 UTC  (2+ messages)

[PATCH v5 14/36] Hexagon: Add signal functions
 2011-10-19  3:21 UTC  (2+ messages)

[PATCH v5 13/36] Hexagon: Support dynamic module loading
 2011-10-19  3:19 UTC  (2+ messages)

[PATCH v5 12/36] Hexagon: Export ksyms defined in assembly files
 2011-10-19  3:17 UTC  (2+ messages)

[PATCH v5 11/36] Hexagon: Add hypervisor interface
 2011-10-19  3:14 UTC  (2+ messages)

[PATCH v5 10/36] Hexagon: Add memcpy and memset accelerated functions
 2011-10-19  3:13 UTC  (2+ messages)

[PATCH v5 09/36] Hexagon: Add checksum functions
 2011-10-19  3:12 UTC  (2+ messages)

[PATCH v5 08/36] Hexagon: Add delay functions
 2011-10-19  3:11 UTC  (2+ messages)

[PATCH v5 07/36] Hexagon: Add threadinfo
 2011-10-19  2:43 UTC  (2+ messages)

[PATCH v5 06/36] Hexagon: Add processor and system headers
 2011-10-19  2:31 UTC  (2+ messages)

[PATCH v5 05/36] Hexagon: Add syscalls
 2011-10-19  2:31 UTC  (2+ messages)

[PATCH v5 04/36] Hexagon: Add atomic ops support
 2011-10-19  2:29 UTC  (2+ messages)

[PATCH v5 03/36] Hexagon: Add bitops support
 2011-10-19  2:23 UTC  (2+ messages)

[PATCH v5 02/36] Hexagon: Core arch-specific header files
 2011-10-19  2:22 UTC  (2+ messages)

[PATCH v5 01/36] Hexagon: Add generic headers
 2011-10-19  2:17 UTC 

[PATCH v5 00/36] Hexagon: Add support for Qualcomm Hexagon architecture
 2011-10-19  3:53 UTC  (2+ messages)

[PATCH 0/8 v3] ARM: DMA-mapping framework redesign
 2011-10-18 17:19 UTC  (9+ messages)
` [PATCH 1/8] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCH 2/8] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
` [PATCH 3/8] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
` [PATCH 4/8] ARM: dma-mapping: move all dma bounce code to separate dma ops structure
` [PATCH 5/8] ARM: dma-mapping: remove redundant code and cleanup
` [PATCH 6/8] common: dma-mapping: change alloc/free_coherent method to more generic alloc/free_attrs
` [PATCH 7/8] ARM: dma-mapping: use alloc, mmap, free from dma_ops
` [PATCH 8/8] ARM: dma-mapping: add support for IOMMU mapper

[RFC 0/2 v2] ARM: DMA-mapping & IOMMU integration
 2011-10-17 14:07 UTC  (12+ messages)
` [PATCH 1/2] ARM: initial proof-of-concept IOMMU mapper for DMA-mapping
  ` [Linaro-mm-sig] "

[PATCH v2 00/29] Create PCI root buses with correct resources
 2011-10-14 21:15 UTC  (75+ messages)
` [PATCH v2 01/29] PCI: add helpers for building PCI bus resource lists
` [PATCH v2 02/29] PCI: add pci_create_root_bus(), deprecate pci_create_bus()
` [PATCH v2 03/29] PCI: add pci_scan_root_bus(), deprecate pci_scan_bus() and pci_scan_bus_parented()
` [PATCH v2 04/29] MIPS: PCI: convert to pci_scan_root_bus() for correct root bus resources
` [PATCH v2 05/29] x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented()
` [PATCH v2 06/29] x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()
` [PATCH v2 07/29] powerpc/PCI: make pcibios_setup_phb_resources() static
` [PATCH v2 08/29] powerpc/PCI: split PHB part out of pcibios_map_io_space()
` [PATCH v2 09/29] powerpc/PCI: convert to pci_create_root_bus() for correct root bus resources
` [PATCH v2 10/29] microblaze/PCI: fix pci_bus_for_each_resource() usage
` [PATCH v2 11/29] microblaze/PCI: make pcibios_setup_phb_resources() static
` [PATCH v2 12/29] microblaze/PCI: convert to pci_create_root_bus() for correct root bus resources
` [PATCH v2 13/29] microblaze/PCI: use pci_scan_root_bus()
` [PATCH v2 14/29] sparc/PCI: convert to pci_create_root_bus() for correct root bus resources
` [PATCH v2 15/29] sparc32, leon/PCI: convert to pci_scan_root_bus() "
` [PATCH v2 16/29] ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()
` [PATCH v2 17/29] ia64/PCI: convert to pci_create_root_bus() for correct root bus resources
` [PATCH v2 18/29] parisc/PCI: use pci_create_root_bus() instead of pci_scan_bus_parented()
` [PATCH v2 19/29] parisc/PCI: supply root bus resources to pci_create_root_bus()
` [PATCH v2 20/29] parisc/PCI: deal with LMMIO/PAT overlaps before creating PCI root bus
` [PATCH v2 21/29] parisc/PCI: use pci_create_root_bus() instead of pci_scan_bus_parented()
` [PATCH v2 22/29] parisc/PCI: supply root bus resources to pci_create_root_bus()
` [PATCH v2 23/29] xen/PCI: use pci_create_root_bus() instead of pci_scan_bus_parented()
` [PATCH v2 24/29] alpha/PCI: convert to pci_scan_root_bus() for correct root bus resources
` [PATCH v2 25/29] arm/PCI: "
` [PATCH v2 26/29] frv/PCI: "
` [PATCH v2 27/29] mn10300/PCI: "
` [PATCH v2 28/29] sh/PCI: "
` [PATCH v2 29/29] xtensa/PCI: "

linux-next: build failure after merge of the final tree (sparc, ptrace trees related)
 2011-10-14  9:27 UTC  (2+ messages)

[RFC/PULL 00/11] introduce export.h; reduce module.h usage
 2011-10-13 21:51 UTC  (3+ messages)

[PATCH 1/7] Add assertion support with annotated oopsing
 2011-10-12 20:36 UTC  (14+ messages)
` [PATCH 2/7] Add assertion checking macros
` [PATCH 5/7] CacheFiles: Use new core assertion macros
` [PATCH 6/7] AFS: "
` [PATCH 7/7] RxRPC: "


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