summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-15uio: update kerneldoc comments for interrupt functionsChris Packham1-1/+6
2024-04-13cdx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-13Merge tag 'counter-updates-for-6.10' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman7-41/+485
2024-04-11ntsync: Introduce NTSYNC_IOC_SEM_POST.Elizabeth Figura2-3/+71
2024-04-11ntsync: Introduce NTSYNC_IOC_CREATE_SEM.Elizabeth Figura3-0/+154
2024-04-11ntsync: Introduce the ntsync driver and character device.Elizabeth Figura3-0/+64
2024-04-11sonypi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-11powerpc/powernv: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-11/dev/port: don't compile file operations without CONFIG_DEVPORTNiklas Schnelle1-1/+5
2024-04-11parport: mfc3: avoid empty-body warningArnd Bergmann1-2/+1
2024-04-11misc: ti-st: st_kim: remove unnecessary (void*) conversionsAtin Bainada1-2/+2
2024-04-11mei: Avoid a bunch of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+0
2024-04-11misc: ds1682: Add NVMEM supportSean Anderson1-0/+37
2024-04-11misc/pvpanic: add shutdown event definitionThomas Weißschuh1-0/+1
2024-04-11misc/pvpanic: use bit macrosThomas Weißschuh1-2/+4
2024-04-11comedi: remove unused helper function dma_chain_flag_bitsColin Ian King1-5/+0
2024-04-11uio_hv_generic: Remove use of PAGE_SIZESaurabh Sengar1-4/+3
2024-04-11Drivers: hv: Remove fcopy driverSaurabh Sengar4-706/+1
2024-04-11tools: hv: Add new fcopy application based on uio driverSaurabh Sengar3-6/+501
2024-04-11tools: hv: Add vmbus_bufringSaurabh Sengar2-0/+476
2024-04-11uio_hv_generic: Enable interrupt for low speed VMBus devicesSaurabh Sengar1-6/+3
2024-04-11uio_hv_generic: Query the ringbuffer size for deviceSaurabh Sengar1-2/+5
2024-04-11Drivers: hv: vmbus: Add utility function for querying ring sizeSaurabh Sengar3-3/+19
2024-04-11ndtest: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-11uio: use threaded interruptsChris Packham1-4/+13
2024-04-11uio_pdrv_genirq: convert to use device_property APIsChris Packham1-5/+5
2024-04-11uio: pruss: Remove this driverAndrew Davis4-292/+0
2024-04-11uio: fsl_elbc_gpcm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-11speakup: Turn i18n files utf-8Samuel Thibault3-51/+102
2024-04-07Linux 6.9-rc3Linus Torvalds1-1/+1
2024-04-07Merge tag 'x86-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-41/+166
2024-04-07Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-36/+121
2024-04-07Merge tag 'perf-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2024-04-06Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-14/+3
2024-04-06Merge tag 'i2c-for-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-04-06Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+13
2024-04-06Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-178/+369
2024-04-06x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)1-0/+1
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar397-2689/+6406
2024-04-06Merge tag 'i2c-host-fixes-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang1-1/+1
2024-04-06Merge tag 'firewire-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+5
2024-04-06firewire: ohci: mask bus reset interrupts between ISR and bottom halfAdam Goldman1-1/+5
2024-04-06Merge tag 'spi-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-11/+10
2024-04-06Merge tag 'regulator-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+7
2024-04-06Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2024-04-06Merge tag 'block-6.9-20240405' of git://git.kernel.dk/linuxLinus Torvalds9-37/+133
2024-04-06Merge tag 'io_uring-6.9-20240405' of git://git.kernel.dk/linuxLinus Torvalds5-94/+73
2024-04-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-26/+31
2024-04-06Merge tag 'devicetree-fixes-for-6.9-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds26-42/+89
2024-04-05Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://git.kernel.org/pub/s...Linus Torvalds10-76/+122