linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-07 21:53:56 to 2016-01-11 10:35:47 UTC [more...]

[PATCH v3 0/3] checkpatch: handling of memory barriers
 2016-01-11 10:35 UTC  (7+ messages)
` [PATCH v3 1/3] checkpatch.pl: add missing "
  ` [PATCH v3 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH v3 3/3] checkpatch: add virt barriers

[PATCH v2 0/3] checkpatch: handling of memory barriers
 2016-01-10 19:29 UTC  (9+ messages)
` [PATCH v2 1/3] checkpatch.pl: add missing "
` [PATCH v2 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH v2 3/3] checkpatch: add virt barriers

[PATCH v3 00/41] arch: barrier cleanup + barriers for virt
 2016-01-10 14:22 UTC  (42+ messages)
` [PATCH v3 01/41] lcoking/barriers, arch: Use smp barriers in smp_store_release()
` [PATCH v3 02/41] asm-generic: guard smp_store_release/load_acquire
` [PATCH v3 03/41] ia64: rename nop->iosapic_nop
` [PATCH v3 04/41] ia64: reuse asm-generic/barrier.h
` [PATCH v3 06/41] s390: "
` [PATCH v3 07/41] sparc: "
` [PATCH v3 08/41] arm: "
` [PATCH v3 09/41] arm64: "
` [PATCH v3 10/41] metag: "
` [PATCH v3 11/41] mips: "
` [PATCH v3 12/41] x86/um: "
` [PATCH v3 13/41] x86: "
` [PATCH v3 14/41] asm-generic: add __smp_xxx wrappers
` [PATCH v3 15/41] powerpc: define __smp_xxx
` [PATCH v3 16/41] arm64: "
` [PATCH v3 17/41] arm: "
` [PATCH v3 18/41] blackfin: "
` [PATCH v3 19/41] ia64: "
` [PATCH v3 20/41] metag: "
` [PATCH v3 21/41] mips: "
` [PATCH v3 22/41] s390: "
` [PATCH v3 23/41] sh: define __smp_xxx, fix smp_store_mb for !SMP
` [PATCH v3 24/41] sparc: define __smp_xxx
  ` [PATCH v3 05/41] powerpc: reuse asm-generic/barrier.h
  ` [PATCH v3 25/41] tile: define __smp_xxx
` [PATCH v3 26/41] xtensa: "
` [PATCH v3 27/41] x86: "
` [PATCH v3 28/41] asm-generic: implement virt_xxx memory barriers
` [PATCH v3 29/41] Revert "virtio_ring: Update weak barriers to use dma_wmb/rmb"
` [PATCH v3 30/41] virtio_ring: update weak barriers to use virt_xxx
` [PATCH v3 31/41] sh: support 1 and 2 byte xchg
` [PATCH v3 32/41] sh: move xchg_cmpxchg to a header by itself
` [PATCH v3 33/41] virtio_ring: use virt_store_mb
` [PATCH v3 34/41] checkpatch.pl: add missing memory barriers
` [PATCH v3 35/41] checkpatch: check for __smp outside barrier.h
` [PATCH v3 36/41] checkpatch: add virt barriers
` [PATCH v3 37/41] xenbus: use virt_xxx barriers
` [PATCH v3 38/41] xen/io: "
` [PATCH v3 39/41] xen/events: "
` [PATCH v3 40/41] s390: use generic memory barriers
` [PATCH v3 41/41] s390: more efficient smp barriers

[PATCH 0/3] checkpatch: handling of memory barriers
 2016-01-10 11:42 UTC  (14+ messages)
` [PATCH 1/3] checkpatch.pl: add missing "
` [PATCH 2/3] checkpatch: check for __smp outside barrier.h
` [PATCH 3/3] checkpatch: add virt barriers

[PATCH v2 0/6] generic relative extable support
 2016-01-08 15:42 UTC  (8+ messages)
` [PATCH v2 1/6] extable: add support for relative extables to search and sort routines
` [PATCH v2 2/6] alpha/extable: use generic "
` [PATCH v2 3/6] s390/extable: "
` [PATCH v2 4/6] x86/extable: "
` [PATCH v2 5/6] ia64/extable: "
` [PATCH v2 6/6] arm64: switch to relative exception tables

[PATCH v2 00/34] arch: barrier cleanup + barriers for virt
 2016-01-07  0:43 UTC  (84+ messages)
` [PATCH v2 01/32] lcoking/barriers, arch: Use smp barriers in smp_store_release()
` [PATCH v2 02/32] asm-generic: guard smp_store_release/load_acquire
` [PATCH v2 03/32] ia64: rename nop->iosapic_nop
` [PATCH v2 04/32] ia64: reuse asm-generic/barrier.h
` [PATCH v2 05/32] powerpc: "
` [PATCH v2 06/32] s390: "
` [PATCH v2 07/32] sparc: "
` [PATCH v2 08/32] arm: "
` [PATCH v2 09/32] arm64: "
` [PATCH v2 11/32] mips: "
` [PATCH v2 13/32] x86: "
` [PATCH v2 15/32] powerpc: define __smp_xxx
` [PATCH v2 16/32] arm64: "
` [PATCH v2 17/32] arm: "
` [PATCH v2 18/32] blackfin: "
` [PATCH v2 19/32] ia64: "
` [PATCH v2 21/32] mips: "
` [PATCH v2 22/32] s390: "
` [PATCH v2 23/32] sh: define __smp_xxx, fix smp_store_mb for !SMP
` [PATCH v2 24/32] sparc: define __smp_xxx
` [PATCH v2 25/32] tile: "
` [PATCH v2 26/32] xtensa: "
` [PATCH v2 28/32] asm-generic: implement virt_xxx memory barriers
` [PATCH v2 29/32] Revert "virtio_ring: Update weak barriers to use dma_wmb/rmb"
` [PATCH v2 32/32] virtio_ring: use virt_store_mb
  ` [PATCH v2 10/32] metag: reuse asm-generic/barrier.h
  ` [PATCH v2 12/32] x86/um: "
  ` [PATCH v2 14/32] asm-generic: add __smp_xxx wrappers
  ` [PATCH v2 20/32] metag: define __smp_xxx
  ` [PATCH v2 27/32] x86: "
  ` [PATCH v2 31/32] sh: support a 2-byte smp_store_mb
  ` [PATCH v2 33/34] xenbus: use virt_xxx barriers
    ` [Xen-devel] "
` [PATCH v2 34/34] xen/io: "
  ` [Xen-devel] "
` [PATCH v2 30/32] virtio_ring: update weak barriers to use __smp_xxx

[PATCH v3 05/17] ia64: Set System RAM type and descriptor
 2016-01-05 19:04 UTC  (2+ messages)

[PATCH v3 00/17] Enhance iomem search interfaces and support EINJ to NVDIMM
 2016-01-05 18:54 UTC 

[PATCH 0/6] generic relative extable support
 2016-01-04 21:05 UTC  (17+ messages)
` [PATCH 1/6] extable: add support for relative extables to search and sort routines
` [PATCH 2/6] alpha/extable: use generic "
` [PATCH 3/6] s390/extable: "
` [PATCH 4/6] x86/extable: "
` [PATCH 5/6] ia64/extable: "
` [PATCH 6/6] arm64: switch to relative exception tables

[PATCH 03/34] ia64: rename nop->iosapic_nop
 2015-12-30 16:41 UTC  (5+ messages)
` [PATCH 04/34] ia64: reuse asm-generic/barrier.h
` [PATCH 20/34] ia64: define __smp_xxx

[PATCH] ia64: ftrace: remove the misleading comment for ftrace_dyn_arch_init
 2015-12-28  8:33 UTC 

[PATCH v2 05/16] ia64: Set System RAM type and descriptor
 2015-12-25 22:09 UTC 

[PATCH v2 00/16] Enhance iomem search interfaces and support EINJ to NVDIMM
 2015-12-25 22:09 UTC 

[for-next][PATCH 10/13] ia64: ftrace: Fix the comments for ftrace_modify_code()
 2015-12-24 14:28 UTC 

Hardware to give away (pickup in Bavaria/Germany)
 2015-12-22 13:49 UTC 

[GIT PULL] ia64: wire up mlock2 syscall
 2015-12-14 19:16 UTC 

[PATCH v9 58/60] PCI: Introduce resource_disabled()
 2015-12-11  5:06 UTC 

[PATCH v3 0/5] ACPI / processor_idle: Add ACPI v6.0 LPI support
 2015-12-10  8:48 UTC  (3+ messages)

[PATCH part3 v12 00/10] Cleanup platform pci_domain_nr()
 2015-12-08  1:18 UTC  (3+ messages)


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