messages from 2021-11-24 12:41:33 to 2022-01-11 07:57:20 UTC [more...]
[PATCH v5 00/21] Introduce power-off+restart call chain API
2022-01-11 7:57 UTC (24+ messages)
` [PATCH v5 01/21] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v5 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v5 03/21] reboot: Print error message if restart handler has duplicated priority
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler call chain API
` [PATCH v5 05/21] ARM: Use do_kernel_power_off()
` [PATCH v5 06/21] csky: "
` [PATCH v5 07/21] riscv: "
` [PATCH v5 08/21] arm64: "
` [PATCH v5 09/21] parisc: "
` [PATCH v5 10/21] xen/x86: "
` [PATCH v5 11/21] powerpc: "
` [PATCH v5 12/21] m68k: Switch to new sys-off handler API
` [PATCH v5 13/21] sh: Use do_kernel_power_off()
` [PATCH v5 14/21] x86: "
` [PATCH v5 15/21] ia64: "
` [PATCH v5 16/21] mips: "
` [PATCH v5 17/21] nds32: "
` [PATCH v5 18/21] memory: emif: Use kernel_can_power_off()
` [PATCH v5 19/21] ACPI: power: Switch to sys-off handler API
` [PATCH v5 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v5 21/21] reboot: Remove pm_power_off_prepare()
[PATCH 08/17] ptrace/m68k: Stop open coding ptrace_report_syscall
2022-01-11 1:33 UTC (4+ messages)
[geert-m68k:m68k-v5.16] BUILD SUCCESS 61b439794190c9eb1746c08e8271692cad2b33e1
2022-01-10 22:09 UTC
[GIT PULL] m68k updates for v5.17
2022-01-10 18:27 UTC (2+ messages)
[PATCH v3 0/2] m68k: Add Virtual M68k Machine
2022-01-10 14:52 UTC (5+ messages)
` [PATCH v3 1/2] m68k: add asm/config.h
` [PATCH v3 2/2] m68k: introduce a virtual m68k machine
[RFC PATCH 0/8] signals: Support more than 64 signals
2022-01-07 19:29 UTC (14+ messages)
` [RFC PATCH 4/8] signals: Remove sigmask() macro
mcf5441x: flexcan FIFO and mailbox mode (was: Re: [PATCH v5 5/5] can: flexcan: add mcf5441x support)
2022-01-06 11:18 UTC
[geert-m68k:master] BUILD SUCCESS a7d8c163e3093ea440b90b5778174744fdc4d084
2022-01-04 16:02 UTC
[PATCH v2] m68k/kernel: array out of bound access in process_uboot_commandline
2022-01-04 2:29 UTC (3+ messages)
[RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary
2021-12-31 21:55 UTC (11+ messages)
[Resource Leak] Missing closing files
2021-12-30 6:57 UTC (2+ messages)
[geert-m68k:master] BUILD SUCCESS 2a033616c3eab5949185457b8a2f709c49178606
2021-12-28 9:13 UTC
[PATCH v2 0/1] m68k: Add Virtual M68k Machine
2021-12-27 14:00 UTC (3+ messages)
` [PATCH v2 1/1] m68k: introduce a virtual m68k machine
[PATCH] m68k/kernel: array out of bound access in process_uboot_commandline
2021-12-27 12:50 UTC (5+ messages)
[PATCH v2 0/9] Hardening page _refcount
2021-12-21 15:01 UTC (10+ messages)
` [PATCH v2 1/9] mm: add overflow and underflow checks for page->_refcount
` [PATCH v2 2/9] mm: Avoid using set_page_count() in set_page_recounted()
` [PATCH v2 3/9] mm: remove set_page_count() from page_frag_alloc_align
` [PATCH v2 4/9] mm: avoid using set_page_count() when pages are freed into allocator
` [PATCH v2 5/9] mm: rename init_page_count() -> page_ref_init()
` [PATCH v2 6/9] mm: remove set_page_count()
` [PATCH v2 7/9] mm: simplify page_ref_* functions
` [PATCH v2 8/9] mm: do not use atomic_set_release in page_ref_unfreeze()
` [PATCH v2 9/9] mm: use atomic_cmpxchg_acquire in page_ref_freeze()
[geert-m68k:master] BUILD SUCCESS e4c085679585b7ab78af0244cc6dcb67724aacdf
2021-12-20 21:08 UTC
[PATCH v2 00/13] Unify asm/unaligned.h around struct helper
2021-12-17 13:35 UTC (7+ messages)
[geert-m68k:for-v5.17] BUILD SUCCESS 1a0ae068bf6b6f4233b1f31bf48bcbc47b111ef2
2021-12-14 3:24 UTC
[geert-m68k:master] BUILD SUCCESS c97317e6439dd40d0ae1ea0ab38bffacaf79c103
2021-12-14 3:24 UTC
[PATCH v4 00/25] Introduce power-off+restart call chain API
2021-12-13 9:23 UTC (63+ messages)
` [PATCH v4 01/25] notifier: Remove extern annotation from function prototypes
` [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v4 04/25] reboot: Correct typo in a comment
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes
` [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v4 09/25] ARM: Use do_kernel_power_off()
` [PATCH v4 10/25] csky: "
` [PATCH v4 11/25] riscv: "
` [PATCH v4 12/25] arm64: "
` [PATCH v4 13/25] parisc: "
` [PATCH v4 14/25] xen/x86: "
` [PATCH v4 15/25] powerpc: "
` [PATCH v4 16/25] m68k: Switch to new sys-off handler API
` [PATCH v4 17/25] sh: Use do_kernel_power_off()
` [PATCH v4 18/25] x86: "
` [PATCH v4 19/25] ia64: "
` [PATCH v4 20/25] mips: "
` [PATCH v4 21/25] nds32: "
` [PATCH v4 22/25] memory: emif: Use kernel_can_power_off()
` [PATCH v4 23/25] ACPI: power: Switch to sys-off handler API
` [PATCH v4 24/25] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v4 25/25] reboot: Remove pm_power_off_prepare()
[PATCH 00/10] Hardening page _refcount
2021-12-09 15:15 UTC (17+ messages)
` [PATCH 01/10] mm: page_ref_add_unless() does not trace 'u' argument
` [PATCH 02/10] mm: add overflow and underflow checks for page->_refcount
` [PATCH 03/10] mm: Avoid using set_page_count() in set_page_recounted()
` [PATCH 04/10] mm: remove set_page_count() from page_frag_alloc_align
` [PATCH 05/10] mm: avoid using set_page_count() when pages are freed into allocator
` [PATCH 06/10] mm: rename init_page_count() -> page_ref_init()
` [PATCH 07/10] mm: remove set_page_count()
` [PATCH 08/10] mm: simplify page_ref_* functions
` [PATCH 09/10] mm: do not use atomic_set_release in page_ref_unfreeze()
` [PATCH 10/10] mm: use atomic_cmpxchg_acquire in page_ref_freeze()
[geert-m68k:master] BUILD SUCCESS f00c047f99d9c29630f421820c85dd7c7dd8f012
2021-12-06 21:17 UTC
[gerg-m68knommu:armnommu 4/4] cc1: error: arch/arm/mach-versatile/include: No such file or directory
2021-12-05 1:43 UTC
[geert-m68k:master] BUILD SUCCESS 6312c672bea8b22c3042d7d383c4933a0a144d12
2021-11-29 22:37 UTC
[geert-m68k:for-v5.17] BUILD SUCCESS 376e3fdecb0dcae216c0ac559cff066f460bf47b
2021-11-29 22:23 UTC
[PATCH v2 00/45] Introduce power-off+restart call chain API
2021-11-29 12:04 UTC (4+ messages)
` [PATCH v2 28/45] mfd: rn5t618: Use devm_register_power_handler()
[PATCH v3] m68k: Enable memtest functionality
2021-11-29 10:07 UTC (2+ messages)
[gerg-m68knommu:armnommu 4/4] arch/arm/mach-versatile/versatile_dt.c:60:14: warning: no previous prototype for function 'mmc_status'
2021-11-26 23:53 UTC
[PATCH -next] nubus: Rename pde_data var to fix conflict with external function
2021-11-25 22:41 UTC (4+ messages)
[PATCH 1/1] futex: Wireup futex_waitv syscall
2021-11-24 23:18 UTC (7+ messages)
[PATCH 5.15 057/279] ALSA: ISA: not for M68K
2021-11-24 11:55 UTC
[PATCH 5.10 035/154] ALSA: ISA: not for M68K
2021-11-24 11:57 UTC
[PATCH 5.4 021/100] ALSA: ISA: not for M68K
2021-11-24 11:57 UTC
[PATCH 4.19 214/323] m68k: set a default value for MEMORY_RESERVE
2021-11-24 11:57 UTC (2+ messages)
` [PATCH 4.19 271/323] ALSA: ISA: not for M68K
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).