aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-03-03iio: adc: rcar-gyroadc: use for_each_available_child_node_scoped()togreg-cleanupJonathan Cameron1-15/+6
2024-03-03of: unittest: Use for_each_child_of_node_scoped()Jonathan Cameron1-8/+3
2024-03-03of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() han...Jonathan Cameron1-0/+13
2024-03-03of: Add cleanup.h based auto release via __free(device_node) markings.Jonathan Cameron1-0/+2
2024-02-28iio: adc: rzg2l_adc: Use device_for_each_child_node_scoped()iio-for-6.9cJonathan Cameron1-8/+3
2024-02-28iio: temp: ltc2983: Use __free(fwnode_handle) and device_for_each_node_scoped()Jonathan Cameron1-87/+50
2024-02-26iio: adc: hx711: Switch from of specific to fwnode property handling.Jonathan Cameron1-3/+2
2024-02-26iio: accel: fxls8962af: Switch from of specific to fwnode based properties.Jonathan Cameron1-4/+6
2024-02-26iio: accel: mma8452: Switch from of specific to fwnode property handling.Jonathan Cameron1-3/+3
2024-02-26iio: adc: ad7192: Convert from of specific to fwnode property handlingJonathan Cameron1-19/+19
2024-02-26iio: adc: ad7292: Switch from of specific to fwnode property handlingJonathan Cameron1-7/+6
2024-02-26iio: adc: ad7124: Switch from of specific to fwnode based property handlingJonathan Cameron1-32/+23
2024-02-26iio: adc: fsl-imx25-gcq: Use devm_* and dev_err_probe() to simplify probeJonathan Cameron1-51/+35
2024-02-26iio: adc: fsl-imx25-gcq: Switch from of specific handing to fwnode based.Jonathan Cameron1-33/+21
2024-02-26iio: dac: ltc2688: Use device_for_each_child_node_scoped()Jonathan Cameron1-20/+8
2024-02-26iio: addac: ad74413r: Use device_for_each_child_node_scoped()Jonathan Cameron1-8/+2
2024-02-26iio: adc: max11410: Use device_for_each_child_node_scoped()Jonathan Cameron1-20/+7
2024-02-26device property: Introduce device_for_each_child_node_scoped()Jonathan Cameron1-0/+5
2024-02-26device property: Add cleanup.h based fwnode_handle_put() scope based cleanup.Jonathan Cameron1-0/+3
2024-02-26device property: Move fwnode_handle_put() into property.hJonathan Cameron2-15/+13
2024-02-25Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman112-1875/+5038
2024-02-19iio: imu: bmi323: Add ACPI Match Tableiio-for-6.9aJonathan LoBue1-0/+21
2024-02-19iio: accel: bmc150: Document duplicate ACPI entries with bmi323 driverJonathan LoBue1-0/+13
2024-02-19iio: adc: ti-ads1298: Add driverMike Looijmans3-0/+781
2024-02-19dt-bindings: iio: adc: ti-ads1298: Add bindingsMike Looijmans1-0/+80
2024-02-19iio: pressure: hsc030pa add triggered bufferPetre Rodan3-0/+53
2024-02-19iio: pressure: hsc030pa add mandatory delayPetre Rodan3-0/+6
2024-02-19iio: pressure: hsc030pa: update datasheet URLsPetre Rodan2-3/+4
2024-02-19iio: pressure: hsc030pa: include cleanupPetre Rodan3-0/+6
2024-02-19iio: pressure: hsc030pa: use signed type to hold div_64() resultPetre Rodan1-1/+1
2024-02-19dt-bindings: iio: pressure: honeywell,hsc030pa.yaml add spi propsPetre Rodan1-0/+3
2024-02-19iio: st_sensors: lsm9ds0: Use common style for terminator in ID tablesandy.shevchenko@gmail.com1-1/+1
2024-02-19iio: st_sensors: lsm9ds0: Don't use "proxy" headersandy.shevchenko@gmail.com4-5/+12
2024-02-19iio: st_sensors: lsm9ds0: Use dev_err_probe() everywhereandy.shevchenko@gmail.com1-10/+7
2024-02-19iio: adc: adi-axi-adc: move to backend frameworkNuno Sa3-358/+96
2024-02-19iio: adc: ad9467: convert to backend frameworkNuno Sa2-91/+178
2024-02-19iio: add the IIO backend frameworkNuno Sa5-0/+508
2024-02-19iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa3-3/+9
2024-02-19of: property: add device link support for io-backendsOlivier Moysan1-0/+2
2024-02-19dt-bindings: adc: axi-adc: update bindings for backend frameworkNuno Sa1-3/+5
2024-02-19dt-bindings: adc: ad9467: add new io-backend propertyNuno Sa1-0/+4
2024-02-19iio: gts-helper: Fix division loopMatti Vaittinen1-14/+1
2024-02-19Merge 6.8-rc5 into char-misc-nextGreg Kroah-Hartman824-3443/+6550
2024-02-18Linux 6.8-rc5Linus Torvalds1-1/+1
2024-02-18misc: eeprom/idt_89hpesx: Convert data structures to LE explicitlyDawei Li1-3/+3
2024-02-18comedi: remove redundant assignment to variable rangeColin Ian King1-1/+0
2024-02-18Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-32/+33
2024-02-18Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+18
2024-02-18Merge tag 'irq_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-26/+47
2024-02-18Merge tag 'i2c-for-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+17
2024-02-17Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds24-33/+77
2024-02-17Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds11-16/+35
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-26/+169
2024-02-17Merge tag 'char-misc-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-27/+73
2024-02-17Merge tag 'tty-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-7/+32
2024-02-17Merge tag 'usb-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-12/+2
2024-02-17iio: humidity: hdc3020: add threshold events supportDimitri Fedrau1-0/+247
2024-02-17dt-bindings: iio: humidity: hdc3020: add interrupt bindings in exampleDimitri Fedrau1-0/+3
2024-02-17iio: humidity: hdc3020: switch to 16bit register definesDimitri Fedrau1-137/+63
2024-02-17dt-bindings: iio: afe: voltage-divider: Add io-channel-cellsNaresh Solanki1-0/+11
2024-02-17iio: hid-sensor-als: Add light chromaticity supportBasavaraj Natikar2-0/+49
2024-02-17iio: hid-sensor-als: Add light color temperature supportBasavaraj Natikar2-0/+22
2024-02-17iio: hid-sensor-als: Remove hardcoding of values for enumsSrinivas Pandruvada1-2/+2
2024-02-17iio: hid-sensor-als: Assign channels dynamicallySrinivas Pandruvada1-16/+35
2024-02-17Add 10EC5280 to bmi160_i2c ACPI IDs to allow binding on some devicesJesus Gonzalez1-0/+9
2024-02-17iio: core: make iio_bus_type constRicardo B. Marliere2-2/+2
2024-02-17dt-bindings: iio: imu: st_lsm6dsx: add asm330lhhxg1Lorenzo Bianconi1-1/+3
2024-02-17iio: imu: st_lsm6dsx: add support to ASM330LHHXG1Lorenzo Bianconi6-0/+19
2024-02-17iio: imu: st_lsm6dsx: improve kernel docs and commentsLorenzo Bianconi3-14/+71
2024-02-17iio: adc: ad7091r-base: Use auto cleanup of locks.Jonathan Cameron1-17/+8
2024-02-17iio: adc: ad4130: Use automatic cleanup of locks and direct mode.Jonathan Cameron1-79/+52
2024-02-17iio: proximity: sx9310: Use automated cleanup for locks and IIO mode claiming.Jonathan Cameron1-75/+39
2024-02-17iio: proximity: sx9324: Use automated cleanup for locks and IIO mode claiming.Jonathan Cameron1-70/+39
2024-02-17iio: proximity: sx9360: Use automated cleanup for locks and IIO mode claiming.Jonathan Cameron1-76/+39
2024-02-17iio: adc: max1363: Use automatic cleanup for locks and iio mode claiming.Jonathan Cameron1-92/+79
2024-02-17iio: imu: bmi323: Use cleanup handling for iio_device_claim_direct_mode()Jonathan Cameron1-47/+31
2024-02-17iio: accel: adxl367: Use automated cleanup for locks and iio direct mode.Jonathan Cameron1-179/+118
2024-02-17iio: dummy: Use automatic lock and direct mode cleanup.Jonathan Cameron1-96/+89
2024-02-17iio: locking: introduce __cleanup() based direct mode claiming infrastructureJonathan Cameron1-0/+28
2024-02-17iio: sx9324: avoid copying property stringsJustin Stitt1-29/+40
2024-02-17iio: accel: mxc4005: new ACPI ID for the MXC6655 accelerometerNikita Mikhailevich1-0/+1
2024-02-17iio: frequency: admfm2000: New driverKim Seer Paller4-0/+294
2024-02-17dt-bindings: iio: frequency: add admfm2000Kim Seer Paller2-0/+134
2024-02-17iio: health: afe4404: Use devm IIO helpersAndrew Davis1-29/+7
2024-02-17iio: health: afe4404: Use devm action helper for regulator disableAndrew Davis1-12/+17
2024-02-17iio: health: afe4403: Use devm IIO helpersAndrew Davis1-30/+8
2024-02-17iio: health: afe4403: Use devm action helper for regulator disableAndrew Davis1-11/+16
2024-02-17MAINTAINERS: add IIO GTS testsMatti Vaittinen1-0/+1
2024-02-17iio: test: test gain-time-scale helpersMatti Vaittinen3-0/+528
2024-02-17iio: light: vcnl4000: Set ps high definition for 4040/4200Mårten Lindahl1-1/+35
2024-02-17iio: adc: ad_sigma_delta: allow overwriting the IRQ flagsNuno Sa1-1/+6
2024-02-17iio: imu: adis16480: make use of irq_get_trigger_type()Nuno Sa1-8/+1
2024-02-17iio: imu: adis16475: make use of irq_get_trigger_type()Nuno Sa1-7/+1
2024-02-17iio: dummy_evgen: remove Excess kernel-doc commentsRandy Dunlap1-2/+0
2024-02-17Merge tag 'media/v6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds14-68/+156
2024-02-17Merge tag 'pci-v6.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-15/+23
2024-02-17Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2024-02-17Merge tag '6.8-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-7/+60
2024-02-17Documentation: Document the Linux Kernel CVE processGreg Kroah-Hartman4-3/+129
2024-02-17tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)1-2/+2
2024-02-17Merge tag 'i2c-host-fixes-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang4-13/+17
2024-02-16MAINTAINERS: Add Siddharth Vadapalli as PCI TI DRA7XX/J721E reviewerSiddharth Vadapalli1-0/+1
2024-02-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-33/+48
2024-02-16Merge tag 'wq-for-6.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+2
2024-02-16Merge tag 'block-6.8-2024-02-16' of git://git.kernel.dk/linuxLinus Torvalds4-2/+8
2024-02-16Merge tag 'io_uring-6.8-2024-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2024-02-16Merge tag 'ceph-for-6.8-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds3-25/+93
2024-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds65-276/+277
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-29/+47
2024-02-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds11-16/+46
2024-02-16Merge tag 'zonefs-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-43/+65
2024-02-16Merge tag 'kvmarm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-2/+0
2024-02-16Merge tag 'kvmarm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-11/+17
2024-02-16Merge tag 'sound-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds34-218/+435
2024-02-16Merge tag 'gpio-fixes-for-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+18
2024-02-16Merge tag 'drm-fixes-2024-02-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds52-140/+423
2024-02-16Merge tag 'lsm-pr-20240215' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+5
2024-02-16Merge tag 'drm-msm-fixes-2024-02-15' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie5-14/+42
2024-02-16Merge tag 'amd-drm-fixes-6.8-2024-02-15-2' of https://gitlab.freedesktop.org/...Dave Airlie23-38/+114
2024-02-16Merge tag 'drm-xe-fixes-2024-02-15' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie6-36/+46
2024-02-16Merge tag 'drm-intel-fixes-2024-02-15' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-2/+5
2024-02-16Merge tag 'drm-misc-fixes-2024-02-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie16-50/+216
2024-02-15smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2-2/+23
2024-02-16zonefs: Improve error handlingDamien Le Moal2-43/+65
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds129-489/+817
2024-02-15Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-22/+39
2024-02-15drm/amdgpu: Fix implicit assumtion in gfx11 debug flagsRajneesh Bhardwaj1-2/+2
2024-02-15drm/amdkfd: update SIMD distribution algo for GFXIP 9.4.2 onwardsRajneesh Bhardwaj3-1/+13
2024-02-15drm/amd/display: Increase ips2_eval delay for DCN35Nicholas Kazlauskas1-1/+1
2024-02-15drm/amdgpu/display: Initialize gamma correction mode variable in dcn30_get_ga...Srinivasan Shanmugam1-4/+1
2024-02-15drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolutionThong1-2/+2
2024-02-15drm/amd/display: fixed integer types and null check locationsSohaib Nadeem2-7/+11
2024-02-15drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgrRoman Li1-4/+11
2024-02-15drm/amd/display: Preserve original aspect ratio in create streamTom Chung1-0/+2
2024-02-15drm/amd/display: Fix possible NULL dereference on device remove/driver unloadSrinivasan Shanmugam1-1/+1
2024-02-15Revert "drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz"Sohaib Nadeem1-1/+1
2024-02-15drm/amd/display: Add align done checkZhikai Zhai1-1/+4
2024-02-15Revert "drm/amd: flush any delayed gfxoff on suspend entry"Mario Limonciello2-2/+8
2024-02-15drm/amd: Stop evicting resources on APUs in suspendMario Limonciello3-2/+26
2024-02-15drm/amd/display: Fix possible buffer overflow in 'find_dcfclk_for_voltage()'Srinivasan Shanmugam1-0/+2
2024-02-15drm/amd/display: Fix possible use of uninitialized 'max_chunks_fbc_mode' in '...Srinivasan Shanmugam1-1/+1
2024-02-15drm/amd/display: Initialize 'wait_time_microsec' variable in link_dp_training...Srinivasan Shanmugam1-1/+1
2024-02-15drm/amd/display: Fix && vs || typosDan Carpenter1-2/+2
2024-02-15drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3Kent Russell1-6/+4
2024-02-15drm/amdgpu: make damage clips support configurableHamza Mahfooz3-0/+21
2024-02-15update workarounds for gcc "asm goto" issueLinus Torvalds3-4/+21
2024-02-15Merge tag 'devicetree-fixes-for-6.8-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds14-64/+71
2024-02-15seq_buf: Fix kernel documentationAndy Shevchenko2-23/+24
2024-02-15seq_buf: Don't use "proxy" headersAndy Shevchenko2-3/+16
2024-02-15Merge tag 'spi-fix-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-146/+25
2024-02-15Merge tag 'regmap-fix-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+40
2024-02-15Merge tag 'hid-for-linus-2024021501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-25/+70
2024-02-15drm/msm: Wire up tlb opsRob Clark1-3/+29
2024-02-15Merge tag 'nvme-6.8-2024-02-15' of git://git.infradead.org/nvme into block-6.8Jens Axboe4-2/+8
2024-02-15tracing/synthetic: Fix trace_string() return valueThorsten Blum1-1/+2
2024-02-15Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-23/+20
2024-02-15Merge branch 'fix-module_description-for-net-p6'Jakub Kicinski20-0/+20
2024-02-15net: fill in MODULE_DESCRIPTION()s for missing arcnetBreno Leitao10-0/+10
2024-02-15net: fill in MODULE_DESCRIPTION()s for mdio_devresBreno Leitao1-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for pppBreno Leitao5-0/+5
2024-02-15net: fill in MODULE_DESCRIPTION()s for fddik/skfpBreno Leitao1-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for plipBreno Leitao1-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelbBreno Leitao1-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for xen-netbackBreno Leitao1-0/+1
2024-02-15ALSA: usb-audio: More relaxed check of MIDI jack namesTakashi Iwai1-48/+25
2024-02-15ALSA: hda/realtek: fix mute/micmute LED For HP mt645Eniac Zhang1-0/+2
2024-02-15net: ravb: Count packets instead of descriptors in GbEth RX pathPaul Barker1-13/+9
2024-02-15pppoe: Fix memory leak in pppoe_sendmsg()Gavrilov Ilia1-14/+9
2024-02-15net: sctp: fix skb leak in sctp_inq_free()Dmitry Antipov1-4/+10
2024-02-15Merge tag 'asoc-fix-v6.8-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai29-164/+378
2024-02-15kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann1-11/+2
2024-02-15net: bcmasp: Handle RX buffer allocation failureFlorian Fainelli1-0/+3
2024-02-15Merge tag 'nf-24-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni3-3/+7
2024-02-15arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown2-7/+8
2024-02-15arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errataEaswar Hariharan3-0/+14
2024-02-15Merge tag 'linux-can-fixes-for-6.8-20240214' of git://git.kernel.org/pub/scm/...Paolo Abeni4-19/+34
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko2-10/+16
2024-02-15drm/xe: avoid function cast warningsArnd Bergmann1-1/+6
2024-02-15drm/xe/pt: Allow for stricter type- and range checkingThomas Hellström3-31/+29
2024-02-15drm/xe/display: fix i915_gem_object_is_shmem() wrapperMatthew Auld1-1/+1
2024-02-15drm/xe/vm: Avoid reserving zero fencesThomas Hellström1-3/+10
2024-02-14selftests: tls: increase the wait in poll_partial_rec_asyncJakub Kicinski1-2/+2
2024-02-14ice: Add check for lport extraction to LAG initDave Ertman2-2/+26
2024-02-14Merge tag 'wireless-2024-02-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski6-19/+80
2024-02-14io_uring/net: fix multishot accept overflow handlingJens Axboe1-2/+3
2024-02-14Merge tag 'mips-fixes_6.8_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-3/+18
2024-02-14Merge tag 'landlock-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-13/+59
2024-02-14Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-50/+131
2024-02-14Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git.kernel.org/pub/s...Linus Torvalds3-0/+19
2024-02-15netfilter: nf_tables: fix bidirectional offload regressionFelix Fietkau1-0/+1
2024-02-15netfilter: nat: restore default DNAT behaviorKyle Swenson1-1/+4
2024-02-15netfilter: nft_set_pipapo: fix missing : in kdocPablo Neira Ayuso1-2/+2
2024-02-15modpost: trim leading spaces when processing source files listRadek Krejci1-1/+6
2024-02-15gen_compile_commands: fix invalid escape sequence warningAndrew Ballance1-1/+1
2024-02-15kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor1-2/+7
2024-02-15docs: kconfig: Fix grammar and formattingThorsten Blum1-3/+3
2024-02-14i2c: i801: Fix block process call transactionsJean Delvare1-2/+2
2024-02-14i2c: pasemi: split driver into two separate modulesArnd Bergmann2-4/+8
2024-02-15kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada4-14/+14
2024-02-14lsm: fix integer overflow in lsm_set_self_attr() syscallJann Horn1-2/+5