惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Spread Privacy
Spread Privacy
K
Kaspersky official blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Forbes - Security
Forbes - Security
Hacker News - Newest:
Hacker News - Newest: "LLM"
The Last Watchdog
The Last Watchdog
SecWiki News
SecWiki News
Attack and Defense Labs
Attack and Defense Labs
Google DeepMind News
Google DeepMind News
Security Archives - TechRepublic
Security Archives - TechRepublic
S
Secure Thoughts
WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
Security Latest
Security Latest
TaoSecurity Blog
TaoSecurity Blog
Cyberwarzone
Cyberwarzone
S
SegmentFault 最新的问题
Cloudbric
Cloudbric
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
N
Netflix TechBlog - Medium
MyScale Blog
MyScale Blog
T
The Blog of Author Tim Ferriss
H
Hacker News: Front Page
C
Cybersecurity and Infrastructure Security Agency CISA
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
AWS News Blog
AWS News Blog
AI
AI
G
GRAHAM CLULEY
IT之家
IT之家
P
Privacy & Cybersecurity Law Blog
L
Lohrmann on Cybersecurity
Last Week in AI
Last Week in AI
D
Docker
Recent Announcements
Recent Announcements
O
OpenAI News
T
Threat Research - Cisco Blogs
GbyAI
GbyAI
S
Security @ Cisco Blogs
T
Troy Hunt's Blog
C
Check Point Blog
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
N
News and Events Feed by Topic

arighi's blog

Revamping my Linux kernel scheduler in Rust Ubuntu 25.04 is now sched_ext ready Accelerating micro-VM boot time with sched_ext AI-generated Linux kernel schedulers in Rust Extend your battery life with scx_rustland Getting started with sched-ext development Writing a scheduler for Linux in Rust that runs in user-space (part 2) Writing a scheduler for Linux in Rust that runs in user-space Implement your own kernel CPU scheduler in Ubuntu with sched-ext Kernel debugging using QEMU/KVM, virtme and crash Linux: easy keylogger with eBPF How to extract a single function from a ELF file Linux PERF_EVENTS root exploit - CVE-2013-2094 (quick way to fix it) install busybox from source on Samsung GT-I9100 HOWTO: custom kernel on Samsung Galaxy S II I9100 Android: automated per-uid task group HOWTO: install a custom kernel on HTC Desire Linux kernel hacking: file notification system with kernel tracepoints mutt + gmail notifier New SSD disk Linux kernel hacking: process containers battery life in bash prompt iozone: buffer overflow in ubuntu jaunty cgroup: io-throttle controller (v13)
Re-implementing my Linux Rust scheduler in eBPF
arighi · 2024-08-10 · via arighi's blog
Overview The main bottleneck of scx_rustland , a Linux scheduler written in Rust, is the communication betwee…