summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a comment discussing the appropriate use of the atomic_*() functionsalc2015-07-241-0/+19
* Various changes to the registers displayed in DDB for x86.jhb2015-07-222-51/+43
* Let the unwinder handle faults during function prologues or epilogues.markj2015-07-211-45/+10
* Improve stack unwinding on i386 and amd64 after an IP fault.markj2015-07-211-7/+19
* Remove some dead code from DDB's amd64 stack unwinder.markj2015-07-211-74/+8
* Describe COMPAT_CLOUDABI64 in the amd64 configuration NOTES file.ed2015-07-211-0/+3
* Make thread creation work for CloudABI processes.ed2015-07-211-0/+23
* Make forking of CloudABI processes work.ed2015-07-201-0/+11
* Implement the lockstat provider using SDT(9) instead of the custom providermarkj2015-07-191-1/+0
* Merge driver for PMC Sierra's range of SAS/SATA HBAs.benno2015-07-172-0/+5
|\
| * Driver 'pmspcv' added. Supports PMC-Sierra PM8001/8081/8088/8089/8074/8076/80...achim2015-07-072-0/+5
* | When checking for the valid value of the frame pointer, verify that itkib2015-07-161-5/+5
* | Add a sysentvec for CloudABI on x86-64.ed2015-07-161-0/+230
* | Revert inadvertent change to amd64/GENERIC.pkelsey2015-07-151-1/+1
* | Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).pkelsey2015-07-151-1/+1
* | Spell crypto correctly.brueffer2015-07-141-1/+1
* | 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
OpenPOWER on IntegriCloud