linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-09 19:48:41 to 2025-02-17 09:08:42 UTC [more...]

[PATCH v6 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-17  9:08 UTC 

[PATCH v3 00/18] vDSO: Introduce generic data storage
 2025-02-14 12:04 UTC  (25+ 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 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  (12+ messages)
` [PATCH 1/5] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH 2/5] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
` [PATCH 3/5] riscv: pgtable: unconditionally "
` [PATCH 4/5] x86: pgtable: unconditionally use tlb_remove_table()
` [PATCH 5/5] mm: pgtable: remove tlb_remove_page_ptdesc()

[PATCH v1 0/7] perf: Support multiple system call tables in the build
 2025-02-05  5:17 UTC  (26+ messages)
` [PATCH v1 1/7] perf syscalltble: Remove syscall_table.h
` [PATCH v1 2/7] perf trace: Reorganize syscalls
` [PATCH v1 3/7] perf syscalltbl: Remove struct syscalltbl
` [PATCH v1 4/7] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v1 5/7] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v1 6/7] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v1 7/7] perf build: Remove Makefile.syscalls

[PATCH v2 0/6] Account page tables at all levels
 2025-02-03 19:15 UTC  (7+ messages)
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level

[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-03 10:35 UTC  (4+ messages)
` [PATCH v4 3/7] syscall.h: add syscall_set_arguments()

[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-30 11:36 UTC  (8+ messages)
` [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()

[PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
 2025-01-18  4:34 UTC  (5+ messages)

[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-17 13:25 UTC  (7+ messages)
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table
` [PATCH v5 09/17] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table()

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-17 11:23 UTC  (36+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [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 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag

[PATCH RFC] lib perf: Select syscall table at runtime
 2025-01-15  2:19 UTC  (2+ messages)

[PATCH v6 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-14 22:00 UTC  (15+ messages)

[PATCH v2 00/18] vDSO: Introduce generic data storage
 2025-01-14 10:33 UTC  (22+ messages)
` [PATCH v2 01/18] x86/vdso: Fix latent bug in vclock_pages calculation
` [PATCH v2 02/18] parisc: Remove unused symbol vdso_data
` [PATCH v2 03/18] vdso: Introduce vdso/align.h
` [PATCH v2 04/18] vdso: Rename included Makefile
` [PATCH v2 05/18] vdso: Add generic time data storage
` [PATCH v2 06/18] vdso: Add generic random "
` [PATCH v2 07/18] vdso: Add generic architecture-specific "
` [PATCH v2 08/18] arm64: vdso: Switch to generic storage implementation
` [PATCH v2 09/18] riscv: "
` [PATCH v2 10/18] LoongArch: vDSO: "
` [PATCH v2 11/18] arm: vdso: "
` [PATCH v2 12/18] s390/vdso: "
` [PATCH v2 13/18] MIPS: vdso: "
` [PATCH v2 14/18] powerpc/vdso: "
` [PATCH v2 15/18] x86/vdso: "
` [PATCH v2 16/18] x86/vdso/vdso2c: Remove page handling
` [PATCH v2 17/18] vdso: Remove remnants of architecture-specific random state storage
` [PATCH v2 18/18] vdso: Remove remnants of architecture-specific time storage

[PATCH v2 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-13 17:09 UTC 

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-01-13 15:47 UTC  (9+ messages)
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
  ` [REGRESSION] "
        ` [PATCH] x86: Disable EXECMEM_ROX support

[PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-10  3:15 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).