linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-17 11:23:42 to 2025-02-04 12:06:20 UTC [more...]

[PATCH v3 00/18] vDSO: Introduce generic data storage
 2025-02-04 12:05 UTC  (19+ 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 v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2025-02-04  9:19 UTC  (4+ messages)
` [PATCH v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr

[PATCH 00/20] Add support for shared PTEs across processes
 2025-02-04  1:52 UTC  (36+ messages)
` [PATCH 01/20] mm: Add msharefs filesystem
` [PATCH 02/20] mm/mshare: pre-populate msharefs with information file
` [PATCH 03/20] mm/mshare: make msharefs writable and support directories
` [PATCH 04/20] mm/mshare: allocate an mm_struct for msharefs files
` [PATCH 05/20] mm/mshare: Add ioctl support
` [PATCH 06/20] mm/mshare: Add a vma flag to indicate an mshare region
` [PATCH 07/20] mm/mshare: Add mmap support
` [PATCH 08/20] mm/mshare: flush all TLBs when updating PTEs in an mshare range
` [PATCH 09/20] sched/numa: do not scan msharefs vmas
` [PATCH 10/20] mm: add mmap_read_lock_killable_nested()
` [PATCH 11/20] mm: add and use unmap_page_range vm_ops hook
` [PATCH 12/20] mm/mshare: prepare for page table sharing support
` [PATCH 13/20] x86/mm: enable page table sharing
` [PATCH 14/20] mm: create __do_mmap() to take an mm_struct * arg
` [PATCH 15/20] mm: pass the mm in vma_munmap_struct
` [PATCH 16/20] mshare: add MSHAREFS_CREATE_MAPPING
` [PATCH 17/20] mshare: add MSHAREFS_UNMAP
` [PATCH 18/20] mm/mshare: provide a way to identify an mm as an mshare host mm
` [PATCH 19/20] mm/mshare: get memcg from current->mm instead of mshare mm
` [PATCH 20/20] mm/mshare: associate a mem cgroup with an mshare file

[PATCH 0/4] barrier: Introduce smp_cond_load_*_timeout()
 2025-02-03 21:49 UTC  (5+ messages)
` [PATCH 1/4] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH 2/4] asm-generic: barrier: Add smp_cond_load_acquire_timewait()
` [PATCH 3/4] arm64: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH 4/4] arm64: barrier: Add smp_cond_load_acquire_timewait()

[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] iomap: Fix -Wmissing-prototypes on UM
 2025-02-03 14:29 UTC  (9+ messages)

[PATCH v2 0/6] module: Introduce hash-based integrity checking
 2025-02-03 14:22 UTC  (14+ messages)
` [PATCH v2 1/6] kbuild: add stamp file for vmlinux BTF data
` [PATCH v2 2/6] module: Make module loading policy usable without MODULE_SIG
` [PATCH v2 3/6] module: Move integrity checks into dedicated function
` [PATCH v2 4/6] module: Move lockdown check into generic module loader
` [PATCH v2 5/6] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v2 6/6] module: Introduce hash-based integrity checking

[PATCH] asm-generic: allow unaligned buffers in reads/writes{w,l,q}
 2025-02-03 13:03 UTC 

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

[PATCH v3] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
 2025-02-01 20:10 UTC  (2+ messages)

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

[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-29 13:01 UTC  (3+ messages)

[PATCH v2 0/2] hyperv: Move some features to common code
 2025-01-29  1:30 UTC  (7+ messages)
` [PATCH v2 1/2] hyperv: Move hv_current_partition_id to arch-generic code
` [PATCH v2 2/2] hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv

[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
 2025-01-29  0:56 UTC  (2+ messages)
` [f2fs-dev] "

[GIT PULL] LoongArch changes for v6.14
 2025-01-28 17:07 UTC  (2+ messages)

[PATCH v4] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-01-27 20:55 UTC  (2+ messages)

[PATCH v4 0/6] Enable strict percpu address space checks
 2025-01-27 16:05 UTC  (7+ messages)
` [PATCH v4 1/6] x86/kgdb: Use IS_ERR_PCPU() macro
` [PATCH v4 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
` [PATCH v4 3/6] percpu: Use TYPEOF_UNQUAL() in variable declarations
` [PATCH v4 4/6] percpu: Use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
` [PATCH v4 5/6] percpu: Repurpose __percpu tag as a named address space qualifier
` [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-27 15:51 UTC  (31+ messages)
` [PATCH v4 03/30] rcu: Add a small-width RCU watching counter debug option
` [PATCH v4 04/30] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v2] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-01-27 10:03 UTC  (14+ messages)

[PATCH v2] drm/virtio: Align host mapping request to maximum platform page size
 2025-01-27  9:05 UTC  (2+ messages)

[PATCH v3] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-01-27  1:31 UTC  (5+ messages)

[PATCH] [RFC, DO NOT APPLY] vmlinux.lds: revert link speed regression
 2025-01-23  7:33 UTC  (2+ messages)

[PATCH 0/2] hyperv: Move some features to common code
 2025-01-22 23:05 UTC  (8+ messages)
` [PATCH 1/2] hyperv: Move hv_current_partition_id to arch-generic code

[PATCH] [RFC, DO NOT APPLY] vmlinux.lds: revert link speed regression
 2025-01-22 22:37 UTC  (9+ messages)

[PATCH] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-01-22 10:34 UTC  (3+ messages)

Linux 6.13
 2025-01-21 22:56 UTC 

[PATCH v9 00/15] arm64: support poll_idle()
 2025-01-21  9:55 UTC  (3+ messages)

[PATCH 0/3] KASAN fix for arch_dup_task_struct (x86, um)
 2025-01-20 13:36 UTC  (3+ messages)
` [PATCH 2/3] um: avoid copying FP state from init_task

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2025-01-20  9:51 UTC  (8+ messages)
` [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user

[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  (5+ messages)
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-17 11:23 UTC  (3+ messages)
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive


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