aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc/allocator.rs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-06-23rust: dma: add as_slice/write functions for CoherentAllocationAbdiel Janulgue1-0/+87
2025-06-23rust: dma: convert the read/write macros to return ResultAbdiel Janulgue2-36/+48
2025-06-23rust: dma: clarify wording and be consistent in `coherent` nomenclatureAbdiel Janulgue1-5/+5
2025-06-22rust: enable `clippy::ref_as_ptr` lintTamir Duberstein8-20/+15
2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein7-6/+9
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein16-60/+70
2025-06-22rust: enable `clippy::as_ptr_cast_mut` lintTamir Duberstein2-1/+2
2025-06-22rust: enable `clippy::ptr_cast_constness` lintTamir Duberstein3-4/+5
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein25-32/+41
2025-06-22Linux 6.16-rc3v6.16-rc3Linus Torvalds1-1/+1
2025-06-21i2c: k1: check for transfer errorAlex Elder1-1/+1
2025-06-21smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key sizeBharath SM2-2/+2
2025-06-21smb: minor fix to use sizeof to initialize flags_string bufferBharath SM1-1/+1
2025-06-21smb: Use loff_t for directory position in cached_direntsBharath SM1-1/+1
2025-06-21smb: Log an error when close_all_cached_dirs failsPaul Aurich1-2/+12
2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells1-2/+6
2025-06-21smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()Stefan Metzmacher1-2/+3
2025-06-21smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-20irqchip/ath79-misc: Fix missing prototypes warningsShiji Yang1-18/+2
2025-06-20rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)1-0/+4
2025-06-20KVM: TDX: Exit to userspace for GetTdVmCallInfoBinbin Wu3-4/+54