SUPERH platform development
 help / color / mirror / Atom feed
 messages from 2024-05-29 16:25:33 to 2024-07-23 00:15:40 UTC [more...]

[PATCH 00/17] mm: introduce numa_memblks
 2024-07-23  0:15 UTC  (60+ messages)
` [PATCH 01/17] mm: move kernel/numa.c to mm/
` [PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH 03/17] MIPS: loongson64: rename __node_data to node_data
` [PATCH 04/17] arch, mm: move definition of node_data to generic code
` [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA "
` [PATCH 06/17] x86/numa: simplify numa_distance allocation
` [PATCH 07/17] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH 08/17] x86/numa_emu: simplify allocation of phys_dist
` [PATCH 09/17] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH 10/17] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH 11/17] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH 12/17] mm: introduce numa_memblks
` [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH 14/17] mm: introduce numa_emulation
` [PATCH 15/17] mm: make numa_memblks more self-contained
` [PATCH 16/17] arch_numa: switch over to numa_memblks
` [PATCH 17/17] mm: make range-to-target_node lookup facility a part of numa_memblks

[PATCH v4] sh: Restructure setup code to reserve memory regions earlier
 2024-07-18  2:22 UTC  (6+ messages)

[PATCH v5 0/2] sh: Restructure setup code to reserve memory regions earlier
 2024-07-18  2:18 UTC  (3+ messages)
` [PATCH v5 1/2] sh: Restructure call site for early_reserve_mem()
` [PATCH v5 2/2] sh: Restructure setup code to reserve memory regions earlier

[PATCH v3] sh: Restructure setup code to reserve memory regions earlier
 2024-07-12  9:44 UTC  (5+ messages)

[DO NOT MERGE v8 00/36] Device Tree support for SH7751 based board
 2024-07-11 12:57 UTC  (16+ messages)
` [DO NOT MERGE v8 14/36] clk: Compatible with narrow registers
` [DO NOT MERGE v8 19/36] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [DO NOT MERGE v8 20/36] serial: sh-sci: fix SH4 OF support
` [DO NOT MERGE v8 21/36] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [DO NOT MERGE v8 23/36] mfd: sm501: Convert platform_data to OF property
` [DO NOT MERGE v8 25/36] dt-bindings: vendor-prefixes: Add iodata
` [DO NOT MERGE v8 26/36] dt-bindings: ata: ata-generic: Add new targets

[PATCH 0/2] Drop support for memory-hotplug and memory-hotremove on superH
 2024-07-11 10:20 UTC  (5+ messages)
` [PATCH 1/2] arch/sh: Remove code that handles memory-hotplug and memory-hotremove
` [PATCH 2/2] arch/sh: Drop support for "

[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
 2024-07-09 12:45 UTC  (13+ messages)
` [PATCH 1/6] riscv: "
` [PATCH 2/6] loongarch: "
` [PATCH 3/6] mips: defconfig: drop RT_GROUP_SCHED=y from generic/db1xxx/eyeq5
` [PATCH 4/6] powerpc: defconfig: drop RT_GROUP_SCHED=y from ppc6xx_defconfig
` [PATCH 5/6] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus
` (subset) [PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y

[PATCH v2 0/6] mfd: tmio: simplify header and move to platform_data
 2024-07-09 10:37 UTC  (8+ messages)

[PATCH 5.4 000/189] 5.4.279-rc1 review
 2024-07-04  9:25 UTC  (4+ messages)

[PATCH] sh: push-switch: add missing MODULE_DESCRIPTION() macro
 2024-07-03 15:12 UTC  (2+ messages)

[PATCH v2 00/13] linux system call fixes
 2024-06-29 21:05 UTC  (13+ messages)
` [PATCH v2 01/13] ftruncate: pass a signed offset
` [PATCH v2 02/13] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH v2 03/13] sparc: fix old compat_sys_select()
` [PATCH v2 04/13] sparc: fix compat recv/recvfrom syscalls
` [PATCH v2 05/13] parisc: use correct "
` [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation
` [PATCH v2 07/13] powerpc: restore some missing spu syscalls
` [PATCH v2 08/13] sh: rework sync_file_range ABI
` [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range

[GIT PULL] asm-generic fixes for 6.10
 2024-06-27 18:20 UTC  (2+ messages)

[PATCH 00/15] linux system call fixes
 2024-06-24 12:52 UTC  (39+ messages)
` [PATCH 01/15] ftruncate: pass a signed offset
` [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH 03/15] mips: fix compat_sys_lseek syscall
` [PATCH 04/15] sparc: fix old compat_sys_select()
` [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls
` [PATCH 06/15] parisc: use correct "
` [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation
` [PATCH 08/15] powerpc: restore some missing spu syscalls
` [PATCH 09/15] sh: rework sync_file_range ABI
    ` [musl] "
` [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range
` [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions
` [PATCH 12/15] s390: remove native mmap2() syscall
` [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently
` [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling
` [PATCH 15/15] linux/syscalls.h: add missing __user annotations

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-21 14:30 UTC  (11+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [PATCH v4 33/40] sh: mach-x3proto: optimize ilsel_enable()

[PATCH v2 00/14] Introducing TIF_NOTIFY_IPI flag
 2024-06-20  7:30 UTC  (19+ messages)
` [PATCH v2 01/14] thread_info: Add helpers to test and clear TIF_NOTIFY_IPI
` [PATCH v2 02/14] sched: Define a need_resched_or_ipi() helper and use it treewide
` [PATCH v2 03/14] sched/core: Use TIF_NOTIFY_IPI to notify an idle CPU in TIF_POLLING mode of pending IPI
` [PATCH v2 09/14] sh/thread_info: Introduce TIF_NOTIFY_IPI flag

[PATCH v3 cmpxchg 2/4] sh: Emulate one-byte cmpxchg
 2024-06-17 21:59 UTC  (8+ messages)


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