summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix local privilege escalation in IRET handler. [SA-15:21]delphij2015-08-251-0/+1
* MFC r271149:pfg2014-09-131-0/+2
* MFC r265014: Report boot method (BIOS/UEFI) via sysctl machdep.bootmethodemaste2014-09-081-3/+10
* MFC automatic vt(4) selection for UEFI bootemaste2014-09-021-0/+8
* MFC r263822: amd64: Parse the EFI memory map if presentemaste2014-08-221-3/+104
* MFC r258436: Refactor amd64 startup SMAP parsingemaste2014-08-011-33/+44
* MFC r258471: Don't abort SMAP processing after an entry of length 0emaste2014-07-241-1/+1
* MFC r268471:kib2014-07-161-1/+3
* MFC 259782:jhb2014-01-291-0/+2
* MFC 258176:royger2013-12-051-1/+1
* MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-251-11/+1
* Merge projects/bhyve_npt_pmap into head.neel2013-10-051-1/+1
* Implement support for the process-context identifiers ('PCID') onkib2013-08-301-1/+1
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-8/+6
* MFi386: add ddb "show sysregs" command.kib2013-07-151-0/+30
* Use slightly more idiomatic expression to get the address of array.kib2013-05-271-1/+1
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-211-0/+8
* Retire write-only PCB_GS32BIT pcb flag on amd64.dchagin2013-05-091-1/+1
* MFCattilio2013-03-021-9/+10
|\
| * MFcalloutng:davide2013-02-281-9/+10
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
|/
* The 'testing memory' patch gets printed too many timeseadler2012-10-221-2/+0
* Explain the upcoming delay by printing a message when the kerneleadler2012-10-221-0/+2
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-091-5/+0
* Introduce curpcb magic variable, similar to curthread, which is MDkib2012-07-191-1/+1
* Partially revert r217515 so that the mem_range_softc variable is alwaysjhb2012-07-091-0/+3
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofattilio2012-04-261-2/+0
* Fix !SMP build after r234074.marius2012-04-101-0/+2
* BSP is not added to the mask of valid target CPUs for interruptsattilio2012-04-091-0/+5
* Some BIOSes are known for corrupting low 64KB between suspend and resume.jkim2012-02-151-2/+13
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-28/+112
* Default to not performing the early-boot memory tests when we detect wegavin2011-12-311-2/+5
* Weaken the part of assertions added in the r227394. Only check that thekib2011-11-111-1/+1
* Stopped process may legitimately have some threads sleeping and notkib2011-11-091-1/+2
* Add some improvements in the idle table callbacks:attilio2011-10-031-7/+36
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* In HEAD when doing no further checkes there is no reason use thebz2011-08-201-3/+2
* Introduce a tunable to disable the time consuming parts of bootupbz2011-07-301-1/+12
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-081-3/+4
* Remove wrong comment.dchagin2011-05-111-3/+0
* Reduce errors in effective frequency calculation.jkim2011-04-121-2/+3
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andjkim2011-04-121-25/+24
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-5/+6
* The new binutils has correctly redefined MAXPAGESIZE on amd64 as 0x200000alc2011-03-281-1/+6
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsjkim2011-03-111-10/+27
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* To avoid excessive code duplication create wrapper for fill regsdchagin2011-02-161-0/+6
* Clear the padding when returning context to the usermode, forkib2011-02-051-0/+5
* Set td_kstack_pages for thread0. This was already being done for mostmdf2011-01-261-6/+8
OpenPOWER on IntegriCloud