aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Bring the tags and links entries for amd64 up to date.Kirk McKusick2015-10-271-3/+4
* Intel SDM before revision 56 described the CLFLUSH instruction as onlyKonstantin Belousov2015-10-242-12/+37
* Add CLFLUSHOPT instruction wrappers.Konstantin Belousov2015-10-231-0/+7
* Regen for linux32 rename and linux64 systrace.John Baldwin2015-10-229-612/+612
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-224-11/+11
* Merge r289055 to amd64/linux32:John Baldwin2015-10-221-1/+1
* Refactoring: move out generic bits from cloudabi64_sysvec.c.Ed Schouten2015-10-221-117/+2
* x86/xen: Consolidate xen-os.h in a single placeRoger Pau Monné2015-10-211-130/+4
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-111-1/+0
* linux: fix handling of out-of-bounds syscall attemptsMateusz Guzik2015-10-081-1/+1
* xen/console: Introduce a new console driver for Xen guestRoger Pau Monné2015-10-081-1/+1
* Update Xen headers from 4.2 to 4.6Roger Pau Monné2015-10-062-1/+1
* Exploit r288122 to address a cosmetic issue. Since PV chunk pages don'tAlan Cox2015-09-261-1/+1
* amd64: plug redundant bootAP declarationMateusz Guzik2015-09-221-1/+0
* Add support for weak symbols to the kernel linkers. It means thatKonstantin Belousov2015-09-201-8/+9
* Add stack_save_td_running(), a function to trace the kernel stack of aMark Johnston2015-09-111-10/+19
* Merge stack(9) implementations for i386 and amd64 under x86/.Mark Johnston2015-09-112-126/+3
* Do not hold the process around the vm_fault() call from the trap()s.Konstantin Belousov2015-09-101-31/+3
* Remove an unneeded instruction.Mark Johnston2015-08-281-1/+0
* Import ioat(4) driverConrad Meyer2015-08-241-0/+1
* preload_search_info: make sure mod is setRoger Pau Monné2015-08-211-2/+2
* Add a kern.features.cloudabi64 entry when the module is loaded to helps theBaptiste Daroussin2015-08-191-0/+2
* Add 24 more page table pages we allocate on boot-up. 16MB slopMarcel Moolenaar2015-08-181-1/+7
* XEN/amd64 may initiate i/o over the pages not mapped by the directKonstantin Belousov2015-08-171-2/+24
* Better support memory mapped console devices, such as VGA and EFIMarcel Moolenaar2015-08-122-47/+120
* Initialization of smp_tlb_wait does not require release semantic, noKonstantin Belousov2015-08-121-1/+1
* AP should load aps_ready with acquire semantic to see BSP updates toKonstantin Belousov2015-08-121-1/+1
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-103-9/+8
* Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin2015-08-062-132/+0
* Rationalize BSD license on sys/*/include/in_cksum.hEd Maste2015-08-051-1/+1
* Add two new pmap functions:Jason A. Harmening2015-08-041-0/+12
* Add pmspvc device back to GENERIC. The issues with the device playingWarner Losh2015-08-031-2/+1
* Let CloudABI use the SV_CAPSICUM flag.Ed Schouten2015-08-031-1/+1
* Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUIDKonstantin Belousov2015-08-032-0/+2
* Set p_osrel to __FreeBSD_version on process startup.Ed Schouten2015-08-031-1/+11
* Pull pmspcv (pms(4)) from GENERIC. It has PCI ID conflictsGlen Barber2015-07-311-1/+2
* Improve comments.Konstantin Belousov2015-07-301-4/+4
* Remove full barrier from the amd64 atomic_load_acq_*(). StrongKonstantin Belousov2015-07-281-17/+7
* Add a comment discussing the appropriate use of the atomic_*() functionsAlan Cox2015-07-241-0/+19
* Various changes to the registers displayed in DDB for x86.John Baldwin2015-07-222-51/+43
* Let the unwinder handle faults during function prologues or epilogues.Mark Johnston2015-07-211-45/+10
* Improve stack unwinding on i386 and amd64 after an IP fault.Mark Johnston2015-07-211-7/+19
* Remove some dead code from DDB's amd64 stack unwinder.Mark Johnston2015-07-211-74/+8
* Describe COMPAT_CLOUDABI64 in the amd64 configuration NOTES file.Ed Schouten2015-07-211-0/+3
* Make thread creation work for CloudABI processes.Ed Schouten2015-07-211-0/+23
* Make forking of CloudABI processes work.Ed Schouten2015-07-201-0/+11
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-191-1/+0
* 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