summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-host-fixes-6.11-rc8' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-09-16602-3345/+6118
|\
| * i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan2024-09-121-3/+1
| * i2c: isch: Add missed 'else'Andy Shevchenko2024-09-111-2/+1
| * i2c: xiic: Try re-initialization on bus busy timeoutRobert Hancock2024-09-111-15/+26
| * i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock2024-09-111-10/+9
| * i2c: aspeed: Update the stop sw state when the bus recovery occursTommy Huang2024-09-111-8/+8
| * Linux 6.11-rc7v6.11-rc7Linus Torvalds2024-09-081-1/+1
| * Merge tag 'timers_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-09-083-18/+16
| |\
| | * Merge tag 'timers-v6.11-rc7' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2024-09-021107-6395/+13035
| | |\
| | | * clocksource/drivers/imx-tpm: Fix next event not taking effect sometimeJacky Bai2024-09-021-0/+8
| | | * clocksource/drivers/imx-tpm: Fix return -ETIME when delta exceeds INT_MAXJacky Bai2024-09-021-4/+4
| | | * clocksource/drivers/timer-of: Remove percpu irq related codeDaniel Lezcano2024-09-022-14/+4
| * | | Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-084-8/+16
| |\ \ \
| | * | | perf/aux: Fix AUX buffer serializationPeter Zijlstra2024-09-043-6/+15
| | * | | uprobes: Use kzalloc to allocate xol areaSven Schnelle2024-09-031-2/+1
| * | | | Merge tag 'char-misc-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-0820-79/+123
| |\ \ \ \
| | * | | | VMCI: Fix use-after-free when removing resource in vmci_resource_remove()David Fernandez Gonzalez2024-09-031-1/+2
| | * | | | Drivers: hv: vmbus: Fix rescind handling in uio_hv_genericNaman Jain2024-09-032-0/+9
| | * | | | uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescindSaurabh Sengar2024-09-031-1/+2
| | * | | | misc: keba: Fix sysfs group creationGerhard Engleder2024-09-031-10/+4
| | * | | | dt-bindings: nvmem: Use soc-nvmem node name instead of nvmemMichal Simek2024-09-031-1/+1
| | * | | | nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven2024-09-031-3/+3
| | * | | | nvmem: u-boot-env: error if NVMEM device is too smallJohn Thomson2024-09-031-0/+7
| | * | | | misc: fastrpc: Fix double free of 'buf' in error pathSukrut Bellary2024-09-031-3/+2
| | * | | | binder: fix UAF caused by offsets overwriteCarlos Llamas2024-09-031-0/+1
| | * | | | Merge tag 'iio-fixes-for-6.11a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-09-0311-60/+92
| | |\ \ \ \
| | | * | | | iio: imu: inv_mpu6050: fix interrupt status read for old buggy chipsJean-Baptiste Maneyrol2024-08-171-2/+11
| | | * | | | iio: adc: ad7173: fix GPIO device infoDumitru Ceclan2024-08-171-3/+0
| | | * | | | iio: adc: ad7124: fix DT configuration parsingDumitru Ceclan2024-08-061-2/+1
| | | * | | | iio: adc: ad_sigma_delta: fix irq_flags on irq requestNuno Sa2024-08-061-1/+1
| | | * | | | iio: adc: ads1119: Fix IRQ flagsFrancesco Dolcini2024-08-031-1/+1
| | | * | | | iio: fix scale application in iio_convert_raw_to_processed_unlockedMatteo Martelli2024-08-031-4/+4
| | | * | | | iio: adc: ad7124: fix config comparisonDumitru Ceclan2024-08-031-11/+15
| | | * | | | iio: adc: ad7124: fix chip ID mismatchDumitru Ceclan2024-08-031-0/+1
| | | * | | | iio: adc: ad7173: Fix incorrect compatible stringDumitru Ceclan2024-07-291-5/+5
| | | * | | | iio: buffer-dmaengine: fix releasing dma channel on errorDavid Lechner2024-07-291-1/+3
| | | * | | | iio: adc: ad7606: remove frstdata check for serial modeGuillaume Stols2024-07-293-29/+49
| | | * | | | staging: iio: frequency: ad9834: Validate frequency parameter valueAleksandr Mishin2024-07-291-1/+1
| * | | | | | Merge tag 'usb-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-09-087-73/+87
| |\ \ \ \ \ \
| | * | | | | | usb: typec: ucsi: Fix cable registrationHeikki Krogerus2024-09-032-16/+15
| | * | | | | | usb: typec: ucsi: Fix the partner PD revisionHeikki Krogerus2024-09-031-24/+26
| | * | | | | | usb: cdns2: Fix controller reset issuePawel Laszczak2024-09-032-9/+12
| | * | | | | | usb: dwc3: core: update LC timer as per USB Spec V3.2Faisal Hassan2024-09-032-0/+17
| | * | | | | | usb: dwc3: Avoid waking up gadget during startxferPrashanth K2024-09-031-24/+17
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-0710-115/+196
| |\ \ \ \ \ \
| | * | | | | | clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPsJohan Hovold2024-09-031-24/+24
| | * | | | | | clk: starfive: jh7110-sys: Add notifier for PLL0 clockXingyu Wu2024-08-292-1/+32
| | * | | | | | clk: qcom: gcc-sm8650: Don't use shared clk_ops for QUPsNeil Armstrong2024-08-291-28/+28
| | * | | | | | clk: qcom: gcc-sm8550: Don't park the USB RCG at registration timeStephen Boyd2024-08-293-1/+32
| | * | | | | | clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPsStephen Boyd2024-08-291-26/+26