summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-21iio: adc: aspeed: Replace mdelay() with fsleep() for ADC stabilization delayBilly Tsai-3/+3
2026-03-21iio: adc: Enable multiple consecutive channels based on model dataBilly Tsai-1/+21
2026-03-21iio: adc: Add battery channel definition for ADCBilly Tsai-2/+4
2026-03-21Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+7
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-40/+341
2026-03-21iio: dac: ltc2632: add support for LTC2654 DAC familyDavid Marinovic-3/+23
2026-03-21dt-bindings: iio: dac: ltc2632: add LTC2654 compatible stringsDavid Marinovic-22/+35
2026-03-21iio: dac: ltc2632: drop enum and use individual chip_info objectsDavid Marinovic-185/+142
2026-03-21block: partitions: Replace pp_buf with struct seq_bufKees Cook-157/+106
2026-03-21PCI: dwc: rcar-gen4: Mark BAR0 and BAR2 as Resizable BARs in endpoint modeKoichiro Den-0/+2
2026-03-21counter: sysfs: remove double return in counter_sysfs_attr_add()Cosmin Tanislav-2/+0
2026-03-21staging: iio: ad9834: use sysfs_emit() and simplify show functionsGabriel Rondon-14/+6
2026-03-21staging: iio: ad5933: use sysfs_emit() in show functionsGabriel Rondon-12/+12
2026-03-21iio: light: vcnl4000: add support for regulatorsErikas Bitovtas-0/+7
2026-03-21iio: light: vcnl4000: remove redundant check for proximity-near-levelErikas Bitovtas-3/+1
2026-03-21iio: light: vcnl4000: use variables for I2C client and device instancesErikas Bitovtas-19/+16
2026-03-21iio: light: vcnl4000: remove error messages for trigger and irqErikas Bitovtas-7/+2
2026-03-21iio: light: vcnl4000: replace mutex_init() with devm_mutex_init()Erikas Bitovtas-3/+14
2026-03-21iio: light: vcnl4000: move power enablement from init to probeErikas Bitovtas-5/+5
2026-03-21iio: light: vcnl4000: sort includes by their nameErikas Bitovtas-4/+4
2026-03-21dt-bindings: iio: light: vcnl4000: add regulatorsErikas Bitovtas-0/+14
2026-03-21PCI: mediatek: Fix possible truncation in mtk_pcie_parse_port()Ryder Lee-1/+1
2026-03-21iio: backend: use __free(fwnode_handle) for automatic cleanupAntoniu Miclaus-4/+2
2026-03-21iio: accel: adxl372: add support for ADXL371Antoniu Miclaus-18/+75
2026-03-21iio: accel: adxl372: factor out buffer and trigger setupAntoniu Miclaus-43/+50
2026-03-21dt-bindings: iio: accel: adi,adxl372: add ADXL371 compatibleAntoniu Miclaus-4/+10
2026-03-21iio: accel: adxl372: introduce chip_info structureAntoniu Miclaus-75/+112
2026-03-21Merge tag 'v7.1-rockchip-dts64-1' of ssh://gitolite.kernel.org/pub/scm/linux/...Krzysztof Kozlowski-63/+2093
2026-03-21x86/um: fix vDSO installationThomas Weißschuh-2/+2
2026-03-21um: Remove CONFIG_FRAME_WARN from x86_64_defconfigTiwei Bie-1/+0
2026-03-21um: Fix pte_read() and pte_exec() for kernel mappingsTiwei Bie-7/+5
2026-03-21um: Fix potential race condition in TLB syncTiwei Bie-0/+2
2026-03-21um: time-travel: clean up kernel-doc warningsRandy Dunlap-1/+5
2026-03-21um: avoid struct sigcontext redefinition with muslMarcel W. Wysocki-0/+6
2026-03-21um: fix address-of CMSG_DATA() rvalue in stubMarcel W. Wysocki-1/+1
2026-03-21drm/i915/wm: Include .min_ddb_alloc_uv in the wm dumpsVille Syrjälä-4/+26
2026-03-21drm/i915/wm: Include ddb_y in skl_print_wm_changes() on pre-iclVille Syrjälä-2/+9
2026-03-21drm/i915/wm: Extract skl_print_plane_ddb_changes()Ville Syrjälä-5/+17
2026-03-21crypto: krb5enc - fix sleepable flag handling in encrypt dispatchWesley Atwell-2/+3
2026-03-21crypto: simd - reject compat registrations without __ prefixesWesley Atwell-4/+12
2026-03-21drm/i915/wm: s/skl_print_plane_changes()/skl_print_plane_wm_changes()/Ville Syrjälä-5/+6
2026-03-21drm/i915/wm: Nuke wm->uv_wm[]Ville Syrjälä-26/+19
2026-03-21drm/i915/wm: Extract skl_allocate_plane_ddb_nv12()Ville Syrjälä-11/+29
2026-03-21drm/i915/wm: s/skl_check_nv12_wm_level()/skl_check_wm_level_nv12()/Ville Syrjälä-2/+2
2026-03-21drm/i915/wm: Reorder the arguments to skl_allocate_plane_ddb()Ville Syrjälä-8/+7
2026-03-21drm/i915/wm: Nuke is_planar from skl+ wm structuresVille Syrjälä-6/+1
2026-03-21drm/i915: Skip redundant NV12 plane unlinkingVille Syrjälä-11/+0
2026-03-21drm/i915: Relocate unlink_nv12_plane()Ville Syrjälä-26/+23
2026-03-21drm/i915: Unlink NV12 planes earlierVille Syrjälä-2/+9
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar-9135/+17925