freebsd-skq/sys
Hans Petter Selasky 05d4f501dc Implement minimalistic memory mapping structure, struct mm_struct, and
some associated helper functions in the LinuxKPI. Let the existing
linux_alloc_current() function allocate and initialize the new
structure and let linux_free_current() drop the refcount on the memory
mapping structure. When the mm_struct's refcount reaches zero, the
structure is freed.

Obtained from:		kmacy @
MFC after:		1 week
Sponsored by:		Mellanox Technologies
2017-03-17 10:30:06 +00:00
..
amd64 Hide the AMD MONITORX/MWAITX capability. 2017-03-16 03:21:42 +00:00
arm - Add support for eMMC "partitions". Besides the user data area, i. e. 2017-03-16 22:23:04 +00:00
arm64 If ofw_bus_msimap fails don't try to use the invalid MSI/MSI-X parent node. 2017-03-16 17:49:37 +00:00
boot loader: biosdisk should report IO error from INT13 2017-03-16 21:34:14 +00:00
bsm
cam Increase device openings to tagged maximum. 2017-03-11 18:46:46 +00:00
cddl Fix a backwards comparison in the code to dump a DTrace debug buffer. 2017-03-13 18:43:00 +00:00
compat Implement minimalistic memory mapping structure, struct mm_struct, and 2017-03-17 10:30:06 +00:00
conf - Add support for eMMC "partitions". Besides the user data area, i. e. 2017-03-16 22:23:04 +00:00
contrib Copy needed include files from EDK2. This is a minimal set gleened 2017-03-08 02:47:59 +00:00
crypto
ddb
dev - Adds macros for the content of SDHCI_ADMA_ERR and SDHCI_HOST_CONTROL2 2017-03-16 22:42:17 +00:00
fs
gdb
geom After r315112 I broke the tests with eli, instead to pass 0, I should pass 2017-03-13 13:56:01 +00:00
gnu
i386 Remove i915drm and radeondrm from NOTES and conf. 2017-03-12 00:52:16 +00:00
isa
kern Don't clear p_ptevents on normal SIGKILL delivery 2017-03-16 13:03:31 +00:00
kgssapi
libkern Discard first 3072 bytes of RC4 keystream, this is a bandaid 2017-03-14 06:00:44 +00:00
mips Add cavium octeon 'bootoctlinux' boot argument support 2017-03-16 00:49:59 +00:00
modules - Add support for eMMC "partitions". Besides the user data area, i. e. 2017-03-16 22:23:04 +00:00
net Change casting to a uintptr_t to be compatible with non-x86 architectures. 2017-03-14 22:25:07 +00:00
net80211 [net80211] begin fleshing out per-VAP WME configurations. 2017-03-13 16:44:06 +00:00
netgraph
netinet Add some ntohl() love to r315277 2017-03-14 20:57:54 +00:00
netinet6
netipsec
netnatm
netpfil Use memset with structure size. 2017-03-14 07:57:33 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Add basic support for VIMAGE to the LinuxKPI and ibcore. 2017-03-16 09:59:35 +00:00
opencrypto
powerpc Fix booting with >4GB RAM on PowerMac G5 hardware 2017-03-07 22:11:57 +00:00
riscv
rpc
security
sparc64
sys - Add support for eMMC "partitions". Besides the user data area, i. e. 2017-03-16 22:23:04 +00:00
teken Add teken_256to16() to convert xterm-256 256-color codes to xterm 16-color 2017-03-16 16:40:54 +00:00
tests
tools [fdt] Make DTBs generated by make_dtb.sh overlay-ready 2017-03-10 22:45:07 +00:00
ufs
vm The adj_free and max_free values of new_entry will be calculated and 2017-03-16 05:44:16 +00:00
x86 x86/srat: fix parsing of APIC IDs > MAX_APIC_ID 2017-03-16 09:33:36 +00:00
xdr
xen
Makefile