linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-26 02:29:33 to 2021-10-30 18:55:35 UTC [more...]

[PATCH] sh: decompressor: do not copy source files while building
 2021-10-30 18:53 UTC  (2+ messages)

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-10-28 23:28 UTC  (57+ messages)
` [PATCH v2 01/45] notifier: Remove extern annotation from function prototypes
` [PATCH v2 02/45] notifier: Add blocking_notifier_call_chain_empty()
` [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v2 04/45] reboot: Correct typo in a comment
` [PATCH v2 05/45] reboot: Warn if restart handler has duplicated priority
` [PATCH v2 06/45] reboot: Warn if unregister_restart_handler() fails
` [PATCH v2 07/45] reboot: Remove extern annotation from function prototypes
` [PATCH v2 08/45] kernel: Add combined power-off+restart handler call chain API
` [PATCH v2 09/45] xen/x86: Use do_kernel_power_off()
` [PATCH v2 10/45] ARM: "
` [PATCH v2 11/45] arm64: "
` [PATCH v2 12/45] csky: "
` [PATCH v2 13/45] ia64: "
` [PATCH v2 14/45] mips: "
` [PATCH v2 15/45] nds32: "
` [PATCH v2 16/45] parisc: "
` [PATCH v2 17/45] powerpc: "
` [PATCH v2 18/45] riscv: "
` [PATCH v2 19/45] sh: "
` [PATCH v2 20/45] x86: "
` [PATCH v2 21/45] m68k: Switch to new power-handler API
` [PATCH v2 22/45] memory: emif: Use kernel_can_power_off()
` [PATCH v2 23/45] ACPI: power: Switch to power-handler API
` [PATCH v2 24/45] regulator: pfuze100: Use devm_register_power_handler()
` [PATCH v2 25/45] reboot: Remove pm_power_off_prepare()
` [PATCH v2 26/45] soc/tegra: pmc: Utilize power-handler API to power off Nexus 7 properly
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()
` [PATCH v2 28/45] mfd: rn5t618: "
` [PATCH v2 29/45] mfd: acer-a500: "
` [PATCH v2 30/45] mfd: ene-kb3930: "
` [PATCH v2 31/45] mfd: axp20x: Use register_simple_power_off_handler()
` [PATCH v2 32/45] mfd: retu: Use devm_register_simple_power_off_handler()
` [PATCH v2 33/45] mfd: rk808: "
` [PATCH v2 34/45] mfd: palmas: "
` [PATCH v2 35/45] mfd: max8907: "
` [PATCH v2 36/45] mfd: tps6586x: "
` [PATCH v2 37/45] mfd: tps65910: "
` [PATCH v2 38/45] mfd: max77620: "
` [PATCH v2 39/45] mfd: dm355evm_msp: Use devm_register_trivial_power_off_handler()
` [PATCH v2 40/45] mfd: twl4030: "

[PATCH 0/5 v3] sh: fixes for various build and kconfig warnings
 2021-10-28 13:37 UTC  (15+ messages)
` [PATCH 1/5 v3] sh: fix kconfig unmet dependency warning for FRAME_POINTER
` [PATCH 2/5 v3] sh: add git tree to MAINTAINERS
` [PATCH 3/5 v3] sh: math-emu: drop unused functions
` [PATCH 4/5 v3] sh: define __BIG_ENDIAN for math-emu
` [PATCH 5/5 v3] sh: fix READ/WRITE redefinition warnings

[PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support
 2021-10-27 14:26 UTC  (29+ messages)
` [PATCH 01/12] of: Add of_get_cpu_hwid() to read hardware ID from CPU nodes
` [PATCH 02/12] ARM: Use of_get_cpu_hwid()
` [PATCH 03/12] ARM: broadcom: "
` [PATCH 04/12] arm64: "
` [PATCH 05/12] csky: "
` [PATCH 06/12] openrisc: "
` [PATCH 07/12] powerpc: "
` [PATCH 08/12] riscv: "
` [PATCH 09/12] sh: "
` [PATCH 10/12] x86: dt: "
` [PATCH 11/12] cacheinfo: Allow for >32-bit cache 'id'
` [PATCH 12/12] cacheinfo: Set cache 'id' based on DT data

[PATCH 00/20] exit cleanups
 2021-10-27 14:24 UTC  (12+ messages)
` [PATCH 02/20] exit: Remove calls of do_exit after noreturn versions of die
` [PATCH 06/20] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
` [PATCH 21/20] signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)

[for-next][PATCH 10/12] ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still link
 2021-10-27 12:01 UTC  (3+ messages)

[PATCH] ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still link
 2021-10-27  5:21 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the ftrace tree
 2021-10-26 21:22 UTC  (2+ messages)

[PATCH 2/2] futex: remove futex_cmpxchg detection
 2021-10-26 20:26 UTC  (6+ messages)

[PATCH v2 0/3] Cleanup MAY_HAVE_SPARSE_IRQ
 2021-10-19 12:30 UTC  (7+ messages)
` [PATCH v1 1/3] sh: Cleanup about SPARSE_IRQ
` [PATCH v2 2/3] csky: Kill MAY_HAVE_SPARSE_IRQ
` [PATCH v3 3/3] genirq: Cleanup Kconfig

[PATCH 0/2] sched: cleanup CONFIG_SCHED_MC & friends
 2021-10-15 13:04 UTC  (6+ messages)
` [PATCH 1/2] sched: Move Kconfig.preempt to sched/Kconfig
` [PATCH 2/2] sched: Centralize SCHED_{SMT, MC, CLUSTER} definitions

[PATCH 1/2] sh: remove meaningless archclean line
 2021-10-13  6:59 UTC  (4+ messages)
` [PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning

[PATCH] sh: Use modern ASoC DAI format terminology
 2021-10-11 17:01 UTC  (2+ messages)

[PATCH 0/3 v2] sh: fixes for various build and kconfig warnings
 2021-10-08 18:29 UTC  (8+ messages)

[PATCH] Fix the j-core SOC build
 2021-10-03  9:10 UTC  (4+ messages)

[PATCH v2 0/6] memblock: cleanup memblock_free interface
 2021-09-30 22:10 UTC  (9+ messages)
` [PATCH v2 1/6] arch_numa: simplify numa_distance allocation
` [PATCH v2 2/6] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [PATCH v2 3/6] memblock: drop memblock_free_early_nid() and memblock_free_early()
` [PATCH v2 4/6] memblock: stop aliasing __memblock_free_late with memblock_free_late
` [PATCH v2 5/6] memblock: rename memblock_free to memblock_phys_free
` [PATCH v2 6/6] memblock: use memblock_free for freeing virtual pointers

[PATCH v2 00/12] Modular Broadcom irqchip drivers
 2021-09-28 16:30 UTC  (15+ messages)
` [PATCH v2 01/12] arch: Export cpu_logical_map to modules
` [PATCH v2 02/12] MIPS: BMIPS: Remove use of irq_cpu_offline
` [PATCH v2 03/12] irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()
` [PATCH v2 04/12] irqchip/irq-bcm7038-l1: Use irq_get_irq_data()
` [PATCH v2 05/12] irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v2 06/12] genirq: Export irq_gc_{unmask_enable,mask_disable}_reg
` [PATCH v2 07/12] irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v2 08/12] irqchip: Provide platform_device to of_irq_init_cb_t
` [PATCH v2 09/12] irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v2 10/12] arm64: broadcom: Removed forced select of interrupt controllers
` [PATCH v2 11/12] ARM: bcm: "
` [PATCH v2 12/12] irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLARE

[PATCH 00/11] Modular Broadcom irqchip drivers
 2021-09-28  8:10 UTC  (23+ messages)
` [PATCH 01/11] arch: Export cpu_logical_map to modules
` [PATCH 02/11] genirq: Export irq_to_desc() again "
` [PATCH 03/11] genirq: Export irq_set_affinity_locked()
` [PATCH 06/11] genirq: Export irq_gc_{unmask_enable,mask_disable}_reg
` [PATCH 07/11] of/irq: Export of_irq_count to drivers

[PATCH 0/3] Cleanup MAY_HAVE_SPARSE_IRQ
 2021-09-28  5:43 UTC  (12+ messages)
` [PATCH 1/3] sh: Cleanup about SPARSE_IRQ
` [PATCH 2/3] csky: Use SPARSE_IRQ
` [PATCH 3/3] genirq: Cleanup Kconfig


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