linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-14 08:54:44 to 2016-07-20 15:36:38 UTC [more...]

[PATCH v3 00/11] mm: Hardened usercopy
 2016-07-20 15:36 UTC  (29+ messages)
` [PATCH v3 01/11] mm: Implement stack frame object validation
` [PATCH v3 02/11] mm: Hardened usercopy
      ` [PATCH] mm: Add is_migrate_cma_page
` [PATCH v3 03/11] x86/uaccess: Enable hardened usercopy
` [PATCH v3 04/11] ARM: uaccess: "
` [PATCH v3 05/11] arm64/uaccess: "
` [PATCH v3 06/11] ia64/uaccess: "
` [PATCH v3 07/11] powerpc/uaccess: "
` [PATCH v3 08/11] sparc/uaccess: "
` [PATCH v3 09/11] s390/uaccess: "
` [PATCH v3 10/11] mm: SLAB hardened usercopy support
` [PATCH v3 11/11] mm: SLUB "

[PREEMPT-RT] [PATCH] ia64: salinfo: use a waitqueue instead a sema down/up combo
 2016-07-19 16:44 UTC  (2+ messages)

[patch] [IA64] fix SN_DMA_ADDRTYPE() condition
 2016-07-15 21:12 UTC 

[PATCH 00/14] Present useful limits to user (v2)
 2016-07-15 20:54 UTC 

[PATCH v2 0/11] mm: Hardened usercopy
 2016-07-15 19:23 UTC  (31+ messages)
` [PATCH v2 01/11] mm: Implement stack frame object validation
` [PATCH v2 02/11] mm: Hardened usercopy
      ` [kernel-hardening] "
` [PATCH v2 03/11] x86/uaccess: Enable hardened usercopy
` [PATCH v2 04/11] ARM: uaccess: "
` [PATCH v2 05/11] arm64/uaccess: "
` [PATCH v2 06/11] ia64/uaccess: "
` [PATCH v2 07/11] powerpc/uaccess: "
` [PATCH v2 08/11] sparc/uaccess: "
` [PATCH v2 09/11] s390/uaccess: "
` [PATCH v2 10/11] mm: SLAB hardened usercopy support
` [PATCH v2 11/11] mm: SLUB "

[PATCH for -mm] signal: Consolidate {TS,TLF}_RESTORE_SIGMASK code
 2016-07-14 19:01 UTC 

[PATCH v6 00/46] dma-mapping: Use unsigned long for dma_attrs
 2016-07-13  8:41 UTC  (3+ messages)
                                                      ` [PATCH v6 28/46] ia64: "
                                                                                          ` [PATCH v6 45/46] dma-mapping: Remove dma_get_attr

[PATCH v5 18/32] signal: Consolidate {TS,TLF}_RESTORE_SIGMASK code
 2016-07-12 23:01 UTC  (3+ messages)

[PATCH v5 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-07-12 12:19 UTC  (5+ messages)
  ` [PATCH v5 27/44] ia64: "
    ` [PATCH v5 43/44] dma-mapping: Remove dma_get_attr

[PATCH 0/9] mm: Hardened usercopy
 2016-07-11 18:40 UTC  (42+ messages)
` [PATCH 1/9] "
` [PATCH 2/9] x86/uaccess: Enable hardened usercopy
` [PATCH 3/9] ARM: uaccess: "
` [PATCH 4/9] arm64/uaccess: "
` [PATCH 5/9] ia64/uaccess: "
` [PATCH 6/9] powerpc/uaccess: "
` [PATCH 7/9] sparc/uaccess: "
` [PATCH 8/9] mm: SLAB hardened usercopy support
` [PATCH 9/9] mm: SLUB "
    ` [kernel-hardening] "

[kernel-hardening] Re: [PATCH 9/9] mm: SLUB hardened usercopy support
 2016-07-11  6:08 UTC  (8+ messages)

[patch V4 05/31] bitops: Add ia-specific parity functions
 2016-06-29 15:15 UTC  (2+ messages)
` [patch V4 05/31] bitops: Add ia64-specific "

[PATCH v4 19/29] signal: Consolidate {TS,TLF}_RESTORE_SIGMASK code
 2016-06-26 21:55 UTC 

[RFC PATCH-tip v2 0/6] locking/rwsem: Enable reader optimistic spinning
 2016-06-20  7:59 UTC  (44+ messages)
` [RFC PATCH-tip v2 1/6] locking/osq: Make lock/unlock proper acquire/release barrier
` [RFC PATCH-tip v2 2/6] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip v2 3/6] locking/rwsem: Enable count-based spinning on reader
` [RFC PATCH-tip v2 4/6] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip v2 5/6] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip v2 6/6] locking/rwsem: Enable spinning readers

[PATCH] ia64: efi: use timespec64 for persistent clock
 2016-06-17 21:39 UTC  (2+ messages)

[RFC PATCH-tip/locking/core v3 00/10] locking/rwsem: Enable reader optimistic spinning
 2016-06-17 15:41 UTC  (11+ messages)
` [RFC PATCH-tip/locking/core v3 01/10] locking/osq: Make lock/unlock proper acquire/release barrier
` [RFC PATCH-tip/locking/core v3 02/10] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip/locking/core v3 03/10] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state v
` [RFC PATCH-tip/locking/core v3 04/10] locking/rwsem: Enable count-based spinning on reader
` [RFC PATCH-tip/locking/core v3 05/10] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip/locking/core v3 06/10] locking/rwsem: Move common rwsem macros to asm-generic/rwsem_t
` [RFC PATCH-tip/locking/core v3 07/10] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambigua
` [RFC PATCH-tip/locking/core v3 08/10] locking/rwsem: Enable spinning readers
` [RFC PATCH-tip/locking/core v3 09/10] locking/rwsem: Enable reactivation of reader spinning
` [RFC PATCH-tip/locking/core v3 10/10] locking/rwsem: Add a boot parameter to reader spinning thresho

[PATCH v7 00/15] ACPI NUMA support for ARM64
 2016-06-17  2:04 UTC  (4+ messages)
` [PATCH v7 15/15] acpi, numa: Enable ACPI based NUMA on ARM64

[PATCH] [ACPI] Change structure initialisation to C99 style
 2016-06-16 17:39 UTC  (2+ messages)

[RFC PATCH-tip 0/6] locking/rwsem: Enable reader optimistic spinning
 2016-06-15 18:55 UTC  (13+ messages)
` [RFC PATCH-tip 1/6] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip 2/6] locking/rwsem: Enable optional count-based spinning on reader
` [RFC PATCH-tip 3/6] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip 4/6] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip 5/6] locking/rwsem: Enable spinning readers
` [RFC PATCH-tip 6/6] xfs: Enable reader optimistic spinning for DAX inodes


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