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

推荐订阅源

Google DeepMind News
Google DeepMind News
C
CERT Recently Published Vulnerability Notes
C
Cisco Blogs
Cloudbric
Cloudbric
The Last Watchdog
The Last Watchdog
L
LINUX DO - 热门话题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Security Archives - TechRepublic
Security Archives - TechRepublic
TaoSecurity Blog
TaoSecurity Blog
V2EX - 技术
V2EX - 技术
H
Heimdal Security Blog
S
Security Affairs
L
Lohrmann on Cybersecurity
Hacker News - Newest:
Hacker News - Newest: "LLM"
Simon Willison's Weblog
Simon Willison's Weblog
WordPress大学
WordPress大学
小众软件
小众软件
Security Latest
Security Latest
AWS News Blog
AWS News Blog
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
Engineering at Meta
Engineering at Meta
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
F
Full Disclosure
S
Schneier on Security
L
LangChain Blog
MyScale Blog
MyScale Blog
Know Your Adversary
Know Your Adversary
P
Privacy International News Feed
Google Online Security Blog
Google Online Security Blog
Scott Helme
Scott Helme
Stack Overflow Blog
Stack Overflow Blog
爱范儿
爱范儿
A
Arctic Wolf
Martin Fowler
Martin Fowler
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
The Register - Security
The Register - Security
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
博客园_首页
Latest news
Latest news
F
Fortinet All Blogs
G
GRAHAM CLULEY
T
The Exploit Database - CXSecurity.com
Hacker News: Ask HN
Hacker News: Ask HN

arighi's blog

Ubuntu 25.04 is now sched_ext ready Accelerating micro-VM boot time with sched_ext AI-generated Linux kernel schedulers in Rust Re-implementing my Linux Rust scheduler in eBPF 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)
Revamping my Linux kernel scheduler in Rust
arighi · 2025-05-01 · via arighi's blog
Recap Some time ago, I built a kernel scheduler in Rust, called scx_rustland . It runs entirely in user space…