public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-08 13:25:40 to 2017-09-05 15:04:56 UTC [more...]

[PATCH] [RFC] clocksource: improve GENERIC_CLOCKEVENTS dependency
 2017-09-05 15:04 UTC 

[PATCH v2 0/7] Remove the parent_node() for each arch
 2017-09-01  2:56 UTC  (2+ messages)
` [PATCH v2 1/7] ia64: topology: Remove the unused parent_node() macro

refactor dma_cache_sync
 2017-08-31 14:06 UTC  (15+ messages)
` [PATCH 03/12] frv: make dma_cache_sync a no-op
  ` [PATCH 01/12] floppy: consolidate the dummy fd_cacheflush definition
  ` [PATCH 02/12] mips: don't use dma_cache_sync to implement fd_cacheflush
  ` [PATCH 04/12] x86: make dma_cache_sync a no-op
  ` [PATCH 05/12] ia64: "
  ` [PATCH 06/12] microblaze: "
  ` [PATCH 08/12] powerpc: "
  ` [PATCH 10/12] xtensa: "
` [PATCH 07/12] mn10300: "
` [PATCH 09/12] unicore32: "
` [PATCH 11/12] sh: "
` [PATCH 12/12] dma-mapping: turn dma_cache_sync into a dma_map_ops method

[PATCH v2 1/1] futex: remove duplicated code and fix UB
 2017-08-25 20:43 UTC  (3+ messages)

[PATCH] random: fix warning message on ia64 and parisc
 2017-08-08 16:28 UTC 

[PATCH] uapi: fix another asm/shmbuf.h userspace compilation error
 2017-08-04 15:22 UTC  (3+ messages)

pci: Add generic pcibios_{fixup_bus,align_resource}
 2017-08-02 20:00 UTC  (9+ messages)
` [PATCH 1/3] pci: Add a generic, weakly-linked pcibios_fixup_bus
` [PATCH 2/3] pci: Add a generic, weakly-linked pcibios_align_resource
` [PATCH 3/3] arc: kernel/pcibios.c is empty, delete it

[PATCH 2/3] mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem
 2017-07-28 15:12 UTC  (3+ messages)

[PATCH] [IA64] tioca: fix spelling mistake in macros
 2017-07-27 15:10 UTC 

[PATCH 02/11] ia64: topology: Remove the unused parent_node() macro
 2017-07-26 13:34 UTC 

[PATCH 0/5] Consolidate init_task handling
 2017-07-20 12:50 UTC  (6+ messages)
` [PATCH 1/5] Construct init thread stack in the linker script rather than by union
` [PATCH 2/5] Unroll INIT_TASK() in init/init_task.c
` [PATCH 3/5] Unroll various INIT_* macros
` [PATCH 4/5] Unroll the INIT_SIGNALS and INIT_SIGHAND macros
` [PATCH 5/5] Unroll INIT_STRUCT_PID

[PATCH 2/7] signal/ia64: Document a conflict with SI_USER with SIGFPE
 2017-07-18 14:06 UTC 

[PATCH] ia64: Remove an extra parenthesis in time.c
 2017-07-15 12:58 UTC 

[PATCH 0/7] rwsem: Implement down_read_killable()
 2017-07-06  9:45 UTC  (13+ messages)
` [PATCH 1/7] rwsem-spinlock: Add killable versions of __down_read()
` [PATCH 2/7] rwsem-spinlock: Add killable versions of rwsem_down_read_failed()
` [PATCH 3/7] alpha: Add __down_read_killable()
` [PATCH 4/7] ia64: "
` [PATCH 5/7] s390: "
` [PATCH 6/7] x86: "
` [PATCH 7/7] rwsem: Add down_read_killable()

[PATCH 00/18] treewide: Move storage class before return type
 2017-07-05 20:02 UTC  (4+ messages)
` [PATCH 06/18] ia64: Move inline "
` [PATCH 07/18] ia64: sn: pci: Move inline before type
` [PATCH 13/18] drivers: tty: serial: Move inline before return type

[PATCH 1/1] futex: remove duplicated code
 2017-07-03 10:18 UTC  (7+ messages)
` [PATCH 1/1] futex: remove duplicated code and fix UB

[PATCH 2/8] signal/ia64: Document a conflict with SI_USER with SIGFPE
 2017-06-30 12:39 UTC 

[PATCH RFC 15/26] ia64: Remove spin_unlock_wait() arch-specific definitions
 2017-06-30  0:01 UTC 

clean up and modularize arch dma_mapping interface
 2017-06-26 22:06 UTC  (128+ messages)
` [PATCH 01/44] firmware/ivc: use dma_mapping_error
` [PATCH 02/44] ibmveth: properly unwind on init errors
` [PATCH 03/44] dmaengine: ioat: don't use DMA_ERROR_CODE
` [PATCH 06/44] iommu/dma: don't rely on DMA_ERROR_CODE
` [PATCH 07/44] xen-swiotlb: consolidate xen_swiotlb_dma_ops
` [PATCH 08/44] xen-swiotlb: implement ->mapping_error
` [PATCH 15/44] xtensa: remove DMA_ERROR_CODE
` [PATCH 16/44] arm64: "
` [PATCH 18/44] iommu/amd: implement ->mapping_error
` [PATCH 20/44] sparc: "
` [PATCH 21/44] powerpc: "
` [PATCH 22/44] x86/pci-nommu: "
` [PATCH 23/44] x86/calgary: "
` [PATCH 24/44] x86: remove DMA_ERROR_CODE
` [PATCH 25/44] arm: implement ->mapping_error
` [PATCH 26/44] dma-mapping: remove DMA_ERROR_CODE
` [PATCH 27/44] sparc: remove leon_dma_ops
` [PATCH 28/44] sparc: remove arch specific dma_supported implementations
` [PATCH 29/44] dma-noop: remove dma_supported and mapping_error methods
` [PATCH 30/44] dma-virt: "
` [PATCH 31/44] hexagon: remove arch-specific dma_supported implementation
` [PATCH 32/44] hexagon: remove the unused dma_is_consistent prototype
` [PATCH 33/44] openrisc: remove arch-specific dma_supported implementation
` [PATCH 34/44] arm: remove arch specific "
` [PATCH 35/44] x86: "
` [PATCH 36/44] dma-mapping: remove HAVE_ARCH_DMA_SUPPORTED
` [PATCH 37/44] mips/loongson64: implement ->dma_supported instead of ->set_dma_mask
` [PATCH 38/44] arm: "
` [PATCH 39/44] xen-swiotlb: remove xen_swiotlb_set_dma_mask
` [PATCH 40/44] tile: remove dma_supported and mapping_error methods
` [PATCH 41/44] powerpc/cell: clean up fixed mapping dma_ops initialization
` [PATCH 42/44] powerpc/cell: use the dma_supported method for ops switching
` [PATCH 43/44] dma-mapping: remove the set_dma_mask method
` [PATCH 44/44] powerpc: merge __dma_set_mask into dma_set_mask
  ` [PATCH 17/44] hexagon: switch to use ->mapping_error for error reporting
  ` [PATCH 19/44] s390: implement ->mapping_error
` clean up and modularize arch dma_mapping interface V2
  ` [PATCH 04/44] drm/exynos: don't use DMA_ERROR_CODE
  ` [PATCH 05/44] drm/armada: don't abuse DMA_ERROR_CODE
  ` [PATCH 09/44] c6x: remove DMA_ERROR_CODE
  ` [PATCH 10/44] ia64: "
  ` [PATCH 11/44] m32r: "
  ` [PATCH 12/44] microblaze: "
  ` [PATCH 13/44] openrisc: "
    ` [PATCH 14/44] sh: "
  ` new dma-mapping tree, was Re: clean up and modularize arch dma_mapping interface V2

[PATCH v2 2/3] ia64: thin archives fix linking
 2017-06-25  3:26 UTC  (4+ messages)

[PATCH 1/2] ia64: thin archives fix linking
 2017-06-21  7:56 UTC 

[ia64:cqm_and_mbm 10/18] arch/x86/kernel/cpu/intel_rdt_rdtgroup.c:1122:5-9: WARNING: Unsigned expres
 2017-06-14 19:36 UTC  (2+ messages)
` [ia64:cqm_and_mbm 10/18] arch/x86/kernel/cpu/intel_rdt_rdtgroup.c:1122:5-9: WARNING: Unsigned ex

[PATCH 00/27] kbuild, arch: complete UAPI de-coupling and cleanup scripts/Makefile.headersinst
 2017-06-12  3:27 UTC  (2+ messages)
` [PATCH 12/27] ia64: move generic-y of exported headers to uapi/asm/Kbuild

[PATCH v5 0/9] locking/rwsem: Enable reader optimistic spinning
 2017-06-08 18:49 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox