summaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * habanalabs: avoid copying pll data if pll_info_get failsTomer Tayar2022-02-281-2/+4
| * habanalabs: don't free phys_pg_pack inside lockOded Gabbay2022-02-282-5/+14
| * habanalabs: duplicate HOP table props to MMU propsOhad Sharabi2022-02-282-0/+9
| * habanalabs: there is no kernel TDR in future ASICsOded Gabbay2022-02-281-4/+13
| * habanalabs: sysfs support for fw os versionRajaravi Krishna Katta2022-02-282-0/+12
| * habanalabs: use common wrapper for MMU cache invalidationOded Gabbay2022-02-282-6/+5
| * habanalabs: remove power9 workaround for dma supportOded Gabbay2022-02-284-25/+3
| * habanalabs: add vrm version to sysfsOded Gabbay2022-02-286-26/+77
| * habanalabs: rename dev_attr_grp to dev_clk_attr_grpOded Gabbay2022-02-284-12/+9
| * habanalabs: remove asic callback set_pll_profile()Oded Gabbay2022-02-285-9/+7
| * habanalabs: move more f/w functions to firmware_if.cOded Gabbay2022-02-285-158/+141
| * habanalabs: remove hwmgr.cOded Gabbay2022-02-286-54/+46
| * habanalabs: get clk is common functionOded Gabbay2022-02-285-18/+15
| * habanalabs: sysfs functions should be in sysfs.cOded Gabbay2022-02-284-76/+71
| * habanalabs: make some MMU functions commonOhad Sharabi2022-02-283-37/+72
| * habanalabs: remove ASIC functions of clock gatingOded Gabbay2022-02-285-142/+5
| * habanalabs/gaudi: disable CGM permanentlyOded Gabbay2022-02-285-203/+65
| * habanalabs: fix possible memory leak in MMU DR finiOhad Sharabi2022-02-281-1/+1
| * habanalabs: check the return value of hl_cs_poll_fences()Tomer Tayar2022-02-281-1/+1
| * mei: do not overwrite state on hw startAlexander Usyskin2022-02-251-0/+5
| * mei: me: fix reset policy on read error in interruptAlexander Usyskin2022-02-251-6/+8
| * mei: me: avoid link reset on shutdownAlexander Usyskin2022-02-252-1/+6
| * mei: me: disable driver on the ign firmwareAlexander Usyskin2022-02-252-11/+13
| * misc: rtsx: rts522a rts5228 rts5261 support Runtime PMRicky WU2022-02-254-5/+98
| * lkdtm/fortify: Swap memcpy() for strncpy()Kees Cook2022-02-251-3/+3
| * misc: rtsx: conditionally build rtsx_pm_power_saving()Tom Rix2022-02-251-32/+32
| * ocxl: Make use of the helper macro LIST_HEAD()Cai Huoqing2022-02-251-1/+1
| * misc: sgi-gru: Don't cast parameter in bit operationsAndy Shevchenko2022-02-251-6/+0
| * VMCI: Fix some error handling paths in vmci_guest_probe_device()Christophe JAILLET2022-02-251-9/+9
| * VMCI: No need to clear memory after a dma_alloc_coherent() callChristophe JAILLET2022-02-251-4/+2
| * VMCI: Fix the description of vmci_check_host_caps()Christophe JAILLET2022-02-251-3/+3
| * Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman2022-02-142-1/+11
| |\
| * | VMCI: dma dg: add support for DMA datagrams receiveJorgen Hansen2022-02-081-24/+79
| * | VMCI: dma dg: add support for DMA datagrams sendsJorgen Hansen2022-02-081-2/+43
| * | VMCI: dma dg: allocate send and receive buffers for DMA datagramsJorgen Hansen2022-02-081-9/+62
| * | VMCI: dma dg: register dummy IRQ handlers for DMA datagramsJorgen Hansen2022-02-081-3/+39
| * | VMCI: dma dg: set OS page sizeJorgen Hansen2022-02-081-0/+4
| * | VMCI: dma dg: detect DMA datagram capabilityJorgen Hansen2022-02-081-0/+11
| * | VMCI: dma dg: add MMIO access to registersJorgen Hansen2022-02-081-19/+48
| * | misc: alcor_pci: Fix an error handling pathChristophe JAILLET2022-02-081-3/+6
| * | misc: open-dice: Add driver to expose DICE data to userspaceDavid Brazdil2022-02-043-0/+221
| * | Merge tag 'v5.17-rc2' into char-misc-nextGreg Kroah-Hartman2022-01-301-0/+4
| |\ \
| * | | eeprom: at25: Replace strncpy() with strscpy()Kees Cook2022-01-261-2/+2
| * | | misc: rtsx: Quiesce rts5249 on system suspendKai-Heng Feng2022-01-268-14/+42
| * | | misc: rtsx: Cleanup power management opsKai-Heng Feng2022-01-261-25/+9
| * | | misc: rtsx: Rework runtime power management flowKai-Heng Feng2022-01-261-79/+39
| * | | mei: me: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-231-8/+2
* | | | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-253-14/+59
|\ \ \ \
| * | | | lkdtm: Add a test for function descriptors protectionChristophe Leroy2022-02-163-0/+24
| * | | | lkdtm: Fix execute_[user]_location()Christophe Leroy2022-02-161-9/+28