linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-09 18:09:59 to 2024-12-10 02:41:44 UTC [more...]

[PATCH mm-unstable 00/17] mm: Introduce arch_mmap_hint()
 2024-12-10  2:41 UTC  (12+ messages)
` [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable 02/17] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable 03/17] mm: arm: "
` [PATCH mm-unstable 04/17] mm: alpha: "
` [PATCH mm-unstable 05/17] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable 06/17] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable 07/17] mm: loongarch: "
` [PATCH mm-unstable 08/17] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable 09/17] mm: parisc: "
` [PATCH mm-unstable 10/17] mm: s390: Introduce arch_mmap_hint()
` [PATCH mm-unstable 11/17] mm: sh: "

[PATCH] sh: Remove memset_io from sh specific code
 2024-12-04 16:40 UTC 

[PATCH] serial: sh-sci: Use plain struct copy in early_console_setup()
 2024-12-04 16:12 UTC  (6+ messages)

[PATCH] sh: pci: Fix the wrong format specifier
 2024-12-04 12:35 UTC  (2+ messages)

[GIT PULL] sh updates for v6.13
 2024-11-30 23:16 UTC  (2+ messages)

[PATCH 13/13] sh/irq: use seq_put_decimal_ull_width() for decimal values
 2024-11-30 13:49 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] sh: intc: use after free in register_intc_controller()
 2024-11-30 12:37 UTC  (2+ messages)

[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2024-11-30 12:26 UTC  (3+ messages)
` [PATCH V2 3/3] SH: "

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-11-27 19:32 UTC  (3+ messages)
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks

[PATCH] sh: intc: Fix possible UAF in register_intc_controller
 2024-11-25  7:13 UTC  (10+ messages)

[PATCH] usb: ehci-hcd: fix call balance of clocks handling routines
 2024-11-21 14:14 UTC  (2+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-18 18:40 UTC  (14+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v2] crash, powerpc: Default to CRASH_DUMP=n on PPC_BOOK3S_32
 2024-11-13  1:04 UTC  (4+ messages)

[PATCH] kernel/irq/proc: performance: replace seq_printf with seq_put_decimal_ull_width
 2024-11-08 15:28 UTC  (3+ messages)

provide generic page_to_phys and phys_to_page implementations v3
 2024-11-05  9:56 UTC  (5+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys

[PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections
 2024-11-04 19:59 UTC  (7+ messages)

[PATCH/RFC] MAINTAINERS: Re-add cancelled Renesas driver sections
 2024-11-04  0:34 UTC  (9+ messages)

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-30  8:45 UTC  (7+ messages)

[PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
 2024-10-28 17:33 UTC  (5+ messages)

[PATCH v3 0/4] defconfig: drop RT_GROUP_SCHED=y
 2024-10-24 17:10 UTC  (3+ messages)
` [PATCH v3 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-24 10:52 UTC  (9+ messages)

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-10-24  8:59 UTC  (27+ messages)
  ` [PATCH v3 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c
  ` [PATCH v3 -next 02/15] mm: filemap: move sysctl to mm/filemap.c
  ` [PATCH v3 -next 03/15] mm: swap: move sysctl to mm/swap.c
  ` [PATCH v3 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c
  ` [PATCH v3 -next 05/15] mm: util: move sysctls to mm/util.c
  ` [PATCH v3 -next 06/15] mm: mmap: move sysctl to mm/mmap.c
  ` [PATCH v3 -next 07/15] security: min_addr: move sysctl to security/min_addr.c
  ` [PATCH v3 -next 08/15] mm: nommu: move sysctl to mm/nommu.c
  ` [PATCH v3 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c
  ` [PATCH v3 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c
  ` [PATCH v3 -next 11/15] sunrpc: use vfs_pressure_ratio() helper
  ` [PATCH v3 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c
  ` [PATCH v3 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
  ` [PATCH v3 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
  ` [PATCH v3 -next 15/15] sysctl: remove unneeded include

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-24  8:13 UTC  (27+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 23:58 UTC  (40+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
  ` Bisected: "

provide generic page_to_phys and phys_to_page implementations v2
 2024-10-15  5:44 UTC  (4+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid

Yamaha Piano 10/12
 2024-10-12 21:58 UTC 

[PATCH v5 0/2] sh: Restructure setup code to reserve memory regions earlier
 2024-10-10 19:04 UTC  (4+ messages)
` [PATCH v5 2/2] "

provide generic page_to_phys and phys_to_page implementations
 2024-10-10  8:37 UTC  (5+ messages)
` [PATCH] asm-generic: "


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