summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-3/+3
2022-11-25misc: fastrpc: Add dma_mask to fastrpc_channel_ctxAbel Vesa-0/+2
2022-11-25misc: fastrpc: Add mmap request assigning for static PD poolAbel Vesa-1/+18
2022-11-25misc: fastrpc: Safekeep mmaps on interrupted invokeAbel Vesa-0/+15
2022-11-25misc: fastrpc: Add support for audiopdAbel Vesa-0/+135
2022-11-25misc: fastrpc: Rework fastrpc_req_munmapAbel Vesa-24/+23
2022-11-25misc: fastrpc: Use fastrpc_map_put in fastrpc_map_create on failAbel Vesa-2/+3
2022-11-25misc: fastrpc: Add fastrpc_remote_heap_allocAbel Vesa-3/+26
2022-11-25misc: fastrpc: Add reserved mem supportAbel Vesa-0/+4
2022-11-25misc: fastrpc: Rename audio protection domain to rootAbel Vesa-2/+2
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-1/+1
2022-11-24ocxl: fix pci device refcount leak when calling get_function_0()Yang Yingliang-1/+19
2022-11-24ocxl: fix possible name leak in ocxl_file_register_afu()Yang Yingliang-2/+5
2022-11-24cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Yang Yingliang-8/+12
2022-11-24cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Yang Yingliang-10/+14
2022-11-24cxl: Fix refcount leak in cxl_calc_capp_routingMiaoqian Lin-0/+1
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie-10/+12
2022-11-23cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Yang Yingliang-8/+12
2022-11-23cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Yang Yingliang-10/+14
2022-11-23misc: ds1682: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: bh1770glc: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: apds9802als: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: apds990x: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: eeprom/idt_89hpesx: Convert to i2c's .probe_new()Uwe Kleine-König-2/+2
2022-11-23misc: isl29003: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: ics932s401: Convert to i2c's .probe_new()Uwe Kleine-König-5/+3
2022-11-23misc: hmc6352: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: eeprom/max6875: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: isl29020: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: tsl2550: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: eeprom/eeprom: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: lis3lv02d/lis3lv02d_i2c: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault ...Zheng Wang-7/+30
2022-11-23misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()ruanjinjie-1/+1
2022-11-23ocxl: fix pci device refcount leak when calling get_function_0()Yang Yingliang-1/+19
2022-11-23misc: ocxl: fix possible name leak in ocxl_file_register_afu()Yang Yingliang-2/+5
2022-11-23mei: bus-fixup: change pxp mode only if message was sentAlexander Usyskin-3/+4
2022-11-23mei: add timeout to sendAlexander Usyskin-9/+46
2022-11-23habanalabs: fix VA range calculationOhad Sharabi-8/+4
2022-11-23habanalabs: fail driver load if EEPROM errors detectedOfir Bitton-12/+11
2022-11-23habanalabs: make print of engines idle mask more readableTomer Tayar-6/+21
2022-11-23habanalabs: clear non-released encapsulated signalsTomer Tayar-31/+71
2022-11-23habanalabs: don't put context in hl_encaps_handle_do_release_sob()Tomer Tayar-1/+0
2022-11-23habanalabs: print context refcount value if hard reset failsTomer Tayar-3/+15
2022-11-23habanalabs: add RMWREG32_SHIFTED to set a val within a maskDafna Hirschfeld-10/+6
2022-11-23habanalabs: fix rc when new CPUCP opcodes are not supportedTomer Tayar-0/+1
2022-11-23habanalabs/gaudi2: added memset for the cq_size registerMarco Pagani-0/+1
2022-11-23habanalabs: added return value check for hl_fw_dynamic_send_clear_cmd()Marco Pagani-0/+2
2022-11-23habanalabs: increase the size of busy engines maskTomer Tayar-4/+5
2022-11-23habanalabs/gaudi2: change memory scrub mechanismfarah kassabri-46/+83