linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-18 19:46:36 to 2021-04-06 09:36:57 UTC [more...]

[PATCH 0/9] Cleaning up some of the irqdomain features
 2021-04-06  9:35 UTC  (4+ messages)
` [PATCH 1/9] irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping()
` [PATCH 2/9] ARM: PXA: Kill use of irq_create_strict_mappings()
` [PATCH 3/9] irqchip/jcore-aic: "

[PATCH RFC 1/3] drivers/char: remove /dev/kmem for good
 2021-04-05 17:16 UTC  (5+ messages)
` [PATCH RFC 2/3] mm: remove xlate_dev_kmem_ptr()

[RFC PATCH v6 1/1] cmdline: Add capability to both append and prepend at the same time
 2021-04-04 17:20 UTC 

[PATCH v3 00/17] Implement GENERIC_CMDLINE
 2021-04-02 15:36 UTC  (40+ messages)
` [PATCH v3 01/17] cmdline: Add generic function to build command line
` [PATCH v3 02/17] drivers: of: use cmdline building function
` [PATCH v3 03/17] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [PATCH v3 04/17] powerpc: Convert to GENERIC_CMDLINE
` [PATCH v3 05/17] arm: "
` [PATCH v3 06/17] arm64: "
` [PATCH v3 07/17] hexagon: "
` [PATCH v3 08/17] microblaze: "
` [PATCH v3 09/17] nios2: "
` [PATCH v3 10/17] openrisc: "
` [PATCH v3 11/17] riscv: "
` [PATCH v3 12/17] sh: "
` [PATCH v3 13/17] sparc: "
` [PATCH v3 14/17] xtensa: "
` [PATCH v3 15/17] x86: "
` [PATCH v3 16/17] mips: "
` [PATCH v3 17/17] cmdline: Remove CONFIG_CMDLINE_EXTEND

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-02 15:18 UTC  (21+ messages)
` [PATCH v4 01/20] cmdline: Add generic function to build command line
` [PATCH v4 02/20] drivers: of: use cmdline building function
` [PATCH v4 03/20] x86/efi: Replace CONFIG_CMDLINE_OVERRIDE by CONFIG_CMDLINE_FORCE
` [PATCH v4 04/20] drivers: firmware: efi: use cmdline building function
` [PATCH v4 05/20] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [PATCH v4 06/20] powerpc: convert strcpy to strlcpy in prom_init
` [PATCH v4 07/20] powerpc: Convert to GENERIC_CMDLINE
` [PATCH v4 08/20] arm: "
` [PATCH v4 09/20] arm64: "
` [PATCH v4 10/20] hexagon: "
` [PATCH v4 11/20] microblaze: "
` [PATCH v4 12/20] nios2: "
` [PATCH v4 13/20] openrisc: "
` [PATCH v4 14/20] riscv: "
` [PATCH v4 15/20] sh: "
` [PATCH v4 16/20] sparc: "
` [PATCH v4 17/20] xtensa: "
` [PATCH v4 18/20] x86: "
` [PATCH v4 19/20] mips: "
` [PATCH v4 20/20] cmdline: Remove CONFIG_CMDLINE_EXTEND

[PATCH v6 00/12] lib/find_bit: fast path for small bitmaps
 2021-04-02  0:32 UTC  (21+ messages)
` [PATCH 01/12] tools: disable -Wno-type-limits
` [PATCH 02/12] tools: bitmap: sync function declarations with the kernel
` [PATCH 03/12] tools: sync BITMAP_LAST_WORD_MASK() macro "
` [PATCH 04/12] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 05/12] lib: extend the scope of small_const_nbits() macro
` [PATCH 06/12] tools: sync small_const_nbits() macro with the kernel
` [PATCH 07/12] lib: inline _find_next_bit() wrappers
` [PATCH 08/12] tools: sync find_next_bit implementation
` [PATCH 09/12] lib: add fast path for find_next_*_bit()
` [PATCH 10/12] lib: add fast path for find_first_*_bit() and find_last_bit()
` [PATCH 11/12] tools: sync lib/find_bit implementation
` [PATCH 12/12] MAINTAINERS: Add entry for the bitmap API

[PATCH V2 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
 2021-04-01  6:44 UTC 

[PATCH] mm: Move mem_init_print_info() into mm_init()
 2021-03-31  9:34 UTC  (16+ messages)
` [PATCH RESEND] "
    ` [PATCH v2] "

Bidding invitation
 2021-03-31  7:16 UTC 

[PATCH v5 00/12] lib/find_bit: fast path for small bitmaps
 2021-03-24 19:49 UTC  (15+ messages)
` [PATCH 01/12] tools: disable -Wno-type-limits
` [PATCH 02/12] tools: bitmap: sync function declarations with the kernel
` [PATCH 03/12] tools: sync BITMAP_LAST_WORD_MASK() macro "
` [PATCH 04/12] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 05/12] lib: extend the scope of small_const_nbits() macro
` [PATCH 06/12] tools: sync small_const_nbits() macro with the kernel
` [PATCH 07/12] lib: inline _find_next_bit() wrappers
` [PATCH 08/12] tools: sync find_next_bit implementation
` [PATCH 09/12] lib: add fast path for find_next_*_bit()
` [PATCH 10/12] lib: add fast path for find_first_*_bit() and find_last_bit()
` [PATCH 11/12] tools: sync lib/find_bit implementation
` [PATCH 12/12] MAINTAINERS: Add entry for the bitmap API

[PATCH v2 1/4] mm/vmalloc: Change the 'caller' type to unsigned long
 2021-03-24 15:05 UTC 

[PATCH v1 1/3] drivers/char: remove /dev/kmem for good
 2021-03-24 10:23 UTC  (2+ messages)
` [PATCH v1 2/3] mm: remove xlate_dev_kmem_ptr()

[PATCH 0/6] mm: some config cleanups
 2021-03-19 18:35 UTC  (5+ messages)
` [PATCH 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]

[PATCH] sh: kernel: Fix a typo
 2021-03-18 18:15 UTC  (2+ messages)

[PATCH v4 00/13] lib/find_bit: fast path for small bitmaps
 2021-03-17 23:33 UTC  (29+ 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  (17+ messages)
` [PATCH 04/14] lib: introduce BITS_{FIRST,LAST} macro
` [PATCH 06/14] bitsperlong.h: introduce SMALL_CONST() macro
` [PATCH 08/14] lib/Kconfig: introduce FAST_PATH option
` [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] 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  (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).