linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-23 10:26:54 to 2020-07-13 10:34:43 UTC [more...]

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-13 10:34 UTC  (23+ messages)
` [PATCH v3 01/19] tools: bpf: Use local copy of headers including uapi/linux/filter.h
` [PATCH v3 02/19] compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.h
` [PATCH v3 03/19] asm/rwonce: Allow __READ_ONCE to be overridden by the architecture
` [PATCH v3 04/19] alpha: Override READ_ONCE() with barriered implementation
` [PATCH v3 05/19] asm/rwonce: Remove smp_read_barrier_depends() invocation
` [PATCH v3 06/19] asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'
` [PATCH v3 07/19] vhost: Remove redundant use of read_barrier_depends() barrier
` [PATCH v3 08/19] alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()
` [PATCH v3 09/19] locking/barriers: Remove definitions for [smp_]read_barrier_depends()
` [PATCH v3 10/19] Documentation/barriers: Remove references to [smp_]read_barrier_depends()
` [PATCH v3 11/19] Documentation/barriers/kokr: "
` [PATCH v3 12/19] tools/memory-model: Remove smp_read_barrier_depends() from informal doc
` [PATCH v3 13/19] include/linux: Remove smp_read_barrier_depends() from comments
` [PATCH v3 14/19] checkpatch: Remove checks relating to [smp_]read_barrier_depends()
` [PATCH v3 15/19] arm64: Reduce the number of header files pulled into vmlinux.lds.S
` [PATCH v3 16/19] arm64: alternatives: Split up alternative.h
` [PATCH v3 17/19] arm64: cpufeatures: Add capability for LDAPR instruction
` [PATCH v3 18/19] arm64: alternatives: Remove READ_ONCE() usage during patch operation
` [PATCH v3 19/19] arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y

[PATCH] alpha: Kconfig: Replace HTTP links with HTTPS ones
 2020-07-13  9:43 UTC 

[PATCH v3 1/4] iomap: Constify ioreadX() iomem argument (as in generic implementation)
 2020-07-09  7:32 UTC  (8+ messages)
` [PATCH v3 2/4] rtl818x: "
` [PATCH v3 3/4] ntb: intel: "
` [PATCH v3 4/4] virtio: pci: "

[PATCH v3 0/4] iomap: Constify ioreadX() iomem argument
 2020-07-09  7:28 UTC 

[PATCH v3 0/4] iomap: Constify ioreadX() iomem argument
 2020-07-09  7:28 UTC 

[PATCH v3 0/4] iomap: Constify ioreadX() iomem argument
 2020-07-09  7:28 UTC 

[PATCH v3 0/4] iomap: Constify ioreadX() iomem argument
 2020-07-09  7:28 UTC 

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-08 18:20 UTC  (58+ messages)
` [PATCH 01/18] tools: bpf: Use local copy of headers including uapi/linux/filter.h
` [PATCH 02/18] compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.h
` [PATCH 03/18] asm/rwonce: Allow __READ_ONCE to be overridden by the architecture
` [PATCH 04/18] alpha: Override READ_ONCE() with barriered implementation
` [PATCH 05/18] asm/rwonce: Remove smp_read_barrier_depends() invocation
` [PATCH 06/18] vhost: Remove redundant use of read_barrier_depends() barrier
` [PATCH 07/18] alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()
` [PATCH 08/18] locking/barriers: Remove definitions for [smp_]read_barrier_depends()
` [PATCH 09/18] Documentation/barriers: Remove references to [smp_]read_barrier_depends()
` [PATCH 10/18] Documentation/barriers/kokr: "
` [PATCH 11/18] tools/memory-model: Remove smp_read_barrier_depends() from informal doc
` [PATCH 12/18] include/linux: Remove smp_read_barrier_depends() from comments
` [PATCH 13/18] checkpatch: Remove checks relating to [smp_]read_barrier_depends()
` [PATCH 14/18] arm64: Reduce the number of header files pulled into vmlinux.lds.S
` [PATCH 15/18] arm64: alternatives: Split up alternative.h
` [PATCH 16/18] arm64: cpufeatures: Add capability for LDAPR instruction
` [PATCH 17/18] arm64: alternatives: Remove READ_ONCE() usage during patch operation
` [PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y

[PATCH v1] alpha: io: Make sparse happy about bitwise types
 2020-07-08 16:23 UTC  (2+ messages)

[PATCH v5 02/25] mm/alpha: Use general page fault accounting
 2020-07-07 22:49 UTC 

[PATCH 09/17] alpha: switch to copy_thread_tls()
 2020-07-04 16:10 UTC  (13+ messages)
` [PATCH 16/17] arch: remove HAVE_COPY_THREAD_TLS
` [PATCH 17/17] arch: rename copy_thread_tls() back to copy_thread()

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-07-02 21:46 UTC  (20+ messages)
` [PATCH 1/8] mm: remove unneeded includes "
` [PATCH 2/8] opeinrisc: switch to generic version of pte allocation
` [PATCH 3/8] xtensa: "
` [PATCH 4/8] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
` [PATCH 5/8] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
` [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free()
` [PATCH 7/8] mm: move lib/ioremap.c to mm/
` [PATCH 8/8] mm: move p?d_alloc_track to separate header file
` [PATCH 9/8] mm: Account PMD tables like PTE tables

[PATCH v4 02/26] mm/alpha: Use general page fault accounting
 2020-06-30 20:45 UTC 

[PATCH 02/26] mm/alpha: Use general page fault accounting
 2020-06-26 22:31 UTC 

[PATCH 02/26] mm/alpha: Use general page fault accounting
 2020-06-19 16:05 UTC 

[PATCH v3] All arch: remove system call sys_sysctl
 2020-06-16  3:07 UTC 

[PATCH 03/25] mm/alpha: Use mm_fault_accounting()
 2020-06-15 22:15 UTC 

Possible duplicate page fault accounting on some archs after commit 4064b9827063
 2020-06-15 21:34 UTC  (4+ messages)

[PATCH] alpha: Fix build around srm_sysrq_reboot_op
 2020-06-15 19:47 UTC  (3+ messages)

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (4+ messages)

[PULL] alpha.git
 2020-06-13 18:00 UTC  (2+ messages)

[PATCH v2] All arch: remove system call sys_sysctl
 2020-06-12  9:48 UTC  (9+ messages)

Regression bisected to f2f84b05e02b (bug: consolidate warn_slowpath_fmt() usage)
 2020-06-12  5:07 UTC  (5+ messages)

[PATCH] alpha: Fix build around srm_sysrq_reboot_op
 2020-06-11 13:23 UTC 

[PATCH] alpha: c_next should increase position index
 2020-06-11  0:45 UTC 

[PATCH 01/11] tty/sysrq: alpha: export and use __sysrq_get_key_op()
 2020-06-10 20:51 UTC  (3+ messages)

Add a new fchmodat4() syscall, v2
 2020-06-09 13:52 UTC  (2+ messages)

[PATCH 1/2] alpha: add a delay between RTC port write and read
 2020-06-08 23:49 UTC  (34+ messages)
  ` [PATCH 1/2 v2] alpha: add a delay to inb_p, inb_w and inb_l
    ` [PATCH 1/2 v3] "
                        ` [PATCH v4] alpha: fix memory barriers so that they conform to the specification
                              ` [PATCH v5] "
                                      ` [PATCH v6] "
                                        ` [PATCH v7] "

[PATCH] arch: kernel: Replace sg++ with sg = sg_next(sg)
 2020-06-03  2:31 UTC 

[PATCH v5 2/3] arch: wire-up close_range()
 2020-06-02 20:42 UTC 

[PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
 2020-05-27 13:45 UTC  (6+ messages)
` [PATCH] media: omap3isp: Shuffle cacheflush.h and include mm.h

[PATCH v2 00/20] mm: rework free_area_init*() funcitons
 2020-05-26 17:15 UTC  (7+ messages)
` [PATCH v2 03/20] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH v2 05/20] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH v2 08/20] arm64: simplify detection of memory zone boundaries for UMA configs

Alpha hardware for printk tests?
 2020-05-25  9:47 UTC  (5+ messages)

[PATCH v2] Implement close-on-fork
 2020-05-25  8:16 UTC  (6+ messages)

[PATCH 2/2] alpha: add a delay before serial port read
 2020-05-23 10:37 UTC  (11+ messages)
  ` [PATCH 2/2 v2] "
          ` [PATCH 2/2 v3] "
              ` [PATCH 2/2 v4] "


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