{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":763483285,"defaultBranch":"goji","name":"positron_gojifork_miatoll","ownerLogin":"markkiths","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-02-26T11:35:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/40958281?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1721133128.0","currentOid":""},"activityList":{"items":[{"before":"8f3d0c3355d817dce3b4375fc51f73705425482e","after":"885923740c95ca1f88987a8190bb7279f79dc0e2","ref":"refs/heads/goji","pushedAt":"2024-07-16T13:25:17.000Z","pushType":"push","commitsCount":280,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"drivers: kernelsu: Upstreamed KSU #1667\ngit rev-list --count HEAD","shortMessageHtmlLink":"drivers: kernelsu: Upstreamed KSU #1667"}},{"before":"754e1c41addf4360015dc83a7791a26c6801b831","after":null,"ref":"refs/heads/old","pushedAt":"2024-07-16T12:32:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"}},{"before":"974cebe4c9653e2961f721ec71ff9c7ed0ea28a3","after":"8f3d0c3355d817dce3b4375fc51f73705425482e","ref":"refs/heads/goji","pushedAt":"2024-07-16T12:31:08.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"android/binder: Return EFAULT on failing copy_from_user()\n\nThe call copy_from/to_user() should always return EFAULT, since it is\nsegmented(this means that a pointer by itself doesn't reference a\nunique location in memory, only a location in a memory segment).\n\nChange-Id: I014bcd9e6030d8b8b483ee828d65d861e0ea6b99\nSigned-off-by: Panchajanya1999 ","shortMessageHtmlLink":"android/binder: Return EFAULT on failing copy_from_user()"}},{"before":"2d2dfe6a801f0d002d2e2571f04d912bb0c09784","after":"974cebe4c9653e2961f721ec71ff9c7ed0ea28a3","ref":"refs/heads/goji","pushedAt":"2024-05-13T11:46:56.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"Revert \"drivers: thermal: Import Xiaomi changes\"\n\nThis reverts commit 3ad733297473bab645541c6dfac09dba2f9a0d38.","shortMessageHtmlLink":"Revert \"drivers: thermal: Import Xiaomi changes\""}},{"before":"9055a2c6a52f5d1698e72586feafcec1d619127c","after":"2d2dfe6a801f0d002d2e2571f04d912bb0c09784","ref":"refs/heads/goji","pushedAt":"2024-05-13T11:01:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"Add missed file for kernelsu Thanks @christop23 to point me","shortMessageHtmlLink":"Add missed file for kernelsu Thanks @christop23 to point me"}},{"before":"14102c1f17d45a779299812b825bbfb9cbf1e15a","after":"9055a2c6a52f5d1698e72586feafcec1d619127c","ref":"refs/heads/goji","pushedAt":"2024-05-13T04:27:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"Add missed file for kernelsu Thanks @ orionphoenix to point me","shortMessageHtmlLink":"Add missed file for kernelsu Thanks @ orionphoenix to point me"}},{"before":"b5cfb734f049275f74ff868de2e84db9bc2152ce","after":"14102c1f17d45a779299812b825bbfb9cbf1e15a","ref":"refs/heads/goji","pushedAt":"2024-05-13T01:28:42.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"qcacld-3.0: Fix compile error of mdie\n\nFix compile error of mdie[SIR_MDIE_SIZE], use\nmdie[] instead.\n\nChange-Id: I934d3f02a19b511583141deeca7af5b4d4c0ef30\nCRs-Fixed: 3364146","shortMessageHtmlLink":"qcacld-3.0: Fix compile error of mdie"}},{"before":"86334694c153264876ffa8712e98cdd3dbdd65ec","after":"b5cfb734f049275f74ff868de2e84db9bc2152ce","ref":"refs/heads/goji","pushedAt":"2024-05-12T15:45:16.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"arm64: Reorder the macro arguments in the copy routines\n\nThe current argument order is obviously buggy (memcpy.S):\n\n\tmacro strb1 ptr, regB, val\n\tstrb \\ptr, [\\regB], \\val\n\tendm\n\nHowever, it cancels out as the calling sites in copy_template.S pass the\naddress as the regB argument.\n\nMechanically reorder the arguments to match the instruction mnemonics.\nThere is no difference in objdump before and after this patch.\n\nSigned-off-by: Catalin Marinas \nLink: https://lore.kernel.org/r/20200429183702.28445-1-catalin.marinas@arm.com\nSigned-off-by: Will Deacon ","shortMessageHtmlLink":"arm64: Reorder the macro arguments in the copy routines"}},{"before":"695413517d367079b17b0db2a52cc4b5c2ac348f","after":"86334694c153264876ffa8712e98cdd3dbdd65ec","ref":"refs/heads/goji","pushedAt":"2024-05-10T13:50:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"binder: signal epoll threads of self-work\n\n[ Upstream commit 97830f3c3088638ff90b20dfba2eb4d487bf14d7 ]\n\nIn (e)poll mode, threads often depend on I/O events to determine when\ndata is ready for consumption. Within binder, a thread may initiate a\ncommand via BINDER_WRITE_READ without a read buffer and then make use\nof epoll_wait() or similar to consume any responses afterwards.\n\nIt is then crucial that epoll threads are signaled via wakeup when they\nqueue their own work. Otherwise, they risk waiting indefinitely for an\nevent leaving their work unhandled. What is worse, subsequent commands\nwon't trigger a wakeup either as the thread has pending work.\n\nFixes: 457b9a6f09f0 (\"Staging: android: add binder driver\")\nCc: Arve Hjønnevåg \nCc: Martijn Coenen \nCc: Alice Ryhl \nCc: Steven Moreland \nCc: stable@vger.kernel.org # v4.19+\nSigned-off-by: Carlos Llamas \nLink: https://lore.kernel.org/r/20240131215347.1808751-1-cmllamas@google.com\nSigned-off-by: Greg Kroah-Hartman \nSigned-off-by: Sasha Levin \nSigned-off-by: Harshit Mogalapalli ","shortMessageHtmlLink":"binder: signal epoll threads of self-work"}},{"before":"ade4d76264e8501d654ddc416ad15d3c11b3de4f","after":"695413517d367079b17b0db2a52cc4b5c2ac348f","ref":"refs/heads/goji","pushedAt":"2024-05-10T13:24:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"Revert \"FROMLIST: fuse: Fix crediantials leak in passthrough read_iter\"\n\nThis reverts commit 4b8bc1f7dc86f92f4d2b193171e6bf3a1d2000a7.","shortMessageHtmlLink":"Revert \"FROMLIST: fuse: Fix crediantials leak in passthrough read_iter\""}},{"before":"aeb28af7876127bb8de1ab528db6056ff5860da5","after":"ade4d76264e8501d654ddc416ad15d3c11b3de4f","ref":"refs/heads/goji","pushedAt":"2024-05-10T12:56:07.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"Revert \"FROMLIST: fuse: Fix crediantials leak in passthrough read_iter\"\n\nThis reverts commit 4b8bc1f7dc86f92f4d2b193171e6bf3a1d2000a7.","shortMessageHtmlLink":"Revert \"FROMLIST: fuse: Fix crediantials leak in passthrough read_iter\""}},{"before":"ea56b8a867fecb70754490823a031b8b3ce4208d","after":"aeb28af7876127bb8de1ab528db6056ff5860da5","ref":"refs/heads/goji","pushedAt":"2024-05-10T11:57:30.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"drm: Affine IRQ to the big CPU cluster\n\nThe IRQ powering the display is performance critical and moreso than the\nGPU's IRQ, so the display IRQ gets the big cluster's single CPU.\n\nSigned-off-by: Sultan Alsawaf ","shortMessageHtmlLink":"drm: Affine IRQ to the big CPU cluster"}},{"before":"16cd401b3a6c14b7a37e98bdc3129fe9f8f25342","after":"ea56b8a867fecb70754490823a031b8b3ce4208d","ref":"refs/heads/goji","pushedAt":"2024-05-09T15:23:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"Revert \"selinux: Relocate ss_initialized and selinux_enforcing to separate 4k\"\n\nThis reverts commit d4807bd60dc166a6445c3b13684f1d1afb722bc5.\n\nThat out of tree patch causes the resulting kernel image to be too\nlarge, causing ld.lld to error; likely due to the additional section and\nalignment requirements. Android and floral don't host virtual targets\nand thus do not run at EL2 on arm64.\n\nBug: 63740206\nChange-Id: I357bf4d5c7e29230746eacd51fef413acec06067\nSigned-off-by: Nick Desaulniers ","shortMessageHtmlLink":"Revert \"selinux: Relocate ss_initialized and selinux_enforcing to sep…"}},{"before":"b603d8bf5ddd0cbef0c441f676f217231cbd5fab","after":"16cd401b3a6c14b7a37e98bdc3129fe9f8f25342","ref":"refs/heads/goji","pushedAt":"2024-05-09T14:57:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"Revert \"gpu: msm: adreno: Hardcode for Adreno 618\"\n\nThis reverts commit 60caff98f5850a3e89fa5ffe17038172c9a80bd5.","shortMessageHtmlLink":"Revert \"gpu: msm: adreno: Hardcode for Adreno 618\""}},{"before":"62a6a6d6e32babc95f8bc988be9ddc13fc364d23","after":"b603d8bf5ddd0cbef0c441f676f217231cbd5fab","ref":"refs/heads/goji","pushedAt":"2024-05-09T14:13:29.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"miatoll_defconfig: Enable ZRAM WRITEBACK\n\nBug: 144354600\nBug: 139846758\nTest: boot to home\n\nChange-Id: Ic281293f8275e2bed6012e87ba9abea8dbf2c7e2\nSigned-off-by: YH_Lin \nSigned-off-by: clarencelol ","shortMessageHtmlLink":"miatoll_defconfig: Enable ZRAM WRITEBACK"}},{"before":"8db30e9cf3d2253aec51f70e8108d4f9510cedfa","after":"62a6a6d6e32babc95f8bc988be9ddc13fc364d23","ref":"refs/heads/goji","pushedAt":"2024-05-09T13:08:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"msm: vidc: allocate kmem_buf_pool once\n\nmsm_comm_ctrl_init() and msm_comm_ctrl_deinit() can be called multiple\ntimes without properly cleaning up previous instances.\n\nJust allocate the kmem pool once.\n\nFixes: b81bb38c1212 (\"msm: vidc: use kmem_cache pool for struct msm_vidc_buffer\")\n\nChange-Id: I4499220d893285c41b96b114cfc349e000429fd7\nSigned-off-by: Park Ju Hyung \nSigned-off-by: Adam W. Willis ","shortMessageHtmlLink":"msm: vidc: allocate kmem_buf_pool once"}},{"before":"b1ad29de4a09b96954d4017e29cfe348078a9ac2","after":"8db30e9cf3d2253aec51f70e8108d4f9510cedfa","ref":"refs/heads/goji","pushedAt":"2024-05-09T13:07:59.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"drivers: scsi: ufs: Async suspend/resume callbacks.\n\nThe UFS callback is the most time consuming callback in the dpm_resume\nsection of kernel resumes, taking around 30 ms. Making it async\nimproves resume latency by around 20 ms, and helps with decreasing\nsuspend times as well.\n\nBug: 134704391\nSigned-off-by: Vincent Palomares \nChange-Id: Ifc7736236c73e106d5f2ab59fd8236b5b4623b4e","shortMessageHtmlLink":"drivers: scsi: ufs: Async suspend/resume callbacks."}},{"before":"09249bde92f45a336fce7227bee837d4271e20b5","after":"b1ad29de4a09b96954d4017e29cfe348078a9ac2","ref":"refs/heads/goji","pushedAt":"2024-05-08T15:22:09.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"techpack: asoc: Add supported formats for all cases\n\n* Fixes call recording when switched to Multimedia9.\n\nSigned-off-by: Pranav Vashi ","shortMessageHtmlLink":"techpack: asoc: Add supported formats for all cases"}},{"before":"a43f0e7e531333f9105cf7e29d2d4976eaeaebed","after":"09249bde92f45a336fce7227bee837d4271e20b5","ref":"refs/heads/goji","pushedAt":"2024-05-08T14:32:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"Makefile: Adjust flags for sm6150\n\nRef: https://en.wikichip.org/wiki/qualcomm/snapdragon_600/675\n\nChange-Id: Ib06fcbdfe6f250db08cf372110bbd16b69725ff6\nSigned-off-by: Pranav Vashi ","shortMessageHtmlLink":"Makefile: Adjust flags for sm6150"}},{"before":"3e577795e8afc81ad97133dc04164cadb0c5fa0b","after":"a43f0e7e531333f9105cf7e29d2d4976eaeaebed","ref":"refs/heads/goji","pushedAt":"2024-05-08T07:58:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"miatoll_defconfig: enable rmnet extensions","shortMessageHtmlLink":"miatoll_defconfig: enable rmnet extensions"}},{"before":"b2f0cff2aceedfcb62815fb0f6228c0303f8b740","after":"3e577795e8afc81ad97133dc04164cadb0c5fa0b","ref":"refs/heads/goji","pushedAt":"2024-05-07T22:09:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"miatoll_defconfig: enable rmnet extensions","shortMessageHtmlLink":"miatoll_defconfig: enable rmnet extensions"}},{"before":"c71b3b12ee602d9f6bacd795cc93b01a9b558058","after":"b2f0cff2aceedfcb62815fb0f6228c0303f8b740","ref":"refs/heads/goji","pushedAt":"2024-05-07T14:50:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"miatoll_defconfig: Disable Qualcomm Thermal Limiter\n\nFrom commit 1fdebf2c22bb420772609f3d84866bdc16c097e5\n(drivers: thermal: limits-dcvs: Always build driver), we can gain\nbetter CPU performance safely without thermal being a sensitive\nbitch.\n\nTest: Run CPU Throttling Test, look for thermal regressions\nResult: Better, consistent scores across a 5min test.\n\nChange-Id: I78b2c396d21389e13cdd185b2f03ac01c7c2b1e7\nSigned-off-by: Panchajanya1999 \nSigned-off-by: Adithya ","shortMessageHtmlLink":"miatoll_defconfig: Disable Qualcomm Thermal Limiter"}},{"before":"c7ec92072babd75bf7f7c7db7625f680daa7c2b7","after":"c71b3b12ee602d9f6bacd795cc93b01a9b558058","ref":"refs/heads/goji","pushedAt":"2024-05-07T14:23:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"treewide: Correct file modes\n\nChange-Id: I6fa7ec94299c672e9a97445b5ed22791b7304d94","shortMessageHtmlLink":"treewide: Correct file modes"}},{"before":"3d2d297cdc424fdf58856da8102ed8d6a00e8078","after":"c7ec92072babd75bf7f7c7db7625f680daa7c2b7","ref":"refs/heads/goji","pushedAt":"2024-05-07T14:09:01.000Z","pushType":"push","commitsCount":26,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"treewide: Correct file modes\n\nChange-Id: I6fa7ec94299c672e9a97445b5ed22791b7304d94","shortMessageHtmlLink":"treewide: Correct file modes"}},{"before":"ff839c6b5a314c83ba2aea76fd37f2d3e7f355f6","after":"3d2d297cdc424fdf58856da8102ed8d6a00e8078","ref":"refs/heads/goji","pushedAt":"2024-05-05T15:12:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"msm: camera: Fix EEPROM device handle leak.\n\nWhen EEPROM read failed, the EEPROM device handle was created,\nbut not released. That will cause EEPROM device acquire be rejected\ntill phone reboot.\n\nChange-Id: Ife5ea9b4866f33aee137a60328530a3b4c7cb08b\nSigned-off-by: chenglong1 \nReviewed-on: https://gerrit.mot.com/1313487\nSLTApproved: Slta Waiver\nSME-Granted: SME Approvals Granted\nTested-by: Jira Key\nReviewed-by: Long Cheng \nReviewed-by: Zilong Zhang \nReviewed-by: Dawei Wang \nReviewed-by: Chuanxin Guo \nReviewed-by: Zhichao Chen \nReviewed-by: Zhenxin Xi \nSubmit-Approved: Jira Key\nSigned-off-by: Forenche \nSigned-off-by: Jebaitedneko ","shortMessageHtmlLink":"msm: camera: Fix EEPROM device handle leak."}},{"before":"bd961a1cb184fdc62aa981e94aa57a0c4b6f758f","after":"ff839c6b5a314c83ba2aea76fd37f2d3e7f355f6","ref":"refs/heads/goji","pushedAt":"2024-05-03T15:21:28.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"usb: gadget: f_mass_storage: Add Drivedroid Support\n\nSigned-off-by: Michael \nSigned-off-by: Jebaitedneko ","shortMessageHtmlLink":"usb: gadget: f_mass_storage: Add Drivedroid Support"}},{"before":"0cc44ee105dc3e5443764e151b2397d59bd51ac9","after":"bd961a1cb184fdc62aa981e94aa57a0c4b6f758f","ref":"refs/heads/goji","pushedAt":"2024-05-03T13:19:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"drivers: kernelsu: Upstreamed KSU #1623\n\ngit rev-list --count HEAD","shortMessageHtmlLink":"drivers: kernelsu: Upstreamed KSU #1623"}},{"before":"e8b99c6d537af142baf4b527dac835304e7daee9","after":"0cc44ee105dc3e5443764e151b2397d59bd51ac9","ref":"refs/heads/goji","pushedAt":"2024-05-02T13:54:11.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"drm/msm: Do not notify events during system shutdown\n\nIt's been observed that a panic could occur due to a race with\na MSM_DRM_BLANK_POWERDOWN handler and a driver removal function\nupon shutdown while the screen is on.\n\nSince this shouldn't happen, send DRM events only when the system is running.\n\nThis doesn't seem to be easy to detect as the events are sent after the\nuserspace drm process terminates, which is before init binary notifies\nthe kernel about the shutdown.\n\nWorkaround this by detecting shutdown upon sysrq kill-all-tasks(i),\nsent from the init binary.\n\nSigned-off-by: Park Ju Hyung \nSigned-off-by: UtsavisGreat \nSigned-off-by: UtsavBalar1231 ","shortMessageHtmlLink":"drm/msm: Do not notify events during system shutdown"}},{"before":"3aa526f6f896c40d0302c8ec863b205f10f4da9b","after":"e8b99c6d537af142baf4b527dac835304e7daee9","ref":"refs/heads/goji","pushedAt":"2024-05-01T13:34:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"qcacld: Update WCNSS_qcom_cfg from HyperOS\n\nSigned-off-by: Kazuki H ","shortMessageHtmlLink":"qcacld: Update WCNSS_qcom_cfg from HyperOS"}},{"before":"534e775614e84330093d7b6533af483af33b8a56","after":"3aa526f6f896c40d0302c8ec863b205f10f4da9b","ref":"refs/heads/goji","pushedAt":"2024-04-30T14:52:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"markkiths","name":"Mark","path":"/markkiths","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40958281?s=80&v=4"},"commit":{"message":"drivers: arch_topology: wire up thermal limit for arch_scale_max_freq_capacity\n\nbefore patch and \"echo 50000 > /sys/class/thermal/tz-by-name/sdm-therm/emul_temp\"\ncom.android.uibench.janktests.UiBenchJankTests#testInvalidateTree: PASSED (02m6.247s)\n gfx-avg-slow-ui-thread: 0.07110321338664297\n gfx-avg-missed-vsync: 0.0\n gfx-avg-high-input-latency: 74.25140826299423\n gfx-max-frame-time-50: 12\n gfx-min-total-frames: 2250\n gfx-avg-frame-time-99: 11.8\n gfx-avg-num-frame-deadline-missed: 1.6\n gfx-avg-frame-time-50: 9.6\n gfx-max-high-input-latency: 99.86666666666667\n gfx-avg-frame-time-90: 11.0\n gfx-avg-frame-time-95: 11.0\n gfx-max-frame-time-95: 13\n gfx-max-frame-time-90: 13\n gfx-max-slow-draw: 0.0\n gfx-max-frame-time-99: 13\n gfx-avg-slow-draw: 0.0\n gfx-max-total-frames: 2251\n gfx-avg-jank: 43.678000000000004\n gfx-max-slow-bitmap-uploads: 0.0\n gfx-max-missed-vsync: 0.0\n gfx-avg-total-frames: 2250\n gfx-max-jank: 96.67\n gfx-max-slow-ui-thread: 0.13333333333333333\n gfx-max-num-frame-deadline-missed: 3\n gfx-avg-slow-bitmap-uploads: 0.0\n\naefore patch and \"echo 50000 > /sys/class/thermal/tz-by-name/sdm-therm/emul_temp\"\ngoogle/perf/jank/UIBench/UIBench (1 Test)\n----------------------------------------\n[1/1] com.android.uibench.janktests.UiBenchJankTests#testInvalidateTree: PASSED (02m7.027s)\n gfx-avg-slow-ui-thread: 0.0\n gfx-avg-missed-vsync: 0.0\n gfx-avg-high-input-latency: 11.53777777777778\n gfx-max-frame-time-50: 7\n gfx-min-total-frames: 2250\n gfx-avg-frame-time-99: 8.0\n gfx-avg-num-frame-deadline-missed: 0.0\n gfx-avg-frame-time-50: 7.0\n gfx-max-high-input-latency: 41.15555555555556\n gfx-avg-frame-time-90: 7.2\n gfx-avg-frame-time-95: 7.8\n gfx-max-frame-time-95: 8\n gfx-max-frame-time-90: 8\n gfx-max-slow-draw: 0.0\n gfx-max-frame-time-99: 8\n gfx-avg-slow-draw: 0.0\n gfx-max-total-frames: 2250\n gfx-avg-jank: 0.0\n gfx-max-slow-bitmap-uploads: 0.0\n gfx-max-missed-vsync: 0.0\n gfx-avg-total-frames: 2250\n gfx-max-jank: 0.0\n gfx-max-slow-ui-thread: 0.0\n gfx-max-num-frame-deadline-missed: 0\n gfx-avg-slow-bitmap-uploads: 0.0\n\nBug: 143162654\nTest: use emul_temp to change thermal condition and see capacity changed\nChange-Id: Idbf943f9c831c288db40d820682583ade3bbf05e\nSigned-off-by: Wei Wang \n(cherry picked from commit 1a1b85b536651daa3dc7dab4fcd155c8cfe1b9a0)\nSigned-off-by: Pranav Vashi ","shortMessageHtmlLink":"drivers: arch_topology: wire up thermal limit for arch_scale_max_freq…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEgM-ZWAA","startCursor":null,"endCursor":null}},"title":"Activity · markkiths/positron_gojifork_miatoll"}