linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-14 17:03:21 to 2020-07-01 17:07:25 UTC [more...]

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-01 17:07 UTC  (33+ 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 v4 02/26] mm/alpha: Use general page fault accounting
 2020-06-30 20:45 UTC 

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-06-29 15:59 UTC  (19+ 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 09/17] alpha: switch to copy_thread_tls()
 2020-06-27  3:10 UTC  (12+ messages)
` [PATCH 16/17] arch: remove HAVE_COPY_THREAD_TLS
` [PATCH 17/17] arch: rename copy_thread_tls() back to copy_thread()

[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 v1] alpha: io: Make sparse happy about bitwise types
 2020-06-18 13:51 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  (4+ 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  (37+ 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 01/29] arm: fix the flush_icache_range arguments in set_fiq_handler
 2020-05-27 13:45 UTC  (37+ messages)
` [PATCH 02/29] nds32: unexport flush_icache_page
` [PATCH 03/29] powerpc: unexport flush_icache_user_range
` [PATCH 04/29] unicore32: remove flush_cache_user_range
` [PATCH 05/29] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
  ` [PATCH] media: omap3isp: Shuffle cacheflush.h and include mm.h
` [PATCH 07/29] asm-generic: improve the flush_dcache_page stub
` [PATCH 08/29] alpha: use asm-generic/cacheflush.h
` [PATCH 09/29] arm64: "
` [PATCH 10/29] c6x: "
` [PATCH 11/29] hexagon: "
` [PATCH 12/29] ia64: "
` [PATCH 13/29] microblaze: "
` [PATCH 14/29] m68knommu: "
` [PATCH 15/29] openrisc: "
` [PATCH 16/29] powerpc: "
` [PATCH 17/29] riscv: "
` [PATCH 18/29] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 19/29] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 20/29] asm-generic: add a flush_icache_user_range stub
` [PATCH 21/29] sh: implement flush_icache_user_range
` [PATCH 22/29] xtensa: "
` [PATCH 23/29] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 24/29] m68k: implement flush_icache_user_range
` [PATCH 25/29] exec: only build read_code when needed
` [PATCH 26/29] exec: use flush_icache_user_range in read_code
` [PATCH 27/29] binfmt_flat: use flush_icache_user_range
` [PATCH 28/29] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k

[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  (6+ messages)

[PATCH v2] Implement close-on-fork
 2020-05-25  8:16 UTC  (18+ messages)
` [PATCH v2 1/4] fs: "
` [PATCH v2 2/4] fs: Add O_CLOFORK flag for open(2) and dup3(2)
` [PATCH v2 3/4] fs: Add F_DUPFD_CLOFORK to fcntl(2)
` [PATCH v2 4/4] net: Add SOCK_CLOFORK

[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] "

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-05-18 21:38 UTC  (4+ messages)
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES

[PATCH v2 00/12] mm: consolidate definitions of page table accessors
 2020-05-15 21:12 UTC  (9+ messages)
` [PATCH v2 06/12] m68k/mm: move {cache, nocahe}_page() definitions close to their user
` [PATCH v2 07/12] x86/mm: simplify init_trampoline() and surrounding logic
` [PATCH v2 08/12] mm: pgtable: add shortcuts for accessing kernel PMD and PTE
` [PATCH v2 09/12] mm: consolidate pte_index() and pte_offset_*() definitions
` [PATCH v2 10/12] mm: consolidate pmd_index() and pmd_offset() definitions
` [PATCH v2 11/12] mm: consolidate pud_index() and pud_offset() definitions
` [PATCH v2 12/12] mm: consolidate pgd_index() and pgd_offset{_k}() definitions


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