linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-20 07:32:38 to 2024-02-20 17:17:25 UTC [more...]

[RFC PATCH 00/14] Introducing TIF_NOTIFY_IPI flag
 2024-02-20 17:14 UTC  (4+ 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

[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  (9+ messages)
` [PATCH v3 1/6] ida: make 'ida_dump' static
` [PATCH v3 2/6] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH v3 3/6] sched: fair: move unused stub functions to header
` [PATCH v3 4/6] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH v3 5/6] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH v3 6/6] Makefile.extrawarn: turn on missing-prototypes globally

[PATCH 00/22] -Wmissing-prototype warning fixes
 2024-01-10 10:20 UTC  (46+ messages)
` [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 05/22] [RESEND] parport: gsc: mark init function static
` [PATCH 06/22] [RESEND] stackleak: add declarations for global functions
` [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally
` (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  (13+ messages)
` [PATCH 1/5] alpha: remove a.out support from tools/objstrip
` [PATCH 2/5] alpha: stop shipping a.out.h uapi headers
` [PATCH 3/5] m68k: "
` [PATCH 4/5] x86: "
` [PATCH 5/5] uapi: remove a.out.h uapi header

[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  (18+ messages)
` [PATCH 13/17] tty: srmcons: use 'buf' directly in srmcons_do_write()
` [PATCH 14/17] tty: srmcons: use 'count' "
` [PATCH 15/17] tty: srmcons: make srmcons_do_write() return void
` [PATCH 16/17] tty: srmcons: switch need_cr to bool
` [PATCH 17/17] tty: srmcons: make 'str_cr' const and non-array

[PATCH] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
 2023-11-20  7:04 UTC  (7+ messages)

[PATCH v2] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
 2023-11-20  3:36 UTC 

[RFC PATCH 46/86] tracing: handle lazy resched
 2023-11-08  9:24 UTC  (2+ messages)

PSA: this list has been migrated (no action required)
 2023-11-07  0:00 UTC 

Metalworking and welding
 2023-10-25  7:50 UTC 

Wycena paneli fotowoltaicznych
 2023-10-24  8:05 UTC 

[PATCH V6] alpha: Clean-up the panic notifier code
 2023-10-20 14:34 UTC 

[PATCH v5] alpha: Clean-up the panic notifier code
 2023-10-20 14:07 UTC  (5+ messages)

[PATCH 0/7] arch/*: config: Remove ReiserFS from defconfig
 2023-10-15 10:04 UTC  (10+ messages)
` (subset) "

Metalworking and welding
 2023-10-12  8:05 UTC 

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-10-12  7:30 UTC 

mangling test with a patch, DO NOT APPLY
 2023-10-11 13:18 UTC 

Test to see if there's UTF-8 charset mangling
 2023-10-11 13:08 UTC 

[PATCH v3 0/6] PCI/treewide: Cleanup/streamline PCI error code handling
 2023-10-11 11:07 UTC  (3+ messages)

[PATCH v3 0/9] video: screen_info cleanups
 2023-10-10 12:20 UTC  (14+ messages)
` [PATCH v3 1/9] vgacon: rework Kconfig dependencies
` [PATCH v3 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v3 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v3 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v3 5/9] vgacon: remove screen_info dependency
` [PATCH v3 6/9] vgacon: clean up global screen_info instances
` [PATCH v3 7/9] vga16fb: drop powerpc support
` [PATCH v3 8/9] hyperv: avoid dependency on screen_info
` [PATCH v3 9/9] efi: move screen_info into efi init code

[tip:locking/core] [futex] cb8c4312af: will-it-scale.per_process_ops -3.2% regression
 2023-10-08  7:08 UTC 

[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
 2023-10-06 20:36 UTC  (9+ messages)

Arches that don't support PREEMPT
 2023-10-06 14:51 UTC  (14+ messages)

[PATCH v5 3/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-10-06  8:31 UTC  (4+ messages)

Rozszerzenie Programu Mój Prąd 5.0
 2023-10-04  7:45 UTC 

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-10-03 18:21 UTC  (6+ messages)
` [PATCH v2] "

Metalworking and welding
 2023-10-03  8:01 UTC 

Słowa kluczowe do wypozycjonowania
 2023-09-27  8:11 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 read-only IMAP folder(s) and NNTP newsgroup(s).