{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":268897658,"defaultBranch":"dev-5.14-gxp-openbmc","name":"gxp-linux","ownerLogin":"HewlettPackard","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-06-02T20:07:31.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6004705?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1678289426.80771","currentOid":""},"activityList":{"items":[{"before":"a48fa7efaf1161c1c898931fe4c7f0070964233a","after":"615d300648869c774bd1fe54b4627bb0c20faed4","ref":"refs/heads/master","pushedAt":"2024-01-24T17:13:51.000Z","pushType":"push","commitsCount":10000,"pusher":{"login":"KeepSummerSaf3","name":"Grant OConnor","path":"/KeepSummerSaf3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22268470?s=80&v=4"},"commit":{"message":"Merge tag 'trace-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace\n\nPull tracing and eventfs fixes from Steven Rostedt:\n\n - Fix histogram tracing_map insertion.\n\n The tracing_map_insert copies the value into the elt variable and\n then assigns the elt to the entry value. But it is possible that the\n entry value becomes visible on other CPUs before the elt is fully\n initialized. This is fixed by adding a wmb() between the\n initialization of the elt variable and assigning it.\n\n - Have eventfs directory have unique inode numbers.\n\n Having them be all the same proved to be a failure as the 'find'\n application will think that the directories are causing loops, as it\n checks for directory loops via their inodes. Have the evenfs dir\n entries get their inodes assigned when they are referenced and then\n save them in the eventfs_inode structure.\n\n* tag 'trace-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:\n eventfs: Save directory inodes in the eventfs_inode structure\n tracing: Ensure visibility when inserting an element into tracing_map","shortMessageHtmlLink":"Merge tag 'trace-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern…"}},{"before":"1e1cbd0ee2b730bc2dc01d47efa83809ed36cea7","after":"b77336354649420d5b97bc3cf46fb5f8ed9c2861","ref":"refs/heads/dev-5.15-gxp-openbmc","pushedAt":"2024-01-08T15:48:10.000Z","pushType":"pr_merge","commitsCount":6731,"pusher":{"login":"atlibtd","name":"troym","path":"/atlibtd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110855663?s=80&v=4"},"commit":{"message":"Merge pull request #17 from atlibtd/dev-5.15-gxp-openbmc\n\nDev 5.15 gxp openbmc","shortMessageHtmlLink":"Merge pull request #17 from atlibtd/dev-5.15-gxp-openbmc"}},{"before":"89bf6209cad66214d3774dac86b6bbf2aec6a30d","after":"a48fa7efaf1161c1c898931fe4c7f0070964233a","ref":"refs/heads/master","pushedAt":"2023-09-08T13:22:06.000Z","pushType":"push","commitsCount":10000,"pusher":{"login":"nhawkins48","name":"Nick Hawkins","path":"/nhawkins48","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93721374?s=80&v=4"},"commit":{"message":"Merge tag 'drm-next-2023-09-08' of git://anongit.freedesktop.org/drm/drm\n\nPull drm fixes from Dave Airlie:\n \"Regular rounds of rc1 fixes, a large bunch for amdgpu since it's three\n weeks in one go, one i915, one nouveau and one ivpu.\n\n I think there might be a few more fixes in misc that I haven't pulled\n in yet, but we should get them all for rc2.\n\n amdgpu:\n - Display replay fixes\n - Fixes for headless boards\n - Fix documentation breakage\n - RAS fixes\n - Handle newer IP discovery tables\n - SMU 13.0.6 fixes\n - SR-IOV fixes\n - Display vstartup fixes\n - NBIO 7.9 fixes\n - Display scaling mode fixes\n - Debugfs power reporting fix\n - GC 9.4.3 fixes\n - Dirty framebuffer fixes for fbcon\n - eDP fixes\n - DCN 3.1.5 fix\n - Display ODM fixes\n - GPU core dump fix\n - Re-enable zops property now that IGT test is fixed\n - Fix possible UAF in CS code\n - Cursor degamma fix\n\n amdkfd:\n - HMM fixes\n - Interrupt masking fix\n - GFX11 MQD fixes\n\n i915:\n - Mark requests for GuC virtual engines to avoid use-after-free\n\n nouveau:\n - Fix fence state in nouveau_fence_emit()\n\n ivpu:\n - replace strncpy\"\n\n* tag 'drm-next-2023-09-08' of git://anongit.freedesktop.org/drm/drm: (51 commits)\n drm/amdgpu: Restrict bootloader wait to SMUv13.0.6\n drm/amd/display: prevent potential division by zero errors\n drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma\n drm/amd/display: limit the v_startup workaround to ASICs older than DCN3.1\n Revert \"drm/amd/display: Remove v_startup workaround for dcn3+\"\n drm/amdgpu: fix amdgpu_cs_p1_user_fence\n Revert \"Revert \"drm/amd/display: Implement zpos property\"\"\n drm/amdkfd: Add missing gfx11 MQD manager callbacks\n drm/amdgpu: Free ras cmd input buffer properly\n drm/amdgpu: Hide xcp partition sysfs under SRIOV\n drm/amdgpu: use read-modify-write mode for gfx v9_4_3 SQ setting\n drm/amdkfd: use mask to get v9 interrupt sq data bits correctly\n drm/amdgpu: Allocate coredump memory in a nonblocking way\n drm/amdgpu: Support query ecc cap for aqua_vanjaram\n drm/amdgpu: Add umc_info v4_0 structure\n drm/amd/display: always switch off ODM before committing more streams\n drm/amd/display: Remove wait while locked\n drm/amd/display: update blank state on ODM changes\n drm/amd/display: Add smu write msg id fail retry process\n drm/amdgpu: Add SMU v13.0.6 default reset methods\n ...","shortMessageHtmlLink":"Merge tag 'drm-next-2023-09-08' of git://anongit.freedesktop.org/drm/drm"}},{"before":"9d646009f65d62d32815f376465a3b92d8d9b046","after":"89bf6209cad66214d3774dac86b6bbf2aec6a30d","ref":"refs/heads/master","pushedAt":"2023-08-22T18:39:09.000Z","pushType":"push","commitsCount":10000,"pusher":{"login":"nhawkins48","name":"Nick Hawkins","path":"/nhawkins48","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93721374?s=80&v=4"},"commit":{"message":"Merge tag 'devicetree-fixes-for-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux\n\nPull devicetree fixes from Rob Herring:\n\n - Fix DT node refcount when creating platform devices\n\n - Fix deadlock in changeset code due to printing with devtree_lock held\n\n - Fix unittest EXPECT strings for parse_phandle_with_args_map() test\n\n - Fix IMA kexec memblock freeing\n\n* tag 'devicetree-fixes-for-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:\n of/platform: increase refcount of fwnode\n of: dynamic: Refactor action prints to not use \"%pOF\" inside devtree_lock\n of: unittest: Fix EXPECT for parse_phandle_with_args_map() test\n mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer","shortMessageHtmlLink":"Merge tag 'devicetree-fixes-for-6.5-2' of git://git.kernel.org/pub/sc…"}},{"before":"02ef7d39fd552cf9e1de58a3003f77e743d1fb6b","after":"9d646009f65d62d32815f376465a3b92d8d9b046","ref":"refs/heads/master","pushedAt":"2023-05-24T15:45:46.827Z","pushType":"push","commitsCount":10000,"pusher":{"login":"nhawkins48","name":"Nick Hawkins","path":"/nhawkins48","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93721374?s=80&v=4"},"commit":{"message":"Merge tag 'tpmdd-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd\n\nPull tpm fix from Jarkko Sakkinen:\n \"A fix to add a new entry to the deny for list for tpm_tis interrupts\"\n\n* tag 'tpmdd-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:\n tpm: tpm_tis: Disable interrupts for AEON UPX-i11","shortMessageHtmlLink":"Merge tag 'tpmdd-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern…"}},{"before":"7c46948a6e9cf47ed03b0d489fde894ad46f1437","after":"02ef7d39fd552cf9e1de58a3003f77e743d1fb6b","ref":"refs/heads/master","pushedAt":"2023-03-17T18:47:55.815Z","pushType":"push","commitsCount":10000,"pusher":{"login":"nhawkins48","name":"Nick Hawkins","path":"/nhawkins48","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93721374?s=80&v=4"},"commit":{"message":"Merge tag 'pm-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm\n\nPull power management fixes from Rafael Wysocki:\n \"These fix an error code path issue in a cpuidle driver and make the\n sleepgraph utility more robust against unexpected input.\n\n Specifics:\n\n - Fix the psci_pd_init_topology() failure path in the PSCI cpuidle\n driver (Shawn Guo)\n\n - Modify the sleepgraph utility so it does not crash on binary data\n in device names (Todd Brandt)\"\n\n* tag 'pm-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:\n pm-graph: sleepgraph: Avoid crashing on binary data in device names\n cpuidle: psci: Iterate backwards over list in psci_pd_remove()","shortMessageHtmlLink":"Merge tag 'pm-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g…"}},{"before":null,"after":"0afd1d3fd497b6dee44113eae589275adb441f38","ref":"refs/heads/dev-5.10-gxp-g11-openbmc","pushedAt":"2023-03-08T15:30:26.807Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nhawkins48","name":"Nick Hawkins","path":"/nhawkins48","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93721374?s=80&v=4"},"commit":{"message":"Merge pull request #9 from vejmarie/peci2\n\nEnable PECI on Intel based ProLiant","shortMessageHtmlLink":"Merge pull request #9 from vejmarie/peci2"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD6CeTBAA","startCursor":null,"endCursor":null}},"title":"Activity · HewlettPackard/gxp-linux"}