linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-17 11:32:39 to 2021-05-12 08:15:44 UTC [more...]

[PATCH v6 00/12] lib/find_bit: fast path for small bitmaps
 2021-05-12  8:15 UTC  (32+ 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 1/5] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
 2021-05-12  7:57 UTC  (2+ messages)
` [PATCH 5/5] sh: move core-y in arch/sh/Makefile to arch/sh/Kbuild

[PATCH -next] sh: maple: Remove unnecessary INIT_LIST_HEAD()
 2021-05-11 11:53 UTC 

[RFC 0/12] Unify asm/unaligned.h around struct helper
 2021-05-10 21:11 UTC  (4+ messages)
` [RFC 03/12] sh: remove unaligned access for sh4a

Personal
 2021-05-10 14:06 UTC 

[PATCH 2/2] arch: use cross_compiling to check whether it is a cross build or not
 2021-05-06 12:11 UTC  (4+ messages)

[PATCH 0/9] Cleaning up some of the irqdomain features
 2021-04-27 12:56 UTC  (18+ 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 4/9] sh: intc: Drop the use of irq_create_identity_mapping()
` [PATCH 5/9] irqdomain: Kill irq_create_strict_mappings()/irq_create_identity_mapping()
` [PATCH 6/9] mips: netlogic: Use irq_domain_simple_ops for XLP PIC
` [PATCH 7/9] irqdomain: Drop references to recusive irqdomain setup
` [PATCH 8/9] powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacy
` [PATCH 9/9] irqdomain: Kill irq_domain_add_legacy_isa

[PATCH 0/5] perf: oprofile spring cleanup
 2021-04-22 12:48 UTC  (16+ messages)
` [PATCH 1/5] KVM: arm64: Divorce the perf code from oprofile helpers
` [PATCH 2/5] arm64: Get rid of oprofile leftovers
` [PATCH 3/5] s390: "
` [PATCH 4/5] sh: "
` [PATCH 5/5] perf: "

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-20 16:05 UTC  (28+ 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] mm: Define ARCH_HAS_FIRST_USER_ADDRESS
 2021-04-15  4:40 UTC  (5+ messages)

[PATCH] kbuild: use ?= to assign CROSS_COMPILE by arch-Makefile
 2021-04-12  8:27 UTC  (4+ messages)

[PATCH] sh: boards: Remove unnecessary break
 2021-04-09  7:12 UTC 

[PATCH 18/20] kbuild: sh: remove unused install script
 2021-04-09  3:09 UTC  (2+ messages)

[RFC PATCH v6 1/1] cmdline: Add capability to both append and prepend at the same time
 2021-04-08 20:08 UTC  (2+ messages)

[PATCH v4 00/13] lib/find_bit: fast path for small bitmaps
 2021-04-06 18:15 UTC  (16+ messages)
` [PATCH 04/13] lib: introduce BITS_{FIRST,LAST} macro
` [PATCH 11/13] lib: add fast path for find_first_*_bit() and find_last_bit()
` [PATCH 13/13] MAINTAINERS: Add entry for the bitmap API

[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()

[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 V2 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
 2021-04-01  6:44 UTC 

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-31  9:34 UTC  (9+ messages)
` [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  (2+ messages)

[PATCH] sh: kernel: Fix a typo
 2021-03-18 18:15 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).