linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-20 22:29:23 to 2020-09-04 10:29:55 UTC [more...]

simplify gendisk lookup and remove struct block_device aliases v3
 2020-09-04 10:29 UTC  (38+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 07/19] ide: remove ide_{,un}register_region
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 11/19] loop: "
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 17/19] z2ram: reindent
` [PATCH 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

rework check_disk_change()
 2020-09-04  9:23 UTC  (43+ messages)
` [PATCH 01/19] block: add a bdev_check_media_change helper
` [PATCH 02/19] amiflop: use bdev_check_media_change
` [PATCH 03/19] ataflop: "
` [PATCH 04/19] floppy: "
` [PATCH 05/19] swim: "
` [PATCH 06/19] swim: simplify media change handling
` [PATCH 07/19] swim3: use bdev_check_media_changed
` [PATCH 08/19] xsysace: use bdev_check_media_change
` [PATCH 09/19] xsysace: simplify media change handling
` [PATCH 10/19] paride/pcd: use bdev_check_media_change
` [PATCH 11/19] gdrom: "
` [PATCH 12/19] ide-cd: use bdev_check_media_changed
` [PATCH 13/19] ide-cd: remove idecd_revalidate_disk
` [PATCH 14/19] ide-gd: stop using the disk events mechanism
` [PATCH 15/19] md: use bdev_check_media_change
` [PATCH 16/19] sd: "
` [PATCH 17/19] sr: "
` [PATCH 18/19] sr: simplify sr_block_revalidate_disk
` [PATCH 19/19] block: remove check_disk_change

[PATCH v2 00/11] Introduce kernel_clone(), kill _do_fork()
 2020-09-04  7:28 UTC  (3+ messages)
` [PATCH v2 10/11] tracing: switch to kernel_clone()

[PATCH v3 09/23] m68k: use asm-generic/mmu_context.h for no-op implementations
 2020-09-01 14:15 UTC 

[PATCH v2 09/23] m68k: use asm-generic/mmu_context.h for no-op implementations
 2020-09-01  7:50 UTC  (5+ messages)

[m68k:m68k-queue] BUILD SUCCESS 11df6eddc50b8f1e60cdccef97a90908457a68ce
 2020-08-31 21:39 UTC 

[m68k:master] BUILD SUCCESS 6487dce21c44bfa4c57b41c9d626649f2473470e
 2020-08-31 21:39 UTC 

[PATCH] fs/affs: Fix basic permission bits to actually work
 2020-08-31  9:38 UTC  (3+ messages)

simplify gendisk lookup and remove struct block_device aliases v2
 2020-08-30  7:35 UTC  (22+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 07/19] ide: remove ide_{,un}register_region
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 11/19] loop: "
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 17/19] z2ram: reindent
` [PATCH 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

syscall_trace_enter and syscall_trace_leave for m68k w/MMU
 2020-08-28  8:58 UTC  (18+ messages)
` [PATCH] m68k/kernel - wire up syscall_trace_enter/leave for m68k

simplify gendisk lookup and remove struct block_device aliases
 2020-08-28  7:08 UTC  (37+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 07/19] ide: remove ide_{,un}register_region
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 11/19] loop: "
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 17/19] z2ram: reindent
` [PATCH 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

[PATCH] m68k: Replace HTTP links with HTTPS ones
 2020-08-27  7:36 UTC  (4+ messages)
  ` [PATCH v2] "

[m68k:m68k-queue] BUILD SUCCESS 3d86f8d3c27501378f9256a99cd2616d3539bb9b
 2020-08-27  3:59 UTC 

[PATCH] m68k: Correct some typos in comments
 2020-08-27  3:59 UTC  (3+ messages)

[PATCH] m68k: Revive _TIF_* masks
 2020-08-27  0:14 UTC  (2+ messages)

[PATCH] m68k: mm: Remove superfluous memblock_alloc*() casts
 2020-08-27  0:13 UTC  (3+ messages)

[m68k:for-v5.10] BUILD SUCCESS 5661bccb70ef134502b9d2e80a19465ad943b022
 2020-08-26 23:38 UTC 

[m68k:master] BUILD SUCCESS d0e85366d55ae1bed7b67a0a6d7812f295b1e5f1
 2020-08-26 23:38 UTC 

[PATCH] m68k: mm: Use PAGE_ALIGNED() helper
 2020-08-26 13:01 UTC 

[PATCH] m68k: Sort selects in main Kconfig
 2020-08-26 12:52 UTC 

[PATCH] m68k: amiga: Clean up Amiga hardware configuration
 2020-08-26 12:51 UTC 

[PATCH] zorro: Fix address space collision message with RAM expansion boards
 2020-08-26 11:34 UTC  (3+ messages)

[PATCH] m68k: amiga: Fix Denise detection on OCS
 2020-08-26 11:28 UTC  (2+ messages)

[PATCH] m68k: use get_kernel_nofault in show_registers
 2020-08-26 11:29 UTC  (2+ messages)

[PATCH -next] m68k/amiga: missing platform_device_unregister() on error in amiga_init_devices()
 2020-08-26  9:07 UTC  (2+ messages)

[m68k:m68k-queue] BUILD SUCCESS 58903b129bbae0bc128882241e48880147c4938d
 2020-08-25 21:06 UTC 

[m68k:master] BUILD SUCCESS d95f83a8adbe7eba5ab43e45496755d40b83092a
 2020-08-25 21:06 UTC 

[git pull] m68knommu changes for v5.9-rc3
 2020-08-25 19:16 UTC  (2+ messages)

[PATCH v3 0/3] m68k/mm: switch from DISCONTIGMEM to SPARSEMEM
 2020-08-25  5:42 UTC  (11+ messages)

m68k chat 21st Aug 2020 - "the Amitari - EmuTOS and Atari Software on the Amiga"
 2020-08-21 17:57 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).