aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2023-01-20misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()Christophe JAILLET1-1/+12
2023-01-20drivers: misc: Add Support for TMR Inject IPAppana Durga Kedareswara rao3-0/+182
2023-01-20drivers: misc: Add Support for TMR ManagerAppana Durga Kedareswara rao3-0/+231
2023-01-20misc/mei/hdcp: Use correct macros to initialize uuid_leAndy Shevchenko1-2/+2
2023-01-20mei: pxp: Use correct macros to initialize uuid_leAndy Shevchenko1-2/+2
2023-01-20sgi-gru: grukservices: remove unnecessary (void*) conversionsLi kunyu1-4/+4
2023-01-20misc: enclosure: Fix doc for enclosure_find()Miaoqian Lin1-1/+1
2023-01-20mei: bus-fixup:upon error print return values of send and receiveAlexander Usyskin1-4/+4
2023-01-20VMCI: check context->notify_page after call to get_user_pages_fast() to avoid GPFGeorge Kennedy1-0/+2
2023-01-20uacce: supports device isolation featureKai Ye1-0/+50
2023-01-20eeprom: idt_89hpesx: Fix error handling in idt_init()Yuan Can1-1/+9
2023-01-20eeprom: at25: Convert to use fwnode_device_is_compatible()Andy Shevchenko1-6/+2
2023-01-19misc: genwqe: move intervening macros away from kernel-docRandy Dunlap1-3/+3
2023-01-18drivers/misc/open-dice: don't touch VM_MAYSHAREDavid Hildenbrand1-8/+6
2023-01-17misc: pci_endpoint_test: Drop initial kernel-doc markerRandy Dunlap1-1/+1
2023-01-16misc: pci_endpoint_test: Add i.MX8 PCIe EP device supportRichard Zhu1-0/+2
2023-01-05fortify: Use __builtin_dynamic_object_size() when availableKees Cook1-0/+1
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+5
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-7/+1
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+2
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-3/+3
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds52-623/+2266
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-5/+2
2022-12-14lkdtm: cfi: Make PAC test work with GCC 7 and 8Kristina Martsenko1-1/+5
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds1-1/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-36/+376
2022-12-06cxl: Remove unnecessary cxl_pci_window_alignment()Bjorn Helgaas1-7/+0
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe1-0/+2
2022-11-30habanalabs: remove FOLL_FORCE usageDavid Hildenbrand1-2/+1
2022-11-29Merge tag 'misc-habanalabs-next-2022-11-23' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux into char-misc-nextGreg Kroah-Hartman19-509/+1181
2022-11-29driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman2-2/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-11-25misc: fastrpc: Add dma_mask to fastrpc_channel_ctxAbel Vesa1-0/+2
2022-11-25misc: fastrpc: Add mmap request assigning for static PD poolAbel Vesa1-1/+18
2022-11-25misc: fastrpc: Safekeep mmaps on interrupted invokeAbel Vesa1-0/+15
2022-11-25misc: fastrpc: Add support for audiopdAbel Vesa1-0/+135
2022-11-25misc: fastrpc: Rework fastrpc_req_munmapAbel Vesa1-24/+23
2022-11-25misc: fastrpc: Use fastrpc_map_put in fastrpc_map_create on failAbel Vesa1-2/+3
2022-11-25misc: fastrpc: Add fastrpc_remote_heap_allocAbel Vesa1-3/+26
2022-11-25misc: fastrpc: Add reserved mem supportAbel Vesa1-0/+4
2022-11-25misc: fastrpc: Rename audio protection domain to rootAbel Vesa1-2/+2
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-11-24ocxl: fix pci device refcount leak when calling get_function_0()Yang Yingliang1-1/+19
2022-11-24ocxl: fix possible name leak in ocxl_file_register_afu()Yang Yingliang1-2/+5
2022-11-24cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Yang Yingliang1-8/+12
2022-11-24cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Yang Yingliang1-10/+14
2022-11-24cxl: Fix refcount leak in cxl_calc_capp_routingMiaoqian Lin1-0/+1
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie3-10/+12
2022-11-23cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Yang Yingliang1-8/+12