index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: rename `Ref` to `Arc`
Wedson Almeida Filho
2022-10-05
2
-151
/
+151
*
rust: use `<>` link style in comments too
Miguel Ojeda
2022-08-01
1
-1
/
+1
*
treewide: other `rustfmt`-inspired cleanups
Miguel Ojeda
2022-08-01
1
-1
/
+1
*
rust: kernel: `rustfmt` documentation examples cleanups
Miguel Ojeda
2022-08-01
3
-5
/
+5
*
rust: kernel: use `# Examples` consistently
Miguel Ojeda
2022-08-01
1
-1
/
+1
*
rust: kernel: use `core::ffi` instead of `kernel::c_types`
Miguel Ojeda
2022-06-30
1
-7
/
+7
*
rust: hide `bindings::lock_class_key` from drivers
Wedson Almeida Filho
2022-06-06
8
-73
/
+47
*
rust: add basic rcu support
Wedson Almeida Filho
2022-05-31
1
-0
/
+52
*
Merge pull request #780 from wedsonaf/static-ref
Wedson Almeida Filho
2022-05-31
1
-2
/
+81
|
\
|
*
rust: add `StaticRef`
Wedson Almeida Filho
2022-05-31
1
-2
/
+81
*
|
rust: fix English typos found by `checkpatch.pl`
Miguel Ojeda
2022-05-28
2
-2
/
+2
|
/
*
rust: automatically provide `use kernel::prelude::*` for doctests
Miguel Ojeda
2022-05-05
4
-7
/
+0
*
rust: kernel: review doctests now that they run in the kernel
Miguel Ojeda
2022-05-05
6
-43
/
+56
*
rust: support running documentation tests in-kernel
Miguel Ojeda
2022-05-05
1
-2
/
+2
*
rust: add async tcp connection support
Wedson Almeida Filho
2022-04-26
1
-1
/
+1
*
rust: add `NoWaitLock`
Wedson Almeida Filho
2022-04-26
1
-0
/
+188
*
rust: generalise `RevocableMutex` to any synchronisation primitive
Wedson Almeida Filho
2022-04-07
4
-186
/
+341
*
rust: split `CreatableLock` into `LockFactory` and `LockIniter`
Wedson Almeida Filho
2022-04-05
6
-48
/
+62
*
rust: add `RawSpinLock`
Wedson Almeida Filho
2022-03-29
1
-0
/
+163
*
rust: move `net` and `sync` modules to uniquely-named files
Wedson Almeida Filho
2022-03-28
1
-158
/
+0
*
rust: add a simple Rust mutex implementation
Wedson Almeida Filho
2022-03-17
2
-0
/
+284
*
rust: move error codes to the `error::code` module
Wedson Almeida Filho
2022-03-15
1
-3
/
+3
*
rust: simplify spin lock implementation by splitting acquisition types
Wedson Almeida Filho
2022-02-16
2
-30
/
+40
*
rust: define `LockInfo` trait that lock "type states" must implement
Wedson Almeida Filho
2022-02-16
7
-29
/
+51
*
rust: use `.init_array` instead of `.ctors` in `init_static_sync`
Wedson Almeida Filho
2022-02-01
1
-1
/
+1
*
Merge pull request #641 from wedsonaf/static-mutex
Wedson Almeida Filho
2022-01-27
5
-5
/
+68
|
\
|
*
rust: add support for static synchronisation primitives
Wedson Almeida Filho
2022-01-22
5
-5
/
+68
*
|
rust: add abstraction for `rw_semaphore`
Wedson Almeida Filho
2022-01-18
2
-0
/
+149
|
/
*
rust: simplify lock guards by using marker types
Wedson Almeida Filho
2022-01-17
8
-85
/
+54
*
rust: kernel: allow a few `non_send_fields_in_send_ty` Clippy cases
Miguel Ojeda
2022-01-13
3
-0
/
+3
*
rust: fix drop in `RevocableMutex`
Wedson Almeida Filho
2022-01-10
1
-4
/
+4
*
Update arc.rs
Hsiang-Cheng Yang
2021-12-30
1
-1
/
+1
*
docs: Fix typo in doc link
Daniel Xu
2021-12-29
1
-1
/
+1
*
rust: add `RevocableMutex`.
Wedson Almeida Filho
2021-11-26
2
-0
/
+186
*
rust: kernel: use unit struct instead of `()`
Miguel Ojeda
2021-11-25
1
-3
/
+6
*
rust: use generic associated types (GATs) to implement `PointerWrapper`.
Wedson Almeida Filho
2021-11-17
1
-16
/
+54
*
rust: remove all usages of `try_new_and_init` and `pin_init_and_share`.
Wedson Almeida Filho
2021-11-15
1
-29
/
+3
*
Merge pull request #553 from wedsonaf/pin-uniqueref
Wedson Almeida Filho
2021-11-15
1
-0
/
+15
|
\
|
*
rust: add functions to pin `UniqueRef` and convert it to `Ref`.
Wedson Almeida Filho
2021-11-15
1
-0
/
+15
*
|
rust: remove instances of `Pin<Ref<T>>`.
Wedson Almeida Filho
2021-11-15
1
-6
/
+0
|
/
*
rust: Add support for irqsave/irqrestore variant of spin lock/unlock.
Wedson Almeida Filho
2021-11-06
5
-15
/
+102
*
Introduce `Opaque` type and use it in `sync` module.
Wedson Almeida Filho
2021-11-05
5
-29
/
+24
*
rust: add `SeqLock`.
Wedson Almeida Filho
2021-10-21
6
-33
/
+341
*
rust: rename `Guard` to `GuardMut`.
Wedson Almeida Filho
2021-10-15
6
-23
/
+23
*
rust: make `Lock` trait unsafe.
Wedson Almeida Filho
2021-10-15
3
-3
/
+10
*
rust: add `UniqueRef`.
Wedson Almeida Filho
2021-10-14
2
-18
/
+159
*
rust: implement `TryFrom<Vec<T>>` for `Ref<[T]>`.
Wedson Almeida Filho
2021-10-14
1
-2
/
+43
*
rust: switch away from `Box` in `Ref` implementation.
Wedson Almeida Filho
2021-10-14
1
-11
/
+26
*
rust: use the generated helper bindings
Gary Guo
2021-08-24
5
-40
/
+13
*
Merge pull request #454 from wedsonaf/guard-state
Wedson Almeida Filho
2021-08-20
4
-14
/
+22
|
\
[next]