linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-24 02:45:44 to 2024-10-10 09:33:27 UTC [more...]

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-10  9:29 UTC  (22+ 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
 2024-10-10  8:37 UTC  (6+ messages)
` [PATCH] asm-generic: "

[PATCH 00/28] vdso: Preparations for generic data storage
 2024-10-10  7:55 UTC  (31+ messages)
` [PATCH 01/28] csky/vdso: Remove gettimeofday() and friends from VDSO
` [PATCH 02/28] csky/vdso: Remove arch_vma_name()
` [PATCH 03/28] s390/vdso: Drop LBASE_VDSO
` [PATCH 04/28] arm64: vdso: "
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping
` [PATCH 06/28] riscv: "
` [PATCH 07/28] arm: vdso: Remove assembly for datapage access
` [PATCH 08/28] LoongArch: vDSO: Use vdso/datapage.h to access vDSO data
` [PATCH 09/28] MIPS: vdso: Avoid name conflict around "vdso_data"
` [PATCH 10/28] x86/mm/mmap: Remove arch_vma_name()
` [PATCH 11/28] x86: vdso: Use __arch_get_vdso_data() to access vdso data
` [PATCH 12/28] x86: vdso: Place vdso_data at beginning of vvar page
` [PATCH 13/28] x86: vdso: Access rng data from kernel without vvar
` [PATCH 14/28] x86: vdso: Allocate vvar page from C code
` [PATCH 15/28] x86: vdso: Access timens vdso data without vvar.h
` [PATCH 16/28] x86: vdso: Access rng "
` [PATCH 17/28] x86: vdso: Move the rng offset to vsyscall.h
` [PATCH 18/28] x86: vdso: Access vdso data without vvar.h
` [PATCH 19/28] x86: vdso: Delete vvar.h
` [PATCH 20/28] x86: vdso: Split virtual clock pages into dedicated mapping
` [PATCH 21/28] powerpc: vdso: Remove offset comment from 32bit vdso_arch_data
` [PATCH 22/28] powerpc: procfs: Propagate error of remap_pfn_range()
` [PATCH 23/28] powerpc/pseries/lparcfg: Fix printing of system_active_processors
` [PATCH 24/28] powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processors
` [PATCH 25/28] powerpc: Add kconfig option for the systemcfg page
` [PATCH 26/28] powerpc: Split systemcfg data out of vdso data page
` [PATCH 27/28] powerpc: Split systemcfg struct definitions out from vdso
` [PATCH 28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data

[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] csky: fix csky_cmpxchg_fixup not working
 2024-10-08  5:46 UTC 

[PATCH v2 00/31] Libdw/dwarf build clean up
 2024-10-07 15:46 UTC  (39+ messages)
` [PATCH v2 01/31] perf build: Fix !HAVE_DWARF_GETLOCATIONS_SUPPORT
` [PATCH v2 02/31] perf build: Rename NO_DWARF to NO_LIBDW
` [PATCH v2 03/31] perf build: Remove defined but never used variable
` [PATCH v2 04/31] perf build: Rename test-dwarf to test-libdw
` [PATCH v2 05/31] perf build: Combine libdw-dwarf-unwind into libdw feature tests
` [PATCH v2 06/31] perf build: Combine test-dwarf-getlocations into test-libdw
` [PATCH v2 07/31] perf build: Combine test-dwarf-getcfi "
` [PATCH v2 08/31] perf probe: Move elfutils support check to libdw check
` [PATCH v2 09/31] perf libdw: Remove unnecessary defines
` [PATCH v2 10/31] perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
` [PATCH v2 11/31] perf build: Rename CONFIG_DWARF to CONFIG_LIBDW
` [PATCH v2 12/31] perf bpf-prologue: Remove unused file
` [PATCH v2 13/31] perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
` [PATCH v2 14/31] perf dwarf-regs: Add EM_HOST and EF_HOST defines
` [PATCH v2 15/31] perf disasm: Add e_machine/e_flags to struct arch
` [PATCH v2 16/31] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v2 17/31] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
` [PATCH v2 18/31] perf dwarf-regs: Move x86 dwarf-regs out of arch
` [PATCH v2 19/31] perf arm64: Remove dwarf-regs.c
` [PATCH v2 20/31] perf arm: "
` [PATCH v2 21/31] perf dwarf-regs: Move csky dwarf-regs out of arch
` [PATCH v2 22/31] perf loongarch: Remove dwarf-regs.c
` [PATCH v2 23/31] perf mips: "
` [PATCH v2 24/31] perf dwarf-regs: Move powerpc dwarf-regs out of arch
` [PATCH v2 25/31] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
` [PATCH v2 26/31] perf s390: Remove dwarf-regs.c
` [PATCH v2 27/31] perf sh: "
` [PATCH v2 28/31] perf sparc: "
` [PATCH v2 29/31] perf xtensa: "
` [PATCH v2 30/31] perf dwarf-regs: Remove get_arch_regstr code
` [PATCH v2 31/31] perf build: Remove PERF_HAVE_DWARF_REGS

[PATCH v7 00/10] Consolidate IO memcpy functions
 2024-10-07  8:06 UTC  (23+ messages)
` [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v7 02/10] arm64: Use generic IO memcpy/memset
` [PATCH v7 03/10] csky: "
` [PATCH v7 04/10] loongarch: "
` [PATCH v7 05/10] m68k: Align prototypes of "
` [PATCH v7 06/10] alpha: "
` [PATCH v7 07/10] parisc: "
` [PATCH v7 08/10] sh: "
` [PATCH v7 09/10] um: Add dummy implementation for "
` [PATCH v7 10/10] arm: Align prototype of IO memset

[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
 2024-10-02 14:26 UTC  (2+ messages)

[PATCH 0/5] csky: add shutdown and nolibc support
 2024-09-30  6:04 UTC  (9+ messages)
` [PATCH 1/5] drivers/virt: introduce csky_exit system poweroff driver
` [PATCH 2/5] tools/nolibc: provide a fallback for lseek through llseek
` [PATCH 3/5] selftests/nolibc: add support to use standalone kernels for tests
` [PATCH 4/5] tools/nolibc: add csky support
` [PATCH 5/5] selftests/nolibc: skip test for getppid() on csky

[PATCH v6 0/5] Consolidate IO memcpy functions
 2024-09-29 20:37 UTC  (13+ messages)
` [PATCH v6 1/5] Consolidate __memcpy_{to,from}io and __memset_io into iomap_copy.c
` [PATCH v6 2/5] Replace generic memcpy and memset by IO memcpy functions
` [PATCH v6 3/5] arm64: Use generic io "
` [PATCH v6 4/5] csky: "
` [PATCH v6 5/5] loongarch: "

[BUG?] csky: qemu-user: swapped syscall numbers for getppid and rt_sigreturn
 2024-09-29  9:07 UTC  (2+ messages)

[PATCH v5 0/5] Consolidate IO memcpy functions
 2024-09-25  1:01 UTC  (10+ messages)
` [PATCH v5 1/5] Consolidate __memcpy_{to,from}io and __memset_io into iomap_copy.c
` [PATCH v5 2/5] Replace generic memcpy and memset by IO memcpy functions
` [PATCH v5 3/5] Use generic io memcpy functions on the arm64 architecture
` [PATCH v5 4/5] Use generic io memcpy functions on the csky architecture
` [PATCH v5 5/5] Use generic io memcpy functions on the loongarch architecture

[PATCH v4 0/5] Consolidate IO memcpy functions
 2024-09-24 20:25 UTC  (8+ messages)
` [PATCH v4 1/5] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
` [PATCH v4 2/5] Replace generic memcpy and memset by IO memcpy functions
` [PATCH v4 3/5] Use generic io memcpy functions on the arm64 architecture
` [PATCH v4 4/5] Use generic io memcpy functions on the csky architecture
` [PATCH v4 5/5] Use generic io memcpy functions on the loongarch architecture

[PATCH] csky: Fix the following errors reported by checkpatch:
 2024-09-24  2:44 UTC 


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