index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-25
rust: compile libcore with edition 2024 for 1.87+
Gary Guo
1
-6
/
+8
2025-05-25
rust: dma: add missing Markdown code span
Miguel Ojeda
1
-1
/
+1
2025-05-25
rust: task: add missing Markdown code spans and intra-doc links
Miguel Ojeda
1
-2
/
+2
2025-05-25
rust: pci: fix docs related to missing Markdown code spans
Miguel Ojeda
1
-6
/
+9
2025-05-25
rust: alloc: add missing Markdown code span
Miguel Ojeda
1
-1
/
+1
2025-05-25
rust: alloc: add missing Markdown code spans
Miguel Ojeda
1
-2
/
+2
2025-05-25
rust: platform: fix docs related to missing Markdown code spans
Miguel Ojeda
1
-4
/
+5
2025-05-23
rust: add C FFI types to the prelude
Miguel Ojeda
1
-0
/
+5
2025-05-23
rust: use absolute paths in macros referencing core and kernel
Igor Korotin
9
-40
/
+41
2025-05-23
rust: arm: fix unknown (to Clang) argument '-mno-fdpic'
Rudraksha Gupta
1
-1
/
+1
2025-05-22
rust: workaround `bindgen` issue with forward references to `enum` types
Miguel Ojeda
2
-4
/
+24
2025-05-22
rust: list: Add examples for linked list
I Hsin Cheng
1
-0
/
+108
2025-05-22
rust: list: Use "List::is_empty()" to perform checking when possible
I Hsin Cheng
1
-2
/
+2
2025-05-22
rust: module: place cleanup_module() in .exit.text section
FUJITA Tomonori
1
-0
/
+1
2025-05-22
rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
Miguel Ojeda
2
-6
/
+0
2025-05-21
net: phy: pass PHY driver to .match_phy_device OP
Christian Marangi
1
-0
/
+1
2025-05-21
Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Rafael J. Wysocki
16
-66
/
+3400
2025-05-21
rust: miscdevice: fix typo in MiscDevice::ioctl documentation
Christian Schrefl
1
-1
/
+1
2025-05-20
rust: str: fix typo in comment
Jihed Chaibi
1
-1
/
+1
2025-05-21
Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/nova into drm-next
Dave Airlie
22
-67
/
+1662
2025-05-20
rust: opp: Extend OPP abstractions with cpufreq support
Viresh Kumar
1
-0
/
+70
2025-05-20
rust: cpufreq: Extend abstractions for driver registration
Viresh Kumar
1
-3
/
+500
2025-05-20
rust: cpufreq: Extend abstractions for policy and driver ops
Viresh Kumar
1
-2
/
+461
2025-05-20
rust: cpufreq: Add initial abstractions for cpufreq framework
Viresh Kumar
5
-0
/
+379
2025-05-20
rust: opp: Add abstractions for the configuration options
Viresh Kumar
1
-2
/
+293
2025-05-20
rust: opp: Add abstractions for the OPP table
Viresh Kumar
1
-1
/
+486
2025-05-20
rust: opp: Add initial abstractions for OPP framework
Viresh Kumar
3
-0
/
+302
2025-05-20
rust: cpu: Add from_cpu()
Viresh Kumar
3
-0
/
+32
2025-05-20
rust: macros: enable use of hyphens in module names
Anisse Astier
1
-8
/
+12
2025-05-19
rust: clk: Add initial abstractions
Viresh Kumar
2
-0
/
+335
2025-05-19
rust: clk: Add helpers for Rust code
Viresh Kumar
3
-0
/
+68
2025-05-19
rust: cpumask: Add initial abstractions
Viresh Kumar
2
-0
/
+331
2025-05-19
rust: cpumask: Add few more helpers
Viresh Kumar
1
-0
/
+25
2025-05-18
Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
5
-29
/
+506
2025-05-18
Merge tag 'pin-init-v6.16' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
9
-10
/
+279
2025-05-18
Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
11
-49
/
+381
2025-05-18
Merge tag 'rust-timekeeping-for-v6.16-v2' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
6
-45
/
+150
2025-05-16
rust: sync: rcu: Mark Guard methods as inline
I Hsin Cheng
1
-0
/
+5
2025-05-14
rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically
Lyude Paul
1
-23
/
+24
2025-05-14
rust: drm: gem: s/into_gem_obj()/as_raw()/
Lyude Paul
1
-19
/
+9
2025-05-14
rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
Lyude Paul
1
-23
/
+40
2025-05-14
rust: drm: gem: Use NonNull for Object::dev
Lyude Paul
1
-3
/
+3
2025-05-12
drm: nova-drm: add initial driver skeleton
Danilo Krummrich
1
-0
/
+1
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
4
-0
/
+1057
2025-05-12
rust: devres: fix doctest build under `!CONFIG_PCI`
Miguel Ojeda
1
-0
/
+1
2025-05-11
task: rust: rework how current is accessed
Alice Ryhl
1
-118
/
+129
2025-05-11
rust: miscdevice: add mmap support
Alice Ryhl
1
-0
/
+45
2025-05-11
mm: rust: add VmaNew for f_ops->mmap()
Alice Ryhl
1
-1
/
+185
2025-05-11
mm: rust: add mmput_async support
Alice Ryhl
1
-0
/
+51
2025-05-11
mm: rust: add lock_vma_under_rcu
Alice Ryhl
2
-0
/
+65
[prev]
[next]