public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-11 23:41:29 to 2022-05-10 18:16:19 UTC [more...]

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-10 18:14 UTC  (29+ 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 v3 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  4:26 UTC  (6+ messages)
` [PATCH v3 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v3 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v3 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH v2 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  1:35 UTC  (18+ messages)
` [PATCH v2 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v2 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v2 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  1:28 UTC  (22+ messages)
` [PATCH 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

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

[PATCH] sh: cast away __iomem to remove sparse warning
 2022-05-07  1:34 UTC 

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-05-06 15:28 UTC  (32+ 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
` [PATCH v7 08/20] arm64: Use do_kernel_power_off()
` [PATCH v7 09/20] parisc: "
` [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] smsc911x: allow using IRQ0
 2022-05-04  0:10 UTC  (2+ messages)

[PATCH v4] sh: avoid using IRQ0 on SH3/4
 2022-05-03 20:42 UTC 

[PATCH v3] sh: avoid using IRQ0 on SH3/4
 2022-05-03 19:46 UTC  (16+ messages)

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

Build regressions/improvements in v5.18-rc5
 2022-05-02  7:14 UTC 

[PATCH v5 06/10] serial: General support for multipoint addresses
 2022-04-26 13:58 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION e7d6987e09a328d4a949701db40ef63fbb970670
 2022-04-26  5:42 UTC 

[PATCH 0/7] Remove unused SLOW_DOWN_IO
 2022-04-25 21:16 UTC  (10+ messages)
` [PATCH 1/7] net: wan: atp: remove unused eeprom_delay()
` [PATCH 2/7] net: wan: lmc: remove unused DELAY()
` [PATCH 3/7] net: remove comments that mention obsolete __SLOW_DOWN_IO
` [PATCH 4/7] sh: remove unused SLOW_DOWN_IO
` [PATCH 5/7] powerpc: Remove unused SLOW_DOWN_IO definition
` [PATCH 6/7] ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
` [PATCH 7/7] alpha: "

[PATCH v4 09/13] serial: General support for multipoint addresses
 2022-04-25 14:34 UTC 

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

[PATCH v2] mmc: sh_mmcif: move platform_data header to proper location
 2022-04-21 13:54 UTC  (2+ messages)

[PATCH] sh: make !MMU iounmap an inline function
 2022-04-19 12:21 UTC  (4+ messages)

[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