summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Proposed fix for CVE-2018-8897"Renato Botelho2018-05-081-10/+3
* Proposed fix for CVE-2018-8897Renato Botelho2018-05-081-3/+10
* Revert "Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,...Luiz Souza2018-02-231-35/+80
* Revert "Revert "MFC r327597:""Luiz Souza2018-02-231-1/+1
* Revert "Revert "MFC r327818:""Luiz Souza2018-02-231-10/+17
* Revert "Revert "MFC r325270:""Luiz Souza2018-02-231-4/+2
* Revert "Revert "MFC 322323 by jkim""Luiz Souza2018-02-231-1/+2
* Revert "Revert "MFC: r322076""Luiz Souza2018-02-231-0/+2
* Revert "Revert "MFC r322762, r322799, r322832, r322833:""Luiz Souza2018-02-231-4/+70
* Revert "MFC r322762, r322799, r322832, r322833:"Luiz Souza2018-02-211-70/+4
* Revert "MFC: r322076"Luiz Souza2018-02-211-2/+0
* Revert "MFC 322323 by jkim"Luiz Souza2018-02-211-2/+1
* Revert "MFC r325270:"Luiz Souza2018-02-211-2/+4
* Revert "MFC r327818:"Luiz Souza2018-02-211-17/+10
* Revert "MFC r327597:"Luiz Souza2018-02-211-1/+1
* Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,"Luiz Souza2018-02-211-80/+35
* MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,kib2018-02-191-35/+80
* MFC r327597:kib2018-02-191-1/+1
* MFC r327818:kib2018-02-191-10/+17
* MFC r325270:kib2018-02-191-4/+2
* MFC 322323 by jkimsephe2018-02-191-1/+2
* MFC: r322076jkim2018-02-191-0/+2
* MFC r322762, r322799, r322832, r322833:kib2018-02-191-4/+70
* MFC r303261,r315059:mmel2017-04-161-2/+9
* MFC r314429:kib2017-03-071-0/+1
* MFC r304957, r304958, r306310 (by bde):kib2016-12-281-8/+40
* MFC 305836: Remove 'cpu' and 'cpu_class' on amd64.jhb2016-11-081-1/+0
* MFC r306092:kib2016-09-281-2/+2
* MFC r305942:kib2016-09-251-3/+0
* MFC r305939:kib2016-09-211-1/+1
* X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-191-2/+2
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-1/+5
* Save the physical address passed into the kernel of the UEFI systemimp2015-12-191-0/+9
* Use ANSI C definition.kib2015-12-071-6/+1
* preload_search_info: make sure mod is setroyger2015-08-211-2/+2
* Better support memory mapped console devices, such as VGA and EFImarcel2015-08-121-32/+29
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-101-6/+6
* Various changes to the registers displayed in DDB for x86.jhb2015-07-221-5/+20
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-241-4/+0
* Rewrite amd64 PCID implementation to follow an algorithm described inkib2015-05-091-1/+0
* Move some common code from sys/amd64/amd64/machdep.c andkib2015-04-221-369/+0
* Remove duplicate definitions of MWAIT_CX hints. Identical defines inkib2015-04-201-9/+0
* Make it possible for the signal handler to act on #ss. Load thekib2015-03-281-0/+1
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-3/+3
* amd64: allow base memory segment to start at address different than 0royger2015-01-261-13/+25
* If the boot-time memory test is enabled, output a dot ('.') forjhb2015-01-251-0/+16
* On some Intel CPUs with a P-state but not C-state invariant TSC the TSCjhb2015-01-051-1/+1
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-3/+3
* msi: add Xen MSI implementationroyger2014-09-301-0/+1
OpenPOWER on IntegriCloud