linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-23 16:33:52 to 2023-06-29 11:45:51 UTC [more...]

[PATCH 00/12] arch,fbdev: Move screen_info into arch/
 2023-06-29 11:45 UTC  (13+ messages)
` [PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header
` [PATCH 02/12] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH 03/12] sysfb: Do not include <linux/screen_info.h> from sysfb header
` [PATCH 04/12] staging/sm750fb: Do not include <linux/screen_info.h>
` [PATCH 05/12] arch: Remove trailing whitespaces
` [PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
` [PATCH 07/12] arch/x86: Declare edid_info "
` [PATCH 08/12] drivers/firmware: Remove trailing whitespaces
` [PATCH 09/12] drivers: Add dependencies on CONFIG_ARCH_HAS_SCREEN_INFO
` [PATCH 10/12] fbdev/core: Use fb_is_primary_device() in fb_firmware_edid()
` [PATCH 11/12] fbdev/core: Protect edid_info with CONFIG_ARCH_HAS_EDID_INFO
` [PATCH 12/12] fbdev/core: Define empty fb_firmware_edid() in <linux/fb.h>

[PATCH v1 00/10] variable-order, large folios for anonymous memory
 2023-06-29 11:31 UTC  (52+ messages)
` [PATCH v1 01/10] mm: Expose clear_huge_page() unconditionally
` [PATCH v1 02/10] mm: pass gfp flags and order to vma_alloc_zeroed_movable_folio()
` [PATCH v1 03/10] mm: Introduce try_vma_alloc_movable_folio()
` [PATCH v1 04/10] mm: Implement folio_add_new_anon_rmap_range()
` [PATCH v1 05/10] mm: Implement folio_remove_rmap_range()
` [PATCH v1 06/10] mm: Allow deferred splitting of arbitrary large anon folios
` [PATCH v1 07/10] mm: Batch-zap large anonymous folio PTE mappings
` [PATCH v1 08/10] mm: Kconfig hooks to determine max anon folio allocation order
` [PATCH v1 09/10] arm64: mm: Declare support for large anonymous folios
` [PATCH v1 10/10] mm: Allocate large folios for anonymous memory

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-06-28 23:43 UTC  (2+ messages)

Linux 6.1.27, cgroup: Instruction fault 4 with systemd
 2023-06-19 12:01 UTC  (3+ messages)

[PATCH] alpha/mm: Fix comparing pointer
 2023-06-14 12:37 UTC  (2+ messages)

[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
 2023-06-13 16:14 UTC  (7+ messages)

[PATCH] syscalls: add sys_ni_posix_timers prototype
 2023-06-10 12:06 UTC  (3+ messages)

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-06-09 13:05 UTC  (6+ messages)

[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
 2023-06-05 14:04 UTC  (25+ messages)
` [PATCH v8 1/7] kernel.h: Split out COUNT_ARGS() and CONCATENATE()
` [PATCH v8 2/7] PCI: Introduce pci_resource_n()
` [PATCH v8 3/7] PCI: Introduce pci_dev_for_each_resource()
` [PATCH v8 4/7] PCI: Document pci_bus_for_each_resource() to avoid confusion
` [PATCH v8 5/7] PCI: Allow pci_bus_for_each_resource() to take less arguments
` [PATCH v8 6/7] EISA: Convert to use less arguments in pci_bus_for_each_resource()
` [PATCH v8 7/7] pcmcia: "

[PATCH] module: fix module load for ia64
 2023-06-04 21:34 UTC  (2+ messages)

[RFC PATCH 0/6] Implement MMU_LAZY_TLB_SHOOTDOWN for alpha
 2023-06-02 22:33 UTC  (11+ messages)
` [RFC PATCH 1/6] alpha: remove extern inline from mmu_context
` [RFC PATCH 2/6] alpha: implement simple mm_cpumask TLB flush filter
` [RFC PATCH 3/6] alpha: remove TLB flushing mm_users special case
` [RFC PATCH 4/6] alpha: clean mm_cpumask when flushing TLBs
` [RFC PATCH 5/6] alpha: enable MMU_LAZY_TLB_SHOOTDOWN
` [RFC PATCH 6/6] alpha: shoot the lazy tlb mm when flushing TLBs

[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg
 2023-05-17  7:41 UTC  (20+ messages)
` [PATCH v2 1/5] locking/atomic: Add generic try_cmpxchg{,64}_local support
` [PATCH v2 2/5] locking/generic: Wire up local{,64}_try_cmpxchg
` [PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg
` [PATCH v2 4/5] locking/x86: Define arch_try_cmpxchg_local
` [PATCH v2 5/5] events: Illustrate the transition to local{,64}_try_cmpxchg

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-05-16  0:53 UTC  (2+ messages)
  ` [PATCH v5 14/26] alpha: Remove empty <uapi/asm/setup.h>

[RFC PATCH v2] fs/xattr: add *at family syscalls
 2023-05-15 14:20 UTC  (6+ messages)

[PATCH] cachestat: wire up cachestat for other architectures
 2023-05-11 19:34 UTC  (8+ messages)

[PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes
 2023-05-03  7:32 UTC  (4+ messages)
` [PATCH 2/7] alpha: asm/io.h: "

[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-04-11  9:49 UTC  (8+ messages)

[PATCH] alpha: Remove ECOFF support from `objstrip'
 2023-04-09 20:31 UTC 

[PATCH 00/10] locking: Introduce local{,64}_try_cmpxchg
 2023-04-04 13:23 UTC  (11+ messages)
` [PATCH 01/10] locking/atomic: Add missing cast to try_cmpxchg() fallbacks

[PATCH v7 0/6] Add pci_dev_for_each_resource() helper and update users
 2023-03-30 15:38 UTC  (14+ messages)
` [PATCH v7 1/6] kernel.h: Split out COUNT_ARGS() and CONCATENATE()
` [PATCH v7 2/6] PCI: Introduce pci_dev_for_each_resource()
` [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments
` [PATCH v7 4/6] EISA: Convert to use less arguments in pci_bus_for_each_resource()
` [PATCH v7 5/6] pcmcia: "
` [PATCH v7 6/6] PCI: Make use of pci_resource_n()

[PATCH v5 0/7] Generic IPI sending tracepoint
 2023-03-23 18:31 UTC  (8+ messages)
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI


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