linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-13 14:54:05 to 2024-03-18 17:16:35 UTC [more...]

[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2024-03-18 17:12 UTC  (5+ messages)
` [PATCH V2 3/3] SH: "

Problems with csum_partial with misaligned buffers on sh4 platform
 2024-03-18 15:58 UTC  (5+ messages)

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-18  3:24 UTC  (30+ messages)
` [PATCH 01/14] bug/kunit: Core "
` [PATCH 02/14] kunit: bug: Count suppressed "
` [PATCH 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH 06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH 07/14] x86: Add support for suppressing warning backtraces
` [PATCH 08/14] arm64: "
` [PATCH 09/14] loongarch: "
` [PATCH 10/14] parisc: "
` [PATCH 11/14] s390: "
` [PATCH 12/14] sh: "
` [PATCH 13/14] riscv: "
` [PATCH 14/14] powerpc: "

[PATCH v2 3/5] usb: renesas_usbhs: Update usbhs pipe configuration for RZ/G2L family
 2024-03-14 13:09 UTC  (2+ messages)

[PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info
 2024-03-13 15:40 UTC  (3+ messages)

[GIT PULL] hardening updates for v6.9-rc1
 2024-03-12 22:24 UTC  (2+ messages)

[PATCH 0/3] Restructure init sequence to set aside reserved memory earlier
 2024-03-11 16:02 UTC  (11+ messages)
` [PATCH 1/3] loongarch: Call arch_mem_init() before platform_init() in the init sequence
` [PATCH 2/3] openrisc: Call setup_memory() earlier "
` [PATCH 3/3] sh: Call paging_init() "

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-08 16:28 UTC  (13+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH v2 2/3] arch: simplify architecture specific page size configuration
` [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

[RFC PATCH 00/14] Introducing TIF_NOTIFY_IPI flag
 2024-03-07 19:56 UTC  (9+ messages)
` [RFC PATCH 01/14] thread_info: Add helpers to test and clear TIF_NOTIFY_IPI
` [RFC PATCH 02/14] sched: Define a need_resched_or_ipi() helper and use it treewide
` [RFC PATCH 03/14] sched/core: Use TIF_NOTIFY_IPI to notify an idle CPU in TIF_POLLING mode of pending IPI
` [RFC PATCH 09/14] sh/thread_info: Introduce TIF_NOTIFY_IPI flag

[PATCH] sh: push-switch: Convert to platform remove callback returning void
 2024-03-07  8:41 UTC  (2+ messages)

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (27+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h

[PATCH 00/20] sh: Fix missing prototypes
 2024-03-05  6:56 UTC  (22+ messages)
` [PATCH 01/20] sh: pgtable: "
` [PATCH 02/20] sh: fpu: Add missing forward declarations
` [PATCH 03/20] sh: syscall: Add missing forward declaration for sys_cacheflush()
` [PATCH 04/20] sh: tlb: Add missing forward declaration for handle_tlbmiss()
` [PATCH 05/20] sh: return_address: Add missing #include <asm/ftrace.h>
` [PATCH 06/20] sh: traps: Add missing #include <asm/setup.h>
` [PATCH 07/20] sh: hw_breakpoint: Add missing forward declaration for arch_bp_generic_fields()
` [PATCH 08/20] sh: boot: Add proper forward declarations
` [PATCH 09/20] sh: ftrace: Fix missing prototypes
` [PATCH 10/20] sh: nommu: Add missing #include <asm/cacheflush.h>
` [PATCH 11/20] sh: math-emu: Add missing #include <asm/fpu.h>
` [PATCH 12/20] sh: dma: Remove unused dmac_search_free_channel()
` [PATCH 13/20] sh: sh2a: Add missing #include <asm/processor.h>
` [PATCH 14/20] sh: sh7786: Remove unused sh7786_usb_use_exclock()
` [PATCH 15/20] sh: smp: Fix missing prototypes
` [PATCH 16/20] sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()
` [PATCH 17/20] sh: kprobes: Make trampoline_probe_handler() static
` [PATCH 18/20] sh: kprobes: Remove unneeded kprobe_opcode_t casts
` [PATCH 19/20] sh: dwarf: Make dwarf_lookup_fde() static
` [PATCH 20/20] [RFC] sh: dma: Remove unused functionality

[PATCH 0/7] sh: Fix missing prototypes (part two)
 2024-03-04 19:10 UTC  (8+ messages)
` [PATCH 1/7] sh: cache: Move forward declarations to <asm/cacheflush.h>
` [PATCH 2/7] sh: traps: Make is_dsp_inst() static
` [PATCH 3/7] sh: mach-highlander: Add missing #include <mach/highlander.h>
` [PATCH 4/7] sh: mach-sh03: Make sh03_rtc_settimeofday() static
` [PATCH 5/7] sh: sh7757lcr: Make init_sh7757lcr_IRQ() static
` [PATCH 6/7] sh: sh7757: Add missing #include <asm/mmzone.h>
` [PATCH 7/7] sh: sh7785lcr: Make init_sh7785lcr_IRQ() static

[PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info
 2024-03-04 18:03 UTC  (16+ messages)
    ` [RFC v2.1 09/12] sh: Use initializer for "

[PATCH v2] locking/spinlocks: Make __raw_* lock ops static
 2024-03-04 17:41 UTC  (2+ messages)

[PATCH] serial: sh-sci: Call sci_serial_{in,out}() directly
 2024-03-04 10:59 UTC  (2+ messages)

pm_runtime_early_init() defined but not used, except on SuperH which has its own definition ?
 2024-03-04 10:34 UTC  (2+ messages)

[PATCH/RFC] locking/spinlocks: Make __raw_* lock ops static
 2024-03-04  2:54 UTC  (4+ messages)

[PATCH] sh: Fix build with CONFIG_UBSAN=y
 2024-03-01 14:38 UTC  (11+ messages)

[DO NOT MERGE v6 00/37] Device Tree support for SH7751 based board
 2024-02-27 18:48 UTC  (17+ messages)
` [DO NOT MERGE v6 02/37] sh: Kconfig unified OF supported targets
` [DO NOT MERGE v6 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [DO NOT MERGE v6 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [DO NOT MERGE v6 14/37] clk: Compatible with narrow registers
` [DO NOT MERGE v6 15/37] clk: renesas: Add SH7750/7751 CPG Driver
` [DO NOT MERGE v6 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target
` [DO NOT MERGE v6 33/37] sh: j2_mimas_v2.dts update
` [DO NOT MERGE v6 34/37] sh: Add dtbs target support

[PATCH v2 0/6] mfd: tmio: simplify header and move to platform_data
 2024-02-23 15:20 UTC  (4+ messages)
` [PATCH v2 6/6] mfd: tmio: Move header "

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-02-23  5:41 UTC  (16+ messages)
` [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH v2 02/14] crash: split vmcoreinfo exporting "

[PATCH 0/3] arch: Remove fbdev dependency from video helpers
 2024-02-23  1:26 UTC  (7+ messages)
` [PATCH 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH 2/3] arch: Remove struct fb_info from video helpers
` [PATCH 3/3] arch: Rename fbdev header and source files

FDPIC on sh4?
 2024-02-16 18:32 UTC  (6+ messages)
` [musl] "

unsubscribe
 2024-02-14 20:51 UTC 

[PATCH] sh: hd64461: Make setup_hd64461 static
 2024-02-14 12:56 UTC  (2+ messages)

[PATCH 0/6] mfd: tmio: simplify header and move to platform_data
 2024-02-13 20:52 UTC  (3+ messages)
` [PATCH 6/6] mfd: tmio: move header "

Build regressions/improvements in v6.8-rc1
 2024-02-13 14:44 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).