summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Merge common parts of i386 and amd64 md_var.h and smp.h intokib2015-12-072-157/+9
* Use ANSI C definition.kib2015-12-071-6/+1
* pmap_invalidate_range: For very large ranges, flush the whole TLBcem2015-12-061-0/+8
* For amd64 non-PCID machines, and for i386 machines with support forkib2015-12-034-162/+8
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-283-9/+0
* Fix whitespace on addition of IPSEC optionemaste2015-11-261-1/+1
* Split kerne timekeep ABI structure vdso_sv_tk out of the structkib2015-11-231-1/+1
* Remove unneeded includes of opt_kdtrace.h.markj2015-11-221-1/+0
* Export various helper variables describing the layout and size ofjhb2015-11-121-8/+12
* pmap_change_attr: Only fixup DMAP for DMAPed rangescem2015-10-291-4/+7
* Update for LINUX32 rename. The assembler didn't complain about undefinedjhb2015-10-291-2/+2
* Fix build with DEBUG defined.jhb2015-10-292-3/+3
* Bring the tags and links entries for amd64 up to date.mckusick2015-10-271-3/+4
* Intel SDM before revision 56 described the CLFLUSH instruction as onlykib2015-10-242-12/+37
* Add CLFLUSHOPT instruction wrappers.kib2015-10-231-0/+7
* Regen for linux32 rename and linux64 systrace.jhb2015-10-229-612/+612
* Rename remaining linux32 symbols such as linux_sysent[] andjhb2015-10-224-11/+11
* Merge r289055 to amd64/linux32:jhb2015-10-221-1/+1
* Refactoring: move out generic bits from cloudabi64_sysvec.c.ed2015-10-221-117/+2
* x86/xen: Consolidate xen-os.h in a single placeroyger2015-10-211-130/+4
* Remove compatibility shims for legacy ATA device names.mav2015-10-111-1/+0
* linux: fix handling of out-of-bounds syscall attemptsmjg2015-10-081-1/+1
* xen/console: Introduce a new console driver for Xen guestroyger2015-10-081-1/+1
* Update Xen headers from 4.2 to 4.6royger2015-10-062-1/+1
* Exploit r288122 to address a cosmetic issue. Since PV chunk pages don'talc2015-09-261-1/+1
* amd64: plug redundant bootAP declarationmjg2015-09-221-1/+0
* Add support for weak symbols to the kernel linkers. It means thatkib2015-09-201-8/+9
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-111-10/+19
* Merge stack(9) implementations for i386 and amd64 under x86/.markj2015-09-112-126/+3
* Do not hold the process around the vm_fault() call from the trap()s.kib2015-09-101-31/+3
* Remove an unneeded instruction.markj2015-08-281-1/+0
* Import ioat(4) drivercem2015-08-241-0/+1
* preload_search_info: make sure mod is setroyger2015-08-211-2/+2
* Add a kern.features.cloudabi64 entry when the module is loaded to helps thebapt2015-08-191-0/+2
* Add 24 more page table pages we allocate on boot-up. 16MB slopmarcel2015-08-181-1/+7
* XEN/amd64 may initiate i/o over the pages not mapped by the directkib2015-08-171-2/+24
* Better support memory mapped console devices, such as VGA and EFImarcel2015-08-122-47/+120
* Initialization of smp_tlb_wait does not require release semantic, nokib2015-08-121-1/+1
* AP should load aps_ready with acquire semantic to see BSP updates tokib2015-08-121-1/+1
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-103-9/+8
* Remove some more vestiges of the Xen PV domu support. Specifically,jhb2015-08-062-132/+0
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* Add two new pmap functions:jah2015-08-041-0/+12
* Add pmspvc device back to GENERIC. The issues with the device playingimp2015-08-031-2/+1
* Let CloudABI use the SV_CAPSICUM flag.ed2015-08-031-1/+1
* Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUIDkib2015-08-032-0/+2
* Set p_osrel to __FreeBSD_version on process startup.ed2015-08-031-1/+11
* Pull pmspcv (pms(4)) from GENERIC. It has PCI ID conflictsgjb2015-07-311-1/+2
* Improve comments.kib2015-07-301-4/+4
* Remove full barrier from the amd64 atomic_load_acq_*(). Strongkib2015-07-281-17/+7
OpenPOWER on IntegriCloud