linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-05 08:03:45 to 2022-04-21 12:02:41 UTC [more...]

Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
 2022-04-21 12:02 UTC  (6+ messages)

[PATCH] [v4] m68k: coldfire: drop ISA_DMA_API support
 2022-04-21  8:20 UTC 

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

[PATCH] binfmt_flat: Remove shared library support
 2022-04-21  7:12 UTC  (12+ messages)
        ` (subset) "

[PATCH] net: unexport csum_and_copy_{from,to}_user
 2022-04-21  7:04 UTC 

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-04-20 18:47 UTC  (34+ 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()

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

[PATCH] [v3] m68k: coldfire: drop ISA_DMA_API support
 2022-04-20  9:10 UTC  (2+ messages)

[PATCH] [v2] m68k: coldfire: drop ISA_DMA_API support
 2022-04-20  7:42 UTC  (5+ messages)

[PATCH] m68k: coldfire: drop ISA_DMA_API support
 2022-04-19  7:52 UTC 

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-18  7:10 UTC  (30+ 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

[RFC PULL] remove arch/h8300
 2022-04-14  0:49 UTC  (22+ messages)

[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: "

[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: "

[PATCH v15 0/5] m68k: Add Virtual M68k Machine
 2022-04-06 15:07 UTC  (7+ messages)
` [PATCH v15 4/5] clocksource/drivers: Add a goldfish-timer clocksource

[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 


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