Linux Arch
[Prev Page][Next Page]
- Re: [PATCH v3 2/2] vdso: Introduce vdso/page.h, (continued)
- [arnd-asm-generic:asm-generic] BUILD SUCCESS f822712a2c69154f9a0a009f8e18fe394eb7766f, kernel test robot
- [PATCH v2 0/6] Add AutoFDO and Propeller support for Clang build,
Rong Xu
- [no subject], Unknown
- [PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v13 01/40] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Mark Brown
- [PATCH v13 02/40] mm: Define VM_HIGH_ARCH_6, Mark Brown
- [PATCH v13 03/40] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v13 05/40] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v13 07/40] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v13 08/40] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v13 09/40] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v13 10/40] arm64/gcs: Provide put_user_gcs(), Mark Brown
- [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v13 12/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v13 13/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v13 14/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v13 15/40] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests, Mark Brown
- [PATCH v13 17/40] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v13 18/40] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v13 19/40] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v13 20/40] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v13 21/40] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS, Mark Brown
- [PATCH v13 23/40] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v13 24/40] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v13 25/40] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v13 26/40] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v13 27/40] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v13 28/40] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v13 29/40] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v13 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v13 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v13 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v13 33/40] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v13 34/40] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v13 35/40] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v13 36/40] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v13 37/40] kselftest/arm64: Add GCS signal tests, Mark Brown
- [PATCH v13 38/40] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v13 39/40] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH v13 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list, Mark Brown
- Re: (subset) [PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace, Catalin Marinas
- [RFC][PATCHES] asm/unaligned.h removal,
Al Viro
- [PATCH 3/3] move asm/unaligned.h to linux/unaligned.h, Al Viro
- [PATCH 00/33] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Deepak Gupta
- [PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma, Deepak Gupta
- [PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz, Deepak Gupta
- [PATCH 04/33] riscv: Add support for per-thread envcfg CSR values, Deepak Gupta
- [PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart, Deepak Gupta
- [PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv, Deepak Gupta
- [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH 08/33] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH 12/33] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH 14/33] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack, Deepak Gupta
- [PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH 21/33] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH 23/33] riscv signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH 29/33] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH 32/33] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- Re: [PATCH 00/33] riscv control-flow integrity for usermode, patchwork-bot+linux-riscv
- [PATCH v9 0/5] Tracepoints and static branch in Rust,
Alice Ryhl
- [PATCH v7 00/10] Consolidate IO memcpy functions,
Julian Vetter
- [PATCH v7 06/10] alpha: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c, Julian Vetter
- [PATCH v7 05/10] m68k: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v7 07/10] parisc: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v7 09/10] um: Add dummy implementation for IO memcpy/memset, Julian Vetter
- [PATCH v7 10/10] arm: Align prototype of IO memset, Julian Vetter
- [PATCH v7 04/10] loongarch: Use generic IO memcpy/memset, Julian Vetter
- [PATCH v7 03/10] csky: Use generic IO memcpy/memset, Julian Vetter
- [PATCH v7 08/10] sh: Align prototypes of IO memcpy/memset, Julian Vetter
- [PATCH v7 02/10] arm64: Use generic IO memcpy/memset, Julian Vetter
- Re: [PATCH v7 00/10] Consolidate IO memcpy functions, Niklas Schnelle
- [PATCH V2] LoongArch: Set correct size for VDSO code mapping, Huacai Chen
- [PATCH] LoongArch: Set correct size for VDSO code mapping,
Huacai Chen
- [no subject], Unknown
- [GIT PULL] LoongArch changes for v6.12,
Huacai Chen
- [RFC PATCH 0/4] implement lightweight guard pages,
Lorenzo Stoakes
- [PATCH v1] asm-generic: introduce be56 unaligned accessors,
marius.cristea
- [GIT PULL] asm-generic updates for 6.12,
Arnd Bergmann
- [PATCH 0/5] asm-generic: clean up asm/mman.h,
Arnd Bergmann
- [RFC PATCH 00/28] x86: Rely on toolchain for relocatable code,
Ard Biesheuvel
- [RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping, Ard Biesheuvel
- [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1, Ard Biesheuvel
- [RFC PATCH 03/28] x86/tools: Use mmap() to simplify relocs host tool, Ard Biesheuvel
- [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds, Ard Biesheuvel
- [RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement, Ard Biesheuvel
- [RFC PATCH 08/28] scripts/kallsyms: Remove support for absolute per-CPU variables, Ard Biesheuvel
- [RFC PATCH 09/28] x86/tools: Remove special relocation handling for per-CPU variables, Ard Biesheuvel
- [RFC PATCH 10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes, Ard Biesheuvel
- [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text, Ard Biesheuvel
- [RFC PATCH 12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata, Ard Biesheuvel
- [RFC PATCH 15/28] x86/sync_core: Use RIP-relative addressing, Ard Biesheuvel
- [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address, Ard Biesheuvel
- [RFC PATCH 16/28] x86/entry_64: Use RIP-relative addressing, Ard Biesheuvel
- [RFC PATCH 17/28] x86/hibernate: Prefer RIP-relative accesses, Ard Biesheuvel
- [RFC PATCH 18/28] x86/boot/64: Determine VA/PA offset before entering C code, Ard Biesheuvel
- [RFC PATCH 19/28] x86/boot/64: Avoid intentional absolute symbol references in .head.text, Ard Biesheuvel
- [RFC PATCH 20/28] x64/acpi: Use PIC-compatible references in wakeup_64.S, Ard Biesheuvel
- [RFC PATCH 21/28] x86/head: Use PIC-compatible symbol references in startup code, Ard Biesheuvel
- [RFC PATCH 13/28] x86/kvm: Use RIP-relative addressing, Ard Biesheuvel
- [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls, Ard Biesheuvel
- [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel, Ard Biesheuvel
- [RFC PATCH 26/28] x86/boot: Implement support for ELF RELA/RELR relocations, Ard Biesheuvel
- [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel, Ard Biesheuvel
- [RFC PATCH 28/28] x86/tools: Drop x86_64 support from 'relocs' tool, Ard Biesheuvel
- [RFC PATCH 22/28] asm-generic: Treat PIC .data.rel.ro sections as .rodata, Ard Biesheuvel
- [RFC PATCH 23/28] tools/objtool: Mark generated sections as writable, Ard Biesheuvel
- [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly, Ard Biesheuvel
- [RFC PATCH 07/28] scripts/kallsyms: Avoid 0x0 as the relative base, Ard Biesheuvel
- New order, Marvin Jack
- [PATCH v2 0/8] vdso: Use only headers from the vdso/ namespace,
Vincenzo Frascino
- arch maintainer heads-up: masked user access infrastructure, Linus Torvalds
- Re: Linux 6.11, Frank Scheiner
- [PATCH] Update Intel DRM use of seqprop_sequence, Christoph Lameter
- [PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v15 01/19] tracing: Add a comment about ftrace_regs definition, Masami Hiramatsu (Google)
- [PATCH v15 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Masami Hiramatsu (Google)
- [PATCH v15 03/19] function_graph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v15 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v15 05/19] function_graph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v15 06/19] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v15 07/19] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v15 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v15 09/19] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v15 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v15 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v15 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v15 13/19] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v15 14/19] tracing: Fix function timing profiler to initialize hashtable, Masami Hiramatsu (Google)
- [PATCH v15 15/19] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v15 16/19] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v15 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v15 18/19] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v15 19/19] bpf: Add get_entry_ip() for arm64, Masami Hiramatsu (Google)
- Re: [PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph, Andrii Nakryiko
- [GIT PULL] Emulated one-byte cmpxchg() for ARC and sh,
Paul E. McKenney
- [PATCH v4 00/30] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v4 01/30] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Deepak Gupta
- [PATCH v4 02/30] mm: helper `is_shadow_stack_vma` to check shadow stack vma, Deepak Gupta
- [PATCH v4 03/30] riscv: Enable cbo.zero only when all harts support Zicboz, Deepak Gupta
- [PATCH v4 04/30] riscv: Add support for per-thread envcfg CSR values, Deepak Gupta
- [PATCH v4 05/30] riscv: Call riscv_user_isa_enable() only on the boot hart, Deepak Gupta
- [PATCH v4 06/30] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv, Deepak Gupta
- [PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v4 08/30] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v4 09/30] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v4 10/30] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v4 11/30] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v4 12/30] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v4 13/30] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v4 14/30] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v4 15/30] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v4 17/30] prctl: arch-agnostic prctl for shadow stack, Deepak Gupta
- [PATCH v4 18/30] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v4 19/30] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v4 20/30] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH v4 21/30] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v4 22/30] riscv sigcontext: cfi state struct definition for sigcontext, Deepak Gupta
- [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v4 24/30] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v4 25/30] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v4 26/30] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v4 27/30] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v4 30/30] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire,
Christoph Lameter via B4 Relay
- [PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v14 01/19] tracing: Add a comment about ftrace_regs definition, Masami Hiramatsu (Google)
- [PATCH v14 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Masami Hiramatsu (Google)
- [PATCH v14 03/19] function_graph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v14 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v14 05/19] function_graph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v14 06/19] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v14 07/19] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v14 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v14 09/19] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v14 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v14 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v14 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v14 13/19] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v14 14/19] tracing: Fix function timing profiler to initialize hashtable, Masami Hiramatsu (Google)
- [PATCH v14 15/19] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v14 16/19] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v14 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v14 18/19] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v14 19/19] fgraph: Skip recording calltime/rettime if it is not nneeded, Masami Hiramatsu (Google)
- [PATCH 1/3] btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh,
Masahiro Yamada
- [PATCH 1/1] x86: SMT broken on Xen PV DomU since 6.9,
Niels Dettenbach
- [PATCH v2 00/15] timers: Cleanup delay/sleep related mess,
Anna-Maria Behnsen
- [PATCH net-next v26 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v26 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v26 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v26 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v26 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v26 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v26 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v26 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v26 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v26 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v26 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v26 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v26 13/13] netdev: add dmabuf introspection, Mina Almasry
- [PATCH net-next v26 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- Re: [PATCH net-next v26 00/13] Device Memory TCP, patchwork-bot+netdevbpf
- [no subject], Unknown
- [PATCH v2 1/3] modpost: check section mismatch in reference to .dtb.init.rodata,
Masahiro Yamada
- [PATCH v3 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- [PATCH net-next v25 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v25 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v25 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v25 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v25 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v25 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v25 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v25 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v25 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v25 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v25 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v25 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v25 13/13] netdev: add dmabuf introspection, Mina Almasry
- Re: [PATCH net-next v25 00/13] Device Memory TCP, Yunsheng Lin
- Re: [PATCH net-next v25 00/13] Device Memory TCP, Jakub Kicinski
- [PATCH] set_memory: Add __must_check to generic stubs, Christophe Leroy
- [PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag,
Charlie Jenkins
- [PATCH RFC v2 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection,
Aleksa Sarai
- [PATCH RFC v2 01/10] uaccess: add copy_struct_to_user helper, Aleksa Sarai
- [PATCH RFC v2 02/10] sched_getattr: port to copy_struct_to_user, Aleksa Sarai
- [PATCH RFC v2 03/10] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE), Aleksa Sarai
- [PATCH RFC v2 04/10] openat2: add CHECK_FIELDS flag to usize argument, Aleksa Sarai
- [PATCH RFC v2 05/10] selftests: openat2: add 0xFF poisoned data after misaligned struct, Aleksa Sarai
- [PATCH RFC v2 06/10] selftests: openat2: add CHECK_FIELDS selftests, Aleksa Sarai
- [PATCH RFC v2 07/10] clone3: add CHECK_FIELDS flag to usize argument, Aleksa Sarai
- [PATCH RFC v2 08/10] selftests: clone3: add CHECK_FIELDS selftests, Aleksa Sarai
- [PATCH RFC v2 09/10] mount_setattr: add CHECK_FIELDS flag to usize argument, Aleksa Sarai
- [PATCH RFC v2 10/10] selftests: mount_setattr: add CHECK_FIELDS selftest, Aleksa Sarai
- [PATCH 00/15] kbuild: refactor DTB build rules, introduce a generic built-in boot DTB support,
Masahiro Yamada
- [PATCH 01/15] kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.host, Masahiro Yamada
- [PATCH 02/15] kbuild: split device tree build rules into scripts/Makefile.dtbs, Masahiro Yamada
- [PATCH 03/15] kbuild: move non-boot builtin DTBs to .init.rodata section, Masahiro Yamada
- [PATCH 04/15] kbuild: add generic support for built-in boot DTBs, Masahiro Yamada
- [PATCH 05/15] MIPS: migrate to generic rule for built-in DTBs, Masahiro Yamada
- [PATCH 06/15] riscv: migrate to the generic rule for built-in DTB, Masahiro Yamada
- [PATCH 07/15] LoongArch: migrate to the generic rule for built-in DTB, Masahiro Yamada
- [PATCH 08/15] ARC: migrate to the generic rule for built-in DTB, Masahiro Yamada
- [PATCH 09/15] openrisc: migrate to the generic rule for built-in DTB, Masahiro Yamada
- [PATCH 10/15] xtensa: migrate to the generic rule for built-in DTB, Masahiro Yamada
- [PATCH 11/15] nios2: migrate to the generic rule for built-in DTB, Masahiro Yamada
- [PATCH 12/15] sh: migrate to the generic rule for built-in DTB, Masahiro Yamada
- [PATCH 13/15] microblaze: migrate to the generic rule for built-in DTB, Masahiro Yamada
- [PATCH 14/15] kbuild: rename CONFIG_GENERIC_BUILTIN_DTB to CONFIG_BUILTIN_DTB, Masahiro Yamada
- [PATCH 15/15] kbuild: use .init.rodata section unconditionally for cmd_wrap_S_dtb, Masahiro Yamada
- [PATCH] um: kunit: resolve missing prototypes warning,
Gabriele Monaco
- [PATCH 00/15] timers: Cleanup delay/sleep related mess,
Anna-Maria Behnsen
- [RFC PATCH v3 00/10] Add support for shared PTEs across processes,
Anthony Yznaga
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]