index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
/
bindings
/
bindings_helper.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-13
rust: completion: implement initial abstraction
Danilo Krummrich
1
-0
/
+1
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-0
/
+28
2025-05-30
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-0
/
+4
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+7
2025-05-22
rust: workaround `bindgen` issue with forward references to `enum` types
Miguel Ojeda
1
-0
/
+22
2025-05-20
rust: cpufreq: Add initial abstractions for cpufreq framework
Viresh Kumar
1
-0
/
+1
2025-05-20
rust: opp: Add initial abstractions for OPP framework
Viresh Kumar
1
-0
/
+1
2025-05-20
rust: cpu: Add from_cpu()
Viresh Kumar
1
-0
/
+1
2025-05-19
rust: clk: Add helpers for Rust code
Viresh Kumar
1
-0
/
+1
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
1
-0
/
+1
2025-05-01
rust: xarray: Add an abstraction for XArray
Tamir Duberstein
1
-0
/
+6
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
1
-0
/
+2
2025-04-24
rust: drm: file: Add File abstraction
Asahi Lina
1
-0
/
+1
2025-04-24
rust: drm: add device abstraction
Asahi Lina
1
-0
/
+1
2025-04-24
rust: drm: add driver abstractions
Asahi Lina
1
-0
/
+1
2025-04-24
rust: drm: ioctl: Add DRM ioctl abstraction
Asahi Lina
1
-0
/
+1
2025-04-19
rust: auxiliary: add auxiliary device / driver abstractions
Danilo Krummrich
1
-0
/
+1
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-0
/
+6
2025-03-20
rust: add dma coherent allocator abstraction
Abdiel Janulgue
1
-0
/
+1
2025-03-09
panic_qr: use new #[export] macro
Alice Ryhl
1
-0
/
+5
2025-02-28
rust: Add cpumask helpers
Viresh Kumar
1
-0
/
+1
2025-02-13
rust/kernel: Add faux device bindings
Lyude Paul
1
-0
/
+1
2025-01-15
rust: device: Add property_present()
Viresh Kumar
1
-0
/
+1
2024-12-20
rust: platform: add basic platform device / driver abstractions
Danilo Krummrich
1
-0
/
+1
2024-12-20
rust: driver: implement `Adapter`
Danilo Krummrich
1
-0
/
+1
2024-12-20
rust: pci: add basic PCI device / driver abstractions
Danilo Krummrich
1
-0
/
+1
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-0
/
+1
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-0
/
+1
2024-11-25
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+3
2024-11-04
rust: samples: add tracepoint to Rust sample
Alice Ryhl
1
-0
/
+1
2024-11-04
rust: add tracepoint support
Alice Ryhl
1
-0
/
+1
2024-11-04
rust: add static_branch_unlikely for static_key_false
Alice Ryhl
1
-0
/
+1
2024-10-15
rust: alloc: add __GFP_NOWARN to `Flags`
Danilo Krummrich
1
-0
/
+1
2024-10-09
rust: miscdevice: add base miscdevice abstraction
Alice Ryhl
1
-0
/
+1
2024-09-30
rust: file: add abstraction for `poll_table`
Alice Ryhl
1
-0
/
+1
2024-09-30
rust: file: add `Kuid` wrapper
Alice Ryhl
1
-0
/
+1
2024-09-30
rust: security: add abstraction for secctx
Alice Ryhl
1
-0
/
+1
2024-09-30
rust: cred: add Rust abstraction for `struct cred`
Wedson Almeida Filho
1
-0
/
+1
2024-09-30
rust: file: add Rust abstraction for `struct file`
Wedson Almeida Filho
1
-0
/
+2
2024-08-21
rust: sort blk includes in bindings_helper.h
Alice Ryhl
1
-1
/
+1
2024-07-27
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-0
/
+1
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-0
/
+1
2024-07-08
rust: add abstraction for `struct page`
Alice Ryhl
1
-0
/
+1
2024-07-08
rust: alloc: add __GFP_HIGHMEM flag
Alice Ryhl
1
-0
/
+1
2024-06-28
rust: block: fix generated bindings after refactoring of features
Andreas Hindborg
1
-0
/
+2
2024-06-18
rust: add firmware abstractions
Danilo Krummrich
1
-0
/
+1
2024-06-14
rust: block: introduce `kernel::block::mq` module
Andreas Hindborg
1
-0
/
+3
2024-04-16
rust: alloc: introduce allocation flags
Wedson Almeida Filho
1
-0
/
+3
2024-02-18
rust: bindings: Order headers alphabetically
Mika Westerberg
1
-2
/
+2
2024-01-28
rust: time: add msecs to jiffies conversion
Alice Ryhl
1
-0
/
+1
[next]