linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-10 16:51:45 to 2020-12-01 10:29:01 UTC [more...]

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-12-01 10:29 UTC  (25+ messages)
` [PATCH v2 01/13] alpha: switch from DISCONTIGMEM to SPARSEMEM
` [PATCH v2 02/13] ia64: remove custom __early_pfn_to_nid()
` [PATCH v2 03/13] ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
` [PATCH v2 04/13] ia64: discontig: paging_init(): remove local max_pfn calculation
` [PATCH v2 05/13] ia64: split virtual map initialization out of paging_init()
` [PATCH v2 06/13] ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
` [PATCH v2 07/13] ia64: make SPARSEMEM default and disable DISCONTIGMEM
` [PATCH v2 08/13] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
` [PATCH v2 09/13] arm, arm64: move free_unused_memmap() to generic mm
` [PATCH v2 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
` [PATCH v2 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
` [PATCH v2 12/13] m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
` [PATCH v2 13/13] m68k: deprecate DISCONTIGMEM

[PATCH] alpha: ptrace generic requests
 2020-11-27  3:54 UTC 

[PATCH REPOST] alpha: Replace bogus in_interrupt()
 2020-11-14 18:39 UTC  (4+ messages)

[PATCH] alpha: add support for TIF_NOTIFY_SIGNAL
 2020-11-05 16:19 UTC  (2+ messages)

[PATCH v2] asm-generic: barrier.h: fix ALPHA builds when SMP is not enabled
 2020-11-01 23:18 UTC 

[PATCH 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-01 16:55 UTC  (19+ messages)
` [PATCH 01/13] alpha: switch from DISCONTIGMEM to SPARSEMEM
` [PATCH 02/13] ia64: remove custom __early_pfn_to_nid()
` [PATCH 03/13] ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
` [PATCH 04/13] ia64: discontig: paging_init(): remove local max_pfn calculation
` [PATCH 05/13] ia64: split virtual map initialization out of paging_init()
` [PATCH 06/13] ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
` [PATCH 07/13] ia64: make SPARSEMEM default and disable DISCONTIGMEM
` [PATCH 08/13] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
` [PATCH 09/13] arm, arm64: move free_unused_memmap() to generic mm
` [PATCH 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
` [PATCH 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
` [PATCH 12/13] m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
` [PATCH 13/13] m68k: deprecate DISCONTIGMEM

[PATCH] asm-generic: barrier.h: fix ALPHA builds when SMP is not enabled
 2020-11-01  3:01 UTC 

alpha: Replace bogus in_interrupt()
 2020-10-14 15:47 UTC 

page granularity memory corruption on alpha (5.8, 5.9)
 2020-10-13 12:29 UTC 

[PATCH] alpha: remove undef inline in compiler.h
 2020-10-13  6:31 UTC 

remove compat_sys_mount
 2020-10-11 18:01 UTC  (15+ messages)
` [PATCH 2/5] fs,nfs: lift compat nfs4 mount data handling into the nfs code
` [PATCH 3/5] fs: remove compat_sys_mount
` [PATCH 4/5] alpha: simplify osf_mount
  ` [PATCH 1/5] nfs: simplify nfs4_parse_monolithic
  ` [PATCH 5/5] fs: remove do_mounts

[RFC PATCH] kernel: allow to configure PREEMPT_NONE, PREEMPT_VOLUNTARY on kernel command line
 2020-10-09 11:42 UTC  (2+ messages)

[patch 00/13] preempt: Make preempt count unconditional
 2020-09-29 14:54 UTC  (51+ messages)
` [patch 01/13] lib/debug: Remove pointless ARCH_NO_PREEMPT dependencies
` [patch 02/13] preempt: Make preempt count unconditional
` [patch 03/13] preempt: Clenaup PREEMPT_COUNT leftovers
` [patch 04/13] lockdep: "
` [patch 05/13] mm/pagemap: "
` [patch 06/13] locking/bitspinlock: "
` [patch 07/13] uaccess: "
` [patch 08/13] sched: "
` [patch 09/13] ARM: "
` [patch 10/13] xtensa: "
` [patch 11/13] drm/i915: "
` [patch 12/13] rcutorture: "
` [patch 13/13] preempt: Remove PREEMPT_COUNT from Kconfig
        ` [PATCH] crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionally

[PATCH] alpha: switch defconfig from the legacy ide driver to libata
 2020-09-24  4:20 UTC 

[PATCH 00/29] treewide: Convert comma separated statements
 2020-09-09  2:09 UTC  (4+ messages)
` [PATCH 02/29] alpha: Avoid "

[PATCH 0/2] dma-mapping: update default segment_boundary_mask
 2020-09-03 17:53 UTC  (10+ messages)
` [PATCH 1/2] dma-mapping: introduce dma_get_seg_boundary_nr_pages()
` [PATCH 2/2] dma-mapping: set default segment_boundary_mask to ULONG_MAX

[RESEND][PATCH 0/7] Avoid overflow at boundary_size
 2020-09-01 20:53 UTC  (13+ messages)
` [RESEND][PATCH 1/7] powerpc/iommu: "
` [RESEND][PATCH 2/7] alpha: "
` [RESEND][PATCH 3/7] ia64/sba_iommu: "
` [RESEND][PATCH 4/7] s390/pci_dma: "
` [RESEND][PATCH 5/7] sparc: "
` [RESEND][PATCH 6/7] x86/amd_gart: "
` [RESEND][PATCH 7/7] parisc: "

[PATCH v3 02/23] alpha: use asm-generic/mmu_context.h for no-op implementations
 2020-09-01 16:51 UTC  (2+ messages)

[PATCH v2 02/23] alpha: use asm-generic/mmu_context.h for no-op implementations
 2020-08-26 14:52 UTC 

[RFT][PATCH 0/7] Avoid overflow at boundary_size
 2020-08-25 23:19 UTC  (3+ messages)

[RFT][PATCH 2/7] alpha: Avoid overflow at boundary_size
 2020-08-20 23:20 UTC 

[PATCH AUTOSEL 4.4 10/10] alpha: fix annotation of io{read,write}{16,32}be()
 2020-08-20  0:04 UTC 

[PATCH AUTOSEL 4.9 11/11] alpha: fix annotation of io{read,write}{16,32}be()
 2020-08-20  0:03 UTC 

[PATCH AUTOSEL 4.14 13/13] alpha: fix annotation of io{read,write}{16,32}be()
 2020-08-20  0:03 UTC 

[PATCH AUTOSEL 4.19 17/18] alpha: fix annotation of io{read,write}{16,32}be()
 2020-08-20  0:03 UTC 

[PATCH AUTOSEL 5.4 21/22] alpha: fix annotation of io{read,write}{16,32}be()
 2020-08-20  0:02 UTC 

[PATCH AUTOSEL 5.7 23/24] alpha: fix annotation of io{read,write}{16,32}be()
 2020-08-20  0:01 UTC 

[PATCH AUTOSEL 5.8 25/27] alpha: fix annotation of io{read,write}{16,32}be()
 2020-08-20  0:01 UTC 

INFO: task hung in pipe_release (2)
 2020-08-13  3:57 UTC 

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-28 20:40 UTC  (27+ 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 02/19] compiler.h: Split {READ, WRITE}_ONCE "
` [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 02/24] alpha: use asm-generic/mmu_context.h for no-op implementations
 2020-07-28  3:33 UTC 

[RFC PATCH 00/35] Move all PCIBIOS* definitions into arch/x86
 2020-07-13 22:01 UTC  (5+ messages)
` [RFC PATCH 34/35] PCI: Change PCIBIOS_SUCCESSFUL to 0
` [RFC PATCH 35/35] alpha: Tidy Success/Failure checks

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


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