freebsd-skq/sys/x86
jhb 4ee9c49971 MFC 274817,274878,276801,276840,278976:
Improve support for XSAVE with debuggers.
- Dump an NT_X86_XSTATE note if XSAVE is in use. This note is designed
  to match what Linux does in that 1) it dumps the entire XSAVE area
  including the fxsave state, and 2) it stashes a copy of the current
  xsave mask in the unused padding between the fxsave state and the
  xstate header at the same location used by Linux.
- Teach readelf() to recognize NT_X86_XSTATE notes.
- Change PT_GET/SETXSTATE to take the entire XSAVE state instead of
  only the extra portion. This avoids having to always make two
  ptrace() calls to get or set the full XSAVE state.
- Add a PT_GET_XSTATE_INFO which returns the length of the current
  XSTATE save area (so the size of the buffer needed for PT_GETXSTATE)
  and the current XSAVE mask (%xcr0).
2015-02-23 18:38:41 +00:00
..
acpica MFC 273988,273989,273995,274057: 2014-12-22 21:32:39 +00:00
bios Add missing header needed by free(9). 2012-09-30 15:42:20 +00:00
cpufreq MFC r259197: 2014-01-09 10:44:27 +00:00
include MFC 274817,274878,276801,276840,278976: 2015-02-23 18:38:41 +00:00
iommu MFC r278606: 2015-02-18 08:06:36 +00:00
isa MFC 261517,261520: 2014-02-18 20:27:17 +00:00
pci Trim stray blank line. 2012-04-11 21:00:33 +00:00
x86 MFC 273800: 2015-02-10 16:34:42 +00:00
xen MFC 263772: Fix build without SMP. 2014-06-04 17:50:47 +00:00