summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvmem: include bit index in cell sysfs file nameArnd Bergmann2024-02-142-10/+11
* Merge tag 'iio-fixes-for-6.8a' of http://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2024-02-1417-16/+58
|\
| * iio: adc: ad4130: only set GPIO_CTRL if pin is unusedCosmin Tanislav2024-02-101-3/+7
| * iio: adc: ad4130: zero-initialize clock init dataCosmin Tanislav2024-02-101-1/+1
| * iio: accel: bma400: Fix a compilation problemMario Limonciello2024-02-041-0/+2
| * iio: commom: st_sensors: ensure proper DMA alignmentNuno Sa2024-02-041-2/+2
| * iio: hid-sensor-als: Return 0 for HID_USAGE_SENSOR_TIME_TIMESTAMPSrinivas Pandruvada2024-02-041-0/+1
| * iio: move LIGHT_UVA and LIGHT_UVB to the end of iio_modifierJavier Carrasco2024-01-281-2/+2
| * staging: iio: ad5933: fix type mismatch regressionDavid Schiller2024-01-271-1/+1
| * iio: humidity: hdc3020: fix temperature offsetDimitri Fedrau2024-01-271-1/+1
| * iio: adc: ad7091r8: Fix error code in ad7091r8_gpio_setup()Dan Carpenter2024-01-221-1/+1
| * iio: adc: ad_sigma_delta: ensure proper DMA alignmentNuno Sa2024-01-221-1/+3
| * iio: imu: adis: ensure proper DMA alignmentNuno Sa2024-01-221-1/+2
| * iio: humidity: hdc3020: Add Makefile, Kconfig and MAINTAINERS entryJonathan Cameron2024-01-223-0/+21
| * iio: imu: bno055: serdev requires REGMAPRandy Dunlap2024-01-221-0/+1
| * iio: magnetometer: rm3100: add boundary check for the value read from RM3100_...zhili.liu2024-01-221-2/+8
| * iio: pressure: bmp280: Add missing bmp085 to SPI id tableSam Protsenko2024-01-221-0/+1
| * iio: core: fix memleak in iio_device_register_sysfsDinghao Liu2024-01-221-1/+4
* | Merge tag 'icc-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman2024-02-074-1/+4
|\ \
| * | interconnect: qcom: x1e80100: Add missing ACV enable_maskMike Tipton2024-02-041-0/+1
| * | interconnect: qcom: sm8650: Use correct ACV enable_maskMike Tipton2024-02-041-1/+1
| * | interconnect: qcom: sm8550: Enable sync_stateKonrad Dybcio2024-01-101-0/+1
| * | interconnect: qcom: sc8180x: Mark CO0 BCM keepaliveKonrad Dybcio2024-01-101-0/+1
| |/
* | Linux 6.8-rc3v6.8-rc3Linus Torvalds2024-02-041-1/+1
* | Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-0411-189/+203
|\ \
| * | ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi2024-02-011-29/+3
| * | ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi2024-02-013-3/+10
| * | ext4: add a hole extent entry in cache after punchZhang Yi2024-02-011-2/+4
| * | ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi2024-02-011-41/+70
| * | ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi2024-02-011-14/+11
| * | ext4: refactor ext4_da_map_blocks()Zhang Yi2024-02-011-22/+17
| * | ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi2024-01-182-10/+6
| * | ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi2024-01-189-22/+18
| * | ext4: remove unused return value of ext4_mb_release_group_paKemeng Shi2024-01-181-4/+2
| * | ext4: remove unused return value of ext4_mb_release_inode_paKemeng Shi2024-01-181-3/+1
| * | ext4: remove unused return value of ext4_mb_releaseKemeng Shi2024-01-182-4/+2
| * | ext4: remove unused ext4_allocation_context::ac_groups_consideredKemeng Shi2024-01-181-1/+0
| * | ext4: remove unneeded return value of ext4_mb_release_contextKemeng Shi2024-01-181-2/+1
| * | ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()Kemeng Shi2024-01-181-6/+6
| * | ext4: remove unused return value of __mb_check_buddyKemeng Shi2024-01-181-4/+3
| * | ext4: mark the group block bitmap as corrupted before reporting an errorBaokun Li2024-01-181-11/+11
| * | ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li2024-01-181-5/+4
| * | ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li2024-01-181-0/+4
| * | ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li2024-01-181-1/+1
| * | ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li2024-01-181-18/+21
| * | ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li2024-01-181-0/+20
| * | ext4: do not trim the group with corrupted block bitmapBaokun Li2024-01-181-0/+3
| * | ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li2024-01-181-4/+2
* | | Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-02-044-8/+31
|\ \ \
| * | | smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2024-02-012-3/+3