index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-04-12
rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
Benno Lossin
2023-04-12
rust: types: add `Opaque::ffi_init`
Benno Lossin
2023-04-12
rust: prelude: add `pin-init` API items to prelude
Benno Lossin
2023-04-12
rust: init: add `Zeroable` trait and `init::zeroed` function
Benno Lossin
2023-04-12
rust: init: add `stack_pin_init!` macro
Benno Lossin
2023-04-12
rust: init: add `PinnedDrop` trait and macros
Benno Lossin
2023-04-12
rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
Benno Lossin
2023-04-12
rust: init: add initialization macros
Benno Lossin
2023-04-12
rust: add pin-init API core
Benno Lossin
2023-04-12
rust: types: add `Opaque::raw_get`
Benno Lossin
2023-04-12
rust: sync: change error type of constructor functions
Benno Lossin
2023-04-12
rust: macros: add `quote!` macro
Gary Guo
2023-04-12
rust: enable the `pin_macro` feature
Benno Lossin
2023-04-12
rust: error: Add from_result() helper
Wedson Almeida Filho
2023-04-12
rust: error: Add a helper to convert a C ERR_PTR to a `Result`
Sven Van Asbroeck
2023-04-12
rust: error: Add to_result() helper
Wedson Almeida Filho
2023-04-12
rust: error: Add Error::from_errno{_unchecked}()
Miguel Ojeda
2023-04-12
rust: error: Add Error::to_ptr()
Asahi Lina
2023-04-12
rust: error: Rename to_kernel_errno() -> to_errno()
Asahi Lina
2023-04-12
rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()
Asahi Lina
2023-04-10
rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()
Asahi Lina
2023-04-10
rust: macros: Allow specifying multiple module aliases
Asahi Lina
2023-04-10
rust: alloc: vec: Add some try_* methods we need
Miguel Ojeda
2023-04-10
rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}
Asahi Lina
2023-04-10
rust: Import upstream `alloc::vec::spec_extend` module
Asahi Lina
2023-04-10
rust: Import upstream `alloc::vec::set_len_on_drop` module
Asahi Lina
2023-04-10
rust: Enable the new_uninit feature for kernel and driver crates
Asahi Lina
2023-04-10
samples: rust: print: Add sample code for Arc printing
Boqun Feng
2023-04-10
rust: sync: impl {Debug,Display} for {Unique,}Arc
Boqun Feng
2023-04-09
Linux 6.3-rc6
v6.3-rc6
Linus Torvalds
2023-04-09
Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-04-09
Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-09
Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-04-08
Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.samba.org/sfrench/cif...
Linus Torvalds
2023-04-08
Merge tag 'char-misc-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-04-08
Merge tag 'tty-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-04-08
Merge tag 'usb-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-04-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2023-04-08
Merge tag 'block-6.3-2023-04-06' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-08
Merge tag 'io_uring-6.3-2023-04-06' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-08
Merge tag 'dma-mapping-6.3-2023-04-08' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2023-04-08
Merge tag 'trace-v6.3-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-04-08
Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-04-07
Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-07
Merge tag 'acpi-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2023-04-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2023-04-07
Merge tag '6.3-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2023-04-06
cifs: double lock in cifs_reconnect_tcon()
Dan Carpenter
2023-04-06
block: don't set GD_NEED_PART_SCAN if scan partition failed
Yu Kuai
2023-04-06
tracing/synthetic: Make lastcmd_mutex static
Steven Rostedt (Google)
[next]