index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: sync: introduce `CondVar`
Wedson Almeida Filho
2023-04-22
5
-1
/
+184
*
rust: lock: add `Guard::do_unlocked`
Wedson Almeida Filho
2023-04-22
2
-2
/
+30
*
rust: sync: introduce `LockedBy`
Wedson Almeida Filho
2023-04-22
3
-1
/
+159
*
rust: introduce `current`
Wedson Almeida Filho
2023-04-22
3
-1
/
+89
*
rust: add basic `Task`
Wedson Almeida Filho
2023-04-22
4
-0
/
+96
*
rust: introduce `ARef`
Wedson Almeida Filho
2023-04-22
1
-0
/
+107
*
rust: lock: introduce `SpinLock`
Wedson Almeida Filho
2023-04-22
4
-1
/
+142
*
rust: lock: introduce `Mutex`
Wedson Almeida Filho
2023-04-22
4
-0
/
+128
*
rust: sync: introduce `Lock` and `Guard`
Wedson Almeida Filho
2023-04-22
2
-1
/
+163
*
rust: sync: introduce `LockClassKey`
Wedson Almeida Filho
2023-04-21
1
-0
/
+45
*
MAINTAINERS: add Benno Lossin as Rust reviewer
Miguel Ojeda
2023-04-21
1
-0
/
+1
*
rust: init: broaden the blanket impl of `Init`
Benno Lossin
2023-04-21
1
-2
/
+2
*
rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`
Benno Lossin
2023-04-12
1
-0
/
+24
*
rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
Benno Lossin
2023-04-12
2
-4
/
+13
*
rust: types: add `Opaque::ffi_init`
Benno Lossin
2023-04-12
2
-0
/
+29
*
rust: prelude: add `pin-init` API items to prelude
Benno Lossin
2023-04-12
1
-1
/
+5
*
rust: init: add `Zeroable` trait and `init::zeroed` function
Benno Lossin
2023-04-12
1
-2
/
+95
*
rust: init: add `stack_pin_init!` macro
Benno Lossin
2023-04-12
2
-6
/
+191
*
rust: init: add `PinnedDrop` trait and macros
Benno Lossin
2023-04-12
5
-0
/
+488
*
rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
Benno Lossin
2023-04-12
2
-13
/
+139
*
rust: init: add initialization macros
Benno Lossin
2023-04-12
6
-7
/
+1747
*
rust: add pin-init API core
Benno Lossin
2023-04-12
4
-1
/
+227
*
rust: types: add `Opaque::raw_get`
Benno Lossin
2023-04-12
1
-0
/
+8
*
rust: sync: change error type of constructor functions
Benno Lossin
2023-04-12
1
-4
/
+4
*
rust: macros: add `quote!` macro
Gary Guo
2023-04-12
2
-0
/
+147
*
rust: enable the `pin_macro` feature
Benno Lossin
2023-04-12
2
-1
/
+2
*
rust: error: Add from_result() helper
Wedson Almeida Filho
2023-04-12
1
-0
/
+39
*
rust: error: Add a helper to convert a C ERR_PTR to a `Result`
Sven Van Asbroeck
2023-04-12
2
-1
/
+61
*
rust: error: Add to_result() helper
Wedson Almeida Filho
2023-04-12
1
-1
/
+10
*
rust: error: Add Error::from_errno{_unchecked}()
Miguel Ojeda
2023-04-12
1
-0
/
+32
*
rust: error: Add Error::to_ptr()
Asahi Lina
2023-04-12
2
-0
/
+14
*
rust: error: Rename to_kernel_errno() -> to_errno()
Asahi Lina
2023-04-12
2
-2
/
+2
*
rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()
Asahi Lina
2023-04-12
1
-0
/
+11
*
rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()
Asahi Lina
2023-04-10
2
-0
/
+30
*
rust: macros: Allow specifying multiple module aliases
Asahi Lina
2023-04-10
2
-6
/
+34
*
rust: alloc: vec: Add some try_* methods we need
Miguel Ojeda
2023-04-10
2
-3
/
+219
*
rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}
Asahi Lina
2023-04-10
2
-0
/
+4
*
rust: Import upstream `alloc::vec::spec_extend` module
Asahi Lina
2023-04-10
1
-0
/
+87
*
rust: Import upstream `alloc::vec::set_len_on_drop` module
Asahi Lina
2023-04-10
1
-0
/
+28
*
rust: Enable the new_uninit feature for kernel and driver crates
Asahi Lina
2023-04-10
2
-1
/
+2
*
samples: rust: print: Add sample code for Arc printing
Boqun Feng
2023-04-10
1
-0
/
+26
*
rust: sync: impl {Debug,Display} for {Unique,}Arc
Boqun Feng
2023-04-10
1
-0
/
+25
*
Linux 6.3-rc6
v6.3-rc6
Linus Torvalds
2023-04-09
1
-1
/
+1
*
Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-04-09
1
-6
/
+8
|
\
|
*
perf/core: Fix the same task check in perf_event_set_output
Kan Liang
2023-04-05
1
-1
/
+1
|
*
perf: Optimize perf_pmu_migrate_context()
Peter Zijlstra
2023-04-05
1
-5
/
+7
*
|
Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-09
2
-2
/
+9
|
\
\
|
*
|
x86/cpu: Add model number for Intel Arrow Lake processor
Tony Luck
2023-04-05
1
-0
/
+2
|
*
|
x86/acpi/boot: Correct acpi_is_processor_usable() check
Eric DeVolder
2023-03-30
1
-1
/
+2
|
*
|
x86/ACPI/boot: Use FADT version to check support for online capable
Mario Limonciello
2023-03-30
1
-1
/
+5
|
|
/
[next]