linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-22 16:48:13 to 2017-10-18 18:30:25 UTC [more...]

[PATCH-tip v7 00/15] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2017-10-18 18:30 UTC  (10+ messages)
` [PATCH-tip v7 01/15] locking/rwsem: relocate rwsem_down_read_failed()
` [PATCH-tip v7 02/15] locking/rwsem: Implement a new locking scheme
` [PATCH-tip v7 03/15] locking/rwsem: Move owner setting code from rwsem.c to rwsem-xadd.h
` [PATCH-tip v7 04/15] locking/rwsem: Remove kernel/locking/rwsem.h
` [PATCH-tip v7 05/15] locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
` [PATCH-tip v7 06/15] locking/rwsem: Remove arch specific rwsem files
` [PATCH-tip v7 07/15] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH-tip v7 08/15] locking/rwsem: Enable readers spinning on writer
` [PATCH-tip v7 09/15] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value

[PATCH 0/3] Remove lockless_dereference
 2017-10-12 15:17 UTC  (6+ messages)
` [PATCH 1/3] linux/compiler.h: Split into compiler.h and compiler-types.h
` [PATCH 2/3] locking/barriers: Kill lockless_dereference
` [PATCH 3/3] alpha: atomics: Add smp_read_barrier_depends() to release/relaxed atomics

[PATCH v6 00/11] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2017-10-11 20:57 UTC  (21+ messages)
` [PATCH v6 01/11] locking/rwsem: relocate rwsem_down_read_failed()
` [PATCH v6 02/11] locking/rwsem: Implement a new locking scheme
` [PATCH v6 03/11] locking/rwsem: Move owner setting code from rwsem.c to rwsem-xadd.h
` [PATCH v6 04/11] locking/rwsem: Remove kernel/locking/rwsem.h
` [PATCH v6 05/11] locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
` [PATCH v6 06/11] locking/rwsem: Remove arch specific rwsem files
` [PATCH v6 07/11] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH v6 08/11] locking/rwsem: Enable readers spinning on writer
` [PATCH v6 09/11] locking/rwsem: Enable time-based reader lock stealing
` [PATCH v6 10/11] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
` [PATCH v6 11/11] locking/rwsem: Enable count-based spinning on reader

[PATCH 0/4] PCI: Cleanup unused stuff
 2017-10-09 13:12 UTC  (12+ messages)
` [PATCH 1/4] PCI: Remove redundant pcibios_set_master() declarations
` [PATCH 2/4] PCI: Remove redundant pci_dev, pci_bus, resource declarations
` [PATCH 3/4] PCI: Remove unused declarations
` [PATCH 4/4] alpha/PCI: Make pdev_save_srm_config() static

[RFC PATCH 1/2] arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
 2017-10-05 20:09 UTC  (13+ messages)

[PATCH REBASED 0/6] rwsem: Implement down_read_killable()
 2017-10-03  9:03 UTC  (12+ messages)
` [PATCH REBASED 1/6] alpha: Add __down_read_killable()
` [PATCH REBASED 2/6] ia64: "
` [PATCH REBASED 3/6] s390: "
` [PATCH REBASED 4/6] x86: "
` [PATCH REBASED 5/6] rwsem: Add down_read_killable()
` [PATCH REBASED 6/6] fs: Use killable down_read() in iterate_dir()

alpha runtime warnings due to commit 0e4c2eeb758 ("alpha/PCI: Replace pci_fixup_irqs() call with host ...")
 2017-09-28 17:53 UTC  (8+ messages)

[PATCH] alpha: fix build failures
 2017-09-27 20:16 UTC  (2+ messages)

[PATCH] alpha: make thread_saved_pc static
 2017-09-18 11:35 UTC 

[RFC PATCH] alpha: make XTABS equivalent to TAB3
 2017-09-14 11:53 UTC 

[BUG] 4.13.0 kernel build error on Alpha
 2017-09-12  4:06 UTC  (6+ messages)

[PATCH] alpha: mmu_context: Add missing include of linux/sched.h
 2017-09-10 20:42 UTC 

[PULL] alpha.git
 2017-09-04 20:50 UTC 

[PULL] alpha.git
 2017-08-29 19:35 UTC 

[PATCH] alpha: Fix section mismatches
 2017-08-27  3:52 UTC 

[PATCH] alpha: Fix build error without CONFIG_VGA_HOSE
 2017-08-27  3:52 UTC 

[PATCH v2 1/1] futex: remove duplicated code and fix UB
 2017-08-25 20:43 UTC  (3+ messages)

[PATCH] uapi: fix another asm/shmbuf.h userspace compilation error
 2017-08-04 15:22 UTC  (3+ messages)

[RESEND PATCH] alpha: defconfig: Cleanup from old Kconfig options
 2017-07-20  4:57 UTC 

[PATCH] alpha: math-emu: Fix modular build
 2017-07-19  0:02 UTC 

[PATCH] alpha: Restore symbol versions for symbols exported from assembly
 2017-07-19  0:01 UTC 

[PATCH 1/7] signal/alpha: Document a conflict with SI_USER for SIGTRAP
 2017-07-18 18:22 UTC  (2+ messages)

[PATCH 1/8] signal/alpha: Document a conflict with SI_USER for SIGTRAP
 2017-07-18 13:37 UTC  (5+ messages)

[PATCH] [PING] Fix TIOCGPTPEER ioctl definition
 2017-07-17 13:47 UTC  (2+ messages)

[PATCH] tty: Fix TIOCGPTPEER ioctl definition
 2017-07-11 14:45 UTC  (6+ messages)

[PATCH 0/7] rwsem: Implement down_read_killable()
 2017-07-06  9:45 UTC  (4+ messages)
` [PATCH 2/7] rwsem-spinlock: Add killable versions of rwsem_down_read_failed()

[PATCH 1/1] futex: remove duplicated code and fix UB
 2017-07-03 10:18 UTC  (5+ messages)

[PATCH RFC 09/26] alpha: Remove spin_unlock_wait() arch-specific definitions
 2017-06-30  0:01 UTC 

[PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry
 2017-06-28  0:14 UTC  (31+ messages)

[PATCH 0/7] cleanup issues with io{read|write}64
 2017-06-27 20:40 UTC  (35+ messages)
` [PATCH 1/7] drm/tilcdc: don't use volatile with iowrite64
` [PATCH 2/7] iomap: implement ioread64 and iowrite64
` [PATCH 3/7] asm-generic/io.h: make ioread64 and iowrite64 universally available
` [PATCH 4/7] alpha: provide ioread64 and iowrite64 implementations
` [PATCH 5/7] ntb: ntb_hw_intel: remove ioread64 and iowrite64 hacks
` [PATCH 6/7] drm/tilcdc: clean up ifdef hacks around iowrite64
` [PATCH 7/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
      ` [PATCH v2 "
        ` [PATCH] alpha: provide ioread64 and iowrite64 implementations

[PATCH] alpha: support R_ALPHA_REFLONG relocations for module loading
 2017-06-24 15:09 UTC  (2+ messages)

[PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry
 2017-06-23 21:45 UTC 

[PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry
 2017-06-23 21:45 UTC 

[PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry
 2017-06-23 21:45 UTC 

[PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry
 2017-06-23 21:45 UTC 

[PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry
 2017-06-23 21:45 UTC 

[PATCH 0/3] Updates for Alpha
 2017-06-23 21:20 UTC  (4+ messages)
` [PATCH 1/3] alpha: Update for new syscalls
` [PATCH 2/3] alpha: Package string routines together
` [PATCH 3/3] alpha: Fix typo in ev6-copy_user.S


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