Linux-sh Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 21:02:45 to 2024-04-02 12:55:58 UTC [more...]

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-02 12:55 UTC  (4+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH v1 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH v1 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH RFC cmpxchg 5/8] sh: Emulate one-byte and two-byte cmpxchg
 2024-04-01 21:39 UTC 

[PATCH] sh: j2: drop incorrect SPI controller max frequency property
 2024-03-30  4:44 UTC  (2+ messages)

[PATCH AUTOSEL 6.8 75/98] sh: Fix build with CONFIG_UBSAN=y
 2024-03-30  2:06 UTC  (2+ messages)

[PATCH v3 0/3] arch: Remove fbdev dependency from video helpers
 2024-03-29 20:32 UTC  (4+ messages)
` [PATCH v3 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH v3 2/3] arch: Remove struct fb_info from video helpers
` [PATCH v3 3/3] arch: Rename fbdev header and source files

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

[PATCH AUTOSEL 4.19 13/19] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:50 UTC 

[PATCH AUTOSEL 5.4 17/23] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:49 UTC 

[PATCH AUTOSEL 5.10 22/31] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:48 UTC 

[PATCH AUTOSEL 5.15 24/34] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:47 UTC 

[PATCH AUTOSEL 6.1 35/52] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:45 UTC 

[PATCH AUTOSEL 6.6 55/75] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:42 UTC 

[PATCH AUTOSEL 4.19 07/11] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:35 UTC 

[PATCH AUTOSEL 5.4 11/15] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:34 UTC 

[PATCH AUTOSEL 5.10 12/17] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:33 UTC 

[PATCH AUTOSEL 5.15 15/20] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:33 UTC 

[PATCH AUTOSEL 6.1 23/31] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:31 UTC 

[PATCH AUTOSEL 6.6 41/52] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:29 UTC 

[PATCH AUTOSEL 6.8 56/68] sh: Fix build with CONFIG_UBSAN=y
 2024-03-29 12:25 UTC 

[PATCH RFC 0/3] mm/gup: consistently call it GUP-fast
 2024-03-28 17:46 UTC  (19+ messages)
` [PATCH RFC 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH RFC 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH RFC 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH v2 0/3] arch: Remove fbdev dependency from video helpers
 2024-03-28 14:59 UTC  (16+ messages)
` [PATCH v2 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH v2 2/3] arch: Remove struct fb_info from video helpers
` [PATCH v2 3/3] arch: Rename fbdev header and source files

[PATCH v4 10/14] treewide: Use initializer for struct vm_unmapped_area_info
 2024-03-26  2:16 UTC 

[PATCH] Revert "sh: Handle calling csum_partial with misaligned data"
 2024-03-25 15:35 UTC  (4+ messages)

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-03-25  9:48 UTC  (4+ messages)
` [PATCH linux-next v3 02/14] crash: split vmcoreinfo exporting code out from crash_core.c

[GIT PULL] sh updates for v6.9
 2024-03-21 17:34 UTC  (2+ messages)

[PATCH v4 4/6] usb: renesas_usbhs: Update usbhs pipe configuration for RZ/G2L family
 2024-03-19  9:04 UTC  (2+ messages)

[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  (7+ messages)
` [PATCH 2/3] openrisc: Call setup_memory() earlier in the init sequence
` [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  (5+ messages)

[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  (3+ messages)
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

[PATCH 00/20] sh: Fix missing prototypes
 2024-03-05  6:56 UTC  (16+ messages)
` [PATCH 01/20] sh: pgtable: "
` [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 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 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 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  (12+ 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)


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 read-only IMAP folder(s) and NNTP newsgroup(s).