| 95f24ec8 | 13-Jul-2021 |
Edward Tomasz Napierala <[email protected]> |
linux(4): remove unfinished vsyscall bits on arm64
The vsyscall mechanism is obsolete.
Reviewed By: dchagin, emaste Sponsored By: EPSRC Differential Revision: https://reviews.freebsd.org/D31091
(c
linux(4): remove unfinished vsyscall bits on arm64
The vsyscall mechanism is obsolete.
Reviewed By: dchagin, emaste Sponsored By: EPSRC Differential Revision: https://reviews.freebsd.org/D31091
(cherry picked from commit 84a3963d5d94be05c913d04ea0cef4ac69a8bfc7)
show more ...
|
| 552c230a | 16-Jun-2021 |
Edward Tomasz Napierala <[email protected]> |
linux: implement set_cloned_tls() on arm64
This fixes random segfaults on "git commit --amend".
Sponsored By: EPSRC Differential Revision: https://reviews.freebsd.org/D30508
(cherry picked from co
linux: implement set_cloned_tls() on arm64
This fixes random segfaults on "git commit --amend".
Sponsored By: EPSRC Differential Revision: https://reviews.freebsd.org/D30508
(cherry picked from commit a397b5508320e757274bc652b43ccb2e1a702933)
show more ...
|
| 5d5616ac | 01-Jun-2021 |
Edward Tomasz Napierala <[email protected]> |
linux: export AT_HWCAP and AT_HWCAP2 on aarch64
The flag values seem to be the same between Linux and FreeBSD. Comparing to a Linux VM on the same hardware, we're missing HWCAP_EVTSTRM, HWCAP_CPUID,
linux: export AT_HWCAP and AT_HWCAP2 on aarch64
The flag values seem to be the same between Linux and FreeBSD. Comparing to a Linux VM on the same hardware, we're missing HWCAP_EVTSTRM, HWCAP_CPUID, HWCAP_DCPOP, HWCAP_USCAT, HWCAP_PACA, and HWCAP_PACG.
Reviewed By: mhorne, emaste Sponsored By: EPSRC Differential Revision: https://reviews.freebsd.org/D30540
(cherry picked from commit b501b2ae52f3ccb384584dcbb5dc4a4568cc0096)
show more ...
|
| 56205425 | 28-May-2021 |
Edward Tomasz Napierala <[email protected]> |
linux: make linux64.ko loadable again on aarch64
This should probably get deduplicated; this is a quick fix just to unbreak things.
Fixes: 6d926e850d2 Sponsored By: EPSRC
(cherry picked from comm
linux: make linux64.ko loadable again on aarch64
This should probably get deduplicated; this is a quick fix just to unbreak things.
Fixes: 6d926e850d2 Sponsored By: EPSRC
(cherry picked from commit 023ee5392c77fbb803ea7552d7a25f7d231e56f8)
show more ...
|