linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-23 18:03:17 to 2024-03-13 15:40:59 UTC [more...]

[PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info
 2024-03-13 15:40 UTC  (3+ messages)

[PATCH 01/11] arch/alpha/kernel: disable -Wmissing-prototypes for asmlinkage functions
 2024-03-11 13:23 UTC  (11+ messages)
` [PATCH 02/11] arch/alpha/bugs: add missing SPDX header
` [PATCH 03/11] arch/alpha/bugs: include <linux/cpu.h> to fix -Wmissing-prototypes
` [PATCH 04/11] arch/alpha/io: add missing includes "
` [PATCH 05/11] arch/alpha/pci: make pcibios_claim_one_bus() static
` [PATCH 06/11] arch/alpha/irq: include irq_impl.h to fix -Wmissing-prototypes
` [PATCH 07/11] arch/alpha/perf_event: make init_hw_perf_events() static
` [PATCH 08/11] arch/alpha/checksum: add missing includes to fix -Wmissing-prototypes
` [PATCH 09/11] arch/alpha/fpreg: "
` [PATCH 10/11] arch/alpha/smc37c669.: make SMC37c669_dump_registers() static
` [PATCH 11/11] arch/alpha/smc37c669: add missing includes to fix -Wmissing-prototypes

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-11  1:12 UTC  (57+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v6 04/15] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 06/15] netdev: netdevice devmem allocator
` [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 10/15] net: support non paged skb frags
` [RFC PATCH net-next v6 11/15] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP
` [RFC PATCH net-next v6 13/15] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation
` [RFC PATCH net-next v6 15/15] selftests: add ncdevmem, netcat for devmem TCP

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-08 16:28 UTC  (13+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH v2 2/3] arch: simplify architecture specific page size configuration
` [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

[RFC PATCH 00/14] Introducing TIF_NOTIFY_IPI flag
 2024-03-07 19:56 UTC  (9+ messages)
` [RFC PATCH 01/14] thread_info: Add helpers to test and clear TIF_NOTIFY_IPI
` [RFC PATCH 02/14] sched: Define a need_resched_or_ipi() helper and use it treewide
` [RFC PATCH 03/14] sched/core: Use TIF_NOTIFY_IPI to notify an idle CPU in TIF_POLLING mode of pending IPI
` [RFC PATCH 06/14] alpha/thread_info: Introduce TIF_NOTIFY_IPI flag

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (27+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h

[PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info
 2024-03-04 18:03 UTC  (15+ messages)

subscribe
 2024-02-27  6:52 UTC 

[PATCH v2 1/2] alpha: merge two entries for CONFIG_ALPHA_EV4
 2024-02-21 14:01 UTC  (2+ messages)
` [PATCH v2 2/2] alpha: merge two entries for CONFIG_ALPHA_GAMMA

[PATCH 1/2] alpha: merge two entries for CONFIG_ALPHA_EV4
 2024-02-16  2:13 UTC  (4+ messages)
` [PATCH 2/2] alpha: merge two entries for CONFIG_ALPHA_GAMMA

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2024-02-14 15:30 UTC  (21+ messages)
` [RFC PATCH net-next v5 01/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v5 02/14] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v5 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v5 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v5 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
` [RFC PATCH net-next v5 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v5 09/14] net: support non paged skb frags
` [RFC PATCH net-next v5 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v5 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v5 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v5 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v5 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH AUTOSEL 6.7 03/21] arch: fix asm-offsets.c building with -Wmissing-prototypes
 2024-01-16  1:03 UTC 

[PATCH v3 0/6] Treewide: enable -Wmissing-prototypes
 2024-01-10 20:43 UTC  (4+ messages)
` [PATCH v3 6/6] Makefile.extrawarn: turn on missing-prototypes globally

[PATCH 00/22] -Wmissing-prototype warning fixes
 2024-01-10 10:20 UTC  (7+ messages)
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` (subset) [PATCH 00/22] -Wmissing-prototype warning fixes

[PATCH 1/8] alpha: Fix typos
 2024-01-04  0:24 UTC  (2+ messages)

Meeting with the Development Team
 2023-12-19 10:30 UTC 

[linux-next:master] BUILD REGRESSION abb240f7a2bd14567ab53e602db562bb683391e6
 2023-12-13  4:09 UTC 

[PATCH] alpha: fix modversions for strcpy() et.al
 2023-12-12  6:55 UTC 

[linux-next:master] BUILD REGRESSION 577a4ee0b96fb043c9cf4a533c550ff587e526cf
 2023-12-07  5:41 UTC 

[PATCH 24/27] tty: srmcons: convert to u8 and size_t
 2023-12-06  7:37 UTC 

[PATCH] tty: virtio: drop virtio_cons_early_init()
 2023-12-01  5:20 UTC  (2+ messages)

[PATCH 0/5] remove the last bits of a.out support
 2023-11-30 19:25 UTC  (11+ messages)
` [PATCH 1/5] alpha: remove a.out support from tools/objstrip
` [PATCH 3/5] m68k: stop shipping a.out.h uapi headers
` [PATCH 4/5] x86: "

[PATCH 2/5] tty: srmcons: make srmcons_do_write() return void
 2023-11-28 13:26 UTC  (8+ messages)
` [PATCH 3/5] tty: srmcons: use 'count' directly in srmcons_do_write()
` [PATCH 4/5] tty: srmcons: switch need_cr to bool
` [PATCH 5/5] tty: srmcons: remove 'str_cr' and use string directly

[PATCH] alpha: Improve error handling in alpha_rtc_init
 2023-11-27 14:51 UTC 

[PATCH 00/17] tty: small cleanups and fixes
 2023-11-27  9:30 UTC  (3+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).