linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-09 13:14:49 to 2022-04-13 11:58:05 UTC [more...]

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-13 11:54 UTC  (12+ messages)
` [PATCH v4 01/11] timekeeping: add raw clock fallback for random_get_entropy()
` [PATCH v4 02/11] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH v4 03/11] riscv: "
` [PATCH v4 04/11] mips: "
` [PATCH v4 05/11] arm: "
` [PATCH v4 06/11] nios2: "
` [PATCH v4 07/11] x86: "
` [PATCH v4 08/11] um: "
` [PATCH v4 09/11] sparc: "
` [PATCH v4 10/11] xtensa: "
` [PATCH v4 11/11] random: insist on random_get_entropy() existing in order to simplify

[PATCH v3 00/10] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-12 21:17 UTC  (14+ messages)
` [PATCH v3 01/10] timekeeping: add raw clock fallback for random_get_entropy()
` [PATCH v3 02/10] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH v3 03/10] riscv: "
` [PATCH v3 04/10] mips: "
` [PATCH v3 05/10] arm: "
` [PATCH v3 06/10] nios2: "
` [PATCH v3 07/10] x86: "
` [PATCH v3 08/10] um: "
` [PATCH v3 09/10] sparc: "
` [PATCH v3 10/10] xtensa: "

[PATCH] signal: Deliver SIGTRAP on perf event asynchronously if blocked
 2022-04-12 11:00 UTC  (4+ messages)

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-04-12  9:56 UTC  (25+ 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 v7 04/20] kernel: Add combined power-off+restart handler call chain API
` [PATCH v7 05/20] ARM: Use do_kernel_power_off()
` [PATCH v7 06/20] csky: "
` [PATCH v7 07/20] riscv: "
` [PATCH v7 08/20] arm64: "
` [PATCH v7 09/20] parisc: "
` [PATCH v7 10/20] xen/x86: "
` [PATCH v7 11/20] powerpc: "
` [PATCH v7 12/20] m68k: Switch to new sys-off handler API
` [PATCH v7 13/20] sh: Use do_kernel_power_off()
` [PATCH v7 14/20] x86: "
` [PATCH v7 15/20] ia64: "
` [PATCH v7 16/20] mips: "
` [PATCH v7 17/20] memory: emif: Use kernel_can_power_off()
` [PATCH v7 18/20] ACPI: power: Switch to sys-off handler API
` [PATCH v7 19/20] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v7 20/20] reboot: Remove pm_power_off_prepare()

[geert-m68k:master] BUILD SUCCESS 8841e027aa6b5d10b98b5cf67bf705e363917c00
 2022-04-12  2:07 UTC 

[geert-m68k:for-next] BUILD SUCCESS 05d51e42df06f0211c7029ab9aa46c492ee85043
 2022-04-11 23:39 UTC 

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


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).