index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-22
rust/revocable: add try_access_with() convenience method
Alexandre Courbot
1
-0
/
+16
2025-04-21
rust: pin-init: examples: use `allow` instead of `expect`
Benno Lossin
1
-1
/
+1
2025-04-21
rust: pin-init: examples: conditionally enable `feature(lint_reasons)`
Benno Lossin
4
-0
/
+5
2025-04-21
rust: pin-init: internal: skip rustfmt formatting of kernel-only module
Benno Lossin
1
-0
/
+1
2025-04-21
rust: pin-init: synchronize README.md
Benno Lossin
1
-2
/
+4
2025-04-19
rust: auxiliary: add auxiliary registration
Danilo Krummrich
1
-1
/
+87
2025-04-19
rust: auxiliary: add auxiliary device / driver abstractions
Danilo Krummrich
6
-1
/
+301
2025-04-19
rust: device: implement Device::parent()
Danilo Krummrich
1
-0
/
+19
2025-04-19
rust: types: add `Opaque::zeroed`
Danilo Krummrich
1
-0
/
+8
2025-04-19
rust: platform: impl TryFrom<&Device> for &platform::Device
Danilo Krummrich
2
-1
/
+26
2025-04-19
rust: pci: impl TryFrom<&Device> for &pci::Device
Danilo Krummrich
2
-1
/
+26
2025-04-17
rust: dma: require a bound device
Danilo Krummrich
1
-7
/
+7
2025-04-17
rust: devres: require a bound device
Danilo Krummrich
1
-10
/
+7
2025-04-17
rust: pci: move iomap_region() to impl Device<Bound>
Danilo Krummrich
1
-0
/
+2
2025-04-17
rust: device: implement Bound device context
Danilo Krummrich
1
-1
/
+15
2025-04-17
rust: pci: preserve device context in AsRef
Danilo Krummrich
1
-3
/
+5
2025-04-17
rust: platform: preserve device context in AsRef
Danilo Krummrich
1
-3
/
+3
2025-04-17
rust: device: implement device context for Device
Danilo Krummrich
1
-2
/
+9
2025-04-17
rust: device: implement impl_device_context_into_aref!
Danilo Krummrich
3
-13
/
+24
2025-04-17
rust: device: implement impl_device_context_deref!
Danilo Krummrich
3
-27
/
+50
2025-04-15
rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()
FUJITA Tomonori
2
-0
/
+17
2025-04-15
rust: helpers: Remove volatile qualifier from io helpers
FUJITA Tomonori
1
-17
/
+17
2025-04-14
rust: firmware: Use `ffi::c_char` type in `FwFunc`
Christian Schrefl
1
-2
/
+6
2025-04-08
rust: kbuild: Don't export __pfx symbols
Sami Tolvanen
1
-1
/
+1
2025-04-08
rust: pin-init: use Markdown autolinks in Rust comments
Miguel Ojeda
2
-2
/
+2
2025-04-08
rust: pin-init: alloc: restrict `impl ZeroableOption` for `Box` to `T: Sized`
Miguel Ojeda
1
-5
/
+3
2025-04-07
rust: alloc: use `spare_capacity_mut` to reduce unsafe
Tamir Duberstein
1
-8
/
+3
2025-04-07
rust: alloc: add Vec::resize method
Andrew Ballance
1
-0
/
+27
2025-04-07
rust: alloc: add Vec::truncate method
Andrew Ballance
1
-0
/
+35
2025-04-07
rust: alloc: add missing invariant in Vec::set_len()
Danilo Krummrich
1
-0
/
+3
2025-04-05
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+6
2025-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
2
-0
/
+32
2025-04-02
Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
1
-1
/
+3
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-154
/
+143
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-121
/
+239
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
62
-1817
/
+5781
2025-03-30
rust: Fix enabling Rust and building with GCC for LoongArch
WANG Rui
1
-1
/
+3
2025-03-28
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-0
/
+220
2025-03-26
ARM: 9441/1: rust: Enable Rust support for ARMv7
Christian Schrrefl
2
-0
/
+32
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-4
/
+13
2025-03-25
Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
8
-2
/
+1037
2025-03-24
Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-14
/
+131
2025-03-24
Merge tag 'bitmap-for-6.15' of https://github.com/norov/linux
Linus Torvalds
3
-0
/
+47
2025-03-24
Merge tag 'wq-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-0
/
+18
2025-03-24
Merge tag 'vfs-6.15-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+5
2025-03-24
rust: dma: add `Send` implementation for `CoherentAllocation`
Danilo Krummrich
1
-0
/
+4
2025-03-23
rust: macros: fix `make rusttest` build on macOS
Tamir Duberstein
1
-1
/
+1
2025-03-23
rust: block: refactor to use `&raw mut`
Antonio Hickey
1
-2
/
+2
2025-03-23
rust: enable `raw_ref_op` feature
Antonio Hickey
1
-0
/
+2
2025-03-23
rust: uaccess: name the correct function
Tamir Duberstein
1
-2
/
+1
[prev]
[next]