{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":74616828,"defaultBranch":"master","name":"switchtec-kernel","ownerLogin":"Microsemi","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-11-23T21:53:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3639420?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714085590.0","currentOid":""},"activityList":{"items":[{"before":"e24e19b4d22e9ab932fd5328d480aecd9d635c43","after":"7fc34d9abf3c5c3d9eb704903ee760fadcdfc60b","ref":"refs/heads/master","pushedAt":"2024-05-27T16:36:42.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"Merge branch 'devel'","shortMessageHtmlLink":"Merge branch 'devel'"}},{"before":"44384cb9ad24c96ec0ca9b6b1d015a1e82beb0d3","after":"99eeafd351607517af11f3a50ac7553c867f6616","ref":"refs/heads/devel","pushedAt":"2024-05-27T16:35:33.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"Merge branch 'nt-improve++' into devel","shortMessageHtmlLink":"Merge branch 'nt-improve++' into devel"}},{"before":null,"after":"412aa67dc2e86ab0d5c284995ea4e6719c0e2820","ref":"refs/heads/backport_v1.9_to_4.18_centos_8","pushedAt":"2024-04-25T22:53:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"Fix compilation error in switchtec.c on 4.18\n\nBackport from master.","shortMessageHtmlLink":"Fix compilation error in switchtec.c on 4.18"}},{"before":"a1298ae3a71e3e1003509c1f971700d0eb05ec8d","after":"52e42744795ca98c270b2abea3d68233f460de84","ref":"refs/heads/nt-improve++","pushedAt":"2024-04-17T00:51:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"Improve internal lut windows setup/cleanup\n\nSome internally used lut windows like DB_MSG_LUT may still be\ndereferenced when the crosslink is down. Performing pci_iounmap() to\nthese lut windows when bringing down a crosslink may cause memory\ndereference issue afterwards. Move the mapping and unmapping of these\nlut windows to nt device adding and removing.","shortMessageHtmlLink":"Improve internal lut windows setup/cleanup"}},{"before":"5a9417776ce987296579e301f003e64dad5c8062","after":"a1298ae3a71e3e1003509c1f971700d0eb05ec8d","ref":"refs/heads/nt-improve++","pushedAt":"2024-04-17T00:26:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"improve internal lut setup","shortMessageHtmlLink":"improve internal lut setup"}},{"before":null,"after":"5a9417776ce987296579e301f003e64dad5c8062","ref":"refs/heads/nt-improve++","pushedAt":"2024-04-15T04:55:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"improve internal lut setup","shortMessageHtmlLink":"improve internal lut setup"}},{"before":"ed2a9cca4289eeb81984bca3054f9769fdbd2bf9","after":"2b2f31610eab8d5f1b96d2e45925e7f7cecf931f","ref":"refs/heads/nt-improve","pushedAt":"2024-03-28T20:05:08.000Z","pushType":"push","commitsCount":34,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"test","shortMessageHtmlLink":"test"}},{"before":"3460dea9bc835f7e6dd51dfd2be756c9735b4944","after":"e24e19b4d22e9ab932fd5328d480aecd9d635c43","ref":"refs/heads/master","pushedAt":"2024-01-05T01:32:43.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"Merge branch 'devel'","shortMessageHtmlLink":"Merge branch 'devel'"}},{"before":"24ee9a6fd8984e8ee82ab2925e1e44a66aa089a3","after":"44384cb9ad24c96ec0ca9b6b1d015a1e82beb0d3","ref":"refs/heads/devel","pushedAt":"2024-01-05T01:30:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"Setup crosslink before sending link force down message\n\nCall switchtec_ntb_setup_crosslink() to try to setup the crosslink\nbefore sending the link force down message to peer.\n - If the peer switch's NT link is still up and not aware of the local\n driver is being reloaded, the call to\n switchtec_ntb_setup_crosslink() will make the local crosslink\n properly configured and the force link down message sent to the peer\n switch to bring down the link.\n - Otherwise, the call to switchtec_ntb_setup_crosslink() would fail\n and link force down message not sent to the peer switch.","shortMessageHtmlLink":"Setup crosslink before sending link force down message"}},{"before":"f2b8730f1b2afb5dcdb9c9aab8b589b100ca8bc0","after":"516457230816fb902b85553ec17ea2f8633abb2f","ref":"refs/heads/backport_rhel_8.4_kernel_4.18","pushedAt":"2023-12-21T21:56:10.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"Setup crosslink before sending link force down message\n\nCall switchtec_ntb_setup_crosslink() to try to setup the crosslink\nbefore sending the link force down message to peer.\n - If the peer switch's NT link is still up and not aware of the local\n driver is being reloaded, the call to\n switchtec_ntb_setup_crosslink() will make the local crosslink\n properly configured and the force link down message sent to the peer\n switch to bring down the link.\n - Otherwise, the call to switchtec_ntb_setup_crosslink() would fail\n and link force down message not sent to the peer switch.","shortMessageHtmlLink":"Setup crosslink before sending link force down message"}},{"before":"bd34ab315e326bf088241b3d71786df6cad432a5","after":"24ee9a6fd8984e8ee82ab2925e1e44a66aa089a3","ref":"refs/heads/devel","pushedAt":"2023-12-21T21:44:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"Setup crosslink before sending link force down message\n\nCall switchtec_ntb_setup_crosslink() to try to setup the crosslink\nbefore sending the link force down message to peer.\n - If the peer switch's NT link is still up and not aware of the local\n driver is being reloaded, the call to\n switchtec_ntb_setup_crosslink() will make the local crosslink\n properly configured and the force link down message sent to the peer\n switch to bring down the link.\n - Otherwise, the call to switchtec_ntb_setup_crosslink() would fail\n and link force down message not sent to the peer switch.","shortMessageHtmlLink":"Setup crosslink before sending link force down message"}},{"before":"59c535f642dac66548e2db349fd5ca4f9f8b9be7","after":"3460dea9bc835f7e6dd51dfd2be756c9735b4944","ref":"refs/heads/master","pushedAt":"2023-06-16T22:30:22.858Z","pushType":"push","commitsCount":2,"pusher":{"login":"kelvin-cao","name":"Kelvin Cao","path":"/kelvin-cao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30617003?s=80&v=4"},"commit":{"message":"Update Gen5 device IDs per revB changes","shortMessageHtmlLink":"Update Gen5 device IDs per revB changes"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0yN1QxNjozNjo0Mi4wMDAwMDBazwAAAARVFU9t","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNi0xNlQyMjozMDoyMi44NTgxNTNazwAAAANDVuHt"}},"title":"Activity ยท Microsemi/switchtec-kernel"}