messages from 2024-10-08 07:55:04 to 2024-10-24 10:52:52 UTC [more...]
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-10-24 10:52 UTC (9+ messages)
[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 v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
2024-10-23 17:14 UTC
[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
provide generic page_to_phys and phys_to_page implementations v3
2024-10-23 5:36 UTC (3+ 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 v10 0/4] Replace fallback for IO memcpy and IO memset
2024-10-21 14:16 UTC (6+ messages)
` [PATCH v10 1/4] "
` [PATCH v10 2/4] arm64: Use new fallback IO memcpy/memset
` [PATCH v10 3/4] csky: "
` [PATCH v10 4/4] loongarch: "
[PATCH] csky: fix csky_cmpxchg_fixup not working
2024-10-21 7:51 UTC (6+ messages)
` [PATCH v2] "
[PATCH v3 00/11] Libdw/dwarf build clean up
2024-10-19 16:23 UTC (14+ messages)
` [PATCH v3 01/11] perf build: Fix LIBDW_DIR
` [PATCH v3 02/11] perf build: Rename NO_DWARF to NO_LIBDW
` [PATCH v3 03/11] perf build: Remove defined but never used variable
` [PATCH v3 04/11] perf build: Rename test-dwarf to test-libdw
` [PATCH v3 05/11] perf build: Combine libdw-dwarf-unwind into libdw feature tests
` [PATCH v3 06/11] perf build: Combine test-dwarf-getlocations into test-libdw
` [PATCH v3 07/11] perf build: Combine test-dwarf-getcfi "
` [PATCH v3 08/11] perf probe: Move elfutils support check to libdw check
` [PATCH v3 09/11] perf libdw: Remove unnecessary defines
` [PATCH v3 10/11] perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
` [PATCH v3 11/11] perf build: Rename CONFIG_DWARF to CONFIG_LIBDW
[PATCH v3 00/20] Remove PERF_HAVE_DWARF_REGS
2024-10-18 19:39 UTC (22+ messages)
` [PATCH v3 01/20] perf bpf-prologue: Remove unused file
` [PATCH v3 02/20] perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
` [PATCH v3 03/20] perf dwarf-regs: Add EM_HOST and EF_HOST defines
` [PATCH v3 04/20] perf disasm: Add e_machine/e_flags to struct arch
` [PATCH v3 05/20] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v3 06/20] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
` [PATCH v3 07/20] perf dwarf-regs: Move x86 dwarf-regs out of arch
` [PATCH v3 08/20] perf arm64: Remove dwarf-regs.c
` [PATCH v3 09/20] perf arm: "
` [PATCH v3 10/20] perf dwarf-regs: Move csky dwarf-regs out of arch
` [PATCH v3 11/20] perf loongarch: Remove dwarf-regs.c
` [PATCH v3 12/20] perf mips: "
` [PATCH v3 13/20] perf dwarf-regs: Move powerpc dwarf-regs out of arch
` [PATCH v3 14/20] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
` [PATCH v3 15/20] perf s390: Remove dwarf-regs.c
` [PATCH v3 16/20] perf sh: "
` [PATCH v3 17/20] perf sparc: "
` [PATCH v3 18/20] perf xtensa: "
` [PATCH v3 19/20] perf dwarf-regs: Remove get_arch_regstr code
` [PATCH v3 20/20] perf build: Remove PERF_HAVE_DWARF_REGS
[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: "
[PATCH v2 00/31] Libdw/dwarf build clean up
2024-10-16 17:21 UTC (2+ messages)
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
2024-10-16 14:36 UTC (6+ messages)
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
[PATCH v9 0/4] Consolidate IO memcpy functions
2024-10-11 8:23 UTC (7+ messages)
` [PATCH v9 1/4] Consolidate IO memcpy/memset into iomem_copy.c
` [PATCH v9 2/4] arm64: Use generic IO memcpy/memset
` [PATCH v9 3/4] csky: "
` [PATCH v9 4/4] loongarch: "
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 (17+ 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 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [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 13/14] mtd: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
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 read-only IMAP folder(s) and NNTP newsgroup(s).