SUPERH platform development
 help / color / mirror / Atom feed
 messages from 2026-06-01 08:39:39 to 2026-07-04 05:58:15 UTC [more...]

[PATCH 00/26] sh: maple: cleanup and modernize input drivers
 2026-07-04  5:57 UTC  (26+ messages)
` [PATCH 01/26] sh: maple: include linux/device.h in linux/maple.h
` [PATCH 02/26] Input: maple_keyb - fix key press detection
` [PATCH 03/26] Input: maplecontrol - only enable present axes
` [PATCH 04/26] Input: maplemouse - stop polling and clear callback on close
` [PATCH 05/26] Input: maplecontrol "
` [PATCH 06/26] Input: maplecontrol - simplify maple_device retrieval in open/close
` [PATCH 07/26] Input: maple_keyb - implement open and close methods
` [PATCH 08/26] Input: maplemouse - remove redundant drvdata resetting
` [PATCH 09/26] Input: maple_keyb "
` [PATCH 10/26] Input: maplecontrol "
` [PATCH 11/26] Input: maplemouse - remove unused mdev->driver assignment
` [PATCH 12/26] Input: maplecontrol "
` [PATCH 13/26] Input: maple_keyb "
` [PATCH 14/26] mtd: maps: vmu-flash: "
` [PATCH 15/26] sh: maple: remove not needed maple_unsupported_device driver
` [PATCH 16/26] sh: maple: remove unused driver field from struct maple_device
` [PATCH 17/26] sh: maple: implement bus-level probe/remove
` [PATCH 18/26] sh: maple: introduce callback_mutex in maple_device
` [PATCH 19/26] Input: maple_keyb - remove redundant mutex and remove method
` [PATCH 20/26] Input: maple_keyb - convert to devm
` [PATCH 21/26] Input: maplemouse "
` [PATCH 22/26] Input: maplecontrol "
` [PATCH 23/26] Input: maple_keyb - fix style issues
` [PATCH 24/26] Input: maplemouse "
` [PATCH 25/26] Input: maplecontrol "

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-07-03 21:32 UTC  (31+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 03/18] arm64: ptrace: Pass thread flags to syscall_trace_enter/exit()
` [PATCH v16 04/18] arm64: ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v16 05/18] arm64: ptrace: Expand secure_computing() in place
` [PATCH v16 06/18] arm64: ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v16 07/18] arm64: ptrace: Protect rseq_syscall() from tracer PC modifications
` [PATCH v16 08/18] arm64: ptrace: Rename syscall_trace_exit() to syscall_exit_work()
` [PATCH v16 09/18] arm64: syscall: Rework the syscall exit path in el0_svc_common()
` [PATCH v16 10/18] arm64: ptrace: Extract syscall_exit_to_user_mode_work() helper
` [PATCH v16 11/18] arm64: ptrace: Align syscall exit work semantics with generic entry
` [PATCH v16 12/18] arm64: syscall: Use exit-specific flags check in el0_svc_common()
` [PATCH v16 13/18] arm64: syscall: Simplify el0_svc_common() syscall exit path
` [PATCH v16 14/18] arm64: syscall: Simplify syscall exit path in el0_svc_common()
` [PATCH v16 15/18] arm64: ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v16 16/18] arm64: entry: Convert to generic entry
` [PATCH v16 17/18] arm64: Inline el0_svc_common()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH v3 00/10] sh: remove NUMA and SPARSEMEM support
 2026-07-03  6:16 UTC  (15+ messages)
` [PATCH v3 01/10] sh: remove CONFIG_NUMA and realted configuration options
` [PATCH v3 02/10] sh: mm: remove numa.c
` [PATCH v3 03/10] sh: mm: drop allocate_pgdat()
` [PATCH v3 04/10] sh: remove setup_bootmem_node() and plat_mem_setup()
` [PATCH v3 05/10] sh: drop dead code guarded by #ifdef CONFIG_NUMA
` [PATCH v3 06/10] sh: drop include/asm/mmzone.h
` [PATCH v3 07/10] init/Kconfig: drop ARCH_WANT_NUMA_VARIABLE_LOCALITY
` [PATCH v3 08/10] sh: init: remove call the memblock_set_node()
` [PATCH v3 09/10] sh: remove SPARSEMEM related entries from Kconfig
` [PATCH v3 10/10] sh: drop include/asm/sparsemem.h

[PATCH] Input: maplemouse - fix NULL pointer dereference in open()
 2026-07-03  5:46 UTC  (2+ messages)

[PATCH 0/4] treewide, mm: initialize node_possible_map like the other node maps
 2026-07-01 17:18 UTC  (2+ messages)
` [PATCH 2/4] sh: set node_possible_map in do_init_bootmem()

[PATCH 00/13] treewide: replace linux/gpio.h
 2026-07-01  0:00 UTC  (22+ messages)
` [PATCH 01/13] ARM: replace linux/gpio.h inclusions
` [PATCH 02/13] m68k/coldfire: "
` [PATCH 03/13] mips: "
` [PATCH 04/13] sh: "
` [PATCH 05/13] mfd: "
` [PATCH 06/13] [net-next] net: "
` [PATCH 07/13] ASoC: "
` [PATCH 08/13] pcmcia: "
` [PATCH 09/13] phy: "
` [PATCH 10/13] media: "
` [PATCH 11/13] Input: matrix_keyboard - replace linux/gpio.h inclusion
` [PATCH 12/13] gpib: gpio: "
` [PATCH 13/13] gpiolib: remove linux/gpio.h

[PATCH v5 0/6] gpiolib: fence off legacy interfaces
 2026-06-30 14:17 UTC  (11+ messages)
` [PATCH 1/6] [v5] sh: select legacy gpiolib interface
` [PATCH 2/6] [v5] x86/olpc: select GPIOLIB_LEGACY
` [PATCH 3/6] [v5] Input: soc_button_array - select CONFIG_GPIOLIB_LEGACY
` [PATCH 4/6] [v5] Input: gpio-keys: make legacy gpiolib optional
` [PATCH 5/6] [v5] leds: gpio: make legacy gpiolib interface optional
` [PATCH 6/6] [v5] gpiolib: turn off legacy interface by default

[PATCH] char: mem: keep arch range checks overflow-safe
 2026-06-25  8:58 UTC 

[PATCH 0/2] sh: kfr2r09: fix i2c adapter leaks
 2026-06-25  6:45 UTC  (8+ messages)
` [PATCH 1/2] sh: kfr2r09: fix i2c adapter leak on USB gdaget setup
` [PATCH 2/2] sh: kfr2r09: fix i2c adapter leak on serial console setup

[PATCH] sh: Use generic OHCI platform provider symbol
 2026-06-24 18:16 UTC  (2+ messages)

[PATCH] sh: kfr2r09: Fix serial I2C adapter reference leak
 2026-06-24  8:20 UTC  (2+ messages)

[PATCH] sh: kfr2r09: Fix USB gadget I2C adapter reference leak
 2026-06-24  8:20 UTC  (2+ messages)

[PATCH] sh: defconfig: Enable the current M66592 UDC symbol
 2026-06-24  8:18 UTC 

[PATCH 0/5] treewide: remove unreachable memblock_reserve() return value checks in early boot
 2026-06-16 18:29 UTC  (2+ messages)
` [PATCH 2/5] sh: remove unreachable memblock_reserve() return value check

[PATCH] scsi: core: Remove dead code export of scsi_device_from_queue
 2026-06-16  1:33 UTC  (26+ messages)
` [PATCH v2] scsi: core: Remove remaining references to the pktcdvd driver
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] scsi: core: Remove remaining reference "
  ` [PATCH v3 2/6] scsi: core: Move scsi_device_from_queue() to scsi_priv.h
  ` [PATCH v3 3/6] mips: Remove remaining defconfig references to the pktcdvd driver
  ` [PATCH v3 4/6] powerpc: "
  ` [PATCH v3 5/6] sh: Remove remaining defconfig reference "
  ` [PATCH v3 6/6] sparc: Remove remaining defconfig references "
` [PATCH v4 0/5] Remove remaining "
  ` [PATCH v4 1/5] scsi: core: Remove export for scsi_device_from_queue()
  ` [PATCH v4 2/5] mips: Remove remaining defconfig references to the pktcdvd driver
  ` [PATCH v4 3/5] powerpc: "
  ` [PATCH v4 4/5] sh: Remove remaining defconfig reference "
  ` [PATCH v4 5/5] sparc: Remove remaining defconfig references "

[PATCH v2] sh: mm: Remove checks for nonexistent CONFIG_CPU_SUBTYPE_ST40
 2026-06-15 22:40 UTC 

[PATCH] sh: dma: Remove checks for nonexistent CONFIG_CPU_SUBTYPE_SH7730
 2026-06-15 12:35 UTC  (2+ messages)

[PATCH] sh: mm: Remove checks for nonexistent CONFIG_CPU_SUBTYPE_ST40
 2026-06-15 12:11 UTC  (2+ messages)

[PATCH v2 00/10] gpiolib: fence off legacy interfaces
 2026-06-15 10:33 UTC  (4+ messages)
` [PATCH 05/10] [v2] mips: select legacy gpiolib interfaces where used
` (subset) [PATCH v2 00/10] gpiolib: fence off legacy interfaces

[PATCH v2 00/10] sh: remove NUMA and SPARSEMEM support
 2026-06-14 12:32 UTC  (7+ messages)

[PATCH] maple: switch to dynamic root device
 2026-06-12 15:59 UTC  (2+ messages)

[PATCH 0/2] ASoC/sh: roll back Ecovec24/7724se Sound support
 2026-06-10 11:00 UTC  (4+ messages)
` [PATCH 1/2] sh: "
` [PATCH 2/2] ASoC: renesas: fsi: remove platform data style support

[PATCH 0/3] ASoC: simple-card: remove platform data style
 2026-06-10  1:02 UTC  (7+ messages)

[PATCH v7 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-06-09  9:55 UTC  (19+ messages)
` [PATCH v7 07/15] arm64: kfence: Avoid NOMAP tricks when mapping the early pool
` [PATCH v7 10/15] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v7 11/15] powerpc/code-patching: Avoid r/w mapping of the zero page
` [PATCH v7 15/15] arm64: mm: Unmap kernel data/bss entirely from the linear map

[PATCH v2] sh: dma: use str_plural helper in register_dmac
 2026-06-04 12:44 UTC 

[PATCH] sh: dma: use str_plural helper in register_dmac
 2026-06-04 12:12 UTC  (3+ messages)

[PATCH] sh: sq: use str_plural helper in sq_remap
 2026-06-04 11:30 UTC  (2+ messages)

[PATCH] mm/memblock: Introduce memblock_alloc_node_or_panic() helper
 2026-06-04  5:44 UTC  (2+ messages)

[PATCH v2 0/5] rsk7203: switch to using static device property, drop legacy gpio API
 2026-06-03  0:10 UTC  (8+ messages)
` [PATCH v2 3/5] sh: mach-rsk: rsk7203: use static device properties for LEDs and GPIO buttons

[PATCH v6 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-06-01  8:39 UTC  (8+ messages)
` [PATCH v6 09/15] arm64: Move fixmap and kasan page tables to end of kernel image


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox