linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-11 16:23:00 to 2016-07-08 16:19:04 UTC [more...]

[PATCH 0/9] mm: Hardened usercopy
 2016-07-08 16:19 UTC  (29+ 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-08 16:07 UTC  (2+ messages)

[PATCH v5 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-06-30  8:26 UTC  (3+ messages)
  ` [PATCH v5 27/44] ia64: "
    ` [PATCH v5 43/44] dma-mapping: Remove dma_get_attr

[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  (28+ messages)
` [PATCH v7 01/15] acpi, numa: Use pr_fmt() instead of printk
` [PATCH v7 02/15] acpi, numa: Replace ACPI_DEBUG_PRINT() with pr_debug()
` [PATCH v7 03/15] acpi, numa: remove duplicate NULL check
` [PATCH v7 04/15] acpi, numa: Move acpi_numa_arch_fixup() to ia64 only
` [PATCH v7 05/15] acpi, numa: move acpi_numa_slit_init() to drivers/acpi/numa.c
` [PATCH v7 06/15] arm64, numa: rework numa_add_memblk()
` [PATCH v7 07/15] arm64, numa: Cleanup NUMA disabled messages
` [PATCH v7 08/15] x86, acpi, numa: cleanup acpi_numa_processor_affinity_init()
` [PATCH v7 09/15] acpi, numa: move bad_srat() and srat_disabled() to drivers/acpi/numa.c
` [PATCH v7 10/15] acpi, numa: remove unneeded acpi_numa=1
` [PATCH v7 11/15] acpi, numa: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.c
` [PATCH v7 12/15] acpi, numa, srat: Improve SRAT error detection and add messages
` [PATCH v7 13/15] ACPI / processor: Add acpi_map_madt_entry()
` [PATCH v7 14/15] arm64, acpi, numa: NUMA support based on SRAT and SLIT
` [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

[RFC 0/12] introduce down_write_killable for rw_semaphore
 2016-06-10 16:39 UTC  (8+ messages)
` [RFC 10/12] x86, rwsem: simplify __down_write

[PATCH v4 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-06-10 10:11 UTC  (2+ messages)
` [PATCH v4 27/44] ia64: "

[PATCH v12 01/15] PCI: Let pci_mmap_page_range() take extra resource pointer
 2016-06-09 22:36 UTC  (6+ messages)

[PATCH 4.2.y-ckt 099/206] SIGNAL: Move generic copy_siginfo() to signal.h
 2016-06-09 21:15 UTC 

[PREEMPT-RT] [PATCH] ia64: salinfo: use a waitqueue instead a sema down/up combo
 2016-06-09 18:26 UTC  (2+ messages)

[4.2.y-ckt stable] Patch "SIGNAL: Move generic copy_siginfo() to signal.h" has been added to the 4.2
 2016-06-09 14:35 UTC 

[PATCH v12.update 01/15] PCI: Let pci_mmap_page_range() take extra resource pointer
 2016-06-07 18:08 UTC 

[added to the 4.1 stable tree] SIGNAL: Move generic copy_siginfo() to signal.h
 2016-06-03 21:36 UTC 

[PATCH 8/8] ARM: kexec: fix kexec for Keystone 2
 2016-06-03  8:50 UTC 

[PATCH 7/8] ARM: keystone: dts: add psci command definition
 2016-06-03  8:50 UTC 

[PATCH 6/8] kexec: allow architectures to override boot mapping
 2016-06-03  8:50 UTC 

[PATCH 5/8] kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t
 2016-06-03  8:50 UTC 

[PATCH 4/8] kexec: ensure user memory sizes do not wrap
 2016-06-03  8:50 UTC 

[PATCH 3/8] kexec: don't invoke OOM-killer for control page allocation
 2016-06-03  8:50 UTC 

[PATCH 2/8] ARM: kexec: advertise location of bootable RAM
 2016-06-03  8:50 UTC 

[PATCH 1/8] ARM: kdump: advertise boot aliased crash kernel resource
 2016-06-03  8:50 UTC 

[PATCH 4.6 092/100] SIGNAL: Move generic copy_siginfo() to signal.h
 2016-05-30 20:50 UTC 

[PATCH 4.5 81/87] SIGNAL: Move generic copy_siginfo() to signal.h
 2016-05-30 20:50 UTC 

[PATCH 4.4 80/86] SIGNAL: Move generic copy_siginfo() to signal.h
 2016-05-30 20:50 UTC 

[PATCH 0160/1529] Fix typo
 2016-05-21 11:57 UTC 

[PATCH 0159/1529] Fix typo
 2016-05-21 11:57 UTC 

[PATCH 0158/1529] Fix typo
 2016-05-21 11:56 UTC 

[PATCH 0157/1529] Fix typo
 2016-05-21 11:56 UTC 

[PATCH 0156/1529] Fix typo
 2016-05-21 11:56 UTC 

[PATCH 0155/1529] Fix typo
 2016-05-21 11:56 UTC 

[PATCH 0154/1529] Fix typo
 2016-05-21 11:56 UTC 

[PATCH 0153/1529] Fix typo
 2016-05-21 11:56 UTC 

[PATCH 0152/1529] Fix typo
 2016-05-21 11:56 UTC 

[PATCH 0151/1529] Fix typo
 2016-05-21 11:56 UTC 

[PATCH 0150/1529] Fix typo
 2016-05-21 11:55 UTC 

[PATCH 0149/1529] Fix typo
 2016-05-21 11:55 UTC 

[PATCH 0148/1529] Fix typo
 2016-05-21 11:55 UTC 

[GIT PULL] ia64 bits for 4.7
 2016-05-19 19:00 UTC 

[PATCH v6 00/14] ACPI NUMA support for ARM64
 2016-05-12 20:40 UTC  (18+ messages)
` [PATCH v6 13/14] arm64, acpi, numa: NUMA support based on SRAT and SLIT

[PATCH v5 1/5] ACPI / processor_idle: introduce ACPI_PROCESSOR_CSTATE
 2016-05-12  9:10 UTC  (5+ messages)

[PATCH 00/12] Fixing TI Keystone2 kexec
 2016-05-12  8:22 UTC  (5+ messages)
` [PATCH 11/12] kexec: allow architectures to override boot mapping


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 read-only IMAP folder(s) and NNTP newsgroup(s).