summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mp_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Proposed fix for CVE-2018-8897Renato Botelho2018-05-081-0/+11
* Revert "Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,...Luiz Souza2018-02-231-17/+204
* Revert "Revert "MFC r327818:""Luiz Souza2018-02-231-12/+2
* Revert "MFC r327818:"Luiz Souza2018-02-211-2/+12
* Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,"Luiz Souza2018-02-211-204/+17
* MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,kib2018-02-191-17/+204
* MFC r327818:kib2018-02-191-12/+2
* MFC r306680:kib2016-10-241-2/+7
* re-enable AMD Topology extension on certain models if disabled by BIOSavg2016-04-121-1/+1
* For amd64 non-PCID machines, and for i386 machines with support forkib2015-12-031-156/+1
* 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-101-2/+2
* Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUIDkib2015-08-031-0/+1
* Rewrite amd64 PCID implementation to follow an algorithm described inkib2015-05-091-188/+66
* Move common code from sys/i386/i386/mp_machdep.c andkib2015-04-241-1022/+12
* Wait 100 microseconds for a local APIC to dispatch each startup-related IPIjhb2015-03-301-3/+3
* Only schedule interrupts on a single hyperthread of a modern Intel CPU corejhb2015-03-061-2/+2
* Supposed fix for some SandyBridge mobile CPUs hang on AP startup whenkib2015-02-281-6/+8
* Initialize x2APIC mode on the resume path before accessing LAPIC.kib2015-02-161-0/+1
* Add x2APIC support. Enable it by default if CPU is capable. Thekib2015-02-091-2/+5
* Revert the IPI startup sequence to match what is described in thejhb2015-02-061-6/+24
* MFamd64: Use initializecpu() to set various model-specific registers onjhb2014-09-101-1/+1
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-061-3/+4
* amd64/i386: introduce APIC hooks for different APIC implementations.royger2014-06-161-5/+3
* Increase the TSS limit by one byte. The processor requires an additional byteneel2014-05-141-1/+1
* Same as it was done in r263878 for invlrng_handler(), fix order ofkib2014-04-271-6/+5
* Retire smp_active. It was racey and caused demonstrated problems withscottl2014-04-261-1/+0
* Several fixes for the PCID implementation:kib2014-03-281-18/+22
* xen: add a hook to perform AP startuproyger2014-03-111-6/+6
* amd64/i386: switch IPI handlers to C code.royger2014-03-111-0/+170
* Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.jkim2014-03-041-1/+1
* Add a resume hook for bhyve that runs a function on all CPUs duringjhb2013-12-231-0/+2
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-201-22/+6
* Add support for suspend/resume/migration operations when running as agibbs2013-09-201-0/+16
* Implement PV IPIs for PVHVM guests and further converge PV and HVMgibbs2013-09-061-2/+8
* Tidy up some loose ends in the PCID code:kib2013-09-041-8/+13
* Implement support for the process-context identifiers ('PCID') onkib2013-08-301-18/+44
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-0/+9
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-4/+8
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-131-2/+2
* Fix the hardware watchpoints on SMP amd64. Load the updated %drkib2013-05-211-0/+5
* cpususpend_handler: mark AP as resumed only after fully setting up lapicavg2013-02-021-2/+2
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-091-0/+4
* Remove the deassert INIT IPI from the IPI startup sequence for APs.jhb2012-08-131-16/+1
* Add a 10 millisecond delay after sending the initial INIT IPI. Thisjhb2012-08-131-1/+2
* - Remove unused code for CR3 and CR4.jkim2012-06-131-3/+0
* Share IPI init and startup code of mp_machdep.c with acpi_wakeup.ciwasaki2012-06-121-44/+54
* Some fixes for r236772.iwasaki2012-06-101-2/+2
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofiwasaki2012-06-091-2/+5
OpenPOWER on IntegriCloud