summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Now that aesni won't reuse fpu contexts (D3016), add seatbelts to thejmg2015-07-081-2/+10
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+32
* Move the 'devmem' device nodes from /dev/vmm to /dev/vmm.ioneel2015-07-061-1/+1
* Enable IPSEC in all GENERIC kernels.gnn2015-07-041-0/+3
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()kib2015-07-023-5/+4
* Disallow a debugger on 64bit system to set fs/gs bases of the 32bitkib2015-07-011-1/+1
* Add a comment about too strong semantic of atomic_load_acq() on x86.kib2015-06-291-0/+9
* pcb_gs32sd is unused for long time, remove it. Keep the padding in pcb.kib2015-06-293-4/+1
* Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests tokib2015-06-291-0/+62
* Remove unneeded data dependency, currently imposed bykib2015-06-283-50/+78
* verify_gla() needs to account for non-zero segment base addresses.tychon2015-06-261-7/+44
* amd64: set the correct LMA valuesroyger2015-06-261-1/+1
* Restore the host's GS.base before returning from 'svm_launch()'.neel2015-06-234-33/+24
* Restructure memory allocation in bhyve to support "devmem".neel2015-06-1810-306/+702
* Report the values of x86 segment registers to remote debuggers.jhb2015-06-121-0/+4
* Allow DTrace to be compiled-in to the kernel.br2015-06-101-0/+17
* Fixup the build after r284215.mjg2015-06-101-1/+1
* Implement lockless resource limits.mjg2015-06-101-1/+1
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+2
* Account for superpage mappings that are created by pmap_copy().alc2015-06-091-0/+1
* Support guest writes to the TSC by enabling the "use TSC offsetting"tychon2015-06-093-4/+26
* Futex is an aligned 32-bit integer. Use the proper instruction anddchagin2015-06-081-24/+24
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Update print_INTEL_TLB() by the tag values from the Intel SDMkib2015-06-062-0/+2
* The 'verify_gla()' function is used to ensure that the effective addressneel2015-06-051-1/+1
* Use tunable 'hw.vmm.svm.features' to disable specific SVM features evenneel2015-06-041-5/+10
* Remove unneeded NULL checks in amd64's trap_fatal().dim2015-06-011-8/+2
* Remove several write-only variables, all reported by the gcc 4.9kib2015-05-293-11/+3
* Fix non-deterministic delays when accessing a vcpu that was in "running" orneel2015-05-286-34/+132
* Enabled rewritten PCID support by default.kib2015-05-271-1/+1
* When I merged the lemul branch I missied kib@'s r282708 commit.dchagin2015-05-251-9/+0
* Regen for r283492.dchagin2015-05-2410-16/+40
* Implement Linux specific syncfs() system call.dchagin2015-05-244-4/+2
* Regen for r283488.dchagin2015-05-2410-20/+138
* Implement recvmmsg() and sendmmsg() system calls.dchagin2015-05-244-8/+12
* Reduce duplication between MD Linux code by moving msg relateddchagin2015-05-242-32/+0
* Regen for r283484.dchagin2015-05-245-7/+7
* Implement epoll_pwait() system call.dchagin2015-05-243-3/+1
* Regen for r283480.dchagin2015-05-2410-16/+70
* Add utimensat() system call.dchagin2015-05-244-4/+4
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-242-16/+0
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-246-217/+21
* According to Linux man sigaltstack(3) shall return EINVAL if the ssdchagin2015-05-244-53/+0
* Regen for r283467.dchagin2015-05-248-10/+14
* Call nosys in case when the incorrect syscall number is specified.dchagin2015-05-244-5/+10
* Regen for r283465.dchagin2015-05-2410-14/+68
* Add preliminary fallocate system call implementationdchagin2015-05-244-5/+4
* Regen for r283451.dchagin2015-05-2410-16/+80
* Implement ppoll() system call.dchagin2015-05-244-4/+4
* Include opt_compat.h, so that COMPAT_LINUX32 is defined, and we candchagin2015-05-241-0/+2
OpenPOWER on IntegriCloud