linux-hexagon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-07 19:07:16 to 2019-05-08 06:17:10 UTC [more...]

[PATCH v2 00/14] introduce generic pte_{alloc,free}_one[_kernel]
 2019-05-08  6:17 UTC  (14+ messages)
` [PATCH v2 01/14] asm-generic, x86: "
` [PATCH v2 02/14] alpha: switch to generic version of pte allocation
` [PATCH v2 03/14] arm: "
` [PATCH v2 04/14] arm64: "
` [PATCH v2 05/14] csky: "
` [PATCH v2 06/14] hexagon: "
` [PATCH v2 07/14] m68k: sun3: "
` [PATCH v2 08/14] mips: "
` [PATCH v2 09/14] nds32: "
` [PATCH v2 10/14] nios2: "
` [PATCH v2 11/14] parisc: "
` [PATCH v2 12/14] riscv: "
` [PATCH v2 13/14] um: "

[PATCH 00/15] introduce generic pte_{alloc,free}_one[_kernel]
 2019-05-07  6:49 UTC  (29+ messages)
` [PATCH 01/15] asm-generic, x86: introduce generic pte_{alloc, free}_one[_kernel]
  ` [PATCH 01/15] asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]
` [PATCH 02/15] alpha: switch to generic version of pte allocation
` [PATCH 03/15] arm: "
` [PATCH 04/15] arm64: "
` [PATCH 05/15] csky: "
` [PATCH 06/15] hexagon: "
` [PATCH 07/15] m68k: sun3: "
` [PATCH 08/15] mips: "
` [PATCH 09/15] nds32: "
` [PATCH 10/15] nios2: "
` [PATCH 11/15] parisc: "
` [PATCH 12/15] powerpc/nohash/64: "
` [PATCH 13/15] riscv: "
` [PATCH 14/15] um: "
` [PATCH 15/15] unicore32: "

[PATCH] memblock: make keeping memblock memory opt-in rather than opt-out
 2019-05-02 15:31 UTC  (2+ messages)

[PATCH linux-next v10 0/7] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2019-04-15 23:44 UTC  (2+ messages)
` [PATCH linux-next v10 2/7] hexagon: define syscall_get_error() and syscall_get_return_value()

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-04-12  0:49 UTC  (34+ messages)
` [PATCH-tip 04/22] locking/rwsem: Remove arch specific rwsem files
` [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 linux-next v9 0/7] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2019-04-08 17:41 UTC  (2+ messages)
` [PATCH linux-next v9 2/7] hexagon: define syscall_get_error() and syscall_get_return_value()

[PATCH 5/6 v3] syscalls: Remove start and number from syscall_get_arguments() args
 2019-04-04 21:06 UTC  (10+ 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  (4+ messages)
` [PATCH 06/14] hexagon: define syscall_get_arch()

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


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