summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-1/+1
|\
| * firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-081-1/+1
* | Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-241-1/+3
|\ \
| * \ Merge branch 'pci/misc'Bjorn Helgaas2023-02-221-1/+1
| |\ \
| | * | misc: pci_endpoint_test: Drop initial kernel-doc markerRandy Dunlap2023-01-171-1/+1
| | |/
| * / misc: pci_endpoint_test: Add i.MX8 PCIe EP device supportRichard Zhu2023-01-161-0/+2
| |/
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-4/+4
|\ \
| * | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-272-4/+4
* | | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-2420-41/+527
|\ \ \
| * | | mei: lower the log level for non-fatal failed messagesVitaly Lubart2023-02-081-11/+11
| * | | mei: bus: disallow driver match while dismantling deviceAlexander Usyskin2023-02-081-1/+2
| * | | misc: vmw_balloon: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-1/+1
| * | | mei: Move uuid_le_cmp() to its only userAndy Shevchenko2023-02-031-0/+5
| * | | drivers: misc: ti-st: Fix a typo ("unknow")Jonathan Neuschäfer2023-01-311-1/+1
| * | | misc: isl29003: Use sysfs_emit() to instead of sprintf()Bo Liu2023-01-311-5/+5
| * | | Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman2023-01-225-76/+72
| |\| |
| * | | misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()Christophe JAILLET2023-01-201-1/+12
| * | | drivers: misc: Add Support for TMR Inject IPAppana Durga Kedareswara rao2023-01-203-0/+182
| * | | drivers: misc: Add Support for TMR ManagerAppana Durga Kedareswara rao2023-01-203-0/+231
| * | | misc/mei/hdcp: Use correct macros to initialize uuid_leAndy Shevchenko2023-01-201-2/+2
| * | | mei: pxp: Use correct macros to initialize uuid_leAndy Shevchenko2023-01-201-2/+2
| * | | sgi-gru: grukservices: remove unnecessary (void*) conversionsLi kunyu2023-01-201-4/+4
| * | | misc: enclosure: Fix doc for enclosure_find()Miaoqian Lin2023-01-201-1/+1
| * | | mei: bus-fixup:upon error print return values of send and receiveAlexander Usyskin2023-01-201-4/+4
| * | | VMCI: check context->notify_page after call to get_user_pages_fast() to avoid...George Kennedy2023-01-201-0/+2
| * | | uacce: supports device isolation featureKai Ye2023-01-201-0/+50
| * | | eeprom: idt_89hpesx: Fix error handling in idt_init()Yuan Can2023-01-201-1/+9
| * | | eeprom: at25: Convert to use fwnode_device_is_compatible()Andy Shevchenko2023-01-201-6/+2
| * | | misc: genwqe: move intervening macros away from kernel-docRandy Dunlap2023-01-191-3/+3
| | |/ | |/|
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-236-17/+15
|\ \ \
| * | | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-0910-18/+18
| * | | drivers/misc/open-dice: don't touch VM_MAYSHAREDavid Hildenbrand2023-01-181-8/+6
| |/ /
* | | Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-22426-333135/+0
|\ \ \
| * \ \ Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-315-76/+72
| |\ \ \ | | | |/ | | |/|
| * | | habanalabs: move driver to accel subsystemOded Gabbay2023-01-26426-333687/+0
| * | | habanalabs/uapi: move uapi file to drmOded Gabbay2023-01-2614-14/+15
| * | | habanalabs: fix dma-buf release handling if dma_buf_fd() failsTomer Tayar2023-01-261-2/+8
| * | | habanalabs/gaudi2: dump event description even if no causeOfir Bitton2023-01-261-2/+2
| * | | habanalabs: pass-through request from user to f/wfarah kassabri2023-01-264-7/+135
| * | | habanalabs: support receiving ascii message from preboot f/wTal Cohen2023-01-262-15/+78
| * | | habanalabs: fix asic-specific functions documentationOhad Sharabi2023-01-261-1/+2
| * | | habanalabs: fix wrong variable type used for vzallocfarah kassabri2023-01-261-1/+2
| * | | habanalabs/gaudi2: wait for preboot ready if HW state is dirtyOhad Sharabi2023-01-263-2/+27
| * | | habanalabs: put fences in case of unexpected wait statusTomer Tayar2023-01-261-1/+2
| * | | habanalabs: fix handling of wait CS for interrupting signalsTomer Tayar2023-01-261-6/+11
| * | | habanalabs: fix dmabuf to export only required sizeOhad Sharabi2023-01-262-9/+28
| * | | habanalabs: modify export dmabuf APIOhad Sharabi2023-01-262-25/+203
| * | | habanalabs: helper function to validate export paramsOhad Sharabi2023-01-261-35/+44
| * | | habanalabs: remove support to export dmabuf from handleOhad Sharabi2023-01-262-139/+9
| * | | habanalabs: set log level for descriptor validation to debugfarah kassabri2023-01-261-2/+2