messages from 2025-02-04 12:06:07 to 2025-03-13 13:50:22 UTC [more...]
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-13 13:49 UTC
[PATCH v5 00/11] perf: Support multiple system call tables in the build
2025-03-13 7:11 UTC (14+ messages)
` [PATCH v5 01/11] perf dso: Move libunwind dso_data variables into ifdef
` [PATCH v5 02/11] perf dso: kernel-doc for enum dso_binary_type
` [PATCH v5 03/11] perf syscalltbl: Remove syscall_table.h
` [PATCH v5 04/11] perf trace: Reorganize syscalls
` [PATCH v5 05/11] perf syscalltbl: Remove struct syscalltbl
` [PATCH v5 06/11] perf dso: Add support for reading the e_machine type for a dso
` [PATCH v5 07/11] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v5 08/11] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v5 09/11] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v5 10/11] perf build: Remove Makefile.syscalls
` [PATCH v5 11/11] perf syscalltbl: Mask off ABI type for MIPS system calls
[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-12 16:09 UTC (31+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit
[PATCH 0/3] Drop explicit --hash-style= setting for new
2025-03-10 2:13 UTC (6+ messages)
` [PATCH 1/3] riscv: vDSO: Remove --hash-style=both
` [PATCH 2/3] csky: "
` [PATCH 3/3] LoongArch: vDSO: Remove --hash-style=sysv
` Ping: [PATCH 0/3] Drop explicit --hash-style= setting for new
[PATCH v4 00/11] perf: Support multiple system call tables in the build
2025-03-07 5:30 UTC (18+ messages)
` [PATCH v4 01/11] perf dso: Move libunwind dso_data variables into ifdef
` [PATCH v4 02/11] perf dso: kernel-doc for enum dso_binary_type
` [PATCH v4 03/11] perf syscalltbl: Remove syscall_table.h
` [PATCH v4 04/11] perf trace: Reorganize syscalls
` [PATCH v4 05/11] perf syscalltbl: Remove struct syscalltbl
` [PATCH v4 06/11] perf dso: Add support for reading the e_machine type for a dso
` [PATCH v4 07/11] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v4 08/11] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v4 09/11] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v4 10/11] perf build: Remove Makefile.syscalls
` [PATCH v4 11/11] perf syscalltbl: Mask off ABI type for MIPS system calls
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-03-05 13:12 UTC (10+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
[PATCH v2 0/6] remove tlb_remove_page_ptdesc()
2025-03-04 6:11 UTC (22+ messages)
` [PATCH v2 1/6] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH v2 2/6] mm: pgtable: change pt parameter of tlb_remove_ptdesc() to struct ptdesc *
` [PATCH v2 3/6] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
` [PATCH v2 3/6 update] "
` [PATCH v2 4/6] riscv: pgtable: unconditionally "
` [External] "
` [PATCH v2 5/6] x86: pgtable: convert to "
` [PATCH v2 6/6] mm: pgtable: remove tlb_remove_page_ptdesc()
[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-03-03 11:20 UTC (2+ messages)
` [PATCH v7 2/6] syscall.h: add syscall_set_arguments()
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2025-02-28 13:55 UTC (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
[PATCH v3 0/8] perf: Support multiple system call tables in the build
2025-02-27 7:24 UTC (19+ messages)
` [PATCH v3 1/8] perf syscalltble: Remove syscall_table.h
` [PATCH v3 2/8] perf trace: Reorganize syscalls
` [PATCH v3 3/8] perf syscalltbl: Remove struct syscalltbl
` [PATCH v3 4/8] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v3 5/8] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v3 6/8] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v3 7/8] perf build: Remove Makefile.syscalls
` [PATCH v3 8/8] perf syscalltbl: Mask off ABI type for MIPS system calls
[PATCH v3 00/18] vDSO: Introduce generic data storage
2025-02-22 10:14 UTC (28+ messages)
` [PATCH v3 01/18] x86/vdso: Fix latent bug in vclock_pages calculation
` [PATCH v3 02/18] parisc: Remove unused symbol vdso_data
` [PATCH v3 03/18] vdso: Introduce vdso/align.h
` [PATCH v3 04/18] vdso: Rename included Makefile
` [PATCH v3 05/18] vdso: Add generic time data storage
` [PATCH v3 06/18] vdso: Add generic random "
` [PATCH v3 07/18] vdso: Add generic architecture-specific "
` [PATCH v3 08/18] arm64: vdso: Switch to generic storage implementation
` [PATCH v3 09/18] riscv: "
` [PATCH v3 10/18] LoongArch: vDSO: "
` [PATCH v3 11/18] arm: vdso: "
` [PATCH v3 12/18] s390/vdso: "
` [PATCH v3 13/18] MIPS: vdso: "
` [PATCH v3 14/18] powerpc/vdso: "
` [PATCH v3 15/18] x86/vdso: "
` [PATCH v3 16/18] x86/vdso/vdso2c: Remove page handling
` [PATCH v3 17/18] vdso: Remove remnants of architecture-specific random state storage
` [PATCH v3 18/18] vdso: Remove remnants of architecture-specific time storage
[PATCH] LoongArch: vDSO: Remove --hash-style=sysv
2025-02-21 17:45 UTC (3+ messages)
security/landlock/ruleset.c:96:9: warning: 'memcpy' accessing 4294967295 bytes at offsets 20 and 0 overlaps 6442450943 bytes at offset -2147483648
2025-02-21 16:00 UTC
[PATCH v6 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-19 19:16 UTC (5+ messages)
` [PATCH v6 2/6] syscall.h: add syscall_set_arguments()
[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
2025-02-19 14:06 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH] mm/ioremap: Pass pgprot_t to ioremap_prot() instead of unsigned long
2025-02-19 11:52 UTC (2+ messages)
[PATCH v2 0/7] perf: Support multiple system call tables in the build
2025-02-12 13:59 UTC (26+ messages)
` [PATCH v2 1/7] perf syscalltble: Remove syscall_table.h
` [PATCH v2 2/7] perf trace: Reorganize syscalls
` [PATCH v2 3/7] perf syscalltbl: Remove struct syscalltbl
` [PATCH v2 4/7] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v2 5/7] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v2 6/7] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v2 7/7] perf build: Remove Makefile.syscalls
[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-10 11:34 UTC (2+ messages)
` [PATCH v5 3/7] syscall.h: add syscall_set_arguments()
[PATCH 0/5] remove tlb_remove_page_ptdesc()
2025-02-08 7:22 UTC (3+ messages)
[PATCH v1 0/7] perf: Support multiple system call tables in the build
2025-02-05 5:17 UTC (20+ messages)
` [PATCH v1 2/7] perf trace: Reorganize syscalls
` [PATCH v1 3/7] perf syscalltbl: Remove struct syscalltbl
` [PATCH v1 6/7] perf syscalltbl: Use lookup table containing multiple architectures
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).