linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-18 14:37:04 to 2021-01-29 21:30:08 UTC [more...]

[PATCH 0/6] lib/find_bit: fast path for small bitmaps
 2021-01-29 21:28 UTC  (11+ 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 00/27] arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh
 2021-01-28  8:17 UTC  (34+ 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] sh: fix sparse annotation in SH's __get_user_check()
 2021-01-25  9:51 UTC  (2+ messages)

Pending patches for linux-sh
 2021-01-24 22:07 UTC  (4+ 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  (10+ 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  (3+ 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  (5+ messages)

[PATCH] maple: fix wrong return value of maple_bus_init()
 2021-01-18 18:47 UTC  (2+ messages)

[PATCH] arch: sh: remove duplicate include
 2021-01-18 18:38 UTC  (2+ messages)

[PATCH 1/2] sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y
 2021-01-18 17:27 UTC  (7+ messages)
` [PATCH 2/2] sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/

Old platforms: bring out your dead
 2021-01-16 23:22 UTC  (28+ messages)
          ` New platforms: bring out your dead, was "
            ` Undesirable code, was Re: Old platforms etc
      ` Old platforms never die, was Re: Old platforms: bring out your dead

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-15 22:39 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH 13/18] arch: sh: Remove CONFIG_OPROFILE support
 2021-01-14 11:35 UTC 

[PATCH 0/2] spi: sh-msiof: Advertize bit rate limits and actual speed
 2021-01-13 15:28 UTC  (4+ messages)
` [PATCH 1/2] spi: sh-msiof: Fill in spi_transfer.effective_speed_hz
` [PATCH 2/2] spi: sh-msiof: Fill in controller speed limits

[PATCH v2] arch: consolidate pm_power_off callback
 2021-01-12 14:05 UTC  (2+ messages)

[PATCH v2] pinctrl: renesas: checker: Restrict checks to Renesas platforms
 2021-01-11 16:50 UTC 

[PATCH] pinctrl: renesas: checker: Restrict checks to Renesas platforms
 2021-01-11 14:36 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 13/17] local64.h: make <asm/local64.h> mandatory
 2021-01-05  0:59 UTC 

[sh] smp-shx3.c: error: ignoring return value of 'request_irq', declared with attribute warn_unused_result
 2021-01-04 10:58 UTC  (3+ messages)

net/can/isotp.c:1240:13: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-01-04  9:11 UTC 

[PATCH] sh: add support for TIF_NOTIFY_SIGNAL
 2021-01-01 18:22 UTC  (14+ messages)

[patch 00/19] softirq: Cleanups and RT awareness
 2021-01-01 14:27 UTC  (3+ messages)
` [patch 02/19] sh: Get rid of nmi_count()

[PATCH] sh: boards: Fix the cacography in irq.c
 2021-01-01 14:19 UTC  (3+ messages)

[PATCH] [sh] fix trivial misannotations
 2021-01-01  0:14 UTC  (2+ messages)

[PATCH] arch: consolidate pm_power_off callback
 2020-12-27  1:46 UTC  (5+ messages)

cleanup handling of bad IRQs
 2020-12-21  9:27 UTC  (11+ messages)
` [PATCH 01/23] kernel: irq: irqdescs: warn on spurious IRQ
` [PATCH 02/23] arch: alpha: drop misleading warning "
` [PATCH 04/23] arch: c6x: "
` [PATCH 05/23] arch: ia64: "
` [PATCH 06/23] arch: mips: "
` [PATCH 11/23] arch: sparc: "
` [PATCH 13/23] arch: generic: "

Kernel crash when syncing to usb-storage
 2020-12-18 22:06 UTC 

(repost) cleaning up handling of bad IRQs
 2020-12-18 14:57 UTC  (20+ messages)
` [PATCH 01/23] kernel: irq: irqdescs: warn on spurious IRQ
` [PATCH 02/23] arch: alpha: drop misleading warning "
` [PATCH 03/23] arch: arm: "
` [PATCH 04/23] arch: c6x: "
` [PATCH 05/23] arch: ia64: "
` [PATCH 06/23] arch: mips: "
` [PATCH 07/23] arch: parisc: "
` [PATCH 08/23] arch: powerpc: "
` [PATCH 09/23] arch: s390: "
` [PATCH 10/23] arch: sh: "
` [PATCH 11/23] arch: sparc: "
` [PATCH 12/23] arch: x86: "
` [PATCH 13/23] arch: generic: "
` [PATCH 14/23] kernel: generic counter for interrupt errors
` [PATCH 15/23] arch: mips: use generic irq error counter
` [PATCH 16/23] arch: alpha: "
` [PATCH 17/23] arch: arm: "
` [PATCH 18/23] arch: arm64: "
` [PATCH 19/23] arch: c6x: "


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).