linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-01 12:53:52 to 2024-11-04 11:58:26 UTC [more...]

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

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

[PATCH] kernel/irq/proc: performance: replace seq_printf with seq_put_decimal_ull_width
 2024-11-03  8:05 UTC 

[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] sh: intc: Fix possible UAF in register_intc_controller
 2024-10-30  6:08 UTC 

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

provide generic page_to_phys and phys_to_page implementations v3
 2024-10-25 13:37 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 page_to_phys

[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 v7 0/8] x86/module: use large ROX pages for text allocations
 2024-10-23 16:27 UTC  (9+ 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] sh: intc: use after free in register_intc_controller()
 2024-10-23  8:41 UTC 

[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  (6+ messages)
` [PATCH] asm-generic: "

[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
 2024-10-09 14:31 UTC  (3+ messages)

[PATCH v8 00/14] Consolidate IO memcpy functions
 2024-10-08 14:54 UTC  (23+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 02/14] arm64: Use generic IO memcpy/memset
` [PATCH v8 03/14] csky: "
` [PATCH v8 04/14] loongarch: "
` [PATCH v8 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [PATCH v8 07/14] parisc: "
` [PATCH v8 08/14] sh: "
` [PATCH v8 09/14] arm: Align prototype of IO memset
` [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset
` [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset
` [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 13/14] mtd: "
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML

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

[PATCH v7 00/10] Consolidate IO memcpy functions
 2024-10-07  8:06 UTC  (13+ messages)
` [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v7 06/10] alpha: Align prototypes of IO memcpy/memset
` [PATCH v7 07/10] parisc: "
` [PATCH v7 09/10] um: Add dummy implementation for "

[PATCH v2 resend2] locking/spinlocks: Make __raw_* lock ops static
 2024-10-04 10:08 UTC  (2+ messages)

[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
 2024-10-02 14:26 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).