| | Authored by jhb on Oct 31 2014, 11:03 PM. | Unknown Object (File) | Fri, Jan 10, 5:50 AM2025-01-10 05:50:53 (UTC+0) |
| Unknown Object (File) | Tue, Jan 7, 6:25 PM2025-01-07 18:25:52 (UTC+0) |
| Unknown Object (File) | Dec 9 2024, 8:13 PM2024-12-09 20:13:49 (UTC+0) |
| Unknown Object (File) | Nov 21 2024, 9:33 PM2024-11-21 21:33:13 (UTC+0) |
| Unknown Object (File) | Nov 13 2024, 11:33 AM2024-11-13 11:33:25 (UTC+0) |
| Unknown Object (File) | Nov 7 2024, 11:34 AM2024-11-07 11:34:02 (UTC+0) |
| Unknown Object (File) | Oct 27 2024, 4:04 AM2024-10-27 04:04:45 (UTC+0) |
| Unknown Object (File) | Oct 27 2024, 4:04 AM2024-10-27 04:04:10 (UTC+0) |
Event Timelinejhb retitled this revision from to XSAVE/AVX support for i386.. jhb added inline comments. kib accepted this revision. kib edited edge metadata. kib added inline comments. This revision is now accepted and ready to land. jhb added inline comments. op added a subscriber: op. Path | Size |
---|
| | | | | 2 lines | | 2 lines | | 2 lines | | | | | | 2 lines | | 1 line | | 18 lines | | 260 lines | | 6 lines | | 49 lines | | 15 lines | | 2 lines | | 73 lines | | | | 19 lines | | 11 lines | | 17 lines | | 42 lines | | | | 528 lines | | | | 4 lines | | 1 line | | | | 1 line | | | | 6 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
b48db6acff27 | 9daa598da1c1 | ba0a982ed858 1c8237d7eb20 | John Baldwin | Merge branch 'master' into i386_xsave | Nov 2 2014, 9:09 PM | ba0a982ed858 | d09e9f891782 | a1802e03cb3c | John Baldwin | Fix xstate return in sigreturn() by not trashing mc_flags in sendsig(). | Nov 2 2014, 7:12 PM | a1802e03cb3c | c6fb4a2d9729 | 2f009987265f | John Baldwin | Fixups. | Nov 2 2014, 12:33 AM | 2f009987265f | 7200dadd0d87 | 7172d44834ef | John Baldwin | Revert clear_pcb_flags/set_pcb_flags as they aren't needed on i386. | Nov 2 2014, 12:20 AM | 7172d44834ef | fda0562fd54d | a71d32d837e5 | John Baldwin | Change return type of init386 to register_t. | Nov 2 2014, 12:02 AM | a71d32d837e5 | 6fadf8608b4a | 2232275c35dd | John Baldwin | Missed an update to get_pcb_td(). | Oct 30 2014, 3:27 AM | 2232275c35dd | e3f4f5500b38 | 4cf3b8e5ec7c | John Baldwin | | Oct 30 2014, 3:21 AM | 4cf3b8e5ec7c | 6f9dbcd0004b | cc91299abd1c | John Baldwin | Untested xsaveopt support. | Oct 27 2014, 3:02 PM | cc91299abd1c | f2d3d973dce8 | 7523d45365bd | John Baldwin | Compile. | Oct 27 2014, 2:34 PM | 7523d45365bd | 34086bbd26e5 | 9183121f76bb | John Baldwin | Implement I386_GET_XFPUSTATE. | Oct 27 2014, 2:34 PM | 9183121f76bb | 6de64b7b5d52 | e2ad6762ae7e | John Baldwin | Use break here, more consistent with rest of file. | Oct 27 2014, 2:33 PM | e2ad6762ae7e | d507fd30577d | fc7a9c34b8b6 | John Baldwin | Remove unused constants. | Oct 27 2014, 2:33 PM | fc7a9c34b8b6 | 6a8b64f5a070 | e3524a98e950 | John Baldwin | Compile: union savefpu vs struct savefpu. | Oct 27 2014, 1:43 PM | e3524a98e950 | 541408535bf9 | bb9e64bb06f1 | John Baldwin | Clear xfpustate fields in get_mcontext(). | Oct 27 2014, 1:43 PM | bb9e64bb06f1 | 73fcd359b945 | e8577b5a6db4 | John Baldwin | Finish sp_fpususpend updates. | Oct 27 2014, 1:42 PM | e8577b5a6db4 | a9e0655bd1f9 | afeeb3b04d59 | John Baldwin | Remove unused asm constants. | Oct 27 2014, 12:11 PM | afeeb3b04d59 | 9fc1552c85a1 | 0473a615c033 | John Baldwin | pcb_user_save sweep. | Oct 27 2014, 12:09 PM | 0473a615c033 | 52aaf482e2d8 | 6e637e47a1ba | John Baldwin | GET/SET_XSTATE ptrace bits. | Oct 27 2014, 12:09 PM | 6e637e47a1ba | 54b61a0c02e0 | ec7447c09c85 | John Baldwin | Use clear_pcb_flags() and set_pcb_flags(). | Oct 27 2014, 11:56 AM | ec7447c09c85 | dfaf45970261 | 9109d86b9ee7 | John Baldwin | Retire FP_SOFTFP. | Oct 27 2014, 11:47 AM | 9109d86b9ee7 | 44f4e5d1fe36 | 4822532bcc75 | John Baldwin | sendsig(), init386(), fillfpregs(), etc. | Oct 27 2014, 11:44 AM | 4822532bcc75 | 4e9c3854120f | 05fd04899ca6 | John Baldwin | Checkpoint XSAVE support for i386. | Oct 27 2014, 3:42 AM | 05fd04899ca6 | 23e43c0343a1 | f40f3eb0c544 | John Baldwin | This doesn't alloc a pcb. | Oct 27 2014, 3:34 AM |
|