linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-20 10:20:11 to 2015-12-31 19:07:11 UTC [more...]

[PATCH v2 00/34] arch: barrier cleanup + barriers for virt
 2015-12-31 19:07 UTC  (22+ 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 10/32] metag: "

[PATCH 00/34] arch: barrier cleanup + __smp_XXX barriers for virt
 2015-12-30 22:45 UTC  (86+ messages)
` [PATCH 00/34] arch: barrier cleanup + __smp_xxx "
` [PATCH 01/34] Documentation/memory-barriers.txt: document __smb_mb()
` [PATCH 02/34] asm-generic: guard smp_store_release/load_acquire
` [PATCH 03/34] ia64: rename nop->iosapic_nop
` [PATCH 04/34] ia64: reuse asm-generic/barrier.h
` [PATCH 05/34] powerpc: "
` [PATCH 06/34] s390: "
` [PATCH 07/34] sparc: "
` [PATCH 08/34] asm-generic: smp_store_mb should use smp_mb
` [PATCH 09/34] arm: reuse asm-generic/barrier.h
` [PATCH 10/34] arm64: "
` [PATCH 11/34] metag: "
` [PATCH 12/34] mips: "
` [PATCH 13/34] x86/um: "
` [PATCH 14/34] x86: "
` [PATCH 15/34] asm-generic: add __smp_XXX wrappers
  ` [PATCH 15/34] asm-generic: add __smp_xxx wrappers
` [PATCH 16/34] powerpc: define __smp_XXX
  ` [PATCH 16/34] powerpc: define __smp_xxx
` [PATCH 17/34] arm64: define __smp_XXX
  ` [PATCH 17/34] arm64: define __smp_xxx
` [PATCH 18/34] arm: define __smp_XXX
  ` [PATCH 18/34] arm: define __smp_xxx
` [PATCH 19/34] blackfin: define __smp_XXX
  ` [PATCH 19/34] blackfin: define __smp_xxx
` [PATCH 20/34] ia64: define __smp_XXX
  ` [PATCH 20/34] ia64: define __smp_xxx
` [PATCH 21/34] metag: define __smp_XXX
  ` [PATCH 21/34] metag: define __smp_xxx
` [PATCH 22/34] mips: define __smp_XXX
  ` [PATCH 22/34] mips: define __smp_xxx
` [PATCH 23/34] s390: define __smp_XXX
  ` [PATCH 23/34] s390: define __smp_xxx
` [PATCH 24/34] sh: define __smp_XXX, fix smp_store_mb for !SMP
  ` [PATCH 24/34] sh: define __smp_xxx, "
` [PATCH 25/34] sparc: define __smp_XXX
  ` [PATCH 25/34] sparc: define __smp_xxx
` [PATCH 26/34] tile: define __smp_XXX
  ` [PATCH 26/34] tile: define __smp_xxx
` [PATCH 27/34] xtensa: define __smp_XXX
  ` [PATCH 27/34] xtensa: define __smp_xxx
` [PATCH 28/34] x86: define __smp_XXX
  ` [PATCH 28/34] x86: define __smp_xxX
` [PATCH 29/34] Revert "virtio_ring: Update weak barriers to use dma_wmb/rmb"
` [PATCH 30/34] virtio_ring: update weak barriers to use __smp_XXX
` [PATCH 31/34] xenbus: use __smp_XXX barriers
  ` [PATCH 31/34] xenbus: use __smp_xxx barriers
` [PATCH 32/34] xen/io: use __smp_XXX barriers
  ` [PATCH 32/34] xen/io: use __smp_xxx barriers
` [PATCH 33/34] virtio: use __smp_load_acquire/__smp_store_release
` [PATCH 34/34] virtio_ring: use __smp_store_mb

[PATCH v2 0/2] ABI: handle 32-bit off_t for 32-bit and compat ABIs
 2015-12-29 13:54 UTC  (9+ messages)
` [PATCH 1/2] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 2/2] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option

Donation/Charity
 2015-12-29  4:32 UTC 

Donation/Charity
 2015-12-29  4:27 UTC 

Donation/Charity
 2015-12-29  2:59 UTC 

Assalam o Alaikum
 2015-12-29  2:02 UTC 

[PATCH v2 01/16] resource: Add System RAM resource type
 2015-12-28 21:37 UTC  (48+ messages)
` [PATCH v2 02/16] resource: make resource flags handled properly
` [PATCH v2 03/16] resource: Add I/O resource descriptor
` [PATCH v2 04/16] x86/e820: Set System RAM type and descriptor
` [PATCH v2 05/16] ia64: "
` [PATCH v2 06/16] arch: Set IORESOURCE_SYSTEM_RAM to System RAM
` [PATCH v2 07/16] kexec: "
` [PATCH v2 08/16] xen, mm: "
` [PATCH v2 09/16] drivers: Initialize resource entry to zero
` [PATCH v2 10/16] resource: Change walk_system_ram to use System RAM type
` [PATCH v2 11/16] arm/samsung: Change s3c_pm_run_res() "
` [PATCH v2 12/16] memremap: Change region_intersects() to take @flags and @desc
` [PATCH v2 13/16] resource: Add walk_iomem_res_desc()
` [PATCH v2 14/16] x86,nvdimm,kexec: Use walk_iomem_res_desc() for iomem search
      ` [PATCH v2 14/16] x86, nvdimm, kexec: "
` [PATCH v2 15/16] checkpatch: Add warning on deprecated walk_iomem_res
` [PATCH v2 16/16] ACPI/EINJ: Allow memory error injection to NVDIMM

[PATCH 0/2] ABI: handle 32-bit off_t for 32-bit and compat ABIs
 2015-12-28 17:57 UTC  (10+ messages)
` [PATCH 1/2] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 2/2] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option

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

[PATCH 01/11] resource: Add System RAM resource type
 2015-12-24 21:37 UTC  (19+ messages)

[PATCH 00/32] x86: Memory Protection Keys (v7)
 2015-12-24 11:37 UTC  (3+ messages)

Query about merging memblock and bootmem into one new alloc
 2015-12-22  9:47 UTC  (5+ messages)

[Xen-devel] new barrier type for paravirt (was Re: [PATCH] virtio_ring: use smp_store_mb)
 2015-12-21  7:22 UTC  (2+ messages)
                  ` [PATCH RFC] smp_store_mb should use smp_mb

JUST REPLY YES ONLY
 2015-12-20  9:51 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).