summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i3c/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2023-11-042-3/+5
|\
| * i3c: master: handle IBIs in order they cameZbigniew Lukwinski2023-11-041-1/+3
| * i3c: Fix typo "Provisional ID" to "Provisioned ID"Matt Johnston2023-10-102-2/+2
* | Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-11-043-32/+55
|\ \
| * \ Merge branch 'for-6.7/cxl-qtg' into cxl/nextDan Williams2023-10-313-31/+57
| |\ \
| | * | acpi: Move common tables helper functions to common libDave Jiang2023-10-272-31/+54
| * | | PCI/AER: Refactor cper_print_aer() for use by CXL driver moduleTerry Bowman2023-10-271-1/+1
* | | | Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds2023-11-044-1/+75
|\ \ \ \
| * | | | virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORTDan Williams2023-10-192-1/+4
| * | | | mm/slab: Add __free() support for kvfreeDan Williams2023-10-191-0/+2
| * | | | configfs-tsm: Introduce a shared ABI for attestation reportsDan Williams2023-10-191-0/+69
* | | | | Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-11-043-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge tag 'nand/for-6.7' into mtd/nextMiquel Raynal2023-11-041-0/+1
| |\ \ \ \ \
| | * | | | | mtd: spinand: add support for FORESEE F35SQA002GMartin Kurbanov2023-10-161-0/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'spi-nor/for-6.7' into mtd/nextMiquel Raynal2023-11-0411-26/+64
| |\ \ \ \ \
| * | | | | | mtd: cfi: Annotate struct cfi_private with __counted_byKees Cook2023-09-221-1/+1
| * | | | | | mtd: Annotate struct lpddr_private with __counted_byKees Cook2023-09-221-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-041-28/+42
|\ \ \ \ \ \
| * | | | | | f2fs: fix error path of __f2fs_build_free_nidsZhiguo Niu2023-10-161-0/+1
| * | | | | | f2fs: Support Block Size == Page SizeDaniel Rosenberg2023-10-041-28/+41
| |/ / / / /
* | | | | | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-042-9/+0
|\ \ \ \ \ \
| * | | | | | linux/init: remove __memexit* annotationsMasahiro Yamada2023-10-282-9/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-11-035-7/+195
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'intel-pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2023-10-164-7/+16
| |\ \ \ \ \ \
| | * | | | | | pinctrl: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| | * | | | | | kernel.h: Move ARRAY_SIZE() to a separate headerAlejandro Colomar2023-10-033-6/+15
| | | |/ / / / | | |/| | | |
| * / | | | | dt-bindings: pinctrl: Add support for Amlogic T7 SoCsHuqiang Qin2023-09-251-0/+179
| |/ / / / /
* | | | | | Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-032-2/+1
|\ \ \ \ \ \
| * | | | | | dmaengine: Remove unused declaration dma_chan_cleanup()Yue Haibing2023-10-041-2/+0
| * | | | | | dmaengine: idxd: add wq driver name support for accel-config user toolDave Jiang2023-10-041-0/+1
| |/ / / / /
* | | | | | Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-0314-33/+257
|\ \ \ \ \ \
| * | | | | | usb: raw-gadget: report suspend, resume, reset, and disconnect eventsAndrey Konovalov2023-10-271-2/+12
| * | | | | | Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-10-271-1/+1
| |\ \ \ \ \ \
| | * | | | | | thunderbolt: Fix typo in enum tb_link_width kernel-docMika Westerberg2023-10-131-1/+1
| | |/ / / / /
| * | | | | | usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flagTomer Maimon2023-10-211-0/+1
| * | | | | | usb: typec: Link enumerated USB devices with Type-C partnerHeikki Krogerus2023-10-161-0/+37
| * | | | | | Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2023-10-1624-29/+73
| |\ \ \ \ \ \
| * | | | | | | usb: Add support for Intel LJCA deviceWentong Wu2023-10-111-0/+145
| * | | | | | | USB: dma: remove unused function prototypeRandy Li2023-10-051-16/+0
| * | | | | | | usb: gadget: clarify usage of USB_GADGET_DELAYED_STATUSAndrey Konovalov2023-10-022-0/+17
| * | | | | | | usb: pd: Exposing the Peak Current value of Fixed Supplies to user spaceHeikki Krogerus2023-10-021-0/+1
| * | | | | | | usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle2023-10-021-0/+17
| * | | | | | | usb: pd: Add helper macro to get Type C cable speedUtkarsh Patel2023-10-021-0/+1
| * | | | | | | usb: typec: Add Active or Passive cable defination to cable discover mode VDOUtkarsh Patel2023-10-021-0/+1
| * | | | | | | usb: typec: Add Displayport Alternate Mode 2.1 SupportUtkarsh Patel2023-10-021-4/+24
| * | | | | | | usb: renesas_usbhs: remove boilerplate from header fileWolfram Sang2023-10-021-10/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-036-37/+111
|\ \ \ \ \ \ \
| * | | | | | | tty: n_gsm: add copyright Siemens Mobility GmbHDaniel Starke2023-10-271-0/+1
| * | | | | | | printk: Constify name for add_preferred_console()Tony Lindgren2023-10-171-1/+1
| * | | | | | | printk: Check valid console index for preferred consoleTony Lindgren2023-10-171-1/+1