├── README.md ├── cgroups ├── README.md ├── 文档 │ ├── Challenges with the memory resource controller and its performance.pdf │ ├── Linux’s new unified control group system.pdf │ ├── Using Linux Control Groups and Systemd to Manage CPU Time and Memory.pdf │ ├── 5 years of cgroup v2.pdf │ ├── An introduction to Control Groups (cgroups).pdf │ ├── An introduction to cgroups and cgroupspy.pdf │ ├── CgroupMemcgMaster.pdf │ ├── Managing Resources with cgroups.pdf │ ├── README.md │ ├── Resource Management.pdf │ ├── Ressource Management in Linux with Control Groups.pdf │ ├── System Programming for Linux Containers Control Groups (cgroups).pdf │ ├── cgroups_intro.pdf │ ├── cgroups介绍.pdf │ └── red_hat_enterprise_linux-6-resource_management_guide-en-us.pdf └── 文章 │ ├── Cgroup - Linux内存资源管理.md │ ├── Cgroup - Linux的IO资源隔离.md │ ├── Cgroup - Linux的网络资源隔离.md │ ├── Cgroup - 从CPU资源隔离说起.md │ ├── Cgroups控制cpu,内存,io示例.md │ ├── How I Used CGroups to Manage System Resources.md │ ├── Linux Control Groups V1 和 V2 原理和区别.md │ ├── Linux资源管理之cgroups简介.md │ ├── README.md │ ├── [译] Control Group v2(cgroupv2 权威指南)(KernelDoc, 2021).md │ ├── cgroups 管理进程磁盘 io.md │ ├── linux cgroups 概述.md │ ├── 彻底搞懂容器技术的基石: cgroup.md │ ├── 深入理解 Linux Cgroup 系列(一):基本概念.md │ ├── 深入理解 Linux Cgroup 系列(三):内存.md │ ├── 深入理解 Linux Cgroup 系列(二):玩转 CPU.md │ ├── 用 cgroups 管理 cpu 资源.md │ └── 用 cgruops 管理进程内存占用.md ├── ebpf ├── 文档 │ ├── Advanced_BPF_Kernel_Features_for_the_Container_Age_FOSDEM.pdf │ ├── BPF to eBPF.pdf │ ├── Calico-eBPF-Dataplane-CNCF-Webinar-Slides.pdf │ ├── Combining System Visibility and Security Using eBPF.pdf │ ├── DPDK+eBPF.pdf │ ├── Experience and Lessons Learned.pdf │ ├── Fast Packet Processing using eBPF and XDP.pdf │ ├── Kernel Tracing With eBPF.pdf │ ├── Kernel analysis using eBPF.pdf │ ├── Making the Linux TCP stack more extensible with eBPF.pdf │ ├── Performance Analysis Superpowers with Linux eBPF.pdf │ ├── Performance Implications of Packet Filtering with Linux eBPF.pdf │ ├── README.md │ ├── The Next Linux Superpower eBPF Primer.pdf │ ├── eBPF - From a Programmer’s Perspective.pdf │ ├── eBPF In-kernel Virtual Machine & Cloud Computin.pdf │ ├── eBPF for perfomance analysis and networking.pdf │ ├── eBPF in CPU Scheduler.pdf │ └── eBPF-based Content and Computation-aware Communication for Real-time Edge Computing.pdf └── 文章 │ ├── BPF 和 eBPF 初探.md │ ├── Linux 内核监测技术 eBPF.md │ ├── README.md │ ├── eBPF 如何简化服务网格.md │ ├── eBPF 概述,第 1 部分:介绍.md │ ├── eBPF 概述,第 2 部分:机器和字节码.md │ ├── eBPF 概述,第 3 部分:软件开发生态.md │ ├── eBPF 概述,第 4 部分:在嵌入式系统运行.md │ ├── eBPF 概述,第 5 部分:跟踪用户进程.md │ ├── eBPF 用户空间虚拟机实现相关.md │ ├── eBPF详解.md │ ├── 【译]】大规模微服务利器:eBPF + Kubernetes(KubeCon, 2020).md │ ├── 什么是 eBPF.md │ ├── 基于 eBPF 实现容器运行时安全.md │ └── 深入理解 Cilium 的 eBPF 收发包路径.md ├── io_uring.pdf ├── io_uring ├── 文档 │ ├── Boosting Compaction in B-Tree Based Key-Value Store by Exploiting Parallel Reads in Flash SSDs.pdf │ ├── Enabling Financial-Grade Secure Infrastructure with Confidential Computing.pdf │ ├── IO-uring speed the RocksDB & TiKV.pdf │ ├── Improved Storage Performance Using the New Linux Kernel I.O Interface.pdf │ ├── O Stack.pdf │ ├── O is faster than the OS.pdf │ ├── Programming Emerging Storage Interfaces.pdf │ ├── README.md │ ├── StefanMetzmacher_sambaxp2021_multichannel_io-uring-rev0-presentation.pdf │ ├── The Evolution of File Descriptor Monitoring in Linux.pdf │ ├── io_uring-BPF.pdf │ └── io_uring-徐浩-阿里云.pdf ├── 文章 │ ├── Efficient IO with io_uring.md │ ├── Linux 5.1 的 io_uring.md │ ├── Submission Queue Polling.md │ ├── The Low-level io_uring Interface.md │ ├── What is io_uring.md │ ├── [译] Linux 异步 I_O 框架 io_uring:基本原理、程序示例与性能压测(2020).md │ ├── io_uring 系统性整理.md │ ├── io_uring 高效 IO.md │ ├── io_uring_enter.md │ ├── io_uring_register.md │ ├── io_uring_setup.md │ ├── io_uring(1) – 我们为什么会需要 io_uring.md │ ├── io_uring(2)- 从创建必要的文件描述符 fd 开始.md │ ├── 下一代异步 IO io_uring 技术解密.md │ ├── 小谈io_uring.md │ ├── 智汇华云-新时代IO利器-io_uring.md │ └── 浅析开源项目之io_uring.md └── 示例程序-提交队列轮询.c ├── llvm ├── 文档 │ ├── A Compilation Framework for Lifelong Program Analysis & Transformation.pdf │ ├── Introduction to the LLVM Compiler System.pdf │ └── README.md └── 文章 │ ├── LLVM 入门篇.md │ ├── LLVM-Clang入门.md │ ├── LLVM编译器框架介绍.md │ ├── README.md │ ├── llvm编译的基本概念和流程.md │ ├── 后端技术的重用:LLVM不仅仅让你高效.md │ ├── 编译优化|LLVM代码生成技术详解及在数据库中的应用.md │ └── 编译器及底层名词解释.md └── 【80页】eBPF学习笔记.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/README.md -------------------------------------------------------------------------------- /cgroups/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /cgroups/文档/ Challenges with the memory resource controller and its performance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/ Challenges with the memory resource controller and its performance.pdf -------------------------------------------------------------------------------- /cgroups/文档/ Linux’s new unified control group system.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/ Linux’s new unified control group system.pdf -------------------------------------------------------------------------------- /cgroups/文档/ Using Linux Control Groups and Systemd to Manage CPU Time and Memory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/ Using Linux Control Groups and Systemd to Manage CPU Time and Memory.pdf -------------------------------------------------------------------------------- /cgroups/文档/5 years of cgroup v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/5 years of cgroup v2.pdf -------------------------------------------------------------------------------- /cgroups/文档/An introduction to Control Groups (cgroups).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/An introduction to Control Groups (cgroups).pdf -------------------------------------------------------------------------------- /cgroups/文档/An introduction to cgroups and cgroupspy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/An introduction to cgroups and cgroupspy.pdf -------------------------------------------------------------------------------- /cgroups/文档/CgroupMemcgMaster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/CgroupMemcgMaster.pdf -------------------------------------------------------------------------------- /cgroups/文档/Managing Resources with cgroups.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/Managing Resources with cgroups.pdf -------------------------------------------------------------------------------- /cgroups/文档/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /cgroups/文档/Resource Management.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/Resource Management.pdf -------------------------------------------------------------------------------- /cgroups/文档/Ressource Management in Linux with Control Groups.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/Ressource Management in Linux with Control Groups.pdf -------------------------------------------------------------------------------- /cgroups/文档/System Programming for Linux Containers Control Groups (cgroups).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/System Programming for Linux Containers Control Groups (cgroups).pdf -------------------------------------------------------------------------------- /cgroups/文档/cgroups_intro.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/cgroups_intro.pdf -------------------------------------------------------------------------------- /cgroups/文档/cgroups介绍.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/cgroups介绍.pdf -------------------------------------------------------------------------------- /cgroups/文档/red_hat_enterprise_linux-6-resource_management_guide-en-us.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文档/red_hat_enterprise_linux-6-resource_management_guide-en-us.pdf -------------------------------------------------------------------------------- /cgroups/文章/Cgroup - Linux内存资源管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/Cgroup - Linux内存资源管理.md -------------------------------------------------------------------------------- /cgroups/文章/Cgroup - Linux的IO资源隔离.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/Cgroup - Linux的IO资源隔离.md -------------------------------------------------------------------------------- /cgroups/文章/Cgroup - Linux的网络资源隔离.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/Cgroup - Linux的网络资源隔离.md -------------------------------------------------------------------------------- /cgroups/文章/Cgroup - 从CPU资源隔离说起.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/Cgroup - 从CPU资源隔离说起.md -------------------------------------------------------------------------------- /cgroups/文章/Cgroups控制cpu,内存,io示例.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/Cgroups控制cpu,内存,io示例.md -------------------------------------------------------------------------------- /cgroups/文章/How I Used CGroups to Manage System Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/How I Used CGroups to Manage System Resources.md -------------------------------------------------------------------------------- /cgroups/文章/Linux Control Groups V1 和 V2 原理和区别.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/Linux Control Groups V1 和 V2 原理和区别.md -------------------------------------------------------------------------------- /cgroups/文章/Linux资源管理之cgroups简介.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/Linux资源管理之cgroups简介.md -------------------------------------------------------------------------------- /cgroups/文章/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /cgroups/文章/[译] Control Group v2(cgroupv2 权威指南)(KernelDoc, 2021).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/[译] Control Group v2(cgroupv2 权威指南)(KernelDoc, 2021).md -------------------------------------------------------------------------------- /cgroups/文章/cgroups 管理进程磁盘 io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/cgroups 管理进程磁盘 io.md -------------------------------------------------------------------------------- /cgroups/文章/linux cgroups 概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/linux cgroups 概述.md -------------------------------------------------------------------------------- /cgroups/文章/彻底搞懂容器技术的基石: cgroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/彻底搞懂容器技术的基石: cgroup.md -------------------------------------------------------------------------------- /cgroups/文章/深入理解 Linux Cgroup 系列(一):基本概念.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/深入理解 Linux Cgroup 系列(一):基本概念.md -------------------------------------------------------------------------------- /cgroups/文章/深入理解 Linux Cgroup 系列(三):内存.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/深入理解 Linux Cgroup 系列(三):内存.md -------------------------------------------------------------------------------- /cgroups/文章/深入理解 Linux Cgroup 系列(二):玩转 CPU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/深入理解 Linux Cgroup 系列(二):玩转 CPU.md -------------------------------------------------------------------------------- /cgroups/文章/用 cgroups 管理 cpu 资源.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/用 cgroups 管理 cpu 资源.md -------------------------------------------------------------------------------- /cgroups/文章/用 cgruops 管理进程内存占用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/cgroups/文章/用 cgruops 管理进程内存占用.md -------------------------------------------------------------------------------- /ebpf/文档/Advanced_BPF_Kernel_Features_for_the_Container_Age_FOSDEM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/Advanced_BPF_Kernel_Features_for_the_Container_Age_FOSDEM.pdf -------------------------------------------------------------------------------- /ebpf/文档/BPF to eBPF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/BPF to eBPF.pdf -------------------------------------------------------------------------------- /ebpf/文档/Calico-eBPF-Dataplane-CNCF-Webinar-Slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/Calico-eBPF-Dataplane-CNCF-Webinar-Slides.pdf -------------------------------------------------------------------------------- /ebpf/文档/Combining System Visibility and Security Using eBPF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/Combining System Visibility and Security Using eBPF.pdf -------------------------------------------------------------------------------- /ebpf/文档/DPDK+eBPF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/DPDK+eBPF.pdf -------------------------------------------------------------------------------- /ebpf/文档/Experience and Lessons Learned.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/Experience and Lessons Learned.pdf -------------------------------------------------------------------------------- /ebpf/文档/Fast Packet Processing using eBPF and XDP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/Fast Packet Processing using eBPF and XDP.pdf -------------------------------------------------------------------------------- /ebpf/文档/Kernel Tracing With eBPF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/Kernel Tracing With eBPF.pdf -------------------------------------------------------------------------------- /ebpf/文档/Kernel analysis using eBPF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/Kernel analysis using eBPF.pdf -------------------------------------------------------------------------------- /ebpf/文档/Making the Linux TCP stack more extensible with eBPF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/Making the Linux TCP stack more extensible with eBPF.pdf -------------------------------------------------------------------------------- /ebpf/文档/Performance Analysis Superpowers with Linux eBPF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/Performance Analysis Superpowers with Linux eBPF.pdf -------------------------------------------------------------------------------- /ebpf/文档/Performance Implications of Packet Filtering with Linux eBPF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/Performance Implications of Packet Filtering with Linux eBPF.pdf -------------------------------------------------------------------------------- /ebpf/文档/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ebpf/文档/The Next Linux Superpower eBPF Primer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/The Next Linux Superpower eBPF Primer.pdf -------------------------------------------------------------------------------- /ebpf/文档/eBPF - From a Programmer’s Perspective.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/eBPF - From a Programmer’s Perspective.pdf -------------------------------------------------------------------------------- /ebpf/文档/eBPF In-kernel Virtual Machine & Cloud Computin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/eBPF In-kernel Virtual Machine & Cloud Computin.pdf -------------------------------------------------------------------------------- /ebpf/文档/eBPF for perfomance analysis and networking.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/eBPF for perfomance analysis and networking.pdf -------------------------------------------------------------------------------- /ebpf/文档/eBPF in CPU Scheduler.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/eBPF in CPU Scheduler.pdf -------------------------------------------------------------------------------- /ebpf/文档/eBPF-based Content and Computation-aware Communication for Real-time Edge Computing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文档/eBPF-based Content and Computation-aware Communication for Real-time Edge Computing.pdf -------------------------------------------------------------------------------- /ebpf/文章/BPF 和 eBPF 初探.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/BPF 和 eBPF 初探.md -------------------------------------------------------------------------------- /ebpf/文章/Linux 内核监测技术 eBPF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/Linux 内核监测技术 eBPF.md -------------------------------------------------------------------------------- /ebpf/文章/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ebpf/文章/eBPF 如何简化服务网格.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/eBPF 如何简化服务网格.md -------------------------------------------------------------------------------- /ebpf/文章/eBPF 概述,第 1 部分:介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/eBPF 概述,第 1 部分:介绍.md -------------------------------------------------------------------------------- /ebpf/文章/eBPF 概述,第 2 部分:机器和字节码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/eBPF 概述,第 2 部分:机器和字节码.md -------------------------------------------------------------------------------- /ebpf/文章/eBPF 概述,第 3 部分:软件开发生态.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/eBPF 概述,第 3 部分:软件开发生态.md -------------------------------------------------------------------------------- /ebpf/文章/eBPF 概述,第 4 部分:在嵌入式系统运行.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/eBPF 概述,第 4 部分:在嵌入式系统运行.md -------------------------------------------------------------------------------- /ebpf/文章/eBPF 概述,第 5 部分:跟踪用户进程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/eBPF 概述,第 5 部分:跟踪用户进程.md -------------------------------------------------------------------------------- /ebpf/文章/eBPF 用户空间虚拟机实现相关.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/eBPF 用户空间虚拟机实现相关.md -------------------------------------------------------------------------------- /ebpf/文章/eBPF详解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/eBPF详解.md -------------------------------------------------------------------------------- /ebpf/文章/【译]】大规模微服务利器:eBPF + Kubernetes(KubeCon, 2020).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/【译]】大规模微服务利器:eBPF + Kubernetes(KubeCon, 2020).md -------------------------------------------------------------------------------- /ebpf/文章/什么是 eBPF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/什么是 eBPF.md -------------------------------------------------------------------------------- /ebpf/文章/基于 eBPF 实现容器运行时安全.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/基于 eBPF 实现容器运行时安全.md -------------------------------------------------------------------------------- /ebpf/文章/深入理解 Cilium 的 eBPF 收发包路径.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/ebpf/文章/深入理解 Cilium 的 eBPF 收发包路径.md -------------------------------------------------------------------------------- /io_uring.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring.pdf -------------------------------------------------------------------------------- /io_uring/文档/Boosting Compaction in B-Tree Based Key-Value Store by Exploiting Parallel Reads in Flash SSDs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/Boosting Compaction in B-Tree Based Key-Value Store by Exploiting Parallel Reads in Flash SSDs.pdf -------------------------------------------------------------------------------- /io_uring/文档/Enabling Financial-Grade Secure Infrastructure with Confidential Computing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/Enabling Financial-Grade Secure Infrastructure with Confidential Computing.pdf -------------------------------------------------------------------------------- /io_uring/文档/IO-uring speed the RocksDB & TiKV.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/IO-uring speed the RocksDB & TiKV.pdf -------------------------------------------------------------------------------- /io_uring/文档/Improved Storage Performance Using the New Linux Kernel I.O Interface.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/Improved Storage Performance Using the New Linux Kernel I.O Interface.pdf -------------------------------------------------------------------------------- /io_uring/文档/O Stack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/O Stack.pdf -------------------------------------------------------------------------------- /io_uring/文档/O is faster than the OS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/O is faster than the OS.pdf -------------------------------------------------------------------------------- /io_uring/文档/Programming Emerging Storage Interfaces.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/Programming Emerging Storage Interfaces.pdf -------------------------------------------------------------------------------- /io_uring/文档/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /io_uring/文档/StefanMetzmacher_sambaxp2021_multichannel_io-uring-rev0-presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/StefanMetzmacher_sambaxp2021_multichannel_io-uring-rev0-presentation.pdf -------------------------------------------------------------------------------- /io_uring/文档/The Evolution of File Descriptor Monitoring in Linux.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/The Evolution of File Descriptor Monitoring in Linux.pdf -------------------------------------------------------------------------------- /io_uring/文档/io_uring-BPF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/io_uring-BPF.pdf -------------------------------------------------------------------------------- /io_uring/文档/io_uring-徐浩-阿里云.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文档/io_uring-徐浩-阿里云.pdf -------------------------------------------------------------------------------- /io_uring/文章/Efficient IO with io_uring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/Efficient IO with io_uring.md -------------------------------------------------------------------------------- /io_uring/文章/Linux 5.1 的 io_uring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/Linux 5.1 的 io_uring.md -------------------------------------------------------------------------------- /io_uring/文章/Submission Queue Polling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/Submission Queue Polling.md -------------------------------------------------------------------------------- /io_uring/文章/The Low-level io_uring Interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/The Low-level io_uring Interface.md -------------------------------------------------------------------------------- /io_uring/文章/What is io_uring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/What is io_uring.md -------------------------------------------------------------------------------- /io_uring/文章/[译] Linux 异步 I_O 框架 io_uring:基本原理、程序示例与性能压测(2020).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/[译] Linux 异步 I_O 框架 io_uring:基本原理、程序示例与性能压测(2020).md -------------------------------------------------------------------------------- /io_uring/文章/io_uring 系统性整理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/io_uring 系统性整理.md -------------------------------------------------------------------------------- /io_uring/文章/io_uring 高效 IO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/io_uring 高效 IO.md -------------------------------------------------------------------------------- /io_uring/文章/io_uring_enter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/io_uring_enter.md -------------------------------------------------------------------------------- /io_uring/文章/io_uring_register.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/io_uring_register.md -------------------------------------------------------------------------------- /io_uring/文章/io_uring_setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/io_uring_setup.md -------------------------------------------------------------------------------- /io_uring/文章/io_uring(1) – 我们为什么会需要 io_uring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/io_uring(1) – 我们为什么会需要 io_uring.md -------------------------------------------------------------------------------- /io_uring/文章/io_uring(2)- 从创建必要的文件描述符 fd 开始.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/io_uring(2)- 从创建必要的文件描述符 fd 开始.md -------------------------------------------------------------------------------- /io_uring/文章/下一代异步 IO io_uring 技术解密.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/下一代异步 IO io_uring 技术解密.md -------------------------------------------------------------------------------- /io_uring/文章/小谈io_uring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/小谈io_uring.md -------------------------------------------------------------------------------- /io_uring/文章/智汇华云-新时代IO利器-io_uring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/智汇华云-新时代IO利器-io_uring.md -------------------------------------------------------------------------------- /io_uring/文章/浅析开源项目之io_uring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/文章/浅析开源项目之io_uring.md -------------------------------------------------------------------------------- /io_uring/示例程序-提交队列轮询.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/io_uring/示例程序-提交队列轮询.c -------------------------------------------------------------------------------- /llvm/文档/ A Compilation Framework for Lifelong Program Analysis & Transformation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/llvm/文档/ A Compilation Framework for Lifelong Program Analysis & Transformation.pdf -------------------------------------------------------------------------------- /llvm/文档/Introduction to the LLVM Compiler System.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/llvm/文档/Introduction to the LLVM Compiler System.pdf -------------------------------------------------------------------------------- /llvm/文档/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /llvm/文章/LLVM 入门篇.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/llvm/文章/LLVM 入门篇.md -------------------------------------------------------------------------------- /llvm/文章/LLVM-Clang入门.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/llvm/文章/LLVM-Clang入门.md -------------------------------------------------------------------------------- /llvm/文章/LLVM编译器框架介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/llvm/文章/LLVM编译器框架介绍.md -------------------------------------------------------------------------------- /llvm/文章/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /llvm/文章/llvm编译的基本概念和流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/llvm/文章/llvm编译的基本概念和流程.md -------------------------------------------------------------------------------- /llvm/文章/后端技术的重用:LLVM不仅仅让你高效.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/llvm/文章/后端技术的重用:LLVM不仅仅让你高效.md -------------------------------------------------------------------------------- /llvm/文章/编译优化|LLVM代码生成技术详解及在数据库中的应用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/llvm/文章/编译优化|LLVM代码生成技术详解及在数据库中的应用.md -------------------------------------------------------------------------------- /llvm/文章/编译器及底层名词解释.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/llvm/文章/编译器及底层名词解释.md -------------------------------------------------------------------------------- /【80页】eBPF学习笔记.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0voice/kernel_new_features/HEAD/【80页】eBPF学习笔记.pdf --------------------------------------------------------------------------------