linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-18 18:50:27 to 2019-02-18 12:37:24 UTC [more...]

ext4 corruption on alpha with 4.20.0-09062-gd8372ba8ce28
 2019-02-18 12:37 UTC  (7+ messages)

[PATCH v4 0/3] locking/rwsem: Rwsem rearchitecture part 0
 2019-02-15 18:58 UTC  (10+ 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  (39+ 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  (15+ messages)
` [PATCH net-next v5 04/12] sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
` [PATCH net-next v5 08/12] socket: Add SO_TIMESTAMP[NS]_NEW
` [PATCH net-next v5 09/12] socket: Add SO_TIMESTAMPING_NEW
` [PATCH net-next v5 11/12] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
` [PATCH net-next v5 12/12] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW

[PULL] alpha.git
 2019-02-11 18:35 UTC  (2+ messages)

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

[PATCH 2/2] arch: move common mmap flags to linux/mman.h
 2019-02-08  6:03 UTC  (2+ messages)
` [PATCH 3/3] "

[PATCH 3.16 165/305] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
 2019-02-03 13:45 UTC 

[PATCH v2 00/21] Refine memblock API
 2019-02-03 10:04 UTC  (40+ 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 04/12] sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
 2019-02-01 15:43 UTC  (5+ messages)
` [PATCH net-next v4 08/12] socket: Add SO_TIMESTAMP[NS]_NEW
` [PATCH net-next v4 09/12] socket: Add SO_TIMESTAMPING_NEW
` [PATCH net-next v4 11/12] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
` [PATCH net-next v4 12/12] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW

[PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
 2019-01-31 20:39 UTC  (15+ messages)
` [PATCH v4 2/3] fs: don't let getdents return bogus names
` [PATCH v4 3/3] fs: let filldir_t return bool instead of an error code

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-25 16:21 UTC  (41+ 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 25/29] y2038: syscalls: rename y2038 compat syscalls
` [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

followup: [FTBFS] kernel 4.18-rc7 bitsperlong.h issue on alpha
 2019-01-22  9:21 UTC  (4+ messages)
` [PATCH] 4.18-rc7 on alpha: bitsperlong issue

[PATCH] alpha: fix page fault handling for r16-r18 targets
 2019-01-22  7:36 UTC  (3+ messages)
` [PATCH v2] "


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