summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-25Fix class_create wrapper macro on pre-6.4 kernelsHEADmastermainAndrei Homescu
2024-03-01Trusty driver compat 6.7 shrinker interfaceBrandon Anderson
2024-03-01Trusty driver compat 6.4 class_create()Brandon Anderson
2024-03-01Trusty driver compat 6.0 register_shrinker()Brandon Anderson
2024-03-01Trusty driver compat 5.16 MODULE_IMPORT_NSBrandon Anderson
2024-03-01Trusty driver compat 5.14 panic_notifierBrandon Anderson
2024-03-01trusty: add the TRUSTY virtio id to trusty-ipc.cWill McVicker
2024-03-01Trusty driver toolchain compatibilityBrandon Anderson
2024-02-15ANDROID: Eliminate vqueue map/unmap for each msgBrandon Anderson
2024-02-15ANDROID: trusty: Make Trusty driver page size agnosticGabor Kertesz
2024-02-15ANDROID: trusty-ipc: correct data_source flag of struct iov_iter in filp_send...Alexey Klimov
2024-02-15ANDROID: trusty: fix use-after-freeJi Luo
2024-02-15ANDROID: trusty: Make trusty-irq part of trusty-core module.Arve Hjønnevåg
2024-02-15ANDROID: Delay sharing sched memory with TrustyBrandon Anderson
2024-02-15ANDROID: trusty: Call kthread_set_per_cpuArve Hjønnevåg
2024-02-15ANDROID: trusty-log: fix potential use-after-freeMarco Nelissen
2024-02-15ANDROID: trusty: park threads when cpu is offlineArve Hjønnevåg
2024-02-15ANDROID: trusty: Print error message if trusty_nop_thread runs on wrong cpuArve Hjønnevåg
2024-02-15ANDROID: improve trusty kthread priorityBrandon Anderson
2024-02-15ANDROID: escalate kthread nice for TrustyBrandon Anderson
2024-02-15ANDROID: Use kthread for trusty work instead of wqBrandon Anderson
2024-02-15ANDROID: trusty: Create API for sharing trusty infoSudhin Mishra
2024-02-15ANDROID: trusty: Add trace pointsDavid LeGare
2024-02-15ANDROID: trusty: Use high priority check WQ and regular nop WQTri Vo
2024-02-15ANDROID: trusty-log: fix poll check for data availability.Marco Nelissen
2024-02-15ANDROID: trusty: add a toggle for running trusty work in higher priorityWei Wang
2024-02-15ANDROID: trusty-log: Optionally copy Trusty log to kernel logMarco Nelissen
2024-02-15ANDROID: trusty-log: make rate limit configurableMarco Nelissen
2024-02-15ANDROID: trusty: Enforce only TRUSTY_SEND_SECURE can send secure memoryTri Vo
2024-02-15ANDROID: trusty-ipc: Allow registering multiple handlesTri Vo
2024-02-15ANDROID: trusty: Support setting trusty_shared_mem_id_tTri Vo
2024-02-09ANDROID: trusty-log: rework buffer allocationMarco Nelissen
2024-02-09ANDROID: trusty-ipc: Fix lock protection of shared_handlesTri Vo
2024-02-09ANDROID: trusty-log: support poll()Marco Nelissen
2024-02-09ANDROID: trusty-irq: enqueue work in trusty_irq_cpu_upArmelle Laine
2024-02-09ANDROID: trusty: Add config TRUSTY_CRASH_IS_PANICChris Fries
2024-02-09ANDROID: trusty-ipc: Fix crash when running out of txbuffersArve Hjønnevåg
2024-02-09ANDROID: trusty: Allow TRUSTY_LEND of buffersMatthew Maurer
2024-02-09ANDROID: trusty-virtio: remove unnecessary include of dma-mapping.hArmelle Laine
2024-02-09ANDROID: trusty-log: Complement logging sink with unthrottled virtual fileArmelle Laine
2024-02-09ANDROID: trusty-log: Refactor logging state to support concurrent sinksArmelle Laine
2024-02-09ANDROID: trusty-log: Sanitize u32 overflow of the log ring buffer write indexArmelle Laine
2024-02-09ANDROID: trusty-log: On trusty panic, unthrottle sink to the kernel logArmelle Laine
2024-02-09ANDROID: trusty-log: Update trusty log buffer size to hold a complete Trusty...Armelle Laine
2024-02-09ANDROID: trusty: Support setting FF-A TagMatthew Maurer
2024-02-09ANDROID: trusty-ipc: Switch from memfd to dma_bufMatthew Maurer
2024-02-09ANDROID: trusty-irq: document new way of specifying IPIsEric Biggers
2024-02-09ANDROID: trusty-irq: specify IPIs in new wayEric Biggers
2024-02-09ANDROID: trusty: Add trusty-test driverArve Hjønnevåg
2024-02-09ANDROID: trusty: Add trusty-ipc driverMichael Ryleev