summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-12rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`Benno Lossin
2023-04-12rust: types: add `Opaque::ffi_init`Benno Lossin
2023-04-12rust: prelude: add `pin-init` API items to preludeBenno Lossin
2023-04-12rust: init: add `Zeroable` trait and `init::zeroed` functionBenno Lossin
2023-04-12rust: init: add `stack_pin_init!` macroBenno Lossin
2023-04-12rust: init: add `PinnedDrop` trait and macrosBenno Lossin
2023-04-12rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointersBenno Lossin
2023-04-12rust: init: add initialization macrosBenno Lossin
2023-04-12rust: add pin-init API coreBenno Lossin
2023-04-12rust: types: add `Opaque::raw_get`Benno Lossin
2023-04-12rust: sync: change error type of constructor functionsBenno Lossin
2023-04-12rust: macros: add `quote!` macroGary Guo
2023-04-12rust: enable the `pin_macro` featureBenno Lossin
2023-04-12rust: error: Add from_result() helperWedson Almeida Filho
2023-04-12rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck
2023-04-12rust: error: Add to_result() helperWedson Almeida Filho
2023-04-12rust: error: Add Error::from_errno{_unchecked}()Miguel Ojeda
2023-04-12rust: error: Add Error::to_ptr()Asahi Lina
2023-04-12rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina
2023-04-12rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()Asahi Lina
2023-04-10rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()Asahi Lina
2023-04-10rust: macros: Allow specifying multiple module aliasesAsahi Lina
2023-04-10rust: alloc: vec: Add some try_* methods we needMiguel Ojeda
2023-04-10rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}Asahi Lina
2023-04-10rust: Import upstream `alloc::vec::spec_extend` moduleAsahi Lina
2023-04-10rust: Import upstream `alloc::vec::set_len_on_drop` moduleAsahi Lina
2023-04-10rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina
2023-04-10samples: rust: print: Add sample code for Arc printingBoqun Feng
2023-04-10rust: sync: impl {Debug,Display} for {Unique,}ArcBoqun Feng
2023-04-09Linux 6.3-rc6v6.3-rc6Linus Torvalds
2023-04-09Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-04-09Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-09Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-08Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-04-08Merge tag 'char-misc-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-08Merge tag 'tty-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-04-08Merge tag 'usb-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-04-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-04-08Merge tag 'block-6.3-2023-04-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-08Merge tag 'io_uring-6.3-2023-04-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-08Merge tag 'dma-mapping-6.3-2023-04-08' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-04-08Merge tag 'trace-v6.3-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-08Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds
2023-04-07Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-07Merge tag 'acpi-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-04-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-04-07Merge tag '6.3-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-04-06cifs: double lock in cifs_reconnect_tcon()Dan Carpenter
2023-04-06block: don't set GD_NEED_PART_SCAN if scan partition failedYu Kuai
2023-04-06tracing/synthetic: Make lastcmd_mutex staticSteven Rostedt (Google)