linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-07 12:34:41 to 2025-01-20 11:15:31 UTC [more...]

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-20 11:15 UTC  (50+ messages)
` [PATCH v4 01/30] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v4 02/30] objtool: Flesh out warning related to pv_ops[] calls
` [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 05/30] jump_label: Add annotations for validating noinstr usage
` [PATCH v4 06/30] static_call: Add read-only-after-init static calls
` [PATCH v4 07/30] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v4 08/30] x86/idle: Mark x86_idle "
` [PATCH v4 09/30] x86/paravirt: Mark pv_steal_clock "
` [PATCH v4 10/30] riscv/paravirt: "
` [PATCH v4 11/30] loongarch/paravirt: "
` [PATCH v4 12/30] arm64/paravirt: "
` [PATCH v4 13/30] arm/paravirt: "
` [PATCH v4 14/30] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v4 15/30] sched/clock: Mark sched_clock_running key "
` [PATCH v4 16/30] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v4 17/30] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v4 19/30] stackleack: Mark stack_erasing_bypass key "
` [PATCH v4 20/30] objtool: Add noinstr validation for static branches/calls
` [PATCH v4 21/30] context_tracking: Explicitely use CT_STATE_KERNEL where it is missing
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 23/30] context_tracking: Turn CT_STATE_* into bits
` [PATCH v4 24/30] context-tracking: Introduce work deferral infrastructure
` [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 27/30] x86/tlb: Make __flush_tlb_local() noinstr-compliant
` [PATCH v4 28/30] x86/tlb: Make __flush_tlb_all() noinstr
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
` [PATCH v4 30/30] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE

[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  (7+ messages)
` [PATCH v2 4/7] syscall.h: introduce syscall_set_nr()

[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-17 13:25 UTC  (28+ messages)
` [PATCH v5 01/17] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v5 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v5 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v5 04/17] mm: pgtable: add statistics for P4D level page table
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v5 06/17] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v5 07/17] mm: pgtable: introduce pagetable_dtor()
` [PATCH v5 08/17] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v5 09/17] arm64: "
` [PATCH v5 10/17] riscv: "
` [PATCH v5 11/17] x86: pgtable: convert __tlb_remove_table() to use struct ptdesc
` [PATCH v5 12/17] x86: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v5 13/17] s390: pgtable: consolidate PxD and PTE TLB free paths
` [PATCH v5 14/17] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v5 15/17] mm: pgtable: completely move pagetable_dtor() to generic tlb_remove_table()
` [PATCH v5 16/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v5 17/17] mm: pgtable: introduce generic pagetable_dtor_free()

[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

[REGRESSION] mipsel: no RTC CMOS on the Malta platform in QEMU
 2025-01-15  8:15 UTC  (13+ messages)

[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-15  0:05 UTC  (6+ messages)

[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2025-01-14 19:04 UTC  (6+ messages)

[PATCH 3/6] x86/cpuidle: Move buggy mwait implementations away from CPUIDLE_FLAG_MWAIT
 2025-01-14 14:35 UTC  (2+ 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 

[RESEND v4 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2025-01-13 17:06 UTC  (4+ messages)
` [RESEND v4 1/3] "
` [RESEND v4 2/3] selftests/mm: Use "
` [RESEND v4 3/3] selftests/powerpc: "

[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 RFC 0/2] module: Introduce hash-based integrity checking
 2025-01-13 15:09 UTC  (9+ messages)
` [PATCH RFC 2/2] "

[PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-11  1:16 UTC  (6+ messages)
` [PATCH 1/6] Revert "arch: remove unused function syscall_set_arguments()"
` [PATCH 3/6] syscall.h: introduce syscall_set_nr()

[PATCH 00/17] vDSO: Introduce generic data storage
 2025-01-09 11:55 UTC  (3+ messages)
` [PATCH 10/17] s390/vdso: Switch to generic storage implementation

[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-07 14:22 UTC  (20+ messages)
` [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() "
` [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free()


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