summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rust: init: add `stack_pin_init!` macroBenno Lossin2023-04-122-6/+191
* rust: init: add `PinnedDrop` trait and macrosBenno Lossin2023-04-125-0/+488
* rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointersBenno Lossin2023-04-122-13/+139
* rust: init: add initialization macrosBenno Lossin2023-04-126-7/+1747
* rust: add pin-init API coreBenno Lossin2023-04-124-1/+227
* rust: types: add `Opaque::raw_get`Benno Lossin2023-04-121-0/+8
* rust: sync: change error type of constructor functionsBenno Lossin2023-04-121-4/+4
* rust: macros: add `quote!` macroGary Guo2023-04-122-0/+147
* rust: enable the `pin_macro` featureBenno Lossin2023-04-122-1/+2
* rust: error: Add from_result() helperWedson Almeida Filho2023-04-121-0/+39
* rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck2023-04-122-1/+61
* rust: error: Add to_result() helperWedson Almeida Filho2023-04-121-1/+10
* rust: error: Add Error::from_errno{_unchecked}()Miguel Ojeda2023-04-121-0/+32
* rust: error: Add Error::to_ptr()Asahi Lina2023-04-122-0/+14
* rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina2023-04-122-2/+2
* rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()Asahi Lina2023-04-121-0/+11
* rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()Asahi Lina2023-04-102-0/+30
* rust: macros: Allow specifying multiple module aliasesAsahi Lina2023-04-102-6/+34
* rust: alloc: vec: Add some try_* methods we needMiguel Ojeda2023-04-102-3/+219
* rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}Asahi Lina2023-04-102-0/+4
* rust: Import upstream `alloc::vec::spec_extend` moduleAsahi Lina2023-04-101-0/+87
* rust: Import upstream `alloc::vec::set_len_on_drop` moduleAsahi Lina2023-04-101-0/+28
* rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina2023-04-102-1/+2
* samples: rust: print: Add sample code for Arc printingBoqun Feng2023-04-101-0/+26
* rust: sync: impl {Debug,Display} for {Unique,}ArcBoqun Feng2023-04-101-0/+25
* Linux 6.3-rc6v6.3-rc6Linus Torvalds2023-04-091-1/+1
* Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-04-091-6/+8
|\
| * perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-051-1/+1
| * perf: Optimize perf_pmu_migrate_context()Peter Zijlstra2023-04-051-5/+7
* | Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-092-2/+9
|\ \
| * | x86/cpu: Add model number for Intel Arrow Lake processorTony Luck2023-04-051-0/+2
| * | x86/acpi/boot: Correct acpi_is_processor_usable() checkEric DeVolder2023-03-301-1/+2
| * | x86/ACPI/boot: Use FADT version to check support for online capableMario Limonciello2023-03-301-1/+5
| |/
* | Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-0910-130/+175
|\ \
| * \ Merge branch 'for-6.3/cxl-doe-fixes' into for-6.3/cxlDan Williams2023-04-04483-4267/+4547
| |\ \
| | * | PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=yLukas Wunner2023-04-031-0/+1
| | * | PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=yLukas Wunner2023-04-031-1/+3
| | * | cxl/pci: Handle excessive CDAT lengthLukas Wunner2023-04-031-0/+3
| | * | cxl/pci: Handle truncated CDAT entriesLukas Wunner2023-04-032-4/+23
| | * | cxl/pci: Handle truncated CDAT headerLukas Wunner2023-04-031-1/+1
| | * | cxl/pci: Fix CDAT retrieval on big endianLukas Wunner2023-03-213-26/+33
| * | | cxl/hdm: Extend DVSEC range register emulation for region enumerationDan Williams2023-04-041-5/+22
| * | | cxl/hdm: Limit emulation to the number of range registersDan Williams2023-04-041-36/+46
| * | | cxl/region: Move coherence tracking into cxl_region_attach()Dan Williams2023-04-041-2/+1
| * | | cxl/region: Fix region setup/teardown for RCDsDan Williams2023-04-041-1/+27
| * | | cxl/port: Fix find_cxl_root() for RCDs and simplify itDan Williams2023-04-045-38/+14
| * | | cxl/hdm: Skip emulation when driver manages mem_enableDan Williams2023-04-043-15/+22
| * | | cxl/hdm: Fix double allocation of @cxlhdmDan Williams2023-04-041-28/+6
* | | | Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-04-084-8/+12
|\ \ \ \
| * | | | cifs: double lock in cifs_reconnect_tcon()Dan Carpenter2023-04-061-1/+1