aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/task-analyzer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-22rust: kernel: move ARef and AlwaysRefCounted to sync::arefShankari Anand3-151/+158
2025-07-22rust: sync: fix safety comment for `static_lock_class`Benno Lossin1-2/+5
2025-07-21rust: types: remove `Either<L, R>`Benno Lossin1-18/+0
2025-07-21rust: kernel: use `core::ffi::CStr` method namesTamir Duberstein2-11/+11
2025-07-21rust: str: add `CStr` methods matching `core::ffi::CStr`Tamir Duberstein1-3/+34
2025-07-21rust: str: remove unnecessary qualificationTamir Duberstein1-2/+2
2025-07-21rust: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein4-8/+8
2025-07-21rust: kernel: add `fmt` moduleTamir Duberstein2-0/+8
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein5-26/+20
2025-07-21scripts: rust: emit path candidates in panic messageTamir Duberstein1-3/+5
2025-07-21scripts: rust: replace length checks with matchTamir Duberstein1-16/+15
2025-07-20rust: list: remove nonexistent generic parameter in linkMiguel Ojeda1-2/+2
2025-07-19rust: bits: add support for bits/genmask macrosDaniel Almeida2-0/+204
2025-07-19rust: list: remove OFFSET constantsTamir Duberstein2-87/+81
2025-07-19rust: list: add `impl_list_item!` examplesTamir Duberstein2-5/+96
2025-07-19rust: list: use fully qualified pathTamir Duberstein1-5/+5
2025-07-19rust: list: use consistent self parameter nameTamir Duberstein1-4/+4
2025-07-19rust: list: use consistent type parameter styleTamir Duberstein1-5/+5
2025-07-19rust: list: simplify macro captureTamir Duberstein1-11/+5
2025-07-19rust: list: undo unintended replacement of method nameMiguel Ojeda1-1/+1
2025-07-17rust: time: Pass correct timer mode ID to hrtimer_start_range_nsLyude Paul1-1/+1
2025-07-15workqueue: rust: add delayed work itemsAlice Ryhl1-3/+327
2025-07-15rust: types: rename Opaque::raw_get to cast_intoAlice Ryhl8-15/+15
2025-07-15rust: types: add Opaque::cast_fromAlice Ryhl4-6/+14
2025-07-14rust: types: require `ForeignOwnable::into_foreign` return non-nullAndreas Hindborg1-0/+1
2025-07-14rust: types: add FOREIGN_ALIGN to ForeignOwnableAndreas Hindborg7-63/+70
2025-07-14rust: rbtree: simplify finding `current` in `remove_current`Onur Özkan1-16/+7
2025-07-14rust: helpers: sort includes alphabeticallyKrishna Ketan Rai1-1/+1
2025-07-14rust: uaccess: use newtype for user pointersAlice Ryhl3-12/+63
2025-07-14rust: uaccess: add UserSliceReader::strcpy_into_bufAlice Ryhl1-1/+59
2025-07-14rust: uaccess: add strncpy_from_userAlice Ryhl1-1/+35
2025-07-09MAINTAINERS: add mm folks as reviewers to rust allocLorenzo Stoakes1-0/+4
2025-07-03rust: sync: implement `Borrow` and `BorrowMut` for `Arc` typesAlexandre Courbot1-1/+77
2025-07-01rust: dma: require mutable reference for as_slice_mut() and write()Danilo Krummrich1-2/+2
2025-06-30rust: time: Add wrapper for fsleep() functionFUJITA Tomonori3-0/+56
2025-06-30rust: time: Seal the HrTimerMode traitFUJITA Tomonori1-1/+20
2025-06-29rust: revocable: document why &T is not used in RevocableGuardAlice Ryhl1-0/+4
2025-06-29rust: rbtree: add RBTree::is_emptyAlice Ryhl1-0/+6
2025-06-24rust: time: Remove Ktime in hrtimerFUJITA Tomonori1-16/+0
2025-06-24rust: time: Make HasHrTimer generic over HrTimerModeFUJITA Tomonori5-21/+66
2025-06-24rust: time: Add HrTimerExpires traitFUJITA Tomonori2-36/+97
2025-06-24rust: time: Replace HrTimerMode enum with trait-based mode typesFUJITA Tomonori1-74/+90
2025-06-24rust: io: avoid mentioning private fields in `IoMem`Sai Vishnu M1-1/+1
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar13-29/+29
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes7-12/+6
2025-06-24rust: list: replace unwrap() with ? in doctest examplesAlbin Babu Varghese1-19/+19
2025-06-24rust: kunit: use crate-level mapping for `c_void`Jesung Yang1-1/+1
2025-06-23rust: dma: add dma_handle_with_offset method to CoherentAllocationAlexandre Courbot1-0/+14
2025-06-23rust: dma: expose the count and size of CoherentAllocationAlexandre Courbot1-6/+26
2025-06-23rust: dma: fix doc-comment of dma_handle()Alexandre Courbot1-1/+1