aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-05-21phonet/pep: disable BH around forwarded sk_receive_skb()Zijing Yin1-2/+17
2026-05-21smb: smbdirect: divide, not multiply, milliseconds by 1000Alexander A. Klimov1-1/+1
2026-05-21cifs: Fix busy dentry used after unmountingZhihao Cheng1-0/+2
2026-05-21ASoC: cs-amp-lib: Some bug and typo fixesMark Brown373-2390/+4756
2026-05-21ASoC: cs-amp-lib: Fix typo in error message: write -> readRichard Fitzgerald1-1/+1
2026-05-21ASoC: cs-amp-lib: Fix missing dput() after debugfs_lookup()Richard Fitzgerald1-3/+10
2026-05-21ASoC: cs-amp-lib: Fix wrong sizeof() in _cs_amp_set_efi_calibration_data()Richard Fitzgerald1-1/+1
2026-05-21hwmon: (pmbus/adm1266) serialize sequencer_state debugfs read with pmbus_lockAbdurrahman Hussain1-0/+1
2026-05-21hwmon: (pmbus/adm1266) serialize NVMEM blackbox read with pmbus_lockAbdurrahman Hussain1-0/+2
2026-05-21hwmon: (pmbus/adm1266) serialize GPIO PMBus accesses with pmbus_lockAbdurrahman Hussain1-0/+6
2026-05-21hwmon: (pmbus/adm1266) register the nvmem device after pmbus_do_probe()Abdurrahman Hussain1-4/+4
2026-05-21hwmon: (pmbus/adm1266) register the gpio_chip after pmbus_do_probe()Abdurrahman Hussain1-4/+4
2026-05-21hwmon: (pmbus/adm1266) reject short block-read responses in the GPIO accessorsAbdurrahman Hussain1-0/+6
2026-05-21hwmon: (pmbus/adm1266) don't clobber GPIO bits before PDIO read in get_multipleAbdurrahman Hussain1-1/+0
2026-05-21Merge tag 'batadv-net-pullrequest-20260520' of https://git.open-mesh.org/batadvPaolo Abeni10-141/+299
2026-05-21hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NRAbdurrahman Hussain1-1/+1
2026-05-21hwmon: (pmbus/adm1266) bounce blackbox records through a protocol-sized bufferAbdurrahman Hussain1-1/+3
2026-05-21hwmon: (pmbus/adm1266) include adapter number in GPIO line labelAbdurrahman Hussain1-2/+3
2026-05-21drm/xe/oa: Fix exec_queue leak on width check in stream openShuicheng Lin1-2/+4
2026-05-21hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read bufferAbdurrahman Hussain1-1/+1
2026-05-21hwmon: (pmbus/adm1266) reject implausible blackbox record_countAbdurrahman Hussain1-0/+3
2026-05-21hwmon: (pmbus/adm1266) widen blackbox-info buffer to I2C_SMBUS_BLOCK_MAXAbdurrahman Hussain1-1/+1
2026-05-21hwmon: (pmbus/adm1266) seed timestamp from the real-time clockAbdurrahman Hussain1-1/+1
2026-05-21hwmon: (lenovo-ec-sensors): Fix EC "MCHP" signature validation logicKean Ren1-3/+3
2026-05-21hwmon: (lenovo-ec-sensors): Convert to devm_request_region()Kean Ren1-10/+4
2026-05-21ASoC: cs35l56: Fix flushing of IRQ work in cs35l56_sdw_remove()Richard Fitzgerald1-1/+2
2026-05-21LoongArch: Remove unused code to avoid build warningHuacai Chen1-4/+0
2026-05-21LoongArch: Avoid initrd overlap during kernel relocationWANG Rui1-0/+38
2026-05-21LoongArch: Skip relocation-time KASLR if already appliedWANG Rui1-0/+12
2026-05-21efi/loongarch: Randomize kernel preferred address for KASLRWANG Rui3-1/+23
2026-05-21gpio: virtuser: lock device when calling device_is_bound()Bartosz Golaszewski1-3/+6
2026-05-21gpio: aggregator: lock device when calling device_is_bound()Bartosz Golaszewski1-3/+6
2026-05-21gpio: sim: lock device when calling device_is_bound()Bartosz Golaszewski1-4/+7
2026-05-21tracing: Create output file from cmd_check_undefinedThomas Weißschuh1-1/+2
2026-05-21tracing: Fix unload_page for simple_ring_buffer init rollbackVincent Donnefort1-1/+1
2026-05-21tracing: Fix nr_subbufs initialization in simple_ring_buffer_init_mm()David Carlier1-1/+1
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)23-0/+65
2026-05-21ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt1-5/+3
2026-05-21xfs: fix a buffer lookup against removal raceChristoph Hellwig1-10/+24
2026-05-21Merge branch 'vsock-virtio-fix-skb-overhead-accounting-to-preserve-full-buf_alloc'Paolo Abeni1-6/+23
2026-05-21vsock/virtio: fix skb overhead accounting to preserve full buf_allocStefano Garzarella1-1/+8
2026-05-21vsock/virtio: reset connection on receiving queue overflowStefano Garzarella1-5/+15
2026-05-21MAINTAINERS: ASoC: Intel/SOF: Remove Ranjani Sridharan as maintainerPeter Ujfalusi1-2/+0
2026-05-21gpio: aggregator: remove the software node when deactivating the aggregatorBartosz Golaszewski1-0/+4
2026-05-21gpio: aggregator: fix a potential use-after-freeBartosz Golaszewski1-1/+1
2026-05-21gpio: cdev: check if uAPI v2 config attributes are correctly zeroedBartosz Golaszewski1-0/+13
2026-05-21Merge branch 'net-stmmac-eic7700-fix-delay-calculation-and-initialization-ordering'Paolo Abeni2-38/+101
2026-05-21net: stmmac: eswin: validate RGMII delay valuesZhi Li1-4/+25
2026-05-21net: stmmac: eswin: correct RGMII delay granularity to 20 psZhi Li1-4/+4
2026-05-21net: stmmac: eswin: clear TXD and RXD delay registers during initializationZhi Li1-0/+22