index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
alloc
/
allocator_test.rs
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
arm64: cacheinfo: Provide helper to compress MPIDR value into u32
James Morse
1
-0
/
+17
2025-07-16
cacheinfo: Add arch hook to compress CPU h/w id into 32 bits for cache-id
James Morse
1
-0
/
+5
2025-07-16
cacheinfo: Set cache 'id' based on DT data
Rob Herring
1
-0
/
+45
2025-07-16
container_of: Document container_of() is not to be used in new code
Sakari Ailus
1
-0
/
+3
2025-07-16
driver core: auxiliary bus: fix OF node leak
Johan Hovold
1
-0
/
+2
2025-07-16
samples/kobject: make attribute_group const
Meng Shao Liu
1
-1
/
+1
2025-07-16
samples/kobject: fix path comment
Meng Shao Liu
2
-3
/
+3
2025-07-15
rust: device: implement Device::as_bound()
Danilo Krummrich
1
-0
/
+19
2025-07-15
rust: devres: provide an accessor for the device
Danilo Krummrich
1
-0
/
+5
2025-07-15
rust: devres: initialize Devres::inner::data last
Danilo Krummrich
1
-8
/
+8
2025-07-09
lpfc: don't use file->f_path.dentry for comparisons
Al Viro
2
-48
/
+50
2025-07-09
blk-mq-debugfs: use debugfs_get_aux()
Al Viro
1
-7
/
+5
2025-07-09
debugfs_get_aux(): allow storing non-const void *
Al Viro
5
-5
/
+5
2025-07-09
fix tt_command_write()
Al Viro
1
-20
/
+10
2025-07-09
debugfs: split short and full proxy wrappers, kill debugfs_real_fops()
Al Viro
2
-51
/
+38
2025-07-09
netronome: don't bother with debugfs_real_fops()
Al Viro
1
-5
/
+10
2025-07-09
vmscan: don't bother with debugfs_real_fops()
Al Viro
1
-3
/
+5
2025-07-09
resctrl: get rid of pointless debugfs_file_{get,put}()
Al Viro
1
-4
/
+0
2025-07-09
regmap: get rid of redundant debugfs_file_{get,put}()
Al Viro
1
-10
/
+0
2025-07-09
hfi1: get rid of redundant debugfs_file_{get,put}()
Al Viro
3
-44
/
+2
2025-07-09
zynqmp: don't bother with debugfs_file_{get,put}() in proxied fops
Al Viro
1
-34
/
+4
2025-07-09
samples: rust: pci: reset pci-testdev in unbind()
Danilo Krummrich
1
-1
/
+10
2025-07-09
rust: pci: implement Driver::unbind()
Danilo Krummrich
1
-1
/
+17
2025-07-09
rust: platform: implement Driver::unbind()
Danilo Krummrich
1
-1
/
+17
2025-07-09
rust: auxiliary: use generic device drvdata accessors
Danilo Krummrich
2
-30
/
+15
2025-07-09
rust: pci: use generic device drvdata accessors
Danilo Krummrich
2
-27
/
+14
2025-07-09
rust: platform: use generic device drvdata accessors
Danilo Krummrich
2
-29
/
+17
2025-07-09
rust: device: add drvdata accessors
Danilo Krummrich
2
-1
/
+58
2025-07-09
rust: device: introduce device::CoreInternal
Danilo Krummrich
1
-0
/
+14
2025-07-07
rust: pci: fix documentation related to Device instances
Rahul Rameshbabu
1
-1
/
+2
2025-07-05
rust: devres: remove unused import
Tamir Duberstein
1
-1
/
+1
2025-07-05
rust: auxiliary: remove unnecessary import
Tamir Duberstein
2
-3
/
+1
2025-07-05
rust: platform: remove unnecessary import
Tamir Duberstein
1
-1
/
+0
2025-07-03
rust: acpi: remove unneeded cast to clean future Clippy warning
Miguel Ojeda
1
-1
/
+1
2025-07-01
device property: Use tidy for_each_named_* macros
Matti Vaittinen
1
-3
/
+4
2025-07-01
Docs/ABI: Fix sysfs-kernel-address_bits path
Richard Weinberger
1
-1
/
+1
2025-07-01
rust: miscdevice: clarify invariant for `MiscDeviceRegistration`
Shankari Anand
1
-1
/
+7
2025-07-01
rust: fix typo in #[repr(transparent)] comments
FUJITA Tomonori
3
-5
/
+5
2025-06-28
rust: devres: get rid of Devres' inner Arc
Danilo Krummrich
5
-111
/
+154
2025-06-28
rust: devres: replace Devres::new_foreign_owned()
Danilo Krummrich
4
-20
/
+85
2025-06-28
rust: revocable: support fallible PinInit types
Danilo Krummrich
2
-4
/
+4
2025-06-28
rust: implement `Wrapper<T>` for `Opaque<T>`
Christian Schrefl
2
-12
/
+16
2025-06-28
rust: devres: require T: Send for Devres
Danilo Krummrich
1
-5
/
+5
2025-06-26
samples: rust: add ACPI match table example to platform driver
Igor Korotin
1
-1
/
+69
2025-06-26
rust: platform: Add ACPI match table support to `Driver` trait
Igor Korotin
1
-2
/
+21
2025-06-26
rust: platform: Set `OF_ID_TABLE` default to `None` in `Driver` trait
Igor Korotin
1
-1
/
+1
2025-06-26
rust: driver: Add ACPI id table support to Adapter trait
Igor Korotin
3
-2
/
+46
2025-06-26
rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`
Igor Korotin
1
-19
/
+21
2025-06-26
rust: acpi: add `acpi::DeviceId` abstraction
Igor Korotin
3
-0
/
+67
2025-06-25
samples: rust: platform: conditionally call Self::properties_parse()
Danilo Krummrich
1
-1
/
+3
[next]