linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-24 08:53:02 to 2025-03-13 13:50:22 UTC [more...]

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-13 13:49 UTC 

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-03-13 12:25 UTC  (16+ messages)
` [PATCH v4 01/14] bug/kunit: Core "
` [PATCH v4 02/14] kunit: bug: Count suppressed "
` [PATCH v4 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH v4 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH v4 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v4 06/14] x86: Add support for suppressing warning backtraces
` [PATCH v4 07/14] arm64: "
` [PATCH v4 08/14] loongarch: "
` [PATCH v4 09/14] parisc: "
` [PATCH v4 10/14] s390: "
` [PATCH v4 11/14] sh: "
` [PATCH v4 12/14] sh: Move defines needed "
` [PATCH v4 13/14] riscv: Add support "
` [PATCH v4 14/14] powerpc: "

[PATCH 0/2] J2 Turtle Board fixes
 2025-03-13 10:36 UTC  (25+ messages)
` [PATCH 1/2] sh: align .bss section padding to 8-byte boundary
` [PATCH 2/2] irqchip: clocksource: fix jcore-pit irq request

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-12 16:09 UTC  (31+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH v4 0/4] defconfig: drop RT_GROUP_SCHED=y
 2025-03-06 19:19 UTC  (4+ messages)
` [PATCH v4 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-05 13:12 UTC  (10+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes

[PATCH v2 0/6] remove tlb_remove_page_ptdesc()
 2025-03-04  6:11 UTC  (22+ messages)
` [PATCH v2 1/6] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH v2 2/6] mm: pgtable: change pt parameter of tlb_remove_ptdesc() to struct ptdesc *
` [PATCH v2 3/6] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
  ` [PATCH v2 3/6 update] "
` [PATCH v2 4/6] riscv: pgtable: unconditionally "
  ` [External] "
` [PATCH v2 5/6] x86: pgtable: convert to "
` [PATCH v2 6/6] mm: pgtable: remove tlb_remove_page_ptdesc()

[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-03-03 11:20 UTC  (3+ messages)
` [PATCH v7 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v7 3/6] syscall.h: introduce syscall_set_nr()

[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-03-02 12:20 UTC  (23+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-02-28 13:55 UTC  (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages

[PATCH v6 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-19 17:16 UTC  (5+ messages)
` [PATCH v6 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v6 3/6] syscall.h: introduce syscall_set_nr()

[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
 2025-02-19 14:06 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] mm/ioremap: Pass pgprot_t to ioremap_prot() instead of unsigned long
 2025-02-19 11:52 UTC  (2+ messages)

[PATCH 0/7] syscore: Pass context data to callbacks
 2025-02-17 16:37 UTC  (8+ messages)
` [PATCH 1/7] "
` [PATCH 2/7] MIPS: Embed syscore_ops in PCI context
` [PATCH 3/7] bus: mvebu-mbus: Embed syscore_ops in mbus context
` [PATCH 4/7] clk: ingenic: tcu: Embed syscore_ops in TCU context
` [PATCH 5/7] clk: mvebu: Embed syscore_ops in clock context
` [PATCH 6/7] irqchip/irq-imx-gpcv2: Embed syscore_ops in chip context
` [PATCH 7/7] soc/tegra: pmc: Derive PMC context from syscore ops

[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-10 11:35 UTC  (3+ messages)
` [PATCH v5 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v5 4/7] syscall.h: introduce syscall_set_nr()

The business loan-
 2025-02-08 22:05 UTC 

[PATCH 0/5] remove tlb_remove_page_ptdesc()
 2025-02-08  7:22 UTC  (8+ messages)
` [PATCH 4/5] x86: pgtable: unconditionally use tlb_remove_table()

The business loan-
 2025-02-08  4:42 UTC 

[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
 2025-02-05 12:39 UTC  (3+ messages)

[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-03 10:35 UTC  (5+ messages)
` [PATCH v4 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v4 4/7] syscall.h: introduce syscall_set_nr()

[GIT PULL] sh updates for v6.14
 2025-02-02 20:56 UTC  (2+ messages)

[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-30 11:36 UTC  (11+ messages)
` [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
` [PATCH v3 3/6] syscall.h: introduce syscall_set_nr()

[PATCH v2] sh: Remove IO memcpy and memset from sh code
 2025-01-30 10:18 UTC  (8+ messages)

[PATCH] sh: migrate to the generic rule for built-in DTB
 2025-01-30  8:39 UTC  (2+ messages)

[PATCH] serial: sh-sci: Use plain struct copy in early_console_setup()
 2025-01-30  8:33 UTC  (2+ messages)

[PATCH] sh: Remove memset_io from sh specific code
 2025-01-30  8:32 UTC  (2+ messages)

[PATCH 13/13] sh/irq: use seq_put_decimal_ull_width() for decimal values
 2025-01-30  8:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] sh: pci: Fix the wrong format specifier
 2025-01-30  8:24 UTC  (3+ messages)

LTP test fstatat01.c FTBFS on Buildroot bootlin-sh4-uclibc toolchain
 2025-01-29 23:35 UTC  (2+ messages)
` [uclibc-ng-devel] "

[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-29 13:01 UTC  (3+ messages)

[PATCH] sh: Remove IO memcpy and memset from sh code
 2025-01-28  9:25 UTC  (2+ messages)

[PATCH] ASoC: renesas: SND_SIU_MIGOR should depend on DMADEVICES
 2025-01-24 15:58 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).