summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki24-3/+30
2023-10-21nvmem: qfprom: Mark core clk as optionalLuca Weiss1-3/+3
2023-10-20Merge tag 'counter-updates-for-6.7a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+1
2023-10-20Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman147-2002/+7205
2023-10-18parport: Drop unneeded NULL or 0 assignmentsAndy Shevchenko1-4/+0
2023-10-18parport: Use list_for_each() helperAndy Shevchenko1-2/+4
2023-10-18parport: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko3-55/+15
2023-10-18misc/pvpanic: deduplicate common codeThomas Weißschuh4-122/+80
2023-10-18char: xilinx_hwicap: Modernize driver probeRob Herring1-119/+19
2023-10-18tee: make tee_class constantGreg Kroah-Hartman1-10/+11
2023-10-18eeprom: remove doc and MAINTAINERS section after driver was removedLukas Bulwahn3-114/+0
2023-10-18mei: me: emit error only if reset was unexpectedVitaly Lubart4-5/+133
2023-10-18misc: mei: main.c: fix kernel-doc warningsRandy Dunlap1-4/+4
2023-10-18misc: mei: interrupt.c: fix kernel-doc warningsRandy Dunlap1-2/+2
2023-10-18misc: mei: hw-me.c: fix kernel-doc warningsRandy Dunlap1-8/+8
2023-10-18misc: mei: hbm.c: fix kernel-doc warningsRandy Dunlap1-0/+2
2023-10-18misc: mei: dma-ring.c: fix kernel-doc warningsRandy Dunlap1-0/+4
2023-10-18misc: mei: client.c: fix kernel-doc warningsRandy Dunlap1-10/+10
2023-10-18misc: mei: hw.h: fix kernel-doc warningsRandy Dunlap1-4/+4
2023-10-18mei: docs: fix spelling errorsTomas Winkler6-10/+10
2023-10-18mei: docs: add missing entries to kdoc in struct mei_cfg_idxTomas Winkler1-0/+4
2023-10-18mei: docs: use correct structures name in kdocTomas Winkler1-2/+2
2023-10-18mei: update mei-pxp's component interface with timeoutsAlan Previn3-10/+37
2023-10-18mei: pxp: re-enable client on errorsAlexander Usyskin1-22/+48
2023-10-18mei: pxp: recover from recv fail under memory pressureAlexander Usyskin1-1/+24
2023-10-18mei: bus: add send and recv api with timeoutAlexander Usyskin2-2/+94
2023-10-17Merge tag 'fpga-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman4-62/+15
2023-10-16Merge 6.6-rc6 into char-misc-nextGreg Kroah-Hartman556-2864/+6221
2023-10-16counter: chrdev: remove a typo in header file commentFabrice Gasnier1-1/+1
2023-10-16fpga: versal: Add support for 44-bit DMA operationsNava kishore Manne1-1/+1
2023-10-16fpga: altera-ps-spi: Use spi_get_device_match_data()Rob Herring1-40/+6
2023-10-15Linux 6.6-rc6Linus Torvalds1-1/+1
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds3-60/+7
2023-10-15virtio_net: fix the missing of the dma cpu syncXuan Zhuo1-7/+7
2023-10-15Merge tag 'usb-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds23-87/+220
2023-10-15Merge tag 'tty-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-22/+22
2023-10-15Merge tag 'char-misc-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds24-62/+94
2023-10-15Merge tag 'ovl-fixes-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-69/+98
2023-10-15Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds6-12/+17
2023-10-15Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-14/+5
2023-10-15Merge tag '6.6-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-7/+11
2023-10-15Merge tag '6.6-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-74/+69
2023-10-15Merge tag 'x86-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-7/+33
2023-10-15Merge tag 'sched-urgent-2023-10-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+59
2023-10-15Merge tag 'perf-urgent-2023-10-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2023-10-14ovl: temporarily disable appending lowedirsAmir Goldstein1-49/+3
2023-10-14iio: Use device_get_match_data()Rob Herring3-19/+11
2023-10-14iio: adc: MCP3564: fix warn: unsigned '__x' is never less than zero.Marius Cristea1-1/+1
2023-10-14dt-bindings: trivial-devices: add silabs,si7005Javier Carrasco1-0/+2
2023-10-14iio: si7005: Add device tree supportJavier Carrasco1-0/+7