messages from 2024-09-09 13:32:22 to 2024-10-09 18:10:35 UTC [more...]
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-09 18:08 UTC (7+ 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
provide generic page_to_phys and phys_to_page implementations
2024-10-09 14:37 UTC (4+ messages)
` [PATCH] asm-generic: "
[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 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
2024-10-02 14:26 UTC (35+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
[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
[PATCH 0/7] add function arguments to ftrace
2024-09-20 8:17 UTC (8+ messages)
[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
2024-09-19 11:18 UTC (10+ messages)
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages
[PATCH v2 0/4] Consolidate IO memcpy functions
2024-09-18 2:26 UTC (9+ messages)
` [PATCH v2 1/4] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
` [PATCH v2 2/4] Use generic io memcpy functions on the arm64 architecture
` [PATCH v2 3/4] Use generic io memcpy functions on the csky architecture
` [PATCH v2 4/4] Use generic io memcpy functions on the loongarch architecture
[PATCH v3 0/4] Consolidate IO memcpy functions
2024-09-16 16:07 UTC (7+ messages)
` [PATCH v3 1/4] Consolidate __memcpy_{to,from}io and __memset_io into a single lib
` [PATCH v3 2/4] Use generic io memcpy functions on the arm64 architecture
` [PATCH v3 3/4] Use generic io memcpy functions on the csky architecture
` [PATCH v3 4/4] Use generic io memcpy functions on the loongarch architecture
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).