linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-08 13:41:07 to 2024-02-29 22:34:13 UTC [more...]

stackinit unit test failures on m68k
 2024-02-29 22:34 UTC  (8+ messages)

Linux 6.8-rc6
 2024-02-29 22:24 UTC  (4+ messages)

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-02-28 21:06 UTC  (26+ 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] mk68k: Fix broken THREAD_SIZE_ORDER
 2024-02-28 10:09 UTC  (4+ messages)

[PATCH] block: ataflop: more blk-mq refactoring fixes
 2024-02-27  9:06 UTC  (2+ messages)

[geert-m68k:master] BUILD SUCCESS b7b9a646edf153c02e44aab9be36e4e8fb4a4d8e
 2024-02-27  4:41 UTC 

[PATCH v2] m68k: Avoid CONFIG_COLDFIRE switch in uapi header
 2024-02-23  8:13 UTC  (4+ messages)

[PATCH 0/3] arch: Remove fbdev dependency from video helpers
 2024-02-23  1:26 UTC  (7+ messages)
` [PATCH 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH 2/3] arch: Remove struct fb_info from video helpers
` [PATCH 3/3] arch: Rename fbdev header and source files

[PATCH] drivers/tty/serial: Remove unused function early_mcf_setup
 2024-02-20 13:55 UTC  (4+ messages)

pass queue_limits to blk_alloc_disk for simple drivers
 2024-02-20 13:22 UTC  (20+ messages)
` [PATCH 1/9] block: pass a queue_limits argument to blk_alloc_disk
` [PATCH 2/9] nfblock: pass queue_limits to blk_mq_alloc_disk
` [PATCH 3/9] brd: "
` [PATCH 4/9] n64cart: "
` [PATCH 5/9] zram: "
` [PATCH 6/9] bcache: "
` [PATCH 7/9] btt: "
` [PATCH 8/9] pmem: "
` [PATCH 9/9] dcssblk: "

[geert-m68k:for-linus] BUILD SUCCESS e8a7824856def1c8608401b0d7d05566d6e81c95
 2024-02-20 11:37 UTC 

[geert-m68k:master] BUILD SUCCESS 3877de636b1e1cf479054faf54b39bc07dc290c9
 2024-02-20 11:34 UTC 

[PATCH] zorro: make zorro_bus_type const
 2024-02-13 15:05 UTC  (3+ messages)

[geert-m68k:master] BUILD SUCCESS 5dc6bdd91324628a3e93d8cda217cb0d26c8b818
 2024-02-13  9:57 UTC 

[PATCH RFC v2 0/8] m68k v4.4 backport fixes
 2024-02-13  5:05 UTC  (16+ messages)
` [PATCH RFC v2 1/8] m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()
` [PATCH RFC v2 2/8] m68k: Only force 030 bus error if PC not in exception table
` [PATCH RFC v2 3/8] m68k: include module.h to make use of exception handling in traps.c
` [PATCH RFC v2 4/8] m68k: Handle arrivals of multiple signals correctly
` [PATCH RFC v2 5/8] m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signal
` [PATCH RFC v2 6/8] m68k: Leave stack mangling to asm wrapper of sigreturn()
` [PATCH RFC v2 7/8] m68k: fix livelock in uaccess
` [PATCH RFC v2 8/8] m68k: Move signal frame following exception on 68020/030

[PATCH 0/2] kbuild: Fix install errors when INSTALL_PATH does not exist
 2024-02-11 10:31 UTC  (9+ messages)
` [PATCH 1/2] kbuild: Abort make on install failures
` [PATCH 2/2] kbuild: Create INSTALL_PATH directory if it does not exist

[PATCH v4 0/5] bitops: optimize code and add tests
 2024-02-07  6:31 UTC  (19+ messages)
  ` [PATCH v4 1/5] m68k/bitops: force inlining of all bit-find functions
  ` [PATCH v4 2/5] m68k/bitops: use __builtin_{clz,ctzl,ffs} to evaluate constant expressions
                        ` [PATCH] m68k/bitops: always use compiler's builtin for bit finding functions
  ` [PATCH v4 3/5] hexagon/bitops: force inlining of all bit-find functions
  ` [PATCH v4 4/5] hexagon/bitops: use __builtin_{clz,ctzl,ffs} to evaluate constant expressions
  ` [PATCH v4 5/5] lib: test_bitops: add compile-time optimization/evaluations assertions

[PATCH v3 0/8] m68k v4.4 backport fixes
 2024-02-06 21:37 UTC  (11+ messages)
` [PATCH v3 1/8] m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()
` [PATCH v3 2/8] m68k: Only force 030 bus error if PC not in exception table
` [PATCH v3 3/8] m68k: include module.h to make use of exception handling in traps.c
` [PATCH v3 4/8] m68k: Handle arrivals of multiple signals correctly
` [PATCH v3 5/8] m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signal
` [PATCH v3 6/8] m68k: Leave stack mangling to asm wrapper of sigreturn()
` [PATCH v3 7/8] m68k: fix livelock in uaccess
` [PATCH v3 8/8] m68k: Move signal frame following exception on 68020/030

[geert-m68k:master] BUILD SUCCESS 0bd8a354c65a73a681fc2cb00f7745ed3f21c334
 2024-02-06 10:31 UTC 

[PATCH RFC 0/4]
 2024-02-05  6:03 UTC  (8+ messages)
` [PATCH RFC 1/4] m68k: Handle arrivals of multiple signals correctly
` [PATCH RFC 2/4] m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signal
` [PATCH RFC 3/4] m68k: Leave stack mangling to asm wrapper of sigreturn()
` [PATCH RFC 4/4] m68k equivalent of 26178ec11ef3 "x86: mm: consolidate VM_FAULT_RETRY handling" If e.g. get_user() triggers a page fault and a fatal signal is caught, we might end up with handle_mm_fault() returning VM_FAULT_RETRY and not doing anything to page tables. In such case we must *not* return to the faulting insn - that would repeat the entire thing without making any progress; what we need instead is to treat that as failed (user) memory access

[PATCH] m68k: include module.h to make use of exception handling in traps.c
 2024-02-02  3:54 UTC  (2+ messages)
` [cip-dev] "

[geert-m68k:master] BUILD SUCCESS e6d0024441d8fbcdf27914e168c40fafdc253593
 2024-01-30  2:03 UTC 

[PATCH] m68k: defconfig: Update defconfigs for v6.8-rc1
 2024-01-29 12:37 UTC 

m68k fdpic toolchain?
 2024-01-28 12:55 UTC  (2+ messages)

m68k fdpic toolchain?
 2024-01-27 23:40 UTC 

[PATCH 27/82] m68k: Refactor intentional wrap-around calculation
 2024-01-23 13:42 UTC  (5+ messages)

[geert-m68k:master] BUILD SUCCESS 92ec7527115b966a345535039dcb5e69f8528d75
 2024-01-23 13:35 UTC 

[PATCH 1/1] mm: vmalloc: Fix a warning in the crash_save_vmcoreinfo_init()
 2024-01-19 19:08 UTC 

[PATCH 00/36] Remove UCLINUX from LTP
 2024-01-15 14:22 UTC  (32+ messages)
          ` Call for nommu LTP maintainer [was: Re: [PATCH 00/36] Remove UCLINUX from LTP]
                  ` [Automated-testing] "
                            ` [Buildroot] "

[PATCH] vt: remove superfluous CONFIG_HW_CONSOLE
 2024-01-11  7:21 UTC  (5+ messages)

[PATCH] serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h>
 2024-01-10 13:21 UTC 

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

[PATCH v2 0/2] Fix 68000 interrupt stack frames
 2024-01-09 14:27 UTC  (6+ messages)
` [PATCH v2 2/2] m68k: Fix interrupt stack frames for 68000

[geert-m68k:m68k-v6.7] BUILD SUCCESS 68f7a449731d9081a261c75fecf6896872e0a194
 2024-01-09 12:26 UTC 

[geert-m68k:master] BUILD SUCCESS 9fe7fc109ed28e03a9d62e36980137152287036e
 2024-01-09 12:26 UTC 

[GIT PULL] m68k updates for v6.8
 2024-01-09  0:47 UTC  (2+ 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 NNTP newsgroup(s).