public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-18 20:44:16 to 2019-03-20 13:16:13 UTC [more...]

[PATCH] efi: Unify dmi setup code over architectures arm/arm64, io64 and x86
 2019-03-20 13:16 UTC 

[PATCH v2 13/13] syscall_get_arch: add "struct task_struct *" argument
 2019-03-17 23:30 UTC 

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

[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 "

LOANS !!!
 2019-02-25 12:43 UTC 

[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-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-02-14 15:22 UTC  (41+ messages)
` [PATCH-tip 01/22] locking/qspinlock_stat: Introduce a generic lockevent counting APIs
` [PATCH-tip 02/22] locking/lock_events: Make lock_events available for all archs & other locks
` [PATCH-tip 03/22] locking/rwsem: Relocate rwsem_down_read_failed()
` [PATCH-tip 04/22] locking/rwsem: Remove arch specific rwsem files
` [PATCH-tip 05/22] locking/rwsem: Move owner setting code from rwsem.c to rwsem.h
` [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 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  (6+ messages)
` [PATCH net-next v5 03/12] arch: Use asm-generic/socket.h when possible
` [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  (9+ messages)

[PATCH v2 00/21] Refine memblock API
 2019-02-03 10:04 UTC  (38+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 02/21] powerpc: use memblock functions "
` [PATCH v2 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
` [PATCH v2 04/21] memblock: drop memblock_alloc_base_nid()
` [PATCH v2 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 07/21] memblock: memblock_phys_alloc(): "
` [PATCH v2 08/21] memblock: drop __memblock_alloc_base()
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 10/21] memblock: refactor internal allocation functions
` [PATCH v2 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
` [PATCH v2 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH v2 13/21] arch: don't memset(0) memory returned by memblock_alloc()
` [PATCH v2 14/21] ia64: add checks for the return value of memblock_alloc*()
` [PATCH v2 15/21] sparc: "
` [PATCH v2 16/21] mm/percpu: "
` [PATCH v2 17/21] init/main: "
` [PATCH v2 18/21] swiotlb: "
` [PATCH v2 19/21] treewide: "
` [PATCH v2 20/21] memblock: memblock_alloc_try_nid: don't panic
` [PATCH v2 21/21] memblock: drop memblock_alloc_*_nopanic() variants

[PATCH net-next v4 03/12] arch: Use asm-generic/socket.h when possible
 2019-02-01 15:43 UTC  (2+ messages)
` [PATCH net-next v4 09/12] socket: Add SO_TIMESTAMPING_NEW

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-25 16:21 UTC  (37+ messages)
` [PATCH v2 06/29] ARM: add migrate_pages() system call
` [PATCH v2 07/29] ARM: add kexec_file_load system call number
` [PATCH v2 08/29] m68k: assign syscall number for seccomp
` [PATCH v2 13/29] arch: add split IPC system calls where needed
` [PATCH v2 14/29] arch: add pkey and rseq syscall numbers everywhere
` [PATCH v2 17/29] syscalls: remove obsolete __IGNORE_ macros
` [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit
` [PATCH v2 28/29] y2038: rename old time and utime syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures
  ` [PATCH v2 25/29] y2038: syscalls: rename y2038 compat syscalls


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