Linux-m68k Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-03 16:35:59 to 2023-11-10 19:35:11 UTC [more...]

PSA: This list is being migrated (no action required)
 2023-11-10 19:35 UTC  (2+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-10 12:41 UTC  (40+ 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

[RFC PATCH] m68k: Avoid CONFIG_COLDFIRE switch in uapi header
 2023-11-10 11:19 UTC  (2+ messages)

[PATCH 01/22] fb: amifb: Stop using platform_driver_probe()
 2023-11-09 20:31 UTC  (4+ messages)

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

PSA: migrating linux-m68k to new vger infrastructure
 2023-11-06 14:20 UTC 

[geert-m68k:m68k-v6.6] BUILD SUCCESS 965b52be9a5e50b87c5e0f6c3aaa5a6595c3f317
 2023-11-04 11:42 UTC 

[git pull] m68knommu changes for v6.7
 2023-11-03  2:20 UTC  (2+ messages)

[gerg-m68knommu:cf 3/3] lib/crypto/mpi/longlong.h:534: warning: "umul_ppmm" redefined
 2023-11-02 10:56 UTC 

Does anyone use Appletalk?
 2023-11-02  8:55 UTC  (9+ messages)

[GIT PULL] m68k updates for v6.7
 2023-11-01 20:50 UTC  (2+ messages)

[geert-m68k:master] BUILD SUCCESS 4e7f343db8a9ca477b515fe079ea79b7ef955d8a
 2023-10-31 14:51 UTC 

[PATCH] m68k: use kernel's generic muldi3 libgcc function
 2023-10-30  4:00 UTC 

[linux-next:master] BUILD REGRESSION 66f1e1ea3548378ff6387b1ce0b40955d54e86aa
 2023-10-28  9:45 UTC 

[geert-m68k:master] BUILD SUCCESS 3878e988e2f6f4d79ea551941694658771f8f983
 2023-10-25 19:10 UTC 

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

fix the non-coherent coldfire dma_alloc_coherent v4
 2023-10-23  5:50 UTC  (11+ messages)
` [PATCH 1/8] dma-direct: add depdenencies to CONFIG_DMA_GLOBAL_POOL
` [PATCH 2/8] dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbol
` [PATCH 3/8] dma-direct: simplify the use atomic pool logic in dma_direct_alloc
` [PATCH 4/8] dma-direct: warn when coherent allocations aren't supported
` [PATCH 5/8] m68k: use the coherent DMA code for coldfire without data cache
` [PATCH 6/8] net: fec: use dma_alloc_noncoherent for data cache enabled coldfire
` [PATCH 7/8] m68k: don't provide arch_dma_alloc for nommu/coldfire
` [PATCH 8/8] m68k: remove unused includes from dma.c

[linux-next:master] BUILD REGRESSION 4230ea146b1e64628f11e44290bb4008e391bc24
 2023-10-19 23:54 UTC 

fix the non-coherent coldfire dma_alloc_coherent v2
 2023-10-19 13:09 UTC  (39+ messages)
` [PATCH 01/12] riscv: RISCV_NONSTANDARD_CACHE_OPS shouldn't depend on RISCV_DMA_NONCOHERENT
` [PATCH 02/12] riscv: only select DMA_DIRECT_REMAP from RISCV_ISA_ZICBOM
` [PATCH 03/12] soc: renesas: ARCH_R9A07G043 depends on !RISCV_ISA_ZICBOM
` [PATCH 04/12] soc: renesas: select RISCV_DMA_NONCOHERENT from ARCH_R9A07G043
` [PATCH 05/12] dma-direct: add depdenencies to CONFIG_DMA_GLOBAL_POOL
` [PATCH 06/12] dma-direct: add a CONFIG_ARCH_DMA_ALLOC symbol
` [PATCH 07/12] dma-direct: simplify the use atomic pool logic in dma_direct_alloc
` [PATCH 08/12] dma-direct: warn when coherent allocations aren't supported
` [PATCH 09/12] m68k: use the coherent DMA code for coldfire without data cache
` [PATCH 10/12] net: fec: use dma_alloc_noncoherent for data cache enabled coldfire
` [PATCH 11/12] m68k: don't provide arch_dma_alloc for nommu/coldfire
` [PATCH 12/12] m68k: remove unused includes from dma.c

[PATCH] m68k/include:Add spaces around '+'
 2023-10-14 10:24 UTC 

[PATCH v5 0/5] ppc, fbdev: Clean up fbdev mmap helper
 2023-10-18 10:48 UTC  (3+ messages)

fix the non-coherent coldfire dma_alloc_coherent
 2023-10-17  8:31 UTC  (31+ messages)
` [PATCH 1/6] dma-direct: add depdenencies to CONFIG_DMA_GLOBAL_POOL
` [PATCH 2/6] dma-direct: add a CONFIG_ARCH_DMA_ALLOC symbol
` [PATCH 3/6] dma-direct: simplify the use atomic pool logic in dma_direct_alloc
` [PATCH 4/6] dma-direct: warn when coherent allocations aren't supported
` [PATCH 5/6] net: fec: use dma_alloc_noncoherent for m532x
` [PATCH 6/6] m68k: don't provide arch_dma_alloc for nommu/coldfire

[geert-m68k:master] BUILD SUCCESS 12260693019039832c3f971c6dbf38f99349d270
 2023-10-17  8:06 UTC 

[geert-m68k:for-v6.7] BUILD SUCCESS 03191fb3db3d2585725bcffe0356d12fcfd27c4c
 2023-10-17  2:07 UTC 

[PATCH/RFC] m68k: Add full preempt support
 2023-10-16 20:33 UTC  (7+ messages)

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

[PATCH v2 0/2] m68k/powerpc: Kill references to non-existent README.legal
 2023-10-15 10:04 UTC  (2+ messages)
` (subset) "

[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
 2023-10-13 21:03 UTC  (4+ messages)
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs

[PATCH] m68k: lib: Include <linux/libgcc.h> for __muldi3()
 2023-10-11  7:16 UTC 

[geert-m68k:master] BUILD SUCCESS 7a83d7318ee1ca071ec5ceeabd2aae410fdfb7fb
 2023-10-10  6:56 UTC 

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

[geert-m68k:master] BUILD SUCCESS 1a051bf4cbecc259e98082a7132b3dac871a8d25
 2023-10-07  0:53 UTC 

[geert-m68k:for-v6.7] BUILD SUCCESS 48ceb35e72683dce009f2b47f6579b0a1f9d9768
 2023-10-06 20:43 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  (2+ messages)

[PATCH 0/5] m68k: Fix indentation by odd number of spaces
 2023-10-06 14:41 UTC  (6+ messages)
` [PATCH 1/5] m68k: Fix indentation by 7 spaces in <asm/io_mm.h>
` [PATCH 2/5] m68k: sun3: Fix indentation by 5 or 7 spaces
` [PATCH 3/5] m68k: kernel: Fix indentation by 7 spaces in traps.c
` [PATCH 4/5] m68k: Fix indentation by 2 or 5 spaces in <asm/page_mm.h>
` [PATCH 5/5] m68k: fpsp040: Fix indentation by 5 spaces

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

[PATCH] m68k: asm/io.h: mark mmio read addresses as const
 2023-10-06  7:48 UTC  (4+ messages)

[PATCH] m68k: sun3: Change led_pattern[] to unsigned char
 2023-10-06  7:47 UTC  (2+ messages)

[PATCH] m68k: use kernel's generic libgcc functions
 2023-10-05  7:04 UTC  (4+ messages)

[PATCH] m68k: add missing types to asm/irq.h
 2023-10-04 15:16 UTC  (2+ 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] "


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