aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Backout r331606 until I can identify why it does not boot on someJeff Roberson2018-03-271-3/+2
* Only use CPUs in the domain the device is attached to for defaultJeff Roberson2018-03-271-2/+3
* Improve the lcall $7,$0 syscall emulation on amd64.Konstantin Belousov2018-03-242-32/+39
* Make the TCP blackbox code committed in r331347 be an optional featureJonathan T. Looney2018-03-241-0/+1
* Remove redundant cast from Linuxulator SYSINITsEd Maste2018-03-232-4/+4
* Fixup return style(9) in amd64 linux*_sysvec.cEd Maste2018-03-232-6/+6
* Sort headers in MD Linuxulator filesEd Maste2018-03-234-16/+16
* Fixes for ptrace(PT_GETXSTATE_INFO) related to the padding in structKonstantin Belousov2018-03-221-6/+31
* Re-work efidev ordering to fix efirt preloaded by loader on amd64Kyle Evans2018-03-221-1/+2
* Share Linux errno table with libsysdecodeEd Maste2018-03-222-2/+2
* Move the CR0.WP manipulation KPI to x86.Konstantin Belousov2018-03-202-27/+0
* Make linuxulator fn declaration match definitionEd Maste2018-03-201-1/+1
* Rename assym.s to assym.incEd Maste2018-03-2014-14/+14
* Disable write protection around patching of XSAVE instruction in theKonstantin Belousov2018-03-201-0/+7
* Provide KPI for handling of rw/ro kernel text.Konstantin Belousov2018-03-204-9/+35
* Rename linuxulator functions with linux_ prefixEd Maste2018-03-193-22/+22
* linux*_sysvec.c: rationalize whitespace and commentsEd Maste2018-03-192-18/+15
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-162-42/+2
* Remove stray ; at end of linux_vdso_deinstall()Ed Maste2018-03-142-2/+2
* EFIRT: SetVirtualAddressMap with 1:1 mapping after exiting boot servicesKyle Evans2018-03-131-1/+1
* Use C99 boolean type for translate_osrelEd Maste2018-03-132-8/+8
* Apply some style(9) to Linuxulator linux_sysvec.c commentsEd Maste2018-03-132-104/+44
* Revert r330780, it was improperly tested and results in taking a spinIan Lepore2018-03-111-3/+3
* Eliminate atrtc_time_lock, and use atrtc_lock for efirtc locking.Ian Lepore2018-03-111-3/+3
* Fix a lock recursion introduced in r327065.Tycho Nightingale2018-03-072-4/+11
* amd64: Protect the kernel text, data, and BSS by setting the RW/NX bitsJonathan T. Looney2018-03-067-11/+138
* We shouldn't need to execute code in the recursive page table mappings;Jonathan T. Looney2018-03-051-1/+1
* Prior to r329071, pmap_bootstrap() used pmap_kmem_choose() to round theJonathan T. Looney2018-03-051-17/+0
* Move the new AMD-Vi IVHD [ACPI_IVRS_HARDWARE_NEW]definitions added in r329360...Anish Gupta2018-03-052-35/+72
* Unify bulk free operations in several pmaps.Konstantin Belousov2018-03-041-24/+11
* db_nextframe/amd64: catch up with r328083 to recognize fast_syscall_commonAndriy Gapon2018-03-031-1/+3
* imcsmb(4): Intel integrated Memory Controller (iMC) SMBus controller driverRavi Pokala2018-03-031-0/+5
* Rationalize license text on Linuxolator filesEd Maste2018-03-012-26/+28
* Add a new variant of the GLA2GPA ioctl for use by the debug server.John Baldwin2018-02-264-17/+63
* Greatly reduce the number of #ifdefs supporting the TCP_RFC7413 kernel option.Patrick Kelsey2018-02-261-0/+1
* Partially revert r197863 to reduce diff against i386.Jung-uk Kim2018-02-241-9/+3
* Remove unused error return from API that cannot failConrad Meyer2018-02-232-5/+5
* Use linux types for linux-specific syscallsEd Maste2018-02-231-16/+16
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-232-2/+2
* Remove accidental vim droppingsEd Maste2018-02-221-1/+0
* Correct proper nouns in the LinuxulatorEd Maste2018-02-226-122/+123
* Add two new ioctls to bhyve for batch register fetch/store operations.John Baldwin2018-02-222-0/+90
* vm_wait() rework.Konstantin Belousov2018-02-201-1/+1
* Rationalize license text on Linuxolator filesEd Maste2018-02-161-15/+13
* Use local symbol for offset.Konstantin Belousov2018-02-161-4/+4
* move vintr_intercept_enabled under INVARIANTSAndriy Gapon2018-02-161-0/+2
* This change fixes duplicate detection of same IOMMU/AMD-Vi device for Ryzen w...Anish Gupta2018-02-163-93/+291
* Change size of padding to reflect reality. No functional change.Jung-uk Kim2018-02-151-1/+1
* x86 pmap: Make memory mapped via pmap_qenter() non-executableConrad Meyer2018-02-141-1/+1
* amd64/pmap: Move Foundation copyright to the 2-clause sectionEd Maste2018-02-131-6/+5