public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-07 19:07:10 to 2019-04-10 16:08:48 UTC [more...]

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-04-10 16:08 UTC  (39+ messages)
` [PATCH-tip 04/22] locking/rwsem: Remove arch specific rwsem files
` [PATCH-tip 06/22] locking/rwsem: Rename kernel/locking/rwsem.h
` [PATCH-tip 07/22] locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
` [PATCH-tip 08/22] locking/rwsem: Add debug check for __down_read*()
` [PATCH-tip 09/22] locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro
` [PATCH-tip 10/22] locking/rwsem: Enable lock event counting
` [PATCH-tip 11/22] locking/rwsem: Implement a new locking scheme
` [PATCH-tip 12/22] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH-tip 13/22] locking/rwsem: Remove rwsem_wake() wakeup optimization
` [PATCH-tip 14/22] locking/rwsem: Add more rwsem owner access helpers
` [PATCH-tip 15/22] locking/rwsem: Merge owner into count on x86-64
` [PATCH-tip 16/22] locking/rwsem: Remove redundant computation of writer lock word
` [PATCH-tip 17/22] locking/rwsem: Recheck owner if it is not on cpu
` [PATCH-tip 18/22] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
` [PATCH-tip 19/22] locking/rwsem: Enable readers spinning on writer
` [PATCH-tip 20/22] locking/rwsem: Enable count-based spinning on reader
` [PATCH-tip 21/22] locking/rwsem: Wake up all readers in wait queue
` [PATCH-tip 22/22] locking/rwsem: Ensure an RT task will not spin on reader

[PATCH v5 0/6] add generic boot option for IOMMU dma mode
 2019-04-10 11:46 UTC  (8+ messages)
` [PATCH v5 1/6] iommu: add generic boot option iommu.dma_mode
` [PATCH v5 2/6] iommu: add build options corresponding to iommu.dma_mode
` [PATCH v5 3/6] iommu: add iommu_default_dma_mode_get/set() helper
` [PATCH v5 4/6] s390/pci: add support for generic boot option iommu.dma_mode
` [PATCH v5 5/6] powernv/iommu: "
` [PATCH v5 6/6] x86/iommu: "

[PATCH v1 4/4] mm/memory_hotplug: Make __remove_pages() and arch_remove_memory() never fail
 2019-04-09 10:01 UTC 

[PATCH v4 0/6] normalize IOMMU dma mode boot options
 2019-04-08  9:51 UTC  (11+ messages)
` [PATCH v4 1/6] iommu: use iommu.dma_mode to replace iommu.passthrough and iommu.strict
` [PATCH v4 2/6] iommu: keep dma mode build options consistent with cmdline options
` [PATCH v4 3/6] iommu: add iommu_default_dma_mode_get() helper
` [PATCH v4 4/6] s390/pci: use common boot option iommu.dma_mode
` [PATCH v4 5/6] powernv/iommu: "
` [PATCH v4 6/6] x86/iommu: "

[PATCH 5/6 v3] syscalls: Remove start and number from syscall_get_arguments() args
 2019-04-04 21:06 UTC  (9+ messages)
` [PATCH 6/6 v3] syscalls: Remove start and number from syscall_set_arguments() args

LOANS !!!
 2019-04-04  8:28 UTC  (2+ messages)

[PATCH 2/2] arch: add pidfd and io_uring syscalls everywhere
 2019-04-04  6:08 UTC  (16+ messages)

[RFC][PATCH 3/4 v2] syscalls: Remove start and number from syscall_get_arguments() args
 2019-03-28 23:05 UTC  (2+ messages)
` [RFC][PATCH 4/4 v2] syscalls: Remove start and number from syscall_set_arguments() args

[PATCH] efi: Unify dmi setup code over architectures arm/arm64, io64 and x86
 2019-03-28  7:57 UTC  (14+ messages)
  ` [PATCH v2] "

[RFC PATCH 15/68] vfs: Convert ia64 perfmon to use the new mount API
 2019-03-27 23:42 UTC 

[PATCH 0/2 v8] add reserved e820 ranges to the kdump kernel e820 table
 2019-03-26  9:58 UTC  (8+ messages)
` [PATCH 1/2 v8] resource: add the new I/O resource descriptor 'IORES_DESC_RESERVED'

[PATCH v5 0/3] locking/rwsem: Rwsem rearchitecture part 0
 2019-03-25 15:25 UTC  (13+ messages)
` [PATCH v5 1/3] locking/rwsem: Remove arch specific rwsem files
` [PATCH v5 2/3] locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
` [PATCH v5 3/3] locking/rwsem: Optimize down_read_trylock()

[PATCH v2 13/13] syscall_get_arch: add "struct task_struct *" argument
 2019-03-21  1:22 UTC  (2+ messages)

[PATCH 12/38] vfs: Convert ia64 perfmon to fs_context
 2019-03-14 16:10 UTC 

[PATCH] ia64: prefix header search path with $(srctree)/
 2019-03-13 17:38 UTC  (3+ messages)

[PATCH 00/14] entry: preempt_schedule_irq() callers scrub
 2019-03-12 18:18 UTC  (3+ messages)

[PATCH v3 08/34] ia64: mm: Add p?d_large() definitions
 2019-03-06 13:45 UTC  (5+ messages)

[PATCH 0/2] x86, numa: always initialize all possible nodes
 2019-02-26 13:12 UTC  (15+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm: be more verbose about zonelist initialization
  ` [PATCH v2 "
  ` [PATCH v3 "

[PATCH v4 0/3] locking/rwsem: Rwsem rearchitecture part 0
 2019-02-22  3:28 UTC  (15+ messages)
` [PATCH v4 1/3] locking/rwsem: Remove arch specific rwsem files
` [PATCH v4 2/3] locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
` [PATCH v4 3/3] locking/rwsem: Optimize down_read_trylock()

[PATCH v3 0/2] locking/rwsem: Remove arch specific rwsem files
 2019-02-15 18:35 UTC  (10+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] locking/rwsem: Optimize down_read_trylock()

[PATCH v2 0/2] locking/rwsem: Remove arch specific rwsem files
 2019-02-13 15:33 UTC  (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] locking/rwsem: Optimize down_read_trylock()

[PATCH net-next v5 00/12] net: y2038-safe socket timestamps
 2019-02-12 19:08 UTC  (5+ messages)
` [PATCH net-next v5 09/12] socket: Add SO_TIMESTAMPING_NEW

[PATCH] locking/rwsem: Remove arch specific rwsem files
 2019-02-11 17:04 UTC  (13+ messages)

[RFC PATCH] x86, numa: always initialize all possible nodes
 2019-02-11 14:52 UTC  (6+ messages)


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