linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-18 17:57:57 to 2025-03-19 05:07:48 UTC [more...]

[PATCH v7 00/14] perf: Support multiple system call tables in the build
 2025-03-19  5:07 UTC  (2+ messages)
` [PATCH v7 01/14] perf dso: Move libunwind dso_data variables into ifdef

[PATCH v6 00/13] perf: Support multiple system call tables in the build
 2025-03-18 19:04 UTC  (15+ messages)
` [PATCH v6 01/13] perf dso: Move libunwind dso_data variables into ifdef
` [PATCH v6 02/13] perf dso: kernel-doc for enum dso_binary_type
` [PATCH v6 03/13] perf syscalltbl: Remove syscall_table.h
` [PATCH v6 04/13] perf trace: Reorganize syscalls
` [PATCH v6 05/13] perf syscalltbl: Remove struct syscalltbl
` [PATCH v6 06/13] perf dso: Add support for reading the e_machine type for a dso
` [PATCH v6 07/13] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v6 08/13] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v6 09/13] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v6 10/13] perf build: Remove Makefile.syscalls
` [PATCH v6 11/13] perf syscalltbl: Mask off ABI type for MIPS system calls
` [PATCH v6 12/13] perf trace: Make syscall table stable
` [PATCH v6 13/13] perf trace: Fix BTF memory leak

[PATCH 00/11] Always call constructor for kernel page tables
 2025-03-18 12:14 UTC  (14+ messages)
` [PATCH 01/11] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH 02/11] mm: Call ctor/dtor for kernel PTEs
` [PATCH 03/11] m68k: "
` [PATCH 04/11] powerpc: "
` [PATCH 05/11] sparc64: "
` [PATCH 06/11] mm: Skip ptlock_init() for kernel PMDs
` [PATCH 07/11] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH 08/11] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH 09/11] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH 10/11] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH 11/11] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc

[PATCH v5 00/11] perf: Support multiple system call tables in the build
 2025-03-17 21:19 UTC  (27+ 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 v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-17 12:40 UTC  (19+ messages)
` [PATCH v2 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH v2 02/13] csky: move setup_initrd() to setup.c
` [PATCH v2 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH v2 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH v2 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH v2 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH v2 07/13] s390: make setup_zero_pages() use memblock
` [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH v2 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH v2 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-15 14:55 UTC  (32+ 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()
        ` Soekris crypto 1411, where to find ?
` [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 10/41] csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi header
 2025-03-14  7:09 UTC  (2+ messages)
` [PATCH 11/41] csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers

[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  (6+ messages)
` [PATCH v3 09/18] riscv: vdso: Switch to generic storage implementation
` [PATCH v3 10/18] LoongArch: vDSO: "

[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 2/6] syscall.h: add syscall_set_arguments()
 2025-02-19 19:16 UTC  (4+ messages)

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


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