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-03-16
rust: add extensions to the pin-init crate and move relevant documentation there
Benno Lossin
3
-14
/
+138
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin
11
-266
/
+276
2025-03-16
rust: init: disable doctests
Benno Lossin
2
-24
/
+24
2025-03-16
rust: error: extend the Result documentation
Dirk Behme
1
-1
/
+122
2025-03-15
Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-23
/
+38
2025-03-11
rust: hrtimer: implement `HrTimerPointer` for `Arc`
Andreas Hindborg
2
-1
/
+105
2025-03-11
rust: sync: add `Arc::as_ptr`
Andreas Hindborg
1
-2
/
+11
2025-03-11
rust: hrtimer: introduce hrtimer support
Andreas Hindborg
2
-0
/
+353
2025-03-11
rust/kernel/faux: mark Registration methods inline
Ethan Carter Edwards
1
-0
/
+2
2025-03-10
rust: task: fix `SAFETY` comment in `Task::wake_up`
Panagiotis Foliadis
1
-1
/
+1
2025-03-10
rust: types: add intra-doc links for `Opaque<T>`
Dirk Behme
1
-2
/
+2
2025-03-10
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
5
-7
/
+15
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
4
-1
/
+70
2025-03-09
panic_qr: use new #[export] macro
Alice Ryhl
1
-0
/
+5
2025-03-09
print: use new #[export] macro for rust_fmt_argument
Alice Ryhl
1
-1
/
+2
2025-03-09
rust: add #[export] macro
Alice Ryhl
4
-2
/
+72
2025-03-09
rust: macros: support additional tokens in quote!
Alice Ryhl
1
-2
/
+25
2025-03-09
rust: fix signature of rust_fmt_argument
Alice Ryhl
1
-4
/
+3
2025-03-09
rust: firmware: add `module_firmware!` macro
Danilo Krummrich
1
-1
/
+90
2025-03-09
rust: firmware: introduce `firmware::ModInfoBuilder`
Danilo Krummrich
1
-0
/
+127
2025-03-09
rust: module: add type `LocalModule`
Danilo Krummrich
1
-0
/
+4
2025-03-08
rust: improve lifetimes markup
Borys Tyran
5
-11
/
+11
2025-03-08
rust: list: make the cursor point between elements
Alice Ryhl
1
-54
/
+347
2025-03-08
rust: list: extract common code for insertion
Alice Ryhl
1
-38
/
+32
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
8
-12
/
+77
2025-03-08
rust: sync: condvar: Add wait_interruptible_freezable()
Alice Ryhl
2
-1
/
+24
2025-03-08
rust: sync: lock: Add an example for Guard:: Lock_ref()
Boqun Feng
1
-0
/
+24
2025-03-08
rust: sync: Add accessor for the lock behind a given guard
Alice Ryhl
1
-1
/
+6
2025-03-08
rust: lockdep: Remove support for dynamically allocated LockClassKeys
Mitchell Levy
1
-12
/
+4
2025-03-07
rust: miscdevice: change how f_ops vtable is constructed
Alice Ryhl
1
-154
/
+143
2025-03-06
rust: task: make Pid type alias public
Alice Ryhl
1
-1
/
+1
2025-03-06
rust: alloc: make `ReallocFunc::call` inline
Gary Guo
1
-0
/
+1
2025-03-06
rust: workqueue: add missing newline to pr_info! examples
Alban Kurti
1
-3
/
+3
2025-03-06
rust: sync: add missing newline in locked_by log example
Alban Kurti
1
-1
/
+1
2025-03-06
rust: init: add missing newline to pr_info! calls
Alban Kurti
2
-9
/
+9
2025-03-06
rust: error: add missing newline to pr_warn! calls
Alban Kurti
1
-1
/
+1
2025-03-05
rust: alloc: satisfy POSIX alignment requirement
Tamir Duberstein
1
-0
/
+18
2025-03-05
rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Optio...
Benno Lossin
1
-7
/
+4
2025-03-05
rust: remove leftover mentions of the `alloc` crate
Miguel Ojeda
1
-1
/
+1
2025-03-04
cred,rust: mark Credential methods inline
Alice Ryhl
1
-0
/
+5
2025-03-04
lsm,rust: reword "destroy" -> "release" in SecurityCtx
Alice Ryhl
1
-4
/
+3
2025-03-04
lsm,rust: mark SecurityCtx methods inline
Alice Ryhl
1
-0
/
+5
2025-02-28
rust: Add cpumask helpers
Viresh Kumar
3
-0
/
+47
2025-02-27
rust/faux: Add missing parent argument to Registration::new()
Lyude Paul
1
-2
/
+11
2025-02-27
rust/faux: Drop #[repr(transparent)] from faux::Registration
Lyude Paul
1
-1
/
+0
2025-02-25
rust: io: fix devres test with new io accessor functions
Fiona Behrens
1
-1
/
+1
2025-02-24
rust: workqueue: define built-in bh queues
Hamza Mahfooz
1
-0
/
+18
2025-02-22
rust: io: rename `io::Io` accessors
Fiona Behrens
1
-33
/
+33
2025-02-16
Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-0
/
+69
2025-02-13
rust/kernel: Add faux device bindings
Lyude Paul
3
-0
/
+69
[prev]
[next]