linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 22:57:02 to 2020-08-27 19:29:51 UTC [more...]

syscall_trace_enter and syscall_trace_leave for m68k w/MMU
 2020-08-27 19:29 UTC  (22+ messages)
` [PATCH RFC] m68k/kernel - wire up syscall_trace_enter/leave for m68k
` [PATCH RFC v2] "
` [PATCH] "

[PATCH] fs/affs: Fix basic permission bits to actually work
 2020-08-27 15:51 UTC  (2+ messages)

simplify gendisk lookup and remove struct block_device aliases
 2020-08-27  9:39 UTC  (31+ 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 v2 09/23] m68k: use asm-generic/mmu_context.h for no-op implementations
 2020-08-27  9:33 UTC  (2+ messages)

[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  (7+ messages)

[PATCH AUTOSEL 5.8 11/27] m68knommu: fix overwriting of bits in ColdFire V3 cache control
 2020-08-20  0:01 UTC 

[PATCH AUTOSEL 5.7 09/24] m68knommu: fix overwriting of bits in ColdFire V3 cache control
 2020-08-20  0:01 UTC 

[PATCH AUTOSEL 5.4 08/22] m68knommu: fix overwriting of bits in ColdFire V3 cache control
 2020-08-20  0:02 UTC 

[PATCH AUTOSEL 4.19 07/18] m68knommu: fix overwriting of bits in ColdFire V3 cache control
 2020-08-20  0:02 UTC 

[PATCH AUTOSEL 4.14 06/13] m68knommu: fix overwriting of bits in ColdFire V3 cache control
 2020-08-20  0:03 UTC 

[PATCH AUTOSEL 4.9 05/11] m68knommu: fix overwriting of bits in ColdFire V3 cache control
 2020-08-20  0:03 UTC 

[PATCH AUTOSEL 4.4 04/10] m68knommu: fix overwriting of bits in ColdFire V3 cache control
 2020-08-20  0:04 UTC 

[PATCH v2 00/11] Introduce kernel_clone(), kill _do_fork()
 2020-08-19 20:02 UTC  (14+ messages)
` [PATCH v2 01/11] fork: introduce kernel_clone()
` [PATCH v2 02/11] h8300: switch to kernel_clone()
` [PATCH v2 03/11] ia64: "
` [PATCH v2 04/11] m68k: "
` [PATCH v2 05/11] nios2: "
` [PATCH v2 06/11] sparc: "
` [PATCH v2 07/11] x86: "
` [PATCH v2 08/11] kprobes: "
` [PATCH v2 09/11] kgdbts: "
` [PATCH v2 10/11] tracing: "
` [PATCH v2 11/11] sched: remove _do_fork()

[PATCH 00/11] Introduce kernel_clone(), kill _do_fork()
 2020-08-19 16:24 UTC  (25+ messages)
` [PATCH 01/11] fork: introduce kernel_clone()
` [PATCH 02/11] h8300: switch to kernel_clone()
` [PATCH 03/11] ia64: "
` [PATCH 04/11] m68k: "
` [PATCH 05/11] nios2: "
` [PATCH 06/11] sparc: "
` [PATCH 07/11] x86: "
` [PATCH 08/11] kprobes: "
` [PATCH 09/11] kgdbts: "
` [PATCH 10/11] tracing: "
` [PATCH 11/11] sched: remove _do_fork()

[m68k:m68k-queue] BUILD SUCCESS b82e743d09fba36330735bec28733b0682f8ed4c
 2020-08-19  0:48 UTC 

[m68k:master] BUILD SUCCESS 4893607c94ab8d8e22a12480837fb87c56d70ea5
 2020-08-19  0:47 UTC 

[PATCH] ide/macide: Convert Mac IDE driver to platform driver
 2020-08-18  7:42 UTC 

Zdravstvujte Vas interesujut bazy dannyh kontaktov kompanij dlja prodazhi vashih tovarov i uslug?
 2020-08-16 21:23 UTC 

INFO: task hung in pipe_release (2)
 2020-08-13  3:57 UTC 

[PATCH 0/9] Macintosh II ADB driver fixes
 2020-08-10  1:16 UTC  (9+ messages)
` [PATCH 2/9] macintosh/via-macii: Poll the device most likely to respond
` [PATCH 1/9] macintosh/via-macii: Access autopoll_devs when inside lock

[PATCH AUTOSEL 5.8 28/72] m68k: mac: Don't send IOP message until channel is idle
 2020-08-08 23:34 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 29/72] m68k: mac: Fix IOP status/control register writes

[PATCH AUTOSEL 5.7 25/58] m68k: mac: Don't send IOP message until channel is idle
 2020-08-08 23:36 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 26/58] m68k: mac: Fix IOP status/control register writes

[PATCH AUTOSEL 5.4 17/40] m68k: mac: Don't send IOP message until channel is idle
 2020-08-08 23:38 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 18/40] m68k: mac: Fix IOP status/control register writes

[PATCH AUTOSEL 4.19 13/21] m68k: mac: Don't send IOP message until channel is idle
 2020-08-08 23:39 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 14/21] m68k: mac: Fix IOP status/control register writes

[PATCH AUTOSEL 4.14 08/14] m68k: mac: Don't send IOP message until channel is idle
 2020-08-08 23:40 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 09/14] m68k: mac: Fix IOP status/control register writes

[PATCH AUTOSEL 4.9 4/9] m68k: mac: Don't send IOP message until channel is idle
 2020-08-08 23:40 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 5/9] m68k: mac: Fix IOP status/control register writes

[PATCH AUTOSEL 4.4 2/5] m68k: mac: Don't send IOP message until channel is idle
 2020-08-08 23:40 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 3/5] m68k: mac: Fix IOP status/control register writes

[git pull] m68knommu changes for v5.9
 2020-08-07 17:47 UTC  (2+ messages)

[PATCH] m68k: stmark2: enable edma support for dspi
 2020-08-03 23:40 UTC  (3+ messages)

[m68k:m68k-queue] BUILD SUCCESS 9f2606b55aca95fc75e92af24fc298bad136ca24
 2020-08-03 23:29 UTC 

[m68k:master] BUILD SUCCESS fcd6fab3f4748ca1bd431e25c8db3d15fb631009
 2020-08-03 23:29 UTC 

[GIT PULL] m68k updates for 5.9
 2020-08-03 21:25 UTC  (2+ messages)

[PATCH 09/24] m68k: use asm-generic/mmu_context.h for no-op implementations
 2020-07-30  8:11 UTC  (2+ messages)

[PATCH] m68k/amiga: Add missing platform_device_unregister() call in amiga_init_devices()
 2020-07-28 15:54 UTC  (2+ messages)

[PATCH 0/8] Mac ADB IOP driver fixes
 2020-07-27  7:26 UTC  (2+ messages)

Seccomp support for linux-m68k
 2020-07-27  6:35 UTC  (18+ 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).