Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-kernel-module-rust
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
os
linux-kernel-module-rust
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
integrate-upstream-build
Select Git revision
Selected
integrate-upstream-build
Branches
19
master
default
protected
byte-string
chrdev-count
clang-9
filter-out-plugins
geofft-test-2
geofft-test-3
geofft-test-4
geofft-test-5
geofft-test-relocations
geofft-tmp-20200809
helper-names
json-sysctl
more-fs
no-more-rust-target-path.test
rcu
rerun-if-env-changed
sysctl-api-improvement
test-without-ld
20 results
Begin with the selected commit
Created with Raphaël 2.2.0
6
Mar
13
Sep
6
29
Aug
28
27
21
19
15
14
13
12
11
9
16
Jul
12
25
Dec
24
9
Nov
25
Sep
23
22
21
19
16
15
14
11
10
7
2
1
31
Aug
25
22
20
19
18
17
16
4
3
15
Jul
14
11
10
30
Jun
29
22
21
19
15
11
9
9
May
7
6
5
4
3
29
Apr
28
27
26
30
Jun
23
19
17
13
11
10
4
1
31
May
30
27
26
25
22
19
18
15
14
13
Point people at the effort to upstream rust kernel modules (#274)
master
master
format path as code (#270)
Refactor the CStr API to reduce the need for nightly features (#271)
Change the FileOperations API to reduce the use of nightly features (#268)
fixes #263 -- remove printk indirection (#267)
fixes #264 -- make our flags naming more consistent
bumped nightly rust version in travis (#262)
Fix markdown links in README (#257)
Add RCU read bindings (#143) and each_process() iterator
rcu
rcu
Add the json-sysctl demo from the LSSNA talk
json-sysctl
json-sysctl
tests: Move device-node code into testlib
build.rs: Auto-generate all kernel_x_y_0_or_greater cfgs
Mark modinfo variables #[used] (fixes #251)
Kbuild: Always rerun Cargo, trust Cargo to no-op if nothing changed
build.rs: Add KBUILD_CFLAGS_MODULE to cflags
build.rs: Rerun if helpers.c has changed
Go back to using KDIR to find the kernel sources (fixes #243)
build.rs: Filter out known ABI-safe plugins (fixes #152)
filter-out-plug…
filter-out-plugins
file_operations: Restore copy_file_range (#240)
Remove kernel-cflags-finder (fixes #191)
Run cargo clippy from inside Kbuild
Add backwards compatbility down to kernel 4.4 (fixes #199)
Get rid of _helper from the Rust names of helpers
helper-names
helper-names
Make modinfo work properly (fixes #80)
Unpin bindgen and use `--size_t-is-usize`
Build with clang 9
clang-9
clang-9
rustup (#233)
kernel-cflags-finder: Set CONFIG_CC_IS_CLANG=y (#227)
x
geofft-tmp-2020…
geofft-tmp-20200809
Added an API for contributing randomness to the kernel (#224)
test against bionic kernel (#221)
Give access to file flags in read file_operations callback (#215)
Refs #150 -- document CStr itself (#205)
README: fix duplicate word (#217)
bump nightly version used (#220)
Pin bindgen
Simplify the SysctlStorage API
sysctl-api-impr…
sysctl-api-improvement
Refs #164 -- expose the kernel's CSPRNG, safely
Refs #164 -- added write support to FileOperations
Split Seek into it's own trait
Loading