freebsd-skq/sys/amd64
dchagin d30e84112a MFC r283421:
Introduce a new module linux_common.ko which is intended for the
following primary purposes:

1. Remove the dependency of linsysfs and linprocfs modules from linux.ko,
which will be architecture specific on amd64.

2. Incorporate into linux_common.ko general code for platforms on which
we'll support two Linuxulator modules (for both instruction set - 32 & 64 bit).

3. Move malloc(9) declaration to linux_common.ko, to enable getting memory
usage statistics properly.

Currently linux_common.ko incorporates a code from linux_mib.c and linux_util.c
and linprocfs, linsysfs and linux kernel modules depend on linux_common.ko.

Temporarily remove dtrace garbage from linux_mib.c and linux_util.c
2016-01-09 16:08:22 +00:00
..
acpica Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is 2013-02-15 22:43:08 +00:00
amd64 MFC r283382: 2016-01-09 14:53:08 +00:00
conf MFC r286131: 2015-07-31 15:25:07 +00:00
ia32 MFC r283735: 2015-06-05 08:36:25 +00:00
include MFC r289824: 2015-10-30 10:02:57 +00:00
linux32 MFC r283421: 2016-01-09 16:08:22 +00:00
pci MFC r258779,r258780,r258787,r258822: 2014-02-04 03:36:42 +00:00
vmm MFC r284712: 2015-07-01 19:46:57 +00:00
Makefile