Jeff Roberson c168508655 Add two new kernel options to control memory locality on NUMA hardware.
- UMA_XDOMAIN enables an additional per-cpu bucket for freed memory that
   was freed on a different domain from where it was allocated.  This is
   only used for UMA_ZONE_NUMA (first-touch) zones.
 - UMA_FIRSTTOUCH sets the default UMA policy to be first-touch for all
   zones.  This tries to maintain locality for kernel memory.

Reviewed by:	gallatin, alc, kib
Tested by:	pho, gallatin
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D20929
2019-08-06 21:50:34 +00:00
..
2019-06-15 17:08:32 +00:00
2019-07-31 17:47:12 +00:00
2019-02-26 05:59:22 +00:00
2019-04-02 12:50:01 +00:00
2019-08-01 18:51:18 +00:00
2019-04-22 18:38:54 +00:00
2018-03-29 19:43:29 +00:00
2019-07-19 15:10:53 +00:00
2019-05-30 19:18:01 +00:00
2018-11-04 16:08:59 +00:00
2019-02-25 18:22:20 +00:00
2018-03-21 14:37:04 +00:00
2019-07-16 16:02:20 +00:00
2018-10-12 05:27:58 +00:00
2018-09-19 07:05:31 +00:00
2018-09-20 09:26:10 +00:00
2019-04-14 00:06:49 +00:00
2018-09-19 07:06:20 +00:00
2018-09-20 09:31:27 +00:00
2018-09-22 13:17:30 +00:00
2019-05-06 20:20:21 +00:00
2018-06-17 18:05:27 +00:00
2018-12-29 21:18:01 +00:00
2019-04-22 18:38:54 +00:00
2019-06-25 04:50:09 +00:00