linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-02 07:16:55 to 2020-07-02 15:53:00 UTC [more...]

rename ->make_request_fn and move it to the block_device_operations
 2020-07-02 15:52 UTC  (31+ messages)
` [PATCH 01/20] nfblock: stop using ->queuedata
` [PATCH 02/20] simdisk: "
` [PATCH 03/20] drbd: "
` [PATCH 04/20] null_blk: stop using ->queuedata for bio mode
` [PATCH 05/20] ps3vram: stop using ->queuedata
` [PATCH 06/20] rsxx: "
` [PATCH 07/20] umem: "
` [PATCH 08/20] zram: "
` [PATCH 09/20] bcache: stop setting ->queuedata
` [PATCH 10/20] dm: stop using ->queuedata
` [PATCH 11/20] fs: remove a weird comment in submit_bh_wbc
` [PATCH 12/20] block: remove the request_queue argument from blk_queue_split
` [PATCH 13/20] block: tidy up a warning in bio_check_ro
` [PATCH 14/20] block: remove the NULL queue check in generic_make_request_checks
` [PATCH 15/20] block: remove the nr_sectors variable "
` [PATCH 16/20] block: move ->make_request_fn to struct block_device_operations
` [PATCH 17/20] block: rename generic_make_request to submit_bio_noacct
` [PATCH 18/20] block: refator submit_bio_noacct
` [PATCH 19/20] block: shortcut __submit_bio_noacct for blk-mq drivers
` [PATCH 20/20] block: remove direct_make_request

rename ->make_request_fn and move it to the block_device_operations v2
 2020-07-02 14:51 UTC  (28+ messages)
` [PATCH 01/20] nfblock: stop using ->queuedata
` [PATCH 02/20] simdisk: "
` [PATCH 03/20] drbd: "
` [PATCH 04/20] null_blk: stop using ->queuedata for bio mode
` [PATCH 05/20] ps3vram: stop using ->queuedata
` [PATCH 06/20] rsxx: "
` [PATCH 07/20] umem: "
` [PATCH 08/20] zram: "
` [PATCH 09/20] bcache: stop setting ->queuedata
` [PATCH 10/20] dm: stop using ->queuedata
` [PATCH 11/20] fs: remove a weird comment in submit_bh_wbc
` [PATCH 12/20] block: remove the request_queue argument from blk_queue_split
` [PATCH 13/20] block: tidy up a warning in bio_check_ro
` [PATCH 14/20] block: remove the NULL queue check in generic_make_request_checks
` [PATCH 15/20] block: remove the nr_sectors variable "
` [PATCH 16/20] block: move ->make_request_fn to struct block_device_operations
` [PATCH 17/20] block: rename generic_make_request to submit_bio_noacct
` [PATCH 18/20] block: refator submit_bio_noacct
` [PATCH 19/20] block: shortcut __submit_bio_noacct for blk-mq drivers
` [PATCH 20/20] block: remove direct_make_request

[m68k:m68k-queue] BUILD SUCCESS a8afa27318e19da59e4e9d02b118d8c2e3538a59
 2020-07-01  8:07 UTC 

[m68k:master] BUILD SUCCESS 9fc902b1327217260501f822bb73e0f425f7d074
 2020-07-01  4:50 UTC 

[PATCH v4 09/26] mm/m68k: Use general page fault accounting
 2020-06-30 20:45 UTC 

[PATCH 0/2] m68k: fixups for recent changes in memory initialization
 2020-06-29 14:03 UTC  (8+ messages)
` [PATCH 1/2] m68k: nommu: register start of the memory with memblock
` [PATCH 2/2] m68k: mm: fix node memblock init

[PATCH 0/4] Mac IOP driver fixes
 2020-06-29 21:39 UTC  (14+ messages)

[PATCH] m68k: use CLEAN_FILES to clean up files
 2020-06-29 19:23 UTC  (2+ messages)

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-06-29 15:59 UTC  (19+ messages)
` [PATCH 1/8] mm: remove unneeded includes "
` [PATCH 2/8] opeinrisc: switch to generic version of pte allocation
` [PATCH 3/8] xtensa: "
` [PATCH 4/8] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
` [PATCH 5/8] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
` [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free()
` [PATCH 7/8] mm: move lib/ioremap.c to mm/
` [PATCH 8/8] mm: move p?d_alloc_track to separate header file
` [PATCH 9/8] mm: Account PMD tables like PTE tables

[PATCH 1/4] m68k: add arch/m68k/Kbuild
 2020-06-29 17:47 UTC  (8+ messages)
` [PATCH 2/4] m68k: descend to prom from arch/m68k/sun3
` [PATCH 3/4] m68k: optimize cc-option calls for cpuflags-y
` [PATCH 4/4] m68k: pass -D options to KBUILD_CPPFLAGS instead of KBUILD_{A,C}FLAGS

[PATCH] m68k: Use sizeof_field() helper
 2020-06-29 18:05 UTC  (2+ messages)

[PATCH] m68k - annotate dummy read in Atari ROM port IO code as __maybe_unused
 2020-06-29 18:38 UTC  (2+ messages)

[PATCH 0/9] Macintosh II ADB driver fixes
 2020-06-28  4:23 UTC  (10+ messages)
` [PATCH 7/9] macintosh/via-macii: Use unsigned type for autopoll_devs variable
` [PATCH 2/9] macintosh/via-macii: Poll the device most likely to respond
` [PATCH 6/9] macintosh/via-macii: Use bool type for reading_reply variable
` [PATCH 1/9] macintosh/via-macii: Access autopoll_devs when inside lock
` [PATCH 9/9] macintosh/via-macii: Clarify definition of macii_init()
` [PATCH 5/9] macintosh/via-macii: Handle poll replies correctly
` [PATCH 4/9] macintosh/via-macii: Remove read_done state
` [PATCH 3/9] macintosh/via-macii: Handle /CTLR_IRQ signal correctly
` [PATCH 8/9] macintosh/via-macii: Use the stack for reset request storage

[PATCH 01/17] fork: fold legacy_clone_args_valid() into _do_fork()
 2020-06-27 12:23 UTC  (2+ messages)
    ` [fork] 11689456e6: ltp.clone302.fail

[PATCH 09/26] mm/m68k: Use general page fault accounting
 2020-06-26 22:31 UTC 

[PATCH] m68k: mm: fix wrong m68k_fixup_info addresses
 2020-06-26 20:14 UTC  (3+ messages)

LLVM for m68k completed (but not merged)
 2020-06-24  7:42 UTC  (4+ messages)

[m68k:m68k-queue] BUILD SUCCESS f9445bba8803cca75382807cc8b680bd391c5fbc
 2020-06-22 22:02 UTC 

[m68k:master] BUILD SUCCESS b971c823ecb945e93fbe49e98884e4ef9ee5e859
 2020-06-22 22:01 UTC 

[PATCH 09/26] mm/m68k: Use general page fault accounting
 2020-06-19 16:05 UTC 

Linux-mac68k project account maintenance (fwd)
 2020-06-19  6:33 UTC  (5+ messages)
  ` penguin (was Re: Linux-mac68k project account maintenance)

Virtual m68k Developer Meeting 2020
 2020-06-18 18:45 UTC 

[PATCH] m68k: mcfmmu: remove stale part of comment about steal_context
 2020-06-18 12:25 UTC  (4+ messages)

[PATCH AUTOSEL 5.7 067/388] m68k/PCI: Fix a memory leak in an error handling path
 2020-06-18  1:02 UTC 

[PATCH AUTOSEL 5.4 051/266] m68k/PCI: Fix a memory leak in an error handling path
 2020-06-18  1:12 UTC 

[PATCH AUTOSEL 4.19 030/172] m68k/PCI: Fix a memory leak in an error handling path
 2020-06-18  1:19 UTC 

[PATCH AUTOSEL 4.14 023/108] m68k/PCI: Fix a memory leak in an error handling path
 2020-06-18  1:24 UTC 

[PATCH] m68knommu: fix overwriting of bits in ColdFire V3 cache control
 2020-06-16  0:38 UTC 

[PATCH 10/25] mm/m68k: Use mm_fault_accounting()
 2020-06-15 22:15 UTC 

Possible duplicate page fault accounting on some archs after commit 4064b9827063
 2020-06-15 21:34 UTC  (4+ messages)

[PATCH 1/2] video: fbdev: amifb: remove dead APUS support
 2020-06-15 21:26 UTC  (14+ messages)
  ` [PATCH 2/2] video: fbdev: amifb: add FIXMEs about {put,get}_user() failures
  ` [PATCH v2 1/2] video: fbdev: amifb: add FIXME about dead APUS support
  ` [PATCH v2 2/2] video: fbdev: amifb: add FIXMEs about {put,get}_user() failures

[PATCH 5/5] m68knommu: fix use of cpu_to_le() on IO access
 2020-06-15 16:55 UTC  (2+ messages)

[PATCH 4/5] m68knommu: __force type casts for raw IO access
 2020-06-15 16:44 UTC  (2+ messages)

[m68k:m68k-queue 6/6] WARNING: modpost: vmlinux.o(__ex_table+0x1670): Section mismatch in reference from the (unknown reference) (unknown) to the variable .debug_str:.LASF363
 2020-06-15 16:09 UTC 

[m68k:master] BUILD SUCCESS 2b114da74f3cb549e0902249436499f5e5580b6b
 2020-06-15 16:00 UTC 

[m68k:m68k-queue] BUILD SUCCESS 6b12625aca1ff016cef6e39975e6a59f23014b91
 2020-06-15 15:55 UTC 

[PATCH 1/5] m68knommu: fix overwriting of bits in ColdFire V3 cache control
 2020-06-15 13:32 UTC  (3+ messages)

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15 13:02 UTC  (5+ messages)

[PATCH] m68k: stmark2: defconfig updates
 2020-06-15  9:53 UTC  (3+ messages)

[PATCH] m68k: mm: fix node memblock init
 2020-06-15  9:38 UTC  (4+ messages)

[PATCH] m68k: defconfig: Update defconfigs for v5.8-rc1
 2020-06-15  7:54 UTC 

[PATCH 3/5] m68k: fix ColdFire mmu init compile warning
 2020-06-15  7:25 UTC 

[PATCH 4/5] m68k: use asm-generic cmpxchg_local()
 2020-06-15  6:42 UTC 

[PATCH] i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=n
 2020-06-13 11:14 UTC  (3+ messages)

[git pull] m68knommu changes for v5.8
 2020-06-11 22:00 UTC  (2+ messages)

Add a new fchmodat4() syscall, v2
 2020-06-09 13:52 UTC 

[PATCH AUTOSEL 5.7 231/274] m68k: mac: Don't call via_flush_cache() on Mac IIfx
 2020-06-08 23:05 UTC 

[PATCH AUTOSEL 5.4 143/175] m68k: mac: Don't call via_flush_cache() on Mac IIfx
 2020-06-08 23:18 UTC 

[PATCH AUTOSEL 4.19 085/106] m68k: mac: Don't call via_flush_cache() on Mac IIfx
 2020-06-08 23:22 UTC 

[PATCH AUTOSEL 4.14 58/72] m68k: mac: Don't call via_flush_cache() on Mac IIfx
 2020-06-08 23:24 UTC 

[PATCH AUTOSEL 4.9 40/50] m68k: mac: Don't call via_flush_cache() on Mac IIfx
 2020-06-08 23:26 UTC 

[PATCH AUTOSEL 4.4 29/37] m68k: mac: Don't call via_flush_cache() on Mac IIfx
 2020-06-08 23:27 UTC 

[PATCH v5 2/3] arch: wire-up close_range()
 2020-06-02 20:42 UTC 

Planning a Debian/Linux m68k Meeting in 2020
 2020-06-02  7:16 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).