Linux Arch
[Prev Page][Next Page]
- Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire, (continued)
- [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
- [RFC PATCH v3 01/10] mm: Add msharefs filesystem, Anthony Yznaga
- [RFC PATCH v3 02/10] mm/mshare: pre-populate msharefs with information file, Anthony Yznaga
- [RFC PATCH v3 03/10] mm/mshare: make msharefs writable and support directories, Anthony Yznaga
- [RFC PATCH v3 05/10] mm/mshare: Add ioctl support, Anthony Yznaga
- [RFC PATCH v3 04/10] mm/mshare: allocate an mm_struct for msharefs files, Anthony Yznaga
- [RFC PATCH v3 07/10] mm/mshare: Add mmap support, Anthony Yznaga
- [RFC PATCH v3 06/10] mm/mshare: Add vm flag for shared PTEs, Anthony Yznaga
- [RFC PATCH v3 08/10] mm/mshare: Add basic page table sharing support, Anthony Yznaga
- [RFC PATCH v3 09/10] mm: create __do_mmap() to take an mm_struct * arg, Anthony Yznaga
- [RFC PATCH v3 10/10] mshare: add MSHAREFS_CREATE_MAPPING, Anthony Yznaga
- Re: [RFC PATCH v3 00/10] Add support for shared PTEs across processes, Dave Hansen
- Re: [RFC PATCH v3 00/10] Add support for shared PTEs across processes, Kirill A. Shutemov
- Re: [RFC PATCH v3 00/10] Add support for shared PTEs across processes, Jann Horn
- [PATCH 0/9] vdso: Use only headers from the vdso/ namespace,
Vincenzo Frascino
- [PATCH v5 0/2] arm64: Implement getrandom() in vDSO,
Adhemerval Zanella
- [PATCH v4 0/2] arm64: Implement getrandom() in vDSO,
Adhemerval Zanella
- [PATCH] arm64: alternative: make alternative_has_cap_likely() VDSO compatible, Mark Rutland
- [PATCH v2] docs: Move fault injection section to dev-tools,
Breno Leitao
- [PATCH v3] aarch64: vdso: Wire up getrandom() vDSO implementation,
Adhemerval Zanella
- [PATCH RFC 0/8] extensible syscalls: CHECK_FIELDS to allow for easier feature detection,
Aleksa Sarai
- [PATCH v2 0/6] page allocation tag compression,
Suren Baghdasaryan
- [PATCH net-next v24 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v24 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v24 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v24 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v24 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v24 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v24 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v24 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v24 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v24 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v24 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v24 13/13] netdev: add dmabuf introspection, Mina Almasry
- [PATCH] docs: Move fault injection section to dev-tools, Breno Leitao
- [PATCH v2] aarch64: vdso: Wire up getrandom() vDSO implementation,
Adhemerval Zanella
- [no subject], Unknown
- [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH net-next v23 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v23 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v23 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v23 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v23 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v23 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v23 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v23 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v23 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v23 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v23 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v23 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v23 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v23 13/13] netdev: add dmabuf introspection, Mina Almasry
- [PATCH v12 00/39] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v12 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Mark Brown
- [PATCH v12 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v12 03/39] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v12 04/39] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v12 06/39] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v12 07/39] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v12 08/39] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v12 09/39] arm64/gcs: Provide put_user_gcs(), Mark Brown
- [PATCH v12 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v12 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v12 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v12 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v12 14/39] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v12 15/39] KVM: arm64: Manage GCS access and registers for guests, Mark Brown
- [PATCH v12 16/39] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v12 17/39] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v12 18/39] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v12 19/39] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v12 20/39] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS, Mark Brown
- [PATCH v12 22/39] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v12 23/39] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v12 24/39] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v12 25/39] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v12 26/39] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v12 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v12 28/39] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v12 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v12 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v12 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v12 32/39] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v12 33/39] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v12 34/39] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v12 35/39] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v12 36/39] kselftest/arm64: Add GCS signal tests, Mark Brown
- [PATCH v12 37/39] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v12 38/39] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH v12 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list, Mark Brown
- [PATCH v12 05/39] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [GIT PULL] LoongArch fixes for v6.11-rc6,
Huacai Chen
- 16-bit store instructions &c?,
Paul E. McKenney
- [PATCH 00/16] mm: Introduce MAP_BELOW_HINT,
Charlie Jenkins
- [PATCH 01/16] mm: Add MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 02/16] riscv: mm: Do not restrict mmap address based on hint, Charlie Jenkins
- [PATCH 03/16] mm: Add flag and len param to arch_get_mmap_base(), Charlie Jenkins
- [PATCH 04/16] mm: Add generic MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 05/16] riscv: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 06/16] arm64: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 07/16] powerpc: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 08/16] x86: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 09/16] loongarch: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 10/16] arm: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 11/16] mips: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 12/16] parisc: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 13/16] s390: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 14/16] sh: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 15/16] sparc: mm: Support MAP_BELOW_HINT, Charlie Jenkins
- [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test, Charlie Jenkins
- Re: [PATCH 00/16] mm: Introduce MAP_BELOW_HINT, Lorenzo Stoakes
- Re: [PATCH 00/16] mm: Introduce MAP_BELOW_HINT, Dave Hansen
- Re: [PATCH 00/16] mm: Introduce MAP_BELOW_HINT, Liam R. Howlett
- [PATCH 0/4] Fixups for random vDSO,
Christophe Leroy
- [PATCH] random: vDSO: clean header inclusion in getrandom, Christophe Leroy
- Re: [PATCH v4 24/26] arch_numa: switch over to numa_memblks,
Bruno Faccini
- [PATCH] aarch64: vdso: Wire up getrandom() vDSO implementation,
Adhemerval Zanella
- [PATCH v2 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- [PATCH net-next v22 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v22 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v22 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v22 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v22 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v22 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v22 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v22 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v22 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v22 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v22 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v22 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v22 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v22 13/13] netdev: add dmabuf introspection, Mina Almasry
- [RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang,
Wentao Zhang
[PATCH v8 0/5] Tracepoints and static branch in Rust,
Alice Ryhl
[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc,
Christophe Leroy
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]