linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-18 18:49:27 to 2021-03-16 01:55:40 UTC [more...]

[PATCH v4 00/13] lib/find_bit: fast path for small bitmaps
 2021-03-16  1:54 UTC  (14+ messages)
` [PATCH 01/13] tools: disable -Wno-type-limits
` [PATCH 02/13] tools: bitmap: sync function declarations with the kernel
` [PATCH 03/13] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 04/13] lib: introduce BITS_{FIRST,LAST} macro
` [PATCH 05/13] tools: sync BITS_MASK macros with the kernel
` [PATCH 06/13] lib: extend the scope of small_const_nbits() macro
` [PATCH 07/13] tools: sync small_const_nbits() macro with the kernel
` [PATCH 08/13] lib: inline _find_next_bit() wrappers
` [PATCH 09/13] tools: sync find_next_bit implementation
` [PATCH 10/13] lib: add fast path for find_next_*_bit()
` [PATCH 11/13] lib: add fast path for find_first_*_bit() and find_last_bit()
` [PATCH 12/13] tools: sync lib/find_bit implementation
` [PATCH 13/13] MAINTAINERS: Add entry for the bitmap API

[PATCH v3 00/14] lib/find_bit: fast path for small bitmaps
 2021-03-12 21:53 UTC  (28+ messages)
` [PATCH 01/14] tools: disable -Wno-type-limits
` [PATCH 02/14] tools: bitmap: sync function declarations with the kernel
` [PATCH 03/14] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 04/14] lib: introduce BITS_{FIRST,LAST} macro
` [PATCH 05/14] tools: sync BITS_MASK macros with the kernel
` [PATCH 06/14] bitsperlong.h: introduce SMALL_CONST() macro
` [PATCH 07/14] tools: "
` [PATCH 08/14] lib/Kconfig: introduce FAST_PATH option
` [PATCH 09/14] lib: inline _find_next_bit() wrappers
` [PATCH 10/14] tools: sync find_next_bit implementation
` [PATCH 11/14] lib: add fast path for find_next_*_bit()
` [PATCH 12/14] lib: add fast path for find_first_*_bit() and find_last_bit()
` [PATCH 13/14] tools: sync lib/find_bit implementation
` [PATCH 14/14] MAINTAINERS: Add entry for the bitmap API

[PATCH 0/6] mm: some config cleanups
 2021-03-10  5:20 UTC  (6+ messages)
` [PATCH 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [PATCH 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
  ` [PATCH 6/6] mm: Drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE
  ` [PATCH 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)

[PATCH 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)
 2021-03-10  4:39 UTC 

[PATCH 0/6] mm: some config cleanups
 2021-03-09 10:12 UTC  (4+ messages)
` [PATCH 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]

[PATCH] sh: remove duplicate include in tlb.h
 2021-03-04 13:20 UTC 

[PATCH v2] sh: Use generic GCC library routines
 2021-03-02 16:21 UTC 

SH patches for 5.12
 2021-03-02 15:03 UTC  (13+ messages)

[PATCH] sh: Use generic GGC library routines
 2021-03-02 16:20 UTC  (2+ messages)

[PATCH 1/2] sh: syscalls: switch to generic syscalltbl.sh
 2021-03-01 14:49 UTC  (2+ messages)
` [PATCH 2/2] sh: syscalls: switch to generic syscallhdr.sh

[PATCH 1/2] arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work
 2021-02-21 17:14 UTC  (3+ messages)
` [PATCH 2/2] arch: syscalls: remove $(srctree)/ prefix from syscall tables

[RESEND PATCH v2 0/6] lib/find_bit: fast path for small bitmaps
 2021-02-17 10:33 UTC  (23+ messages)
` [PATCH 1/8] tools: disable -Wno-type-limits
` [PATCH 2/8] tools: bitmap: sync function declarations with linux kernel
` [PATCH 3/8] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 4/8] lib: introduce BITS_{FIRST,LAST} macro
` [PATCH 5/8] bitsperlong.h: introduce SMALL_CONST() macro
` [PATCH 6/8] lib: inline _find_next_bit() wrappers
` [PATCH 7/8] lib: add fast path for find_next_*_bit()
` [PATCH 8/8] lib: add fast path for find_first_*_bit() and find_last_bit()

Pending patches for linux-sh
 2021-02-16 10:31 UTC  (5+ messages)

[PATCH 00/27] arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh
 2021-02-15 12:03 UTC  (36+ messages)
` [PATCH 01/27] scripts: add generic syscalltbl.sh
` [PATCH 02/27] x86/syscalls: fix -Wmissing-prototypes warnings from COND_SYSCALL()
` [PATCH 03/27] x86/build: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 04/27] x86/entry/x32: rename __x32_compat_sys_* to __x64_compat_sys_*
` [PATCH 05/27] x86/syscalls: switch to generic syscalltbl.sh
` [PATCH 06/27] ARM: syscalls: "
` [PATCH 07/27] alpha: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 08/27] alpha: syscalls: switch to generic syscalltbl.sh
` [PATCH 09/27] ia64: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 10/27] ia64: syscalls: switch to generic syscalltbl.sh
` [PATCH 11/27] m68k: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 12/27] m68k: syscalls: switch to generic syscalltbl.sh
` [PATCH 13/27] microblaze: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 14/27] microblaze: syscalls: switch to generic syscalltbl.sh
` [PATCH 15/27] mips: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 16/27] mips: syscalls: switch to generic syscalltbl.sh
` [PATCH 17/27] parisc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 18/27] parisc: syscalls: switch to generic syscalltbl.sh
` [PATCH 19/27] sh: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 20/27] sh: syscalls: switch to generic syscalltbl.sh
` [PATCH 21/27] sparc: remove wrong comment from arch/sparc/include/asm/Kbuild
` [PATCH 22/27] sparc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 23/27] sparc: syscalls: switch to generic syscalltbl.sh
` [PATCH 24/27] powerpc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 25/27] powerpc: syscalls: switch to generic syscalltbl.sh
` [PATCH 26/27] xtensa: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 27/27] xtensa: syscalls: switch to generic syscalltbl.sh

[PATCH] scripts/recordmcount.pl: support big endian for ARCH sh
 2021-02-10 15:04 UTC 

drivers/infiniband/core/uverbs_std_types_device.c:299:29: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-02-05 16:51 UTC 

[PATCH V2] arch: sh: kernel: Fix a spelling archtecture to architecture in the file relocate_kernel.S
 2021-02-04  0:59 UTC  (2+ messages)

[PATCH] arch: sh: kernel: Change to correct spelling archtecture to architecture in the file relocate_kernel.S
 2021-02-03 23:54 UTC  (3+ messages)

memory_model.h:64:14: error: implicit declaration of function 'page_to_section'
 2021-02-03 19:55 UTC  (2+ messages)

[PATCH 0/6] lib/find_bit: fast path for small bitmaps
 2021-01-29 22:25 UTC  (13+ messages)
` [PATCH 1/6] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 2/6] lib: inttroduce BITS_{FIRST,LAST}() macro
` [PATCH 2/5] bits_per_long.h: introduce SMALL_CONST() macro
` [PATCH 3/5] lib: inline _find_next_bit() wrappers
` [PATCH 4/5] lib: add fast path for find_next_*_bit()
` [PATCH 6/6] lib: add fast path for find_first_*_bit() and find_last_bit()

[PATCH 0/6] lib/find_bit: fast path for small bitmaps
 2021-01-29  6:41 UTC  (16+ messages)
` [PATCH 1/6] arch: rearrahge headers inclusion order in asm/bitops for m68k and sh
` [PATCH 2/6] bitmap: move some macros from linux/bitmap.h to linux/bitops.h
` [PATCH 3/6] tools: sync bitops macro definitions with the kernel
` [PATCH 4/6] lib: inline _find_next_bit() wrappers
` [PATCH 5/6] lib: add fast path for find_next_*_bit()
` [PATCH 6/6] lib: add fast path for find_first_*_bit() and find_last_bit()

[next] mm/nommu.c:1671:6: error: conflicting types for 'filemap_map_pages'
 2021-01-28 18:09 UTC  (4+ messages)

[PATCH] sh: fix sparse annotation in SH's __get_user_check()
 2021-01-25  9:51 UTC  (2+ messages)

[GIT PULL] arch/sh updates for 5.11
 2021-01-24 21:55 UTC  (2+ messages)
`  "

[PATCH 1/1] Use types.h and not time_types.h in sockios.h
 2021-01-24 18:57 UTC  (4+ messages)

[PATCH] sh/mm: Convert to DEFINE_SHOW_ATTRIBUTE
 2021-01-21 11:56 UTC 

[PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro
 2021-01-19 11:13 UTC  (3+ messages)

[PATCH v1] sh: Drop ARCH_NR_GPIOS definition
 2021-01-18 23:44 UTC  (9+ messages)

[PATCH] sh: remove CONFIG_IDE from most defconfig
 2021-01-18 20:18 UTC  (2+ messages)

[PATCH] sh: kernel: traps: remove unused variable
 2021-01-18 20:05 UTC  (2+ messages)

[PATCH] sh: kdump: add some attribute to function
 2021-01-18 19:59 UTC  (2+ messages)

[PATCH] sh: check return code of request_irq
 2021-01-18 19:00 UTC  (4+ messages)

[PATCH] maple: fix wrong return value of maple_bus_init()
 2021-01-18 18:47 UTC  (2+ 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).