linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-13 11:59:49 to 2020-06-15 07:55:04 UTC [more...]

[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 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (3+ messages)

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

[PATCH 4/5] m68knommu: __force type casts for raw IO access
 2020-06-15  7:16 UTC 

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

[PATCH 1/5] m68knommu: fix overwriting of bits in ColdFire V3 cache control
 2020-06-15  6:35 UTC 

[PATCH] m68k: mm: fix node memblock init
 2020-06-15  6:26 UTC  (2+ messages)

Linux-mac68k project account maintenance (fwd)
 2020-06-15  4:21 UTC  (2+ messages)
  ` penguin (was Re: Linux-mac68k project account maintenance)

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

[PATCH] m68k: stmark2: defconfig updates
 2020-06-13  7:07 UTC  (2+ messages)

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

Possible duplicate page fault accounting on some archs after commit 4064b9827063
 2020-06-10 16:53 UTC  (3+ 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 0/4] Mac IOP driver fixes
 2020-06-05  9:11 UTC  (17+ messages)
` [PATCH 1/4] m68k/mac: Don't send IOP message until channel is idle
` [PATCH 2/4] m68k/mac: Fix IOP status/control register writes
` [PATCH 3/4] m68k/mac: Don't send uninitialized data in IOP message reply
` [PATCH 4/4] m68k/mac: Improve IOP debug messages

[PATCH 1/2] video: fbdev: amifb: remove dead APUS support
 2020-06-03  0:20 UTC  (12+ 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 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  (5+ messages)

[PATCH 0/8] Mac ADB IOP driver fixes
 2020-06-01 23:49 UTC  (15+ messages)
` [PATCH 2/8] macintosh/adb-iop: Correct comment text
` [PATCH 7/8] macintosh/adb-iop: Implement sending -> idle state transition
` [PATCH 6/8] macintosh/adb-iop: Implement idle -> sending "
` [PATCH 8/8] macintosh/adb-iop: Implement SRQ autopolling
` [PATCH 3/8] macintosh/adb-iop: Adopt bus reset algorithm from via-macii driver
` [PATCH 4/8] macintosh/adb-iop: Access current_req and adb_iop_state when inside lock
` [PATCH 1/8] macintosh/adb-iop: Remove dead and redundant code
` [PATCH 5/8] macintosh/adb-iop: Resolve static checker warnings

[GIT PULL] m68k updates for 5.8
 2020-06-01 22:40 UTC  (2+ messages)

[m68k:master] BUILD SUCCESS 2271836fdaaba1997ebb89b7ff061fcf68b472a8
 2020-06-01 21:32 UTC 

[m68k:m68k-queue] BUILD SUCCESS 95e63f06023f601c2d7d8ca89ed4b5a4154a3b9f
 2020-06-01 20:59 UTC 

[m68k:for-linus] BUILD SUCCESS 3381df0954199458fa3993db72fb427f0ed1e43b
 2020-06-01 20:59 UTC 

[m68k:m68k-queue 8/13] drivers/usb/host/isp116x.h:370:87: note: in expansion of macro 'isa_rom_writew_raw'
 2020-05-30 22:45 UTC  (4+ messages)

[PATCH] m68k - annotate dummy read in Atari ROM port IO code as __maybe_unused
 2020-05-30 22:45 UTC 

Kernel crash on qemu-m68k-system while building r-cran packages
 2020-05-30 16:19 UTC  (8+ messages)

[PATCH v2 0/2] fix missing handling of __user in nommu's uaccess()
 2020-05-30  0:59 UTC  (4+ messages)
` [PATCH v2 1/2] m68k,nommu: add missing __user in uaccess' __ptr() macro
` [PATCH v2 2/2] m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm()

[PATCH 0/2] fix missing handling of __user in nommu's uaccess()
 2020-05-29 13:21 UTC  (4+ messages)
` [PATCH 1/2] m68k,nommu: add missing __user in uaccess' __ptr() macro
` [PATCH 2/2] m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm()

Out-of-tree support for Sharp X68000
 2020-05-28 22:38 UTC 

sort out the flush_icache_range mess v2
 2020-05-27 13:45 UTC  (38+ messages)
` [PATCH 01/29] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/29] nds32: unexport flush_icache_page
` [PATCH 03/29] powerpc: unexport flush_icache_user_range
` [PATCH 04/29] unicore32: remove flush_cache_user_range
` [PATCH 05/29] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
  ` [PATCH] media: omap3isp: Shuffle cacheflush.h and include mm.h
` [PATCH 07/29] asm-generic: improve the flush_dcache_page stub
` [PATCH 08/29] alpha: use asm-generic/cacheflush.h
` [PATCH 09/29] arm64: "
` [PATCH 10/29] c6x: "
` [PATCH 11/29] hexagon: "
` [PATCH 12/29] ia64: "
` [PATCH 13/29] microblaze: "
` [PATCH 14/29] m68knommu: "
` [PATCH 15/29] openrisc: "
` [PATCH 16/29] powerpc: "
` [PATCH 17/29] riscv: "
` [PATCH 18/29] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 19/29] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 20/29] asm-generic: add a flush_icache_user_range stub
` [PATCH 21/29] sh: implement flush_icache_user_range
` [PATCH 22/29] xtensa: "
` [PATCH 23/29] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 24/29] m68k: implement flush_icache_user_range
` [PATCH 25/29] exec: only build read_code when needed
` [PATCH 26/29] exec: use flush_icache_user_range in read_code
` [PATCH 27/29] binfmt_flat: use flush_icache_user_range
` [PATCH 28/29] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k

[PATCH] m68k: Use sizeof_field() helper
 2020-05-27 13:39 UTC 

[PATCH 1/4] m68k: add arch/m68k/Kbuild
 2020-05-27 13:04 UTC  (7+ 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: tools: Replace zero-length array with flexible-array member
 2020-05-25 19:26 UTC  (3+ messages)

[PATCH v6 1/4] m68k: mcf5441x: add support for esdhc mmc controller
 2020-05-25 11:15 UTC  (9+ messages)
` [PATCH v6 2/4] mmc: sdhci: add quirks for be to le byte swapping
` [PATCH v6 3/4] mmc: host: add Coldfire esdhc support
` [PATCH v6 4/4] MAINTAINERS: add myself to maintain M5441X mmc host driver

[PATCH for-next] m68k: coldfire/clk.c: move m5441x specific code
 2020-05-25 11:12 UTC  (2+ messages)

[PATCH] m68k: add missing __user annotation in get_user()
 2020-05-25  8:47 UTC  (3+ messages)

[PATCH] m68k/mac: Avoid stuck ISM IOP interrupt on Quadra 900/950
 2020-05-25  8:46 UTC  (2+ messages)

[PATCH] m68k/mac: Remove misleading comment
 2020-05-25  8:42 UTC  (2+ messages)

[PATCH] m68k/mac: Don't call via_flush_cache() on Mac IIfx
 2020-05-25  8:41 UTC  (2+ messages)

[PATCH 0/7] Record the mm_struct in the page table pages
 2020-05-24  7:42 UTC  (4+ messages)

Re:
 2020-05-21  0:22 UTC 

[m68k:m68k-queue 3/8] drivers/usb/host/isp116x.h:370:87: note: in expansion of macro 'isa_rom_writew_raw'
 2020-05-19 22:26 UTC 

[m68k:master] BUILD SUCCESS e886fc082483901d72b153315d294dd660b4ed45
 2020-05-18 18:05 UTC 

[m68k:m68k-queue] BUILD SUCCESS 4684d38e4d478644c6c5c9cc484d45fe747bfced
 2020-05-18 17:34 UTC 

[PATCH v5 1/3] m68k: mcf5441x: add support for esdhc mmc controller
 2020-05-18  8:02 UTC  (7+ messages)
` [PATCH v5 2/3] mmc: sdhci: add quirks for be to le byte swapping
` [PATCH v5 3/3] mmc: host: add Coldfire esdhc support

[PATCH v4 1/3] m68k: mcf5441x: add support for esdhc mmc controller
 2020-05-15 14:16 UTC  (6+ messages)
` [PATCH v4 2/3] mmc: sdhci: add quirks for be to le byte swapping
` [PATCH v4 3/3] mmc: host: add Coldfire esdhc support

[PATCH v2 00/10] Allow COMMON_CLK to be selectable
 2020-05-14 19:57 UTC  (3+ messages)
` [PATCH v2 07/10] clk: Allow the common clk framework "

remove a few uses of ->queuedata
 2020-05-13 22:26 UTC  (10+ messages)
` [PATCH 12/15] md: stop using ->queuedata

[PATCH v3 1/3] m68k: mcf5441x: add support for esdhc mmc controller
 2020-05-13 12:24 UTC  (5+ 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).