linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-10 17:15:08 to 2024-09-24 15:10:36 UTC [more...]

[PATCH v2 0/8] vdso: Use only headers from the vdso/ namespace
 2024-09-24 15:10 UTC  (17+ messages)
` [PATCH v2 1/8] x86: vdso: Introduce asm/vdso/mman.h
` [PATCH v2 2/8] arm64: "
` [PATCH v2 3/8] vdso: Introduce vdso/mman.h
` [PATCH v2 4/8] vdso: Introduce vdso/page.h
` [PATCH v2 5/8] x86: vdso: Modify asm/vdso/getrandom.h to include datapage
` [PATCH v2 6/8] vdso: Modify vdso/getrandom.h to include the asm header
` [PATCH v2 7/8] vdso: Introduce uapi/vdso/random.h
` [PATCH v2 8/8] vdso: Modify getrandom to include the correct namespace

[PATCH -next v2] crash: Fix riscv64 crash memory reserve dead loop
 2024-09-24  6:40 UTC  (2+ messages)

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-09-24  2:45 UTC  (8+ messages)
` [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init

[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
 2024-09-23 16:28 UTC  (13+ messages)

[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
 2024-09-23 15:12 UTC  (5+ messages)
` [PATCH v2 05/15] timers: Update function descriptions of sleep/delay related functions

[PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-09-23  8:08 UTC  (23+ messages)
` [PATCH v15 01/19] tracing: Add a comment about ftrace_regs definition
` [PATCH v15 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v15 03/19] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v15 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v15 05/19] function_graph: Pass ftrace_regs to retfunc
` [PATCH v15 06/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v15 07/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v15 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v15 09/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v15 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v15 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v15 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v15 13/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v15 14/19] tracing: Fix function timing profiler to initialize hashtable
` [PATCH v15 15/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v15 16/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v15 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v15 18/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v15 19/19] bpf: Add get_entry_ip() for arm64

arch maintainer heads-up: masked user access infrastructure
 2024-09-22 19:43 UTC 

[RFC 04/12] PCI: hv: Annotate the VMBus channel IRQ name
 2024-09-20 23:13 UTC  (2+ messages)

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-09-20  5:10 UTC  (34+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-09-19 11:52 UTC  (3+ messages)
` [PATCH 6/6] Add Propeller configuration for kernel build

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-19 11:18 UTC  (10+ messages)
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages

Linux 6.11
 2024-09-18 11:01 UTC 

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-09-18  7:56 UTC  (21+ messages)
` [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
` [PATCH 10/18] KVM: x86: Keep track of instruction length during faults
` [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
` [PATCH 13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory

[PATCH v4 00/30] riscv control-flow integrity for usermode
 2024-09-17 22:52 UTC  (46+ messages)
` [PATCH v4 01/30] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v4 02/30] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v4 03/30] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v4 04/30] riscv: Add support for per-thread envcfg CSR values
` [PATCH v4 05/30] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v4 06/30] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH v4 08/30] riscv: zicfiss / zicfilp enumeration
` [PATCH v4 09/30] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v4 10/30] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v4 11/30] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v4 12/30] riscv mm: manufacture shadow stack pte
` [PATCH v4 13/30] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v4 14/30] riscv mmu: write protect and shadow stack
` [PATCH v4 15/30] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v4 17/30] prctl: arch-agnostic prctl for shadow stack
` [PATCH v4 18/30] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v4 19/30] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v4 20/30] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v4 21/30] riscv/traps: Introduce software check exception
` [PATCH v4 22/30] riscv sigcontext: cfi state struct definition for sigcontext
` [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
` [PATCH v4 24/30] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v4 25/30] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v4 26/30] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v4 27/30] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv
` [PATCH v4 30/30] kselftest/riscv: kselftest for user mode cfi

[RFC 00/12] Hyper-V guests use Linux IRQs for channel interrupts
 2024-09-16 18:15 UTC  (2+ messages)

[GIT PULL] Emulated one-byte cmpxchg() for ARC and sh
 2024-09-16  6:12 UTC  (2+ messages)

[PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-09-14 21:53 UTC  (21+ messages)
` [PATCH v14 01/19] tracing: Add a comment about ftrace_regs definition
` [PATCH v14 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v14 03/19] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v14 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v14 05/19] function_graph: Pass ftrace_regs to retfunc
` [PATCH v14 06/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v14 07/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v14 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v14 09/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v14 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v14 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v14 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v14 13/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v14 14/19] tracing: Fix function timing profiler to initialize hashtable
` [PATCH v14 15/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v14 16/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v14 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v14 18/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v14 19/19] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH v3 0/2] mm: tlb swap entries batch async release
 2024-09-12  7:30 UTC  (10+ messages)
` [PATCH v3 2/2] mm: tlb: add "

[PATCH 1/1] x86: SMT broken on Xen PV DomU since 6.9
 2024-09-12  5:21 UTC  (3+ messages)
` [PATCH 1/1] x86: SMT broken on Xen PV DomU since 6.9 (updated)

[PATCH net-next v26 00/13] Device Memory TCP
 2024-09-12  4:40 UTC  (13+ messages)
` [PATCH net-next v26 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v26 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v26 05/13] page_pool: devmem support
` [PATCH net-next v26 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v26 07/13] net: support non paged skb frags
` [PATCH net-next v26 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v26 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v26 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v26 11/13] net: add devmem TCP documentation
` [PATCH net-next v26 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v26 13/13] netdev: add dmabuf introspection

[PATCH 1/3] btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh
 2024-09-12  0:45 UTC  (11+ messages)
` [PATCH 2/3] btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
` [PATCH 3/3] btf: require pahole 1.21+ for DEBUG_INFO_BTF with default DWARF version

[PATCH v2 1/3] modpost: check section mismatch in reference to .dtb.init.rodata
 2024-09-11 17:32 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).