home.social

#bpf — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bpf, aggregated by home.social.

  1. [$] Buffered atomic writes, writethrough, and more

    In back-to-back sessions at the start of the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit (which spilled over into a third slot), the atomic-buffered-writes fe [...]

    lwn.net/Articles/1072019/ #LWN #Linux #kernel #PostgreSQL #BPF #io_uring

  2. [$] Buffered atomic writes, writethrough, and more

    In back-to-back sessions at the start of the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit (which spilled over into a third slot), the atomic-buffered-writes fe [...]

    lwn.net/Articles/1072019/ #LWN #Linux #kernel #PostgreSQL #BPF #io_uring

  3. [$] Buffered atomic writes, writethrough, and more

    In back-to-back sessions at the start of the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit (which spilled over into a third slot), the atomic-buffered-writes fe [...]

    lwn.net/Articles/1072019/ #LWN #Linux #kernel #PostgreSQL #BPF #io_uring

  4. [$] Buffered atomic writes, writethrough, and more

    In back-to-back sessions at the start of the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit (which spilled over into a third slot), the atomic-buffered-writes fe [...]

    lwn.net/Articles/1072019/ #LWN #Linux #kernel #PostgreSQL #BPF #io_uring

  5. [$] Buffered atomic writes, writethrough, and more

    In back-to-back sessions at the start of the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit (which spilled over into a third slot), the atomic-buffered-writes fe [...]

    lwn.net/Articles/1072019/ #LWN #Linux #kernel #PostgreSQL #BPF #io_uring

  6. [$] Keeping COWs in context (a.k.a. anonymous reverse mapping)

    The kernel's reverse-mapping machinery is charged with locating the page-table entries that refer to a given page in memory. The reverse mapping of anonymous pages is handled diff [...]

    lwn.net/Articles/1072378/ #LWN #Linux #kernel #Git #BPF

  7. [$] Keeping COWs in context (a.k.a. anonymous reverse mapping)

    The kernel's reverse-mapping machinery is charged with locating the page-table entries that refer to a given page in memory. The reverse mapping of anonymous pages is handled diff [...]

    lwn.net/Articles/1072378/ #LWN #Linux #kernel #Git #BPF

  8. [$] Keeping COWs in context (a.k.a. anonymous reverse mapping)

    The kernel's reverse-mapping machinery is charged with locating the page-table entries that refer to a given page in memory. The reverse mapping of anonymous pages is handled diff [...]

    lwn.net/Articles/1072378/ #LWN #Linux #kernel #Git #BPF

  9. [$] Keeping COWs in context (a.k.a. anonymous reverse mapping)

    The kernel's reverse-mapping machinery is charged with locating the page-table entries that refer to a given page in memory. The reverse mapping of anonymous pages is handled diff [...]

    lwn.net/Articles/1072378/ #LWN #Linux #kernel #Git #BPF

  10. [$] Managing pages outside of the direct map

    When Brendan Jackman proposed a session for the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, his topic was "a pagetable library for the kernel". During the a [...]

    lwn.net/Articles/1072367/ #LWN #Linux #kernel #BPF

  11. [$] Managing pages outside of the direct map

    When Brendan Jackman proposed a session for the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, his topic was "a pagetable library for the kernel". During the a [...]

    lwn.net/Articles/1072367/ #LWN #Linux #kernel #BPF

  12. [$] Managing pages outside of the direct map

    When Brendan Jackman proposed a session for the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, his topic was "a pagetable library for the kernel". During the a [...]

    lwn.net/Articles/1072367/ #LWN #Linux #kernel #BPF

  13. [$] Managing pages outside of the direct map

    When Brendan Jackman proposed a session for the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, his topic was "a pagetable library for the kernel". During the a [...]

    lwn.net/Articles/1072367/ #LWN #Linux #kernel #BPF

  14. [$] Revisiting mshare

    Linux can share memory between processes, but each process (almost always) has its own set of page tables. In situations where vast numbers of processes are sharing a memory regio [...]

    lwn.net/Articles/1072333/ #LWN #Linux #kernel #Android #BPF

  15. [$] Revisiting mshare

    Linux can share memory between processes, but each process (almost always) has its own set of page tables. In situations where vast numbers of processes are sharing a memory regio [...]

    lwn.net/Articles/1072333/ #LWN #Linux #kernel #Android #BPF

  16. [$] Revisiting mshare

    Linux can share memory between processes, but each process (almost always) has its own set of page tables. In situations where vast numbers of processes are sharing a memory regio [...]

    lwn.net/Articles/1072333/ #LWN #Linux #kernel #Android #BPF

  17. [$] Revisiting mshare

    Linux can share memory between processes, but each process (almost always) has its own set of page tables. In situations where vast numbers of processes are sharing a memory regio [...]

    lwn.net/Articles/1072333/ #LWN #Linux #kernel #Android #BPF

  18. [$] Using dma-bufs for read and write operations

    The kernel's dma-buf subsystem provides a way for drivers to share memory buffers, usually in order to support efficient device-to-device I/O. At the 2026 Linux Storage, Filesyste [...]

    lwn.net/Articles/1072317/ #LWN #Linux #kernel #Git #BPF #io_uring

  19. [$] Using dma-bufs for read and write operations

    The kernel's dma-buf subsystem provides a way for drivers to share memory buffers, usually in order to support efficient device-to-device I/O. At the 2026 Linux Storage, Filesyste [...]

    lwn.net/Articles/1072317/ #LWN #Linux #kernel #Git #BPF #io_uring

  20. [$] Using dma-bufs for read and write operations

    The kernel's dma-buf subsystem provides a way for drivers to share memory buffers, usually in order to support efficient device-to-device I/O. At the 2026 Linux Storage, Filesyste [...]

    lwn.net/Articles/1072317/ #LWN #Linux #kernel #Git #BPF #io_uring

  21. [$] Using dma-bufs for read and write operations

    The kernel's dma-buf subsystem provides a way for drivers to share memory buffers, usually in order to support efficient device-to-device I/O. At the 2026 Linux Storage, Filesyste [...]

    lwn.net/Articles/1072317/ #LWN #Linux #kernel #Git #BPF #io_uring

  22. [$] Scaling transparent huge pages to 1GB

    As a general rule, when developers talk about huge pages, they are referring to PMD-level pages that are 1MB or 2MB in size, depending on the CPU architecture. Most CPUs can suppo [...]

    lwn.net/Articles/1071716/ #LWN #Linux #kernel #BPF

  23. [$] Scaling transparent huge pages to 1GB

    As a general rule, when developers talk about huge pages, they are referring to PMD-level pages that are 1MB or 2MB in size, depending on the CPU architecture. Most CPUs can suppo [...]

    lwn.net/Articles/1071716/ #LWN #Linux #kernel #BPF

  24. [$] Scaling transparent huge pages to 1GB

    As a general rule, when developers talk about huge pages, they are referring to PMD-level pages that are 1MB or 2MB in size, depending on the CPU architecture. Most CPUs can suppo [...]

    lwn.net/Articles/1071716/ #LWN #Linux #kernel #BPF

  25. [$] Scaling transparent huge pages to 1GB

    As a general rule, when developers talk about huge pages, they are referring to PMD-level pages that are 1MB or 2MB in size, depending on the CPU architecture. Most CPUs can suppo [...]

    lwn.net/Articles/1071716/ #LWN #Linux #kernel #BPF

  26. [$] Providing 64KB base pages with 4KB kernels, two different ways

    Some CPU architectures are able to run with a number of different base-page sizes; using a larger size can often result in better performance at the cost of increased memory use. [...]

    lwn.net/Articles/1071484/ #LWN #Linux #kernel #BPF

  27. [$] Providing 64KB base pages with 4KB kernels, two different ways

    Some CPU architectures are able to run with a number of different base-page sizes; using a larger size can often result in better performance at the cost of increased memory use. [...]

    lwn.net/Articles/1071484/ #LWN #Linux #kernel #BPF

  28. [$] Providing 64KB base pages with 4KB kernels, two different ways

    Some CPU architectures are able to run with a number of different base-page sizes; using a larger size can often result in better performance at the cost of increased memory use. [...]

    lwn.net/Articles/1071484/ #LWN #Linux #kernel #BPF

  29. [$] Providing 64KB base pages with 4KB kernels, two different ways

    Some CPU architectures are able to run with a number of different base-page sizes; using a larger size can often result in better performance at the cost of increased memory use. [...]

    lwn.net/Articles/1071484/ #LWN #Linux #kernel #BPF

  30. [$] A 2026 DAMON update

    The kernel's DAMON subsystem provides user-space monitoring and management of system memory. DAMON is developing rapidly, so an update on its progress has become a regular feature [...]

    lwn.net/Articles/1071256/ #LWN #Linux #kernel #BPF

  31. [$] A 2026 DAMON update

    The kernel's DAMON subsystem provides user-space monitoring and management of system memory. DAMON is developing rapidly, so an update on its progress has become a regular feature [...]

    lwn.net/Articles/1071256/ #LWN #Linux #kernel #BPF

  32. [$] A 2026 DAMON update

    The kernel's DAMON subsystem provides user-space monitoring and management of system memory. DAMON is developing rapidly, so an update on its progress has become a regular feature [...]

    lwn.net/Articles/1071256/ #LWN #Linux #kernel #BPF

  33. [$] A 2026 DAMON update

    The kernel's DAMON subsystem provides user-space monitoring and management of system memory. DAMON is developing rapidly, so an update on its progress has become a regular feature [...]

    lwn.net/Articles/1071256/ #LWN #Linux #kernel #BPF

  34. [$] A new era for memory-management maintainership

    On April 21, Andrew Morton let it be known that he intends to begin stepping away from the maintainership of kernel's memory-management subsystem — a responsibility he has carried [...]

    lwn.net/Articles/1070994/ #LWN #Linux #kernel #BPF

  35. [$] A new era for memory-management maintainership

    On April 21, Andrew Morton let it be known that he intends to begin stepping away from the maintainership of kernel's memory-management subsystem — a responsibility he has carried [...]

    lwn.net/Articles/1070994/ #LWN #Linux #kernel #BPF

  36. [$] A new era for memory-management maintainership

    On April 21, Andrew Morton let it be known that he intends to begin stepping away from the maintainership of kernel's memory-management subsystem — a responsibility he has carried [...]

    lwn.net/Articles/1070994/ #LWN #Linux #kernel #BPF

  37. [$] A new era for memory-management maintainership

    On April 21, Andrew Morton let it be known that he intends to begin stepping away from the maintainership of kernel's memory-management subsystem — a responsibility he has carried [...]

    lwn.net/Articles/1070994/ #LWN #Linux #kernel #BPF

  38. [$] Hardware-assisted Arm VMs for s390

    A recent patch set from Steffen Eiden and others has set the groundwork for allowing hardware-assisted emulation of Arm CPUs on s390 CPUs. Version two of the posting fixes a hand [...]

    lwn.net/Articles/1069954/ #LWN #Linux #kernel #ArchLinux #BPF

  39. [$] Hardware-assisted Arm VMs for s390

    A recent patch set from Steffen Eiden and others has set the groundwork for allowing hardware-assisted emulation of Arm CPUs on s390 CPUs. Version two of the posting fixes a hand [...]

    lwn.net/Articles/1069954/ #LWN #Linux #kernel #ArchLinux #BPF

  40. [$] Hardware-assisted Arm VMs for s390

    A recent patch set from Steffen Eiden and others has set the groundwork for allowing hardware-assisted emulation of Arm CPUs on s390 CPUs. Version two of the posting fixes a hand [...]

    lwn.net/Articles/1069954/ #LWN #Linux #kernel #ArchLinux #BPF

  41. [$] Hardware-assisted Arm VMs for s390

    A recent patch set from Steffen Eiden and others has set the groundwork for allowing hardware-assisted emulation of Arm CPUs on s390 CPUs. Version two of the posting fixes a hand [...]

    lwn.net/Articles/1069954/ #LWN #Linux #kernel #ArchLinux #BPF

  42. [$] Restartable sequences, TCMalloc, and Hyrum's Law

    Hyrum's Law states that any observable behavior of a system will eventually be depended upon by somebody. The kernel community is currently contending with a clear demonstration o [...]

    lwn.net/Articles/1070072/ #LWN #Linux #kernel #glibc #BPF

  43. [$] Restartable sequences, TCMalloc, and Hyrum's Law

    Hyrum's Law states that any observable behavior of a system will eventually be depended upon by somebody. The kernel community is currently contending with a clear demonstration o [...]

    lwn.net/Articles/1070072/ #LWN #Linux #kernel #glibc #BPF

  44. [$] Restartable sequences, TCMalloc, and Hyrum's Law

    Hyrum's Law states that any observable behavior of a system will eventually be depended upon by somebody. The kernel community is currently contending with a clear demonstration o [...]

    lwn.net/Articles/1070072/ #LWN #Linux #kernel #glibc #BPF

  45. [$] Restartable sequences, TCMalloc, and Hyrum's Law

    Hyrum's Law states that any observable behavior of a system will eventually be depended upon by somebody. The kernel community is currently contending with a clear demonstration o [...]

    lwn.net/Articles/1070072/ #LWN #Linux #kernel #glibc #BPF

  46. [$] Famfs, FUSE, and BPF

    The famfs filesystem first showed up on the mailing lists in early 2024; since then, it has been the topic of regular discussions at the Linux Storage, Filesystem, Memory Managemen [...]

    lwn.net/Articles/1068686/ #LWN #Linux #kernel #Git #BPF #FUSE

  47. [$] Famfs, FUSE, and BPF

    The famfs filesystem first showed up on the mailing lists in early 2024; since then, it has been the topic of regular discussions at the Linux Storage, Filesystem, Memory Managemen [...]

    lwn.net/Articles/1068686/ #LWN #Linux #kernel #Git #BPF #FUSE

  48. [$] Famfs, FUSE, and BPF

    The famfs filesystem first showed up on the mailing lists in early 2024; since then, it has been the topic of regular discussions at the Linux Storage, Filesystem, Memory Managemen [...]

    lwn.net/Articles/1068686/ #LWN #Linux #kernel #Git #BPF #FUSE

  49. [$] Famfs, FUSE, and BPF

    The famfs filesystem first showed up on the mailing lists in early 2024; since then, it has been the topic of regular discussions at the Linux Storage, Filesystem, Memory Managemen [...]

    lwn.net/Articles/1068686/ #LWN #Linux #kernel #Git #BPF #FUSE

  50. [$] One Sized trait does not fit all

    In Rust, types either possess a constant size known at compile time, or a dynamically calculated size known at run time. That is fine for most purposes, but recent proposals for th [...]

    lwn.net/Articles/1067220/ #LWN #Linux #Rust #BPF