Linux M68K Architecture development
 help / color / mirror / Atom feed
 messages from 2026-06-18 21:04:24 to 2026-07-10 10:42:32 UTC [more...]

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-10 10:42 UTC  (88+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-07-09  8:27 UTC  (37+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 03/18] arm64: ptrace: Pass thread flags to syscall_trace_enter/exit()
` [PATCH v16 04/18] arm64: ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v16 05/18] arm64: ptrace: Expand secure_computing() in place
` [PATCH v16 06/18] arm64: ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v16 07/18] arm64: ptrace: Protect rseq_syscall() from tracer PC modifications
` [PATCH v16 08/18] arm64: ptrace: Rename syscall_trace_exit() to syscall_exit_work()
` [PATCH v16 09/18] arm64: syscall: Rework the syscall exit path in el0_svc_common()
` [PATCH v16 10/18] arm64: ptrace: Extract syscall_exit_to_user_mode_work() helper
` [PATCH v16 11/18] arm64: ptrace: Align syscall exit work semantics with generic entry
` [PATCH v16 12/18] arm64: syscall: Use exit-specific flags check in el0_svc_common()
` [PATCH v16 13/18] arm64: syscall: Simplify el0_svc_common() syscall exit path
` [PATCH v16 14/18] arm64: syscall: Simplify syscall exit path in el0_svc_common()
` [PATCH v16 15/18] arm64: ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v16 16/18] arm64: entry: Convert to generic entry
` [PATCH v16 17/18] arm64: Inline el0_svc_common()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH] m68k: coldfire: fix breakage of missed IO access updates
 2026-07-07 14:38 UTC  (2+ messages)

[PATCH] m68k: defconfig: add config for M5282EVB board
 2026-07-07 13:10 UTC 

[PATCH] m68k: defconfig: add config for M52358EVB board
 2026-07-07 13:10 UTC 

m68k: 68000 port for megadrive
 2026-07-07 12:58 UTC  (5+ messages)
` Atari Jaguar port - was: "

[geert-m68k:master] BUILD SUCCESS 0d61bcd886e0ad9395368a7d11ee3856ae915ceb
 2026-07-06 21:48 UTC 

[PATCHv2 0/4] m68k: coldfire: fix non-standard readX()/writeX() functions
 2026-07-06 15:46 UTC  (7+ messages)
` [PATCHv2 3/4] mmc: sdhci-esdhc-mcf: do not use readl()/writel() on ColdFire

[PATCH 00/13] treewide: replace linux/gpio.h
 2026-07-06 11:22 UTC  (25+ messages)
` [PATCH 01/13] ARM: replace linux/gpio.h inclusions
` [PATCH 02/13] m68k/coldfire: "
` [PATCH 03/13] mips: "
` [PATCH 04/13] sh: "
` [PATCH 05/13] mfd: "
` [PATCH 06/13] [net-next] net: "
` [PATCH 07/13] ASoC: "
` [PATCH 08/13] pcmcia: "
` [PATCH 09/13] phy: "
` [PATCH 10/13] media: "
` [PATCH 11/13] Input: matrix_keyboard - replace linux/gpio.h inclusion
` [PATCH 12/13] gpib: gpio: "
` [PATCH 13/13] gpiolib: remove linux/gpio.h

[PATCH 2/3] mtd: maps: remove uclinux map driver
 2026-07-03 11:39 UTC  (7+ messages)

Question on BIGGEST_ALIGNMENT in GCC on NetBSD/m68k
 2026-07-02 12:43 UTC  (21+ messages)
                          ` Preliminary results - was: "

[PATCH v2] m68k: Avoid -Wunused-but-set-parameter in clear_user_page()
 2026-07-02  8:07 UTC  (5+ messages)

[PATCH v7 0/2] add mcf54415 DAC driver
 2026-07-01 18:00 UTC  (4+ messages)
` [PATCH v7 1/2] iio: dac: add mcf54415 DAC
` [PATCH v7 2/2] m68k: defconfig: update stmark2 defconfig

[geert-m68k:master] BUILD SUCCESS d5bf076679e88c6b77d5628b70a5a64db5c8c785
 2026-07-01  9:07 UTC 

[PATCH v3] m68k: amiga: remove redundant amiga_reset prototype
 2026-06-29 12:04 UTC 

[PATCH v2] m68k: amiga: Mark amiga_reset() as __noreturn
 2026-06-29  8:55 UTC  (5+ messages)

[PATCH v2 0/2] rtc: add a driver for the Freescale MCF5441x on-chip RTC
 2026-06-28 12:40 UTC  (3+ messages)
` [PATCH v2 1/2] rtc: m5441x: add MCF5441x on-chip RTC driver

[PATCH] m68k: amiga: Mark amiga_reset() as __noreturn
 2026-06-26 13:57 UTC  (3+ messages)

[PATCH 0/4] module: force sh_addr=0 for arch-specific sections
 2026-06-26  8:21 UTC  (2+ messages)

[RFC] m68k: stale CONFIG_MTD_UCLINUX still guards ROMFS relocation paths
 2026-06-25  6:43 UTC  (2+ messages)

[PATCH v6 0/2] add mcf54415 DAC driver
 2026-06-24 13:52 UTC  (6+ messages)
` [PATCH v6 1/2] iio: dac: add mcf54415 DAC
` [PATCH v6 2/2] m68k: defconfig: update stmark2 defconfig

[PATCH] video: hpfb: Unregister DIO driver on init failure
 2026-06-24  9:18 UTC  (2+ messages)
  `  "

[PATCH v5 00/10] add mcf54415 DAC driver
 2026-06-21 12:55 UTC  (5+ messages)
` [PATCH v5 09/10] iio: dac: add mcf54415 DAC


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox