linux-hexagon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-05 04:41:09 to 2019-04-04 18:17:58 UTC [more...]

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

[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 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 0/4] provide a generic free_initmem implementation
 2019-03-25  7:20 UTC  (6+ messages)
` [PATCH v2 1/4] init: "
` [PATCH v2 2/4] hexagon: switch over to generic free_initmem()
` [PATCH v2 3/4] init: free_initmem: poison freed init memory
` [PATCH v2 4/4] riscv: switch over to generic free_initmem()

[PATCH linux-next v8 0/7] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2019-03-22  4:15 UTC  (2+ messages)
` [PATCH linux-next v8 2/7] hexagon: define syscall_get_error() and syscall_get_return_value()

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

[PATCH v2 06/13] hexagon: define syscall_get_arch()
 2019-03-21  1:19 UTC  (2+ messages)

[PATCH v2 05/13] Move EM_HEXAGON to uapi/linux/elf-em.h
 2019-03-21  1:19 UTC  (2+ messages)

[PATCH v3 07/34] hexagon: mm: Add p?d_large() definitions
 2019-02-27 17:05 UTC 

[PATCH 05/14] Move EM_HEXAGON to uapi/linux/elf-em.h
 2019-02-27 15:30 UTC  (5+ messages)
` [PATCH 06/14] hexagon: define syscall_get_arch()
` [PATCH 14/14] syscall_get_arch: add "struct task_struct *" argument

[PATCH 0/8] y2038: remove time32 ABI on rv32 and csky
 2019-02-25 19:19 UTC  (17+ messages)
` [PATCH 1/8] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 2/8] 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 3/8] asm-generic: Drop getrlimit and setrlimit syscalls from default list
` [PATCH 4/8] asm-generic: Make time32 syscall numbers optional
` [PATCH 5/8] unicore32: Fix __ARCH_WANT_STAT64 definition
` [PATCH 6/8] checksyscalls: fix up mq_timedreceive and stat exceptions
` [PATCH 7/8] csky: Use latest system call ABI
` [PATCH 8/8] riscv: "

[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 0/4] provide a generic free_initmem implementation
 2019-02-18 12:50 UTC  (11+ messages)
` [PATCH 1/4] init: "
` [PATCH 2/4] hexagon: switch over to generic free_initmem()
` [PATCH 3/4] init: free_initmem: poison freed init memory
` [PATCH 4/4] riscv: switch over to generic free_initmem()

[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] locking/rwsem: Remove arch specific rwsem files
 2019-02-11 17:04 UTC  (13+ messages)

[PATCH] arch: unexport asm/shmparam.h for all architectures
 2019-01-08 22:19 UTC  (5+ messages)

[PATCH v7 00/22] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2019-01-07  2:54 UTC  (4+ messages)
` [PATCH v7 08/22] Move EM_HEXAGON to uapi/linux/elf-em.h
` [PATCH v7 09/22] hexagon: define remaining syscall_get_* functions
` [PATCH v7 20/22] syscall_get_arch: add "struct task_struct *" argument

[URGENT FIX PATCH] arch: restore generic-y += shmparam.h for some architectures
 2019-01-07  2:15 UTC  (2+ messages)

[PATCH v2 1/2] mips/kgdb: prepare arch_kgdb_ops for constness
 2018-12-19 16:57 UTC  (6+ messages)
` [PATCH v2 2/2] kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops

[REPOST PATCH v6 0/4] kgdb: Fix kgdb_roundup_cpus()
 2018-12-19 16:55 UTC  (8+ messages)
` [REPOST PATCH v6 1/4] kgdb: Remove irq flags from roundup
` [REPOST PATCH v6 2/4] kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()

[PATCH v6 00/27] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-12-14 20:15 UTC  (5+ messages)
` [PATCH v6 10/27] Move EM_HEXAGON to uapi/linux/elf-em.h
` [PATCH v6 11/27] hexagon: define remaining syscall_get_* functions
` [PATCH v6 24/27] syscall_get_arch: add "struct task_struct *" argument

[PATCH v5 00/25] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-12-10  4:31 UTC  (4+ messages)
` [PATCH v5 08/25] Move EM_HEXAGON to uapi/linux/elf-em.h
` [PATCH v5 09/25] hexagon: define remaining syscall_get_* functions
` [PATCH v5 22/25] syscall_get_arch: add "struct task_struct *" argument

[PATCH 1/2] mips/kgdb: prepare arch_kgdb_ops for constness
 2018-12-06 20:15 UTC  (7+ messages)
` [PATCH 2/2] kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops

[PATCH 3/3] arch: remove redundant generic-y defines
 2018-12-05 14:45 UTC  (3+ messages)


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