Linux Arch
[Prev Page][Next Page]
- [no subject], Unknown
- [arnd-asm-generic:syscall-tbl-6.11 57/98] arch/parisc/kernel/sys_parisc.c: linux/mm.h is included more than once., kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11] BUILD REGRESSION 9a99991d90521113a738c2a4761a4147fe4b31ca, kernel test robot
- Re: Linux 6.10, Frank Scheiner
- [arnd-asm-generic:syscall-tbl-6.11 81/98] powerpc-linux-ld: arch/powerpc/kernel/systbl.o:undefined reference to `__powerpc_sys_fadvise64_64_2', kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 60/98] include/linux/syscalls.h:250:25: error: conflicting types for 'sys_oabi_ipc'; have 'long int(uint, int, int, int, void *)' {aka 'long int(unsigned int, int, int, int, void *)'}, kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 60/98] include/linux/syscalls.h:250:25: error: conflicting types for 'sys_oabi_semtimedop'; have 'long int(int, struct oabi_sembuf *, unsigned int)', kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 32/98] arch/x86/um/sys_call_table_32.c:27:10: fatal error: asm/syscalls_32.h: No such file or directory, kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 43/98] ld.lld: error: undefined symbol: __ia32_sys_fadvise64_64_6, kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 80/98] arch/x86/include/asm/syscalls.h:27:76: warning: 'struct stat64' declared inside parameter list will not be visible outside of this definition or declaration, kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 43/98] syscall_32.c:undefined reference to `__ia32_sys_fadvise64_64_6', kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 92/98] arch/arm64/include/asm/syscalls.h:11:75: error: unknown type name 'compat_size_t'; did you mean 'compat_sp_abt'?, kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 92/98] arch/x86/um/ldt.c:375:1: warning: comparison of distinct pointer types ('long (*)(int, void *, unsigned long)' and 'long (*)(int, void *, unsigned long)'), kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 80/98] arch/x86/include/asm/syscalls.h:27:76: warning: declaration of 'struct stat64' will not be visible outside of this function, kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 95/98] include/linux/syscalls.h:210:25: error: conflicting types for 'sys_mips_pipe'; have 'long int(void)', kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 92/98] arch/x86/include/asm/syscall_wrapper.h:230:60: error: 'sys_vm86old' undeclared here (not in a function); did you mean 'args__vm86old'?, kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 32/98] arch/x86/um/sys_call_table_32.c:27:10: fatal error: 'asm/syscalls_32.h' file not found, kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 92/98] fs/open.c:1443:1: warning: comparison of distinct pointer types ('long (*)(int, const char *, struct open_how *, size_t)' (aka 'long (*)(int, const char *, struct open_how *, unsigned int)') and 'long (*)(int, const char *, struct open_how *, size_t)' (ak..., kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 97/98] riscv64-linux-ld: arch/riscv/kernel/syscall_table.o:undefined reference to `__riscv_sys_setxattrat', kernel test robot
- [arnd-asm-generic:syscall-tbl-6.11 97/98] ./arch/openrisc/include/generated/asm/syscall_table_32.h:464:16: error: 'sys_setxattrat' undeclared here (not in a function); did you mean 'sys_setxattr'?, kernel test robot
- [PATCH v3 00/11] Zacas/Zabha support and qspinlocks,
Alexandre Ghiti
- [PATCH v3 01/11] riscv: Implement cmpxchg32/64() using Zacas, Alexandre Ghiti
- [PATCH v3 02/11] dt-bindings: riscv: Add Zabha ISA extension description, Alexandre Ghiti
- [PATCH v3 03/11] riscv: Implement cmpxchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v3 04/11] riscv: Improve zacas fully-ordered cmpxchg(), Alexandre Ghiti
- [PATCH v3 05/11] riscv: Implement arch_cmpxchg128() using Zacas, Alexandre Ghiti
- [PATCH v3 06/11] riscv: Implement xchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v3 07/11] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock, Alexandre Ghiti
- [PATCH v3 08/11] asm-generic: ticket-lock: Add separate ticket-lock.h, Alexandre Ghiti
- [PATCH v3 09/11] riscv: Add ISA extension parsing for Ziccrse, Alexandre Ghiti
- [PATCH v3 10/11] dt-bindings: riscv: Add Ziccrse ISA extension description, Alexandre Ghiti
- [PATCH v3 11/11] riscv: Add qspinlock support, Alexandre Ghiti
- Re: [PATCH v3 00/11] Zacas/Zabha support and qspinlocks, Andrea Parri
- [PATCH 00/17] mm: introduce numa_memblks,
Mike Rapoport
- [PATCH 01/17] mm: move kernel/numa.c to mm/, Mike Rapoport
- [PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures, Mike Rapoport
- [PATCH 03/17] MIPS: loongson64: rename __node_data to node_data, Mike Rapoport
- [PATCH 04/17] arch, mm: move definition of node_data to generic code, Mike Rapoport
- [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code, Mike Rapoport
- [PATCH 06/17] x86/numa: simplify numa_distance allocation, Mike Rapoport
- [PATCH 07/17] x86/numa: move FAKE_NODE_* defines to numa_emu, Mike Rapoport
- [PATCH 08/17] x86/numa_emu: simplify allocation of phys_dist, Mike Rapoport
- [PATCH 09/17] x86/numa_emu: split __apicid_to_node update to a helper function, Mike Rapoport
- [PATCH 10/17] x86/numa_emu: use a helper function to get MAX_DMA32_PFN, Mike Rapoport
- [PATCH 11/17] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned, Mike Rapoport
- [PATCH 12/17] mm: introduce numa_memblks, Mike Rapoport
- [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks, Mike Rapoport
- [PATCH 14/17] mm: introduce numa_emulation, Mike Rapoport
- [PATCH 15/17] mm: make numa_memblks more self-contained, Mike Rapoport
- [PATCH 16/17] arch_numa: switch over to numa_memblks, Mike Rapoport
- [PATCH 17/17] mm: make range-to-target_node lookup facility a part of numa_memblks, Mike Rapoport
- Re: [PATCH 00/17] mm: introduce numa_memblks, Jonathan Cameron
- [GIT PULL] asm-generic updates for 6.11,
Arnd Bergmann
- [GIT PULL] LKMM changes for v6.11,
Paul E. McKenney
- [GIT PULL] Emulated one-byte cmpxchg() for ARM,
Paul E. McKenney
- [PATCH v3 1/5] arch/x86: Drop own definition of pgd,p4d_leaf,
Christophe Leroy
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 1a7b7326d587c9a5e8ff067e70d6aaf0333f4bb3, kernel test robot
- [PATCH] UAPI/ioctl: Improve parameter name of ioctl request definition helpers,
Uwe Kleine-König
- [PATCH] vmlinux.lds.h: catch .bss..L* sections into BSS"),
Christophe Leroy
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 83bb8296556e53e1a69c6de938082028247462db, kernel test robot
- [PATCH net-next v16 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v16 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v16 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v16 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v16 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v16 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v16 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v16 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v16 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v16 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v16 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v16 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v16 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v16 13/13] netdev: add dmabuf introspection, Mina Almasry
- [PATCH v3 0/4] do_div() with constant divisor simplification,
Nicolas Pitre
- [PATCH v2 0/4] do_div() with constant divisor simplification,
Nicolas Pitre
- [PATCH 2/2] init/modpost: conditionally check section mismatch to __meminit*,
Masahiro Yamada
- [arnd-asm-generic:syscalls-for-6.11] BUILD SUCCESS f564176f4e4f2507d36924300fbd5f6f0e00ff29, kernel test robot
- [PATCH 0/2] do_div() with constant divisor simplification,
Nicolas Pitre
- [PATCH 00/17] arch: convert everything to syscall.tbl,
Arnd Bergmann
- [PATCH 01/17] syscalls: add generic scripts/syscall.tbl, Arnd Bergmann
- [PATCH 02/17] csky: drop asm/gpio.h wrapper, Arnd Bergmann
- [PATCH 03/17] um: don't generate asm/bpf_perf_event.h, Arnd Bergmann
- [PATCH 04/17] loongarch: avoid generating extra header files, Arnd Bergmann
- [PATCH 05/17] kbuild: verify asm-generic header list, Arnd Bergmann
- [PATCH 06/17] kbuild: add syscall table generation to scripts/Makefile.asm-headers, Arnd Bergmann
- [PATCH 07/17] clone3: drop __ARCH_WANT_SYS_CLONE3 macro, Arnd Bergmann
- [PATCH 08/17] arc: convert to generic syscall table, Arnd Bergmann
- [PATCH 09/17] arm64: convert unistd_32.h to syscall.tbl format, Arnd Bergmann
- [PATCH 10/17] arm64: generate 64-bit syscall.tbl, Arnd Bergmann
- [PATCH 11/17] arm64: rework compat syscall macros, Arnd Bergmann
- [PATCH 12/17] csky: convert to generic syscall table, Arnd Bergmann
- [PATCH 13/17] hexagon: use new system call table, Arnd Bergmann
- [PATCH 14/17] loongarch: convert to generic syscall table, Arnd Bergmann
- [PATCH 15/17] nios2: convert to generic syscall table, Arnd Bergmann
- [PATCH 16/17] openrisc: convert to generic syscall table, Arnd Bergmann
- [PATCH 17/17] riscv: convert to generic syscall table, Arnd Bergmann
- Re: [PATCH 00/17] arch: convert everything to syscall.tbl, Maciej W. Rozycki
- Re: [PATCH 00/17] arch: convert everything to syscall.tbl, patchwork-bot+linux-riscv
- [PATCH] asm-generic/iomap.h: don't check for readq/writeq, Johannes Berg
- [PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM,
Boqun Feng
- [PATCH lkmm] docs/memory-barriers.txt: Remove left-over references to "CACHE COHERENCY",
Akira Yokosawa
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 01b6ed5fcd5a95f93f9991b005ded2eacf067187, kernel test robot
- [arnd-asm-generic:syscall-fixes-6.10] BUILD SUCCESS 0fa8ab5f3533b307a7d0e438ab08ecd92725dad7, kernel test robot
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 451f0cfa8dc270c4ca7ed6125075a801e7d82e02, kernel test robot
- [PATCH v4 0/2] Tracepoints and static branch in Rust,
Alice Ryhl
- [PATCH net-next v15 00/14] Device Memory TCP,
Mina Almasry
- [PATCH net-next v15 01/14] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v15 02/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v15 04/14] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v15 06/14] page_pool: devmem support, Mina Almasry
- [PATCH net-next v15 07/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v15 08/14] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v15 10/14] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v15 09/14] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v15 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v15 12/14] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v15 14/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v15 13/14] tools: net: package libynl for use in selftests, Mina Almasry
- [PATCH net-next v15 05/14] page_pool: convert to use netmem, Mina Almasry
- Re: [PATCH net-next v15 00/14] Device Memory TCP, Mina Almasry
- Re: [PATCH net-next v15 00/14] Device Memory TCP, Jakub Kicinski
- Re: [PATCH net-next v15 00/14] Device Memory TCP, patchwork-bot+netdevbpf
- [GIT PULL] asm-generic fixes for 6.10,
Arnd Bergmann
- [PATCH 0/5] kconfig: fix conditional prompt for choice and recursive error messages,
Masahiro Yamada
- [PATCH v2 00/10] Zacas/Zabha support and qspinlocks,
Alexandre Ghiti
- [PATCH v2 01/10] riscv: Implement cmpxchg32/64() using Zacas, Alexandre Ghiti
- [PATCH v2 02/10] dt-bindings: riscv: Add Zabha ISA extension description, Alexandre Ghiti
- [PATCH v2 03/10] riscv: Implement cmpxchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v2 04/10] riscv: Improve amocas.X use in cmpxchg(), Alexandre Ghiti
- [PATCH v2 05/10] riscv: Implement arch_cmpxchg128() using Zacas, Alexandre Ghiti
- [PATCH v2 06/10] riscv: Implement xchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v2 07/10] riscv: Improve amoswap.X use in xchg(), Alexandre Ghiti
- [PATCH v2 08/10] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock, Alexandre Ghiti
- [PATCH v2 09/10] asm-generic: ticket-lock: Add separate ticket-lock.h, Alexandre Ghiti
- [PATCH v2 10/10] riscv: Add qspinlock support based on Zabha extension, Alexandre Ghiti
- [PATCH net-next v14 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v14 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v14 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v14 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v14 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v14 06/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v14 05/13] page_pool: convert to use netmem, Mina Almasry
- [PATCH net-next v14 08/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v14 07/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v14 09/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v14 10/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v14 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v14 12/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v14 13/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- Re: [PATCH v3 1/2] rust: add static_key_false,
Boqun Feng
- [PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v9 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v9 02/39] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v9 03/39] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v9 04/39] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v9 06/39] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v9 07/39] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs(), Mark Brown
- [PATCH v9 09/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v9 10/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v9 11/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v9 12/39] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests, Mark Brown
- [PATCH v9 14/39] arm64/gcs: Allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v9 15/39] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v9 16/39] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v9 17/39] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v9 18/39] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v9 19/39] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS, Mark Brown
- [PATCH v9 21/39] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v9 22/39] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v9 23/39] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v9 24/39] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64, Mark Brown
- [PATCH v9 29/39] selftests/clone3: Enable arm64 shadow stack testing, Mark Brown
- [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v9 32/39] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v9 33/39] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v9 34/39] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v9 36/39] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests, Mark Brown
- [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v9 39/39] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH lkmm v2 0/2] tools/memory-model: Add locking.txt and glossary.txt to README,
Akira Yokosawa
- Re: [PATCH 0/4] riscv: uaccess: optimizations,
Arnd Bergmann
- [PATCH net-next v13 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v13 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v13 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v13 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v13 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v13 06/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v13 05/13] page_pool: convert to use netmem, Mina Almasry
- [PATCH net-next v13 08/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v13 07/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v13 09/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v13 10/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v13 12/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v13 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v13 13/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- Re: [PATCH net-next v13 00/13] Device Memory TCP, Mina Almasry
- [arnd-asm-generic:syscall-fixes-6.10 2/13] include/uapi/asm-generic/unistd.h:740:88: error: macro "__SYSCALL" passed 3 arguments, but takes just 2, kernel test robot
- [PATCH v2 00/13] linux system call fixes,
Arnd Bergmann
- [PATCH v2 01/13] ftruncate: pass a signed offset, Arnd Bergmann
- [PATCH v2 02/13] syscalls: fix compat_sys_io_pgetevents_time64 usage, Arnd Bergmann
- [PATCH v2 03/13] sparc: fix old compat_sys_select(), Arnd Bergmann
- [PATCH v2 04/13] sparc: fix compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH v2 05/13] parisc: use correct compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation, Arnd Bergmann
- [PATCH v2 07/13] powerpc: restore some missing spu syscalls, Arnd Bergmann
- [PATCH v2 08/13] sh: rework sync_file_range ABI, Arnd Bergmann
- [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range, Arnd Bergmann
- [PATCH v2] vfs: Shortcut AT_EMPTY_PATH early for statx, and add AT_NO_PATH for statx and fstatat,
Xi Ruoyao
- [PATCH] vfs: Add AT_EMPTY_PATH_NOCHECK as unchecked AT_EMPTY_PATH,
Xi Ruoyao
- [GIT PULL] LoongArch fixes for v6.10-rc5,
Huacai Chen
- Bounce probe for linux-arch@xxxxxxxxxxxxxxx (no action required), linux-arch+owner
- [PATCH lkmm 0/2] tools/memory-model: Add locking.txt and glossary.txt to README,
Akira Yokosawa
- [PATCH 00/15] linux system call fixes,
Arnd Bergmann
- [PATCH 01/15] ftruncate: pass a signed offset, Arnd Bergmann
- [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage, Arnd Bergmann
- [PATCH 03/15] mips: fix compat_sys_lseek syscall, Arnd Bergmann
- [PATCH 04/15] sparc: fix old compat_sys_select(), Arnd Bergmann
- [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH 06/15] parisc: use correct compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation, Arnd Bergmann
- [PATCH 08/15] powerpc: restore some missing spu syscalls, Arnd Bergmann
- [PATCH 09/15] sh: rework sync_file_range ABI, Arnd Bergmann
- [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range, Arnd Bergmann
- [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions, Arnd Bergmann
- [PATCH 12/15] s390: remove native mmap2() syscall, Arnd Bergmann
- [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently, Arnd Bergmann
- [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling, Arnd Bergmann
- [PATCH 15/15] linux/syscalls.h: add missing __user annotations, Arnd Bergmann
- [PATCH] ARM: support PREEMPT_DYNAMIC,
Jinjie Ruan
- [PATCH v4] tools/memory-model: Document herd7 (abstract) representation,
Andrea Parri
- [PATCH v3] tools/memory-model: Document herd7 (abstract) representation,
Andrea Parri
- [PATCH net-next v12 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v12 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v12 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v12 06/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v12 05/13] page_pool: convert to use netmem, Mina Almasry
- [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v12 08/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v12 10/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v12 09/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v12 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v12 12/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v12 13/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- Re: [PATCH net-next v12 00/13] Device Memory TCP, Jakub Kicinski
- [RFC 0/2] Initial LKMM atomics support in Rust,
Boqun Feng
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]