aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* MFp4 (//depot/projects/mps/...)Kenneth D. Merry2010-09-101-0/+1
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-102-6/+6
* Change the parameter passed to the inline assembly to u_shortRoman Divacky2010-09-031-23/+23
* Save MSR_FSBASE, MSR_GSBASE and MSR_KGSBASE directly to PCB as we do not useJung-uk Kim2010-08-301-9/+6
* Register an interrupt vector for DTrace return probes. There is someRui Paulo2010-08-283-0/+12
* Call the necessary DTrace function pointers when we have different kindsRui Paulo2010-08-251-0/+56
* Add two DTrace trap type values. Used by fasttrap.Rui Paulo2010-08-241-0/+2
* Revert part of the r211149 as I erroneously ported the logical_cpus fromAttilio Rao2010-08-191-3/+3
* Remove unused KTRACE includes.John Baldwin2010-08-192-8/+0
* - The iMac9,1 needs the PAT workaround as wellPietro Cerutti2010-08-171-1/+2
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-2/+8
* Reset switchtime to zero rather than the current CPU ticker (TSC) value.Jung-uk Kim2010-08-132-3/+3
* Revert r211176:Attilio Rao2010-08-121-9/+1
* Reset switchtime and switchticks after resynchronizing the system clock.Jung-uk Kim2010-08-122-1/+6
* Update various places that store or manipulate CPU masks to use cpumask_tJohn Baldwin2010-08-112-5/+8
* IPI handlers may run generally with interrupts disabled because theyAttilio Rao2010-08-111-1/+9
* Fix a typo due to a stale version of the patch.Attilio Rao2010-08-101-1/+1
* Fix some places that may use cpumask_t while they still use 'int' types.Attilio Rao2010-08-102-15/+20
* Simplify the logic for handling ipi_selected() and ipi_cpu() in theAttilio Rao2010-08-091-42/+26
* Don't pass sizeof(u_int) to an argument of SYSCLT_PROC that ends up notDavid Malone2010-08-081-1/+1
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSKonstantin Belousov2010-08-071-2/+2
* Fix whitespace nits.Bernhard Schmidt2010-08-061-1/+1
* Remove unnecessary casting and simplify code. We are not there yet. ;-)Jung-uk Kim2010-08-061-3/+1
* Correct argument order of acpi_restorecpu(), which was forgotten in r210804.Jung-uk Kim2010-08-061-1/+1
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anJohn Baldwin2010-08-062-5/+42
* Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from theJohn Baldwin2010-08-051-25/+2
* Remove an unnecessary register load.Jung-uk Kim2010-08-031-2/+1
* savectx() has not been used for fork(2) for about 15 years. [1]Jung-uk Kim2010-08-033-107/+65
* Rearrange struct pcb. r177532 (CVS r1.64 of pcb.h) moved pcb_flags to makeJung-uk Kim2010-08-022-10/+10
* - Merge savectx2() with savectx() and struct xpcb with struct pcb. [1]Jung-uk Kim2010-08-027-203/+152
* Tweak the logic to disable CLFLUSH in virtual environments to work aroundJohn Baldwin2010-08-021-6/+6
* In rdmsr_safe, use zero extend (by doing a 32-bit movl overXin LI2010-07-301-1/+1
* Improve cputemp(4) driver wrt newer Intel processors, especiallyXin LI2010-07-291-0/+1
* Mark the __curthread() functions as __pure2 and remove the volatile keywordJohn Baldwin2010-07-291-2/+2
* Fix another fallout from r208833. savectx() is used to save CPU contextJung-uk Kim2010-07-291-1/+1
* Rename PCB_USER_FPU to PCB_USERFPU not to clash with a macro from fpu.h.Jung-uk Kim2010-07-293-3/+3
* The corrected error count field is dependent on CMCI, not TES.John Baldwin2010-07-281-3/+3
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umaMatthew D Fleming2010-07-281-0/+1
* The interpreter name should no longer be treated as a buffer that can beAlan Cox2010-07-281-11/+5
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-271-0/+7
* Simplify fldcw() macro. There is no reason to use pointer here. No objectJung-uk Kim2010-07-261-4/+4
* Add missing ldmxcsr() prototype for lint case.Jung-uk Kim2010-07-261-1/+2
* Reduce diff against fenv.h:Jung-uk Kim2010-07-261-7/+8
* FNSTSW instruction can use AX register as an operand.Jung-uk Kim2010-07-261-1/+1
* Re-implement FPU suspend/resume for amd64. This removes superfluous usesJung-uk Kim2010-07-265-11/+25
* Remove unneeded includes.Konstantin Belousov2010-07-261-2/+0
* RegenKonstantin Belousov2010-07-233-5/+5
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() mayKonstantin Belousov2010-07-232-101/+5
* Eliminate a little bit of duplicated code.Alan Cox2010-07-231-3/+1
* When compat32 binary asks for the value of hw.machine_arch, report theKonstantin Belousov2010-07-222-2/+27