index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-03-21
iio: adc: aspeed: Replace mdelay() with fsleep() for ADC stabilization delay
Billy Tsai
-3
/
+3
2026-03-21
iio: adc: Enable multiple consecutive channels based on model data
Billy Tsai
-1
/
+21
2026-03-21
iio: adc: Add battery channel definition for ADC
Billy Tsai
-2
/
+4
2026-03-21
Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+7
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-40
/
+341
2026-03-21
iio: dac: ltc2632: add support for LTC2654 DAC family
David Marinovic
-3
/
+23
2026-03-21
dt-bindings: iio: dac: ltc2632: add LTC2654 compatible strings
David Marinovic
-22
/
+35
2026-03-21
iio: dac: ltc2632: drop enum and use individual chip_info objects
David Marinovic
-185
/
+142
2026-03-21
block: partitions: Replace pp_buf with struct seq_buf
Kees Cook
-157
/
+106
2026-03-21
PCI: dwc: rcar-gen4: Mark BAR0 and BAR2 as Resizable BARs in endpoint mode
Koichiro Den
-0
/
+2
2026-03-21
counter: sysfs: remove double return in counter_sysfs_attr_add()
Cosmin Tanislav
-2
/
+0
2026-03-21
staging: iio: ad9834: use sysfs_emit() and simplify show functions
Gabriel Rondon
-14
/
+6
2026-03-21
staging: iio: ad5933: use sysfs_emit() in show functions
Gabriel Rondon
-12
/
+12
2026-03-21
iio: light: vcnl4000: add support for regulators
Erikas Bitovtas
-0
/
+7
2026-03-21
iio: light: vcnl4000: remove redundant check for proximity-near-level
Erikas Bitovtas
-3
/
+1
2026-03-21
iio: light: vcnl4000: use variables for I2C client and device instances
Erikas Bitovtas
-19
/
+16
2026-03-21
iio: light: vcnl4000: remove error messages for trigger and irq
Erikas Bitovtas
-7
/
+2
2026-03-21
iio: light: vcnl4000: replace mutex_init() with devm_mutex_init()
Erikas Bitovtas
-3
/
+14
2026-03-21
iio: light: vcnl4000: move power enablement from init to probe
Erikas Bitovtas
-5
/
+5
2026-03-21
iio: light: vcnl4000: sort includes by their name
Erikas Bitovtas
-4
/
+4
2026-03-21
dt-bindings: iio: light: vcnl4000: add regulators
Erikas Bitovtas
-0
/
+14
2026-03-21
PCI: mediatek: Fix possible truncation in mtk_pcie_parse_port()
Ryder Lee
-1
/
+1
2026-03-21
iio: backend: use __free(fwnode_handle) for automatic cleanup
Antoniu Miclaus
-4
/
+2
2026-03-21
iio: accel: adxl372: add support for ADXL371
Antoniu Miclaus
-18
/
+75
2026-03-21
iio: accel: adxl372: factor out buffer and trigger setup
Antoniu Miclaus
-43
/
+50
2026-03-21
dt-bindings: iio: accel: adi,adxl372: add ADXL371 compatible
Antoniu Miclaus
-4
/
+10
2026-03-21
iio: accel: adxl372: introduce chip_info structure
Antoniu Miclaus
-75
/
+112
2026-03-21
Merge tag 'v7.1-rockchip-dts64-1' of ssh://gitolite.kernel.org/pub/scm/linux/...
Krzysztof Kozlowski
-63
/
+2093
2026-03-21
x86/um: fix vDSO installation
Thomas Weißschuh
-2
/
+2
2026-03-21
um: Remove CONFIG_FRAME_WARN from x86_64_defconfig
Tiwei Bie
-1
/
+0
2026-03-21
um: Fix pte_read() and pte_exec() for kernel mappings
Tiwei Bie
-7
/
+5
2026-03-21
um: Fix potential race condition in TLB sync
Tiwei Bie
-0
/
+2
2026-03-21
um: time-travel: clean up kernel-doc warnings
Randy Dunlap
-1
/
+5
2026-03-21
um: avoid struct sigcontext redefinition with musl
Marcel W. Wysocki
-0
/
+6
2026-03-21
um: fix address-of CMSG_DATA() rvalue in stub
Marcel W. Wysocki
-1
/
+1
2026-03-21
drm/i915/wm: Include .min_ddb_alloc_uv in the wm dumps
Ville Syrjälä
-4
/
+26
2026-03-21
drm/i915/wm: Include ddb_y in skl_print_wm_changes() on pre-icl
Ville Syrjälä
-2
/
+9
2026-03-21
drm/i915/wm: Extract skl_print_plane_ddb_changes()
Ville Syrjälä
-5
/
+17
2026-03-21
crypto: krb5enc - fix sleepable flag handling in encrypt dispatch
Wesley Atwell
-2
/
+3
2026-03-21
crypto: simd - reject compat registrations without __ prefixes
Wesley Atwell
-4
/
+12
2026-03-21
drm/i915/wm: s/skl_print_plane_changes()/skl_print_plane_wm_changes()/
Ville Syrjälä
-5
/
+6
2026-03-21
drm/i915/wm: Nuke wm->uv_wm[]
Ville Syrjälä
-26
/
+19
2026-03-21
drm/i915/wm: Extract skl_allocate_plane_ddb_nv12()
Ville Syrjälä
-11
/
+29
2026-03-21
drm/i915/wm: s/skl_check_nv12_wm_level()/skl_check_wm_level_nv12()/
Ville Syrjälä
-2
/
+2
2026-03-21
drm/i915/wm: Reorder the arguments to skl_allocate_plane_ddb()
Ville Syrjälä
-8
/
+7
2026-03-21
drm/i915/wm: Nuke is_planar from skl+ wm structures
Ville Syrjälä
-6
/
+1
2026-03-21
drm/i915: Skip redundant NV12 plane unlinking
Ville Syrjälä
-11
/
+0
2026-03-21
drm/i915: Relocate unlink_nv12_plane()
Ville Syrjälä
-26
/
+23
2026-03-21
drm/i915: Unlink NV12 planes earlier
Ville Syrjälä
-2
/
+9
2026-03-21
Merge tag 'v7.0-rc4' into timers/core, to resolve conflict
Ingo Molnar
-9135
/
+17925
[prev]
[next]