summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-3/+5
* Add a sysctl to export the EFI memory map along with a handler in thejhb2014-09-131-0/+20
* Apply known workarounds for modern MacBooks.pfg2014-09-051-0/+2
* - Move prototypes for various functions into out of C files and intojhb2014-09-041-4/+0
* - Add a new structure type for the ACPI 3.0 SMAP entry that includes thejhb2014-08-291-0/+36
* Don't pass null kmdp to preload_search_infoemaste2014-07-221-2/+2
* For safety, ensure that any consumer of the set_regs() andkib2014-07-091-1/+3
* Prefer vt(4) for UEFI bootemaste2014-07-021-0/+8
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Increase the TSS limit by one byte. The processor requires an additional byteneel2014-05-141-3/+2
* Report boot method (BIOS/UEFI) via sysctl machdep.bootmethodemaste2014-04-271-0/+6
* amd64: Parse the EFI memory map if presentemaste2014-03-271-4/+106
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-3/+3
* Remove AppleTalk support.glebius2014-03-141-1/+0
* Remove IPX support.glebius2014-03-141-1/+0
* xen: add a hook to perform AP startuproyger2014-03-111-0/+1
* xen: add hook for AP bootstrap memory reservationroyger2014-03-111-4/+11
* xen: implement hook to fetch and parse e820 memory maproyger2014-03-111-19/+31
* xen: implement an early timer for Xen PVHroyger2014-03-111-2/+4
* amd64: introduce hook for custom preload metadata parsersroyger2014-03-111-11/+30
* Move <machine/apicvar.h> to <x86/apicvar.h>.jhb2014-01-231-1/+1
* Add a resume hook for bhyve that runs a function on all CPUs duringjhb2013-12-231-0/+2
* Fix a typo.jhb2013-12-051-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Don't abort SMAP processing after an entry of length 0emaste2013-11-221-1/+1
* Refactor amd64 startup SMAP parsingemaste2013-11-211-33/+44
* Disable amd64 boot time memory test by defaultemaste2013-11-211-6/+8
* Fix accounting for hw.realmem on the i386 and amd64 platforms.gibbs2013-11-151-1/+1
OpenPOWER on IntegriCloud