aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Merge driver for PMC Sierra's range of SAS/SATA HBAs.Benno Rice2015-07-172-0/+5
|\
| * Driver 'pmspcv' added. Supports PMC-Sierra PM8001/8081/8088/8089/8074/8076/80...Achim Leubner2015-07-072-0/+5
* | When checking for the valid value of the frame pointer, verify that itKonstantin Belousov2015-07-161-5/+5
* | Add a sysentvec for CloudABI on x86-64.Ed Schouten2015-07-161-0/+230
* | Revert inadvertent change to amd64/GENERIC.Patrick Kelsey2015-07-151-1/+1
* | Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).Patrick Kelsey2015-07-151-1/+1
* | Spell crypto correctly.Christian Brueffer2015-07-141-1/+1
* | Now that aesni won't reuse fpu contexts (D3016), add seatbelts to theJohn-Mark Gurney2015-07-081-2/+10
* | Add the atomic_thread_fence() family of functions with intent toKonstantin Belousov2015-07-081-0/+32
* | Move the 'devmem' device nodes from /dev/vmm to /dev/vmm.ioNeel Natu2015-07-061-1/+1
|/
* Enable IPSEC in all GENERIC kernels.George V. Neville-Neil2015-07-041-0/+3
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()Konstantin Belousov2015-07-023-5/+4
* Disallow a debugger on 64bit system to set fs/gs bases of the 32bitKonstantin Belousov2015-07-011-1/+1
* Add a comment about too strong semantic of atomic_load_acq() on x86.Konstantin Belousov2015-06-291-0/+9
* pcb_gs32sd is unused for long time, remove it. Keep the padding in pcb.Konstantin Belousov2015-06-293-4/+1
* Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests toKonstantin Belousov2015-06-291-0/+62
* Remove unneeded data dependency, currently imposed byKonstantin Belousov2015-06-283-50/+78
* verify_gla() needs to account for non-zero segment base addresses.Tycho Nightingale2015-06-261-7/+44
* amd64: set the correct LMA valuesRoger Pau Monné2015-06-261-1/+1
* Restore the host's GS.base before returning from 'svm_launch()'.Neel Natu2015-06-234-33/+24
* Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-1810-306/+702
* Report the values of x86 segment registers to remote debuggers.John Baldwin2015-06-121-0/+4
* Allow DTrace to be compiled-in to the kernel.Ruslan Bukin2015-06-101-0/+17
* Fixup the build after r284215.Mateusz Guzik2015-06-101-1/+1
* Implement lockless resource limits.Mateusz Guzik2015-06-101-1/+1
* Generalised support for copy-on-write structures shared by threads.Mateusz Guzik2015-06-101-2/+2
* Account for superpage mappings that are created by pmap_copy().Alan Cox2015-06-091-0/+1
* Support guest writes to the TSC by enabling the "use TSC offsetting"Tycho Nightingale2015-06-093-4/+26
* Futex is an aligned 32-bit integer. Use the proper instruction andDmitry Chagin2015-06-081-24/+24
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox2015-06-081-3/+2
* Update print_INTEL_TLB() by the tag values from the Intel SDMKonstantin Belousov2015-06-062-0/+2
* The 'verify_gla()' function is used to ensure that the effective addressNeel Natu2015-06-051-1/+1
* Use tunable 'hw.vmm.svm.features' to disable specific SVM features evenNeel Natu2015-06-041-5/+10
* Remove unneeded NULL checks in amd64's trap_fatal().Dimitry Andric2015-06-011-8/+2
* Remove several write-only variables, all reported by the gcc 4.9Konstantin Belousov2015-05-293-11/+3
* Fix non-deterministic delays when accessing a vcpu that was in "running" orNeel Natu2015-05-286-34/+132
* Enabled rewritten PCID support by default.Konstantin Belousov2015-05-271-1/+1
* When I merged the lemul branch I missied kib@'s r282708 commit.Dmitry Chagin2015-05-251-9/+0
* Regen for r283492.Dmitry Chagin2015-05-2410-16/+40
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-244-4/+2
* Regen for r283488.Dmitry Chagin2015-05-2410-20/+138
* Implement recvmmsg() and sendmmsg() system calls.Dmitry Chagin2015-05-244-8/+12
* Reduce duplication between MD Linux code by moving msg relatedDmitry Chagin2015-05-242-32/+0
* Regen for r283484.Dmitry Chagin2015-05-245-7/+7
* Implement epoll_pwait() system call.Dmitry Chagin2015-05-243-3/+1
* Regen for r283480.Dmitry Chagin2015-05-2410-16/+70
* Add utimensat() system call.Dmitry Chagin2015-05-244-4/+4
* The kernel sends signals to the processes via ABI specific sv_sendsig method.Dmitry Chagin2015-05-242-16/+0
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-246-217/+21
* According to Linux man sigaltstack(3) shall return EINVAL if the ssDmitry Chagin2015-05-244-53/+0