linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-28 12:22:03 to 2021-11-29 13:22:54 UTC [more...]

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-29 12:04 UTC  (33+ messages)
` [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v2 08/45] kernel: Add combined power-off+restart handler call chain API
` [PATCH v2 11/45] arm64: Use do_kernel_power_off()
` [PATCH v2 12/45] csky: "
` [PATCH v2 15/45] nds32: "
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()
` [PATCH v2 28/45] mfd: rn5t618: "

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-11-29 11:52 UTC  (40+ 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()

spinlock.c:306:9: error: implicit declaration of function '__raw_write_lock_nested'
 2021-11-26 23:51 UTC  (24+ messages)
      ` [PATCH] locking: Fixup write_lock_nested() implementation
        ` [PATCH v2] "
    ` [PATCH 1/1] futex: Wireup futex_waitv syscall

[PATCH 4.9] hugetlbfs: flush TLBs correctly after huge_pmd_unshare
 2021-11-26 18:22 UTC  (4+ messages)

[PATCH 0/2] of: remove reserved regions count restriction
 2021-11-21  9:01 UTC  (7+ messages)
` [PATCH 1/2] of: Sort reserved_mem related code
` [PATCH 2/2] of: reserved_mem: Remove reserved regions count restriction

[PATCH 2/2 v2] sh: math-emu: fix macro redefined warning
 2021-11-16  3:37 UTC 

[PATCH 1/2] sh: mcount.S: fix build error when PRINTK is not enabled
 2021-11-16  2:48 UTC  (3+ messages)

[PATCH 5.10 494/575] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
 2021-11-15 17:03 UTC 

[PATCH 5.14 706/849] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
 2021-11-15 17:03 UTC 

[PATCH 5.15 742/917] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
 2021-11-15 17:03 UTC 

[PATCH] fbdev: sh7760fb: document fallthrough cases
 2021-11-15 23:30 UTC  (4+ messages)

[PATCH 5.4 307/355] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
 2021-11-15 17:03 UTC 

[PATCH 2/2] sh: math-emu: fix macro redefined warning
 2021-11-15 10:04 UTC  (2+ messages)

[PULL] arch/sh updates for 5.16
 2021-11-14 19:56 UTC  (3+ messages)

[PATCH] Fix the j-core SOC build
 2021-11-12 22:41 UTC  (10+ messages)

[RFC 1/3] gpiolib: remove irq_to_gpio() definition
 2021-11-09 20:07 UTC  (13+ messages)
` [RFC 2/3] gpiolib: remove empty asm/gpio.h files
` [RFC 3/3] gpiolib: coldfire: remove custom asm/gpio.h

[PATCH v0 35/42] sh: Check notifier registration return value
 2021-11-08 21:18 UTC  (20+ messages)
` [PATCH v0 42/42] notifier: Return an error when callback is already registered
` [PATCH v0 00/42] notifiers: "

[PATCH v3 00/25] Introduce power-off+restart call chain API
 2021-11-08  7:47 UTC  (28+ messages)
` [PATCH v3 01/25] notifier: Remove extern annotation from function prototypes
` [PATCH v3 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v3 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v3 04/25] reboot: Correct typo in a comment
` [PATCH v3 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v3 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v3 07/25] reboot: Remove extern annotation from function prototypes
` [PATCH v3 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v3 09/25] ARM: Use do_kernel_power_off()
` [PATCH v3 10/25] csky: "
` [PATCH v3 11/25] riscv: "
` [PATCH v3 12/25] arm64: "
` [PATCH v3 13/25] parisc: "
` [PATCH v3 14/25] xen/x86: "
` [PATCH v3 15/25] sh: "
` [PATCH v3 16/25] x86: "
` [PATCH v3 17/25] ia64: "
` [PATCH v3 18/25] mips: "
` [PATCH v3 19/25] nds32: "
` [PATCH v3 20/25] powerpc: "
` [PATCH v3 21/25] m68k: Switch to new sys-off handler API
` [PATCH v3 22/25] memory: emif: Use kernel_can_power_off()
` [PATCH v3 23/25] ACPI: power: Switch to sys-off handler API
` [PATCH v3 24/25] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v3 25/25] reboot: Remove pm_power_off_prepare()

[PATCH 0/7] Cleanup after removal of configs
 2021-11-08  6:20 UTC  (11+ messages)
` [PATCH 1/7] Documentation, arch: Remove leftovers from fscache/cachefiles histograms
` [PATCH 2/7] Documentation, arch: Remove leftovers from raw device
` [PATCH 3/7] Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH
` [PATCH 4/7] arch: Remove leftovers from mandatory file locking
` [PATCH 5/7] Documentation, arch, fs: Remove leftovers from fscache object list
` [PATCH 6/7] include: mfd: Remove leftovers from bd70528 watchdog
` [PATCH 7/7] arch: Remove leftovers from prism54 wireless driver

[PATCH 0/5 v3] sh: fixes for various build and kconfig warnings
 2021-11-01 19:10 UTC  (7+ messages)
` [PATCH 2/5 v3] sh: add git tree to MAINTAINERS

[PATCH] sh: decompressor: do not copy source files while building
 2021-10-30 19:02 UTC  (3+ messages)


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