linux/drivers/accel/ivpu
Andreas Gruenbacher 6309727ef2 kthread: add kthread_stop_put
Add a kthread_stop_put() helper that stops a thread and puts its task
struct.  Use it to replace the various instances of kthread_stop()
followed by put_task_struct().

Remove the kthread_stop_put() macro in usbip that is similar but doesn't
return the result of kthread_stop().

[agruenba@redhat.com: fix kerneldoc comment]
  Link: https://lkml.kernel.org/r/20230911111730.2565537-1-agruenba@redhat.com
[akpm@linux-foundation.org: document kthread_stop_put()'s argument]
Link: https://lkml.kernel.org/r/20230907234048.2499820-1-agruenba@redhat.com
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-10-04 10:41:57 -07:00
..
ivpu_debugfs.c accel/ivpu: Add fw_name file to debugfs 2023-07-07 09:33:28 +02:00
ivpu_debugfs.h accel/ivpu: Initial debugfs support 2023-07-07 09:33:13 +02:00
ivpu_drv.c accel/ivpu: Don't flood dmesg with VPU ready message 2023-09-27 07:40:17 +02:00
ivpu_drv.h accel/ivpu: Add Arrow Lake pci id 2023-09-25 08:49:28 +02:00
ivpu_fw_log.c accel/ivpu: Add firmware tracing support 2023-07-07 09:33:20 +02:00
ivpu_fw_log.h accel/ivpu: Add firmware tracing support 2023-07-07 09:33:20 +02:00
ivpu_fw.c accel/ivpu: Use cached buffers for FW loading 2023-09-27 07:40:43 +02:00
ivpu_fw.h accel/ivpu: Print firmware name and version 2023-07-07 09:33:26 +02:00
ivpu_gem.c Linux 6.5-rc7 2023-08-24 07:26:06 +10:00
ivpu_gem.h accel/ivpu: Use cached buffers for FW loading 2023-09-27 07:40:43 +02:00
ivpu_hw_37xx_reg.h accel/ivpu: Use generation based function and registers names 2023-08-09 13:42:16 +02:00
ivpu_hw_37xx.c accel/ivpu: Refactor memory ranges logic 2023-08-09 13:52:15 +02:00
ivpu_hw_40xx_reg.h accel/ivpu/40xx: Ensure clock resource ownership Ack before Power-Up 2023-09-27 07:40:23 +02:00
ivpu_hw_40xx.c accel/ivpu/40xx: Fix missing VPUIP interrupts 2023-09-27 07:40:37 +02:00
ivpu_hw_reg_io.h
ivpu_hw.h accel/ivpu: Add initial support for VPU 4 2023-08-09 13:55:21 +02:00
ivpu_ipc.c accel/ivpu: Do not use wait event interruptible 2023-09-27 07:39:46 +02:00
ivpu_ipc.h accel/ivpu: Fix IPC buffer header status field value 2023-03-24 10:52:20 +01:00
ivpu_job.c kthread: add kthread_stop_put 2023-10-04 10:41:57 -07:00
ivpu_job.h
ivpu_jsm_msg.c accel/ivpu: refactor deprecated strncpy 2023-08-25 11:09:40 +02:00
ivpu_jsm_msg.h
ivpu_mmu_context.c accel/ivpu: Refactor memory ranges logic 2023-08-09 13:52:15 +02:00
ivpu_mmu_context.h accel/ivpu: Rename and cleanup MMU600 page tables 2023-06-08 07:53:51 +02:00
ivpu_mmu.c accel/ivpu: Use generation based function and registers names 2023-08-09 13:42:16 +02:00
ivpu_mmu.h
ivpu_pm.c accel/ivpu: Add debugfs files for testing device reset 2023-07-07 09:33:23 +02:00
ivpu_pm.h accel/ivpu: Add debugfs files for testing device reset 2023-07-07 09:33:23 +02:00
Kconfig accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR 2023-06-06 14:19:53 +02:00
Makefile accel/ivpu: Add initial support for VPU 4 2023-08-09 13:55:21 +02:00
TODO
vpu_boot_api.h
vpu_jsm_api.h