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
/
helpers.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: helpers: sort `#include`s
Miguel Ojeda
2022-08-01
1
-1
/
+1
*
rust: add support for file system parameters
Wedson Almeida Filho
2022-07-14
1
-0
/
+10
*
rust: define fs context
Wedson Almeida Filho
2022-07-11
1
-0
/
+12
*
rust: add definitions for ref-counted inodes and dentries
Wedson Almeida Filho
2022-07-04
1
-0
/
+6
*
rust: add support for work queues
Wedson Almeida Filho
2022-07-01
1
-0
/
+7
*
rust: helpers: cleanup `checkpatch.pl` issues
Miguel Ojeda
2022-05-28
1
-18
/
+23
*
rust: add async tcp connection support
Wedson Almeida Filho
2022-04-26
1
-0
/
+7
*
rust: add `RawSpinLock`
Wedson Almeida Filho
2022-03-29
1
-0
/
+38
*
Merge pull request #722 from wedsonaf/file-aref
Wedson Almeida Filho
2022-03-28
1
-0
/
+6
|
\
|
*
rust: convert `File` to use `ARef`
Wedson Almeida Filho
2022-03-28
1
-0
/
+6
*
|
rust: add `net::filter` module
Wedson Almeida Filho
2022-03-28
1
-0
/
+6
|
/
*
rust: add `net` module
Wedson Almeida Filho
2022-03-24
1
-0
/
+38
*
Merge pull request #717 from wedsonaf/smutex
Wedson Almeida Filho
2022-03-23
1
-0
/
+6
|
\
|
*
rust: add a simple Rust mutex implementation
Wedson Almeida Filho
2022-03-17
1
-0
/
+6
*
|
rust: iomem: add `try_memcpy_fromio` method for `IoMem<T>`
Maciej Falkowski
2022-03-17
1
-0
/
+7
|
/
*
rust: helpers: use Markdown
Miguel Ojeda
2022-03-16
1
-9
/
+9
*
rust: fix C code comment style to match kernel style
Miguel Ojeda
2022-03-16
1
-19
/
+21
*
rust: helpers: explain file with a top-level comment
Miguel Ojeda
2022-01-20
1
-0
/
+17
*
rust: helpers: export more functions
Wei Liu
2022-01-20
1
-0
/
+4
*
rust: convert `platform` to use `driver`
Wedson Almeida Filho
2022-01-13
1
-0
/
+8
*
Merge pull request #621 from m-falkowski1/add_readx_writex_relaxed
Wedson Almeida Filho
2022-01-12
1
-0
/
+51
|
\
|
*
rust: iomem: add readx/writex relaxed family of functions
Maciej Falkowski
2022-01-12
1
-0
/
+51
*
|
rust: add initial common clock framework bindings
Maciej Falkowski
2022-01-12
1
-0
/
+13
|
/
*
rust: add abstraction for credentials.
Wedson Almeida Filho
2021-11-29
1
-0
/
+11
*
rust: gpio: add support for registering irq chips with gpio chip.
Wedson Almeida Filho
2021-11-26
1
-0
/
+28
*
rust: add GPIO support.
Wedson Almeida Filho
2021-11-23
1
-0
/
+6
*
Merge pull request #546 from wedsonaf/revocable
Wedson Almeida Filho
2021-11-15
1
-0
/
+18
|
\
|
*
rust: add `Revocable` type.
Wedson Almeida Filho
2021-11-15
1
-0
/
+18
*
|
rust: add support for Amba device drivers.
Wedson Almeida Filho
2021-11-15
1
-0
/
+13
*
|
rust: add support for defining irq chips.
Wedson Almeida Filho
2021-11-11
1
-0
/
+14
|
/
*
rust: Add support for irqsave/irqrestore variant of spin lock/unlock.
Wedson Almeida Filho
2021-11-06
1
-0
/
+14
*
Merge pull request #526 from wedsonaf/seqlock
Wedson Almeida Filho
2021-11-05
1
-8
/
+39
|
\
|
*
rust: fix indentation in some `rust/helpers.c` functions.
Wedson Almeida Filho
2021-10-22
1
-14
/
+14
|
*
rust: add `SeqLock`.
Wedson Almeida Filho
2021-10-21
1
-0
/
+31
*
|
rust: security: temporary fix for build error on Rust Binder
Miguel Ojeda
2021-11-04
1
-7
/
+7
|
/
*
rust: use the generated helper bindings
Gary Guo
2021-08-24
1
-11
/
+12
*
rust: add `IoMem` abstraction.
Wedson Almeida Filho
2021-07-30
1
-0
/
+59
*
rust: add a power management module.
Wedson Almeida Filho
2021-07-29
1
-0
/
+6
*
rust: add support for calling some security functions.
Wedson Almeida Filho
2021-07-02
1
-0
/
+29
*
rust: add a `Task` abstraction.
Wedson Almeida Filho
2021-07-01
1
-8
/
+20
*
Add red-black tree implementation backed by the C version.
Wedson Almeida Filho
2021-06-30
1
-0
/
+7
*
rust: update `Ref` to use the kernel's `refcount_t`.
Wedson Almeida Filho
2021-06-25
1
-0
/
+18
*
rust/kernel/platdev: add support for device driver data
Sven Van Asbroeck
2021-06-12
1
-0
/
+16
*
rust/kernel: remove config `#ifdef` in mutex.rs file
Sven Van Asbroeck
2021-06-05
1
-0
/
+7
*
rust/kernel: remove config `#ifdef` in Error.rs file
Sven Van Asbroeck
2021-06-04
1
-0
/
+6
*
rust: helpers: Clarify comment on size_t = uintptr_t guard
Geoffrey Thomas
2021-06-03
1
-5
/
+21
*
rust/error: add helper function to convert a C error pointer to a `Result`
Sven Van Asbroeck
2021-05-19
1
-0
/
+12
*
Add support for `read_iter` and `write_iter`.
Wedson Almeida Filho
2021-04-28
1
-0
/
+13
*
Merge pull request #222 from wedsonaf/clear
Miguel Ojeda
2021-04-27
1
-0
/
+5
|
\
|
*
Add `UserSlicePtrWriter::clear`.
Wedson Almeida Filho
2021-04-27
1
-0
/
+5
[next]