summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-21Merge tag 'coresight-next-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-49/+89
2023-06-21Merge tag 'icc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman3-8/+34
2023-06-15misc: tps6594-pfsm: Add driver for TI TPS6594 PFSMJulien Panis1-0/+37
2023-06-15Merge tag 'ib-mfd-tps6594-core-v6.5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+1020
2023-06-15Merge tag 'counter-updates-for-6.5a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-0/+27
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman4-1/+6
2023-06-15Coresight: Add coresight dummy driverHao Zhang1-0/+1
2023-06-10Merge branch 'icc-cbf' into icc-nextGeorgi Djakov2-0/+34
2023-06-08counter: i8254: Introduce the Intel 8254 interface library moduleWilliam Breathitt Gray2-0/+27
2023-06-05coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark1-27/+2
2023-06-05coresight: Enable and disable helper devices adjacent to the pathJames Clark1-1/+10
2023-06-05coresight: Make refcount a property of the connectionJames Clark1-5/+9
2023-06-05coresight: Store in-connections as well as out-connectionsJames Clark1-0/+26
2023-06-05coresight: Store pointers to connections rather than an array of themJames Clark1-2/+3
2023-06-05coresight: Dynamically add connectionsJames Clark1-1/+7
2023-06-05coresight: Rename connection members to make the direction explicitJames Clark1-9/+9
2023-06-05coresight: Rename nr_outports to nr_outconnsJames Clark1-5/+5
2023-06-05coresight: Change name of pdata->connsJames Clark1-2/+2
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark1-3/+10
2023-06-05Merge 6.4-rc5 into char-misc-nextGreg Kroah-Hartman19-43/+54
2023-06-04Merge tag 'media/v6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+1
2023-06-04Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-06-04Merge tag 'usb-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+11
2023-06-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+4
2023-06-02media: v4l2-subdev: Fix missing kerneldoc for client_capsTomi Valkeinen1-0/+1
2023-06-02Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-4/+3
2023-06-02Merge tag 'efi-fixes-for-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-12/+21
2023-06-02Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-2/+6
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2-13/+3
2023-06-01Merge tag 'firewire-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-06-01firewire: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli1-0/+1
2023-06-01dt-bindings: ti-serdes-mux: Add defines for J784S4 SoCMatt Ranostay1-0/+62
2023-05-31firmware: xilinx: Switch Michal Simek's email to new oneMichal Simek1-1/+1
2023-05-31parport: PC style parport depends on HAS_IOPORTNiklas Schnelle1-1/+1
2023-05-31amba: move to_amba_device() to use container_of_constPrathu Baronia1-1/+1
2023-05-31uacce: use q->mapping to replace inode->i_mappingZhangfei Gao1-2/+2
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-4/+3
2023-05-30devres: Provide krealloc_arrayJames Clark1-0/+11
2023-05-30interconnect: drop unused icc_get() interfaceJohan Hovold1-8/+0
2023-05-30net: mana: Fix perf regression: remove rx_cqes, tx_cqes countersHaiyang Zhang1-2/+0
2023-05-30tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-05-29mm: page_table_check: Ensure user pages are not slab pagesRuihan Li1-0/+6
2023-05-29usb: usbfs: Enforce page requirements for mmapRuihan Li1-0/+5
2023-05-29Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-1/+3
2023-05-29Revert "module: error out early on concurrent load of the same module file"Linus Torvalds1-6/+0
2023-05-28Merge tag 'iio-fixes-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-1/+1
2023-05-28efi: Bump stub image version for macOS HVF compatibilityAkihiro Suda1-12/+13
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+8
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+15