public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
 messages from 2022-02-28 10:58:51 to 2022-04-11 23:39:24 UTC [more...]

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-04-11 23:38 UTC  (4+ messages)
` [PATCH v7 01/20] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v7 02/20] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v7 03/20] reboot: Print error message if restart handler has duplicated priority

[PATCH v2 00/11] archs/random: fallback to using ktime_read_raw_clock() if no cycle counter
 2022-04-11 22:07 UTC  (14+ messages)
` [PATCH v2 01/11] timekeeping: add accessor for raw clock
` [PATCH v2 02/11] timekeeping: use ktime_read_raw_clock() for random_get_entropy() if no get_cycles()
` [PATCH v2 03/11] m68k: use ktime_read_raw_clock() for random_get_entropy() instead of zero
` [PATCH v2 04/11] riscv: "
` [PATCH v2 05/11] mips: "
` [PATCH v2 06/11] arm: "
` [PATCH v2 07/11] nios2: "
` [PATCH v2 08/11] x86: "
` [PATCH v2 09/11] um: "
` [PATCH v2 10/11] sparc: "
` [PATCH v2 11/11] xtensa: "

[PATCH v16 0/4] m68k: Add Virtual M68k Machine
 2022-04-11  9:55 UTC  (11+ messages)
` [PATCH v16 1/4] tty: goldfish: introduce gf_ioread32()/gf_iowrite32()
` [PATCH v16 2/4] rtc: goldfish: use gf_ioread32()/gf_iowrite32()
` [PATCH v16 3/4] clocksource/drivers: Add a goldfish-timer clocksource
` [PATCH v16 4/4] m68k: introduce a virtual m68k machine

[PATCH RFC v1 00/10] archs/random: fallback to using sched_clock() if no cycle counter
 2022-04-10 23:29 UTC  (19+ messages)
` [PATCH RFC v1 01/10] random: use sched_clock() for random_get_entropy() if no get_cycles()
` [PATCH RFC v1 02/10] m68k: use sched_clock() for random_get_entropy() instead of zero
` [PATCH RFC v1 03/10] riscv: "
` [PATCH RFC v1 04/10] mips: "
` [PATCH RFC v1 05/10] arm: "
` [PATCH RFC v1 06/10] x86: "
` [PATCH RFC v1 07/10] arm64: "
` [PATCH RFC v1 08/10] um: "
` [PATCH RFC v1 09/10] sparc: "
` [PATCH RFC v1 10/10] xtensa: "

[RFC PULL] remove arch/h8300
 2022-04-10  8:08 UTC  (31+ messages)

[PATCH v15 0/5] m68k: Add Virtual M68k Machine
 2022-04-06 15:07 UTC  (16+ messages)
` [PATCH v15 1/5] m68k: add asm/config.h
` [PATCH v15 2/5] tty: goldfish: introduce gf_ioread32()/gf_iowrite32()
` [PATCH v15 3/5] rtc: goldfish: use gf_ioread32()/gf_iowrite32()
` [PATCH v15 4/5] clocksource/drivers: Add a goldfish-timer clocksource
` [PATCH v15 5/5] m68k: introduce a virtual m68k machine

Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
 2022-04-06  7:01 UTC  (2+ messages)

[PATCH] signal: Deliver SIGTRAP on perf event asynchronously if blocked
 2022-04-05 13:30 UTC  (3+ messages)

[PATCH 5.15 346/913] m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined
 2022-04-05  7:23 UTC 

[PATCH 5.10 236/599] m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined
 2022-04-05  7:28 UTC 

[PATCH 5.16 0367/1017] m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined
 2022-04-05  7:21 UTC 

[PATCH 5.17 0390/1126] m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined
 2022-04-05  7:18 UTC 

Build regressions/improvements in v5.18-rc1
 2022-04-05  6:52 UTC  (5+ messages)

[geert-m68k:master] BUILD SUCCESS 412ed8f7fe7544bd92457711b4f992793655f88c
 2022-04-04 23:57 UTC 

[PATCH] m68k: defconfig: Update defconfigs for v5.18-rc1
 2022-04-04 10:11 UTC 

Estimating Services
 2022-03-31 16:06 UTC 

[git pull] m68knommu changes for v5.18
 2022-03-24  1:00 UTC  (2+ messages)

[PATCH] lib: stackinit: Convert to KUnit
 2022-03-23 15:46 UTC  (2+ messages)

[geert-m68k:master] BUILD SUCCESS f0c73906b869c57ed9f74fd5add86581e457d13c
 2022-03-22  1:58 UTC 

[geert-m68k:m68k-v5.17] BUILD SUCCESS 5e1850bb3c647ceb323efc380b4e7f0c60189be2
 2022-03-21 22:35 UTC 

[GIT PULL] m68k updates for v5.18
 2022-03-21 19:18 UTC  (2+ messages)

[PATCH -next] ptrace: Remove duplicated include in ptrace.c
 2022-03-16 13:35 UTC  (3+ messages)

[PATCH v2 00/10] drm: Add support for low-color frame buffer formats
 2022-03-15 10:48 UTC  (34+ messages)
` [PATCH v2 01/10] drm/fourcc: Add drm_format_info_bpp() helper
` [PATCH v2 02/10] drm/fourcc: Add drm_format_info.is_color_indexed flag
` [PATCH v2 03/10] drm/client: Use actual bpp when allocating frame buffers
` [PATCH v2 04/10] drm/framebuffer: Use actual bpp for DRM_IOCTL_MODE_GETFB
` [PATCH v2 05/10] drm/fourcc: Add DRM_FORMAT_C[124]
` [PATCH v2 06/10] drm/fb-helper: Add support for DRM_FORMAT_C[124]
` [PATCH v2 RFC 07/10] drm/gem-fb-helper: Use actual bpp for size calculations
` [PATCH v2 RFC 08/10] drm/fourcc: Document that single-channel "red" can be any color
` [PATCH v2 RFC 09/10] drm/fourcc: Add DRM_FORMAT_R[124]
` [PATCH v2 RFC 10/10] drm/fourcc: Add DRM_FORMAT_D[1248]

[geert-m68k:master] BUILD SUCCESS dcb13717dcd512bc7fdd7a3c98b3438b2feae250
 2022-03-15  3:21 UTC 

[PATCH] a.out: Stop building a.out/osf1 support on alpha and m68k
 2022-03-11 10:03 UTC  (9+ messages)
                    ` [PATCH] x86: Remove a.out support

[PATCH v14 0/5] m68k: Add Virtual M68k Machine
 2022-03-10  8:15 UTC  (5+ messages)
` [PATCH v14 4/5] clocksource/drivers: Add a goldfish-timer clocksource

Wrong colors on ARAnyM
 2022-03-09 18:55 UTC  (2+ messages)
    ` Wrong colours "

[PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-03-09 11:33 UTC  (23+ messages)
` [PATCH V3 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 05/30] arm64/mm: "
` [PATCH V3 09/30] arm/mm: "
` [PATCH V3 19/30] csky/mm: "

[geert-m68k:master] BUILD SUCCESS 46c5118e55c98936e6a433c7b1554dfc36b7cad1
 2022-03-08  6:58 UTC 

【🍓 Amy want to meet you! Click here: http://inx.lv/0J1c?5kggl 🍓 様】 企業・法人のご相談の件、承りました。お問合せありがとうございます。 | 元住吉こころみクリニック
 2022-03-07 10:33 UTC 

[PATCH v3] m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined
 2022-03-07  5:40 UTC  (2+ messages)

[PATCH v2] m68k: coldfire/device.c: only build for MCF_EDMA when xyz
 2022-03-05  6:38 UTC 

[PATCH] m68k: tweak coldfire/device.c for COMPILE_TEST
 2022-03-04 23:12 UTC  (5+ messages)

[PATCH RFC v0] random: block in /dev/urandom
 2022-03-01 19:27 UTC  (3+ messages)
  `  "

[geert-m68k:master] BUILD SUCCESS 5ff519ee9a5aa7daddbd28200d3f71b649c13358
 2022-03-01  5:51 UTC 

[geert-m68k:for-v5.18] BUILD SUCCESS 0d52a01a266ba21840c7cb02e1de39c503759dda
 2022-03-01  5:05 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox