public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
 messages from 2022-04-13 11:55:49 to 2022-05-09 23:39:15 UTC [more...]

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-09 23:32 UTC  (28+ messages)
` [PATCH v8 01/27] notifier: Add atomic_notifier_call_chain_is_empty()
` [PATCH v8 02/27] notifier: Add blocking/atomic_notifier_chain_register_unique_prio()
` [PATCH v8 03/27] kernel/reboot: Introduce sys-off handler API
` [PATCH v8 04/27] kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers
` [PATCH v8 05/27] kernel/reboot: Add do_kernel_power_off()
` [PATCH v8 06/27] kernel/reboot: Add stub for pm_power_off
` [PATCH v8 07/27] kernel/reboot: Add kernel_can_power_off()
` [PATCH v8 08/27] kernel/reboot: Add register_platform_power_off()
` [PATCH v8 09/27] ARM: Use do_kernel_power_off()
` [PATCH v8 10/27] csky: "
` [PATCH v8 11/27] riscv: "
` [PATCH v8 12/27] arm64: "
` [PATCH v8 13/27] parisc: "
` [PATCH v8 14/27] xen/x86: "
` [PATCH v8 15/27] powerpc: "
` [PATCH v8 16/27] m68k: Switch to new sys-off handler API
` [PATCH v8 17/27] sh: Use do_kernel_power_off()
` [PATCH v8 18/27] x86: "
` [PATCH v8 19/27] ia64: "
` [PATCH v8 20/27] mips: "
` [PATCH v8 21/27] memory: emif: Use kernel_can_power_off()
` [PATCH v8 22/27] ACPI: power: Switch to sys-off handler API
` [PATCH v8 23/27] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v8 24/27] reboot: Remove pm_power_off_prepare()
` [PATCH v8 25/27] soc/tegra: pmc: Use sys-off handler API to power off Nexus 7 properly
` [PATCH v8 26/27] kernel/reboot: Add devm_register_power_off_handler()
` [PATCH v8 27/27] kernel/reboot: Add devm_register_restart_handler()

[PATCH] kernel/drivers: Remove redundant driver match function
 2022-05-09 11:36 UTC  (7+ messages)

[PATCH v10 0/3] Add kernel seccomp support for m68k
 2022-05-09 11:16 UTC  (6+ messages)
` [PATCH v10 1/3] m68k/kernel - wire up syscall_trace_enter/leave "

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-08  0:15 UTC  (34+ messages)

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-05-06 15:28 UTC  (16+ messages)
` [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

[geert-m68k:master] BUILD SUCCESS f3f50e32949fa00ca6517073ebaabe47eb23ed3a
 2022-05-05 14:28 UTC 

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH v5 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-05-02 21:01 UTC  (25+ 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] m68k: fix typos in comments
 2022-05-02 12:51 UTC  (3+ messages)

[PATCH] m68k/math-emu: fix typos in comments
 2022-05-02  8:37 UTC  (2+ messages)

[geert-m68k:master] BUILD SUCCESS 138d673f12ac7e33ef4c54a4e104675bcadc1aaa
 2022-05-01 11:35 UTC 

[geert-m68k:for-v5.19] BUILD SUCCESS a96e4ebf3dedaf110999189939cd0272d32c4296
 2022-04-28 21:41 UTC 

[PATCH 0/4] m68knommu: add support for elf-fdpic
 2022-04-28 13:41 UTC  (8+ messages)
` [PATCH 1/4] m68knommu: use asm-generic/mmu.h for nommu setups
` [PATCH 2/4] m68knommu: implement minimal regset support
` [PATCH 3/4] m68knommu: add definitions to support elf_fdpic program loader
` [PATCH 4/4] m68knommu: allow elf_fdpic loader to be selected

[PATCH] [v4] m68k: coldfire: drop ISA_DMA_API support
 2022-04-26  1:38 UTC  (5+ messages)

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

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-24 10:51 UTC  (32+ messages)
` [PATCH v4 01/11] timekeeping: add raw clock fallback for random_get_entropy()
` [PATCH v4 03/11] riscv: use fallback for random_get_entropy() instead of zero
` [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 v6 00/17] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-23 21:26 UTC 

[PATCH] net: unexport csum_and_copy_{from,to}_user
 2022-04-23 13:42 UTC  (5+ messages)

[PATCH V2 08/30] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-04-22  6:55 UTC  (2+ messages)

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

[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 

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


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