linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-08 13:04:38 to 2024-02-17 00:51:47 UTC [more...]

pass queue_limits to blk_alloc_disk for simple drivers
 2024-02-17  0:51 UTC  (18+ 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: "

[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

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

[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 v3 1/5] m68k/bitops: force inlining of all bitops functions
 2024-02-07  6:31 UTC  (22+ messages)
    ` [PATCH v3 2/5] m68k/bitops: use __builtin_{clz,ctzl,ffs} to evaluate constant expressions
` [PATCH v4 0/5] bitops: optimize code and add tests
  ` [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  (39+ messages)
  ` [LTP] "
          ` 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  (30+ messages)
` [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 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 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 22/22] Makefile.extrawarn: turn on missing-prototypes globally

[PATCH v2 0/2] Fix 68000 interrupt stack frames
 2024-01-09 14:27 UTC  (8+ messages)
` [PATCH v2 1/2] m68k: Use macro to generate 68000 interrupt entry sleds
` [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)

[PATCH] m68k: Use macro to generate 68000 interrupt entry sleds
 2024-01-07 13:17 UTC  (2+ messages)

patch "nubus: make nubus_bus_type static and constant" added to char-misc-testing
 2024-01-04 14:21 UTC  (3+ messages)

[geert-m68k:master] BUILD SUCCESS 040c428a4c75bc1d488125067f0f6ae44a0be23b
 2024-01-04 13:18 UTC 

[geert-m68k:for-v6.8] BUILD SUCCESS 6b9c045b0602cf64b33ea6da5e6aa6f81dd47ae8
 2024-01-04 13:19 UTC 

[PATCH] nubus: make nubus_bus_type static and constant
 2024-01-02 13:34 UTC  (2+ messages)

Test delivery to the legacy address
 2024-01-03 15:59 UTC 

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

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


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