summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker2023-04-053-7/+11
* | | | | Merge tag 'char-misc-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-0815-77/+84
|\ \ \ \ \
| * \ \ \ \ Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-03-2812-27/+59
| |\ \ \ \ \
| | * | | | | iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chipLars-Peter Clausen2023-03-181-0/+1
| | * | | | | iio: adc: palmas_gpadc: fix NULL dereference on rmmodPatrik Dahlström2023-03-181-1/+1
| | * | | | | iio: adc: max11410: fix read_poll_timeout() usageNuno Sá2023-03-121-7/+15
| | * | | | | iio: dac: cio-dac: Fix max DAC write value check for 12-bitWilliam Breathitt Gray2023-03-111-2/+2
| | * | | | | iio: light: cm32181: Unregister second I2C client if presentKai-Heng Feng2023-02-261-0/+12
| | * | | | | iio: accel: kionix-kx022a: Get the timestamp from the driver's private data i...Mehdi Djait2023-02-181-1/+1
| | * | | | | iio: adc: ad7791: fix IRQ flagsNuno Sá2023-02-181-1/+1
| | * | | | | iio: buffer: make sure O_NONBLOCK is respectedNuno Sá2023-02-181-8/+11
| | * | | | | iio: buffer: correctly return bytes written in output buffersNuno Sá2023-02-181-1/+1
| | * | | | | iio: light: vcnl4000: Fix WARN_ON on uninitialized lockMårten Lindahl2023-02-021-1/+2
| | * | | | | iio: adis16480: select CONFIG_CRC32Arnd Bergmann2023-02-021-0/+1
| | * | | | | drivers: iio: adc: ltc2497: fix LSB shiftIan Ray2023-01-281-4/+2