summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace nits.bschmidt2010-08-061-1/+1
* Remove unnecessary casting and simplify code. We are not there yet. ;-)jkim2010-08-061-3/+1
* Correct argument order of acpi_restorecpu(), which was forgotten in r210804.jkim2010-08-061-1/+1
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-062-5/+42
* Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from thejhb2010-08-051-25/+2
* Remove an unnecessary register load.jkim2010-08-031-2/+1
* savectx() has not been used for fork(2) for about 15 years. [1]jkim2010-08-033-107/+65
* Rearrange struct pcb. r177532 (CVS r1.64 of pcb.h) moved pcb_flags to makejkim2010-08-022-10/+10
* - Merge savectx2() with savectx() and struct xpcb with struct pcb. [1]jkim2010-08-027-203/+152
* Tweak the logic to disable CLFLUSH in virtual environments to work aroundjhb2010-08-021-6/+6
* In rdmsr_safe, use zero extend (by doing a 32-bit movl overdelphij2010-07-301-1/+1
* Improve cputemp(4) driver wrt newer Intel processors, especiallydelphij2010-07-291-0/+1
* Mark the __curthread() functions as __pure2 and remove the volatile keywordjhb2010-07-291-2/+2
* Fix another fallout from r208833. savectx() is used to save CPU contextjkim2010-07-291-1/+1
* Rename PCB_USER_FPU to PCB_USERFPU not to clash with a macro from fpu.h.jkim2010-07-293-3/+3
* The corrected error count field is dependent on CMCI, not TES.jhb2010-07-281-3/+3
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* The interpreter name should no longer be treated as a buffer that can bealc2010-07-281-11/+5
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* Simplify fldcw() macro. There is no reason to use pointer here. No objectjkim2010-07-261-4/+4
* Add missing ldmxcsr() prototype for lint case.jkim2010-07-261-1/+2
* Reduce diff against fenv.h:jkim2010-07-261-7/+8
* FNSTSW instruction can use AX register as an operand.jkim2010-07-261-1/+1
* Re-implement FPU suspend/resume for amd64. This removes superfluous usesjkim2010-07-265-11/+25
* Remove unneeded includes.kib2010-07-261-2/+0
* Regenkib2010-07-233-5/+5
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() maykib2010-07-232-101/+5
* Eliminate a little bit of duplicated code.alc2010-07-231-3/+1
* When compat32 binary asks for the value of hw.machine_arch, report thekib2010-07-222-2/+27
* Add hints for i8254 timer on i386 and amd64. Some people report aboutmav2010-07-161-0/+3
* Move functions declaration to MI code, following implementation.mav2010-07-151-5/+0
* Optimize pmap_remove()'s handling of PG_G mappings. Specifically,alc2010-07-151-14/+15
* - Update 6000 firmware to 9.221.4.1bschmidt2010-07-151-0/+2
* Remove obsolete undef of COPY_SIGCODE. It appears to have not beenimp2010-07-131-6/+0
* Move i386-inherited logic of building ACPI headers for acpi_wakeup.c intojkim2010-07-124-50/+0
* Remove a dead test. We already exclude NMI traps from this code in anjhb2010-07-121-2/+2
* When switching the thread from the processor, store %dr7 contentkib2010-07-121-1/+1
* Reduce the number of global TLB shootdowns generated by pmap_qenter().alc2010-07-101-6/+9
* For both i386 and amd64 pmap,kib2010-07-092-4/+2
* Correctly maintain the per-cpu field "curpmap" on amd64 just like wealc2010-07-082-12/+12
* Fix style issues with the previous commit, namelyrpaulo2010-07-071-6/+6
* Add the u3g(4) driver. I can't find any reason why it's not here.kevlo2010-07-071-0/+1
* Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the userrpaulo2010-07-061-0/+7
* Revert r209638. After commit, there appeared to be more people who likedmav2010-07-021-2/+2
* Make stray irq counters have format alike to other counters. Unified formatmav2010-07-011-2/+2
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-302-0/+2
* Regeneratekib2010-06-281-317/+317
* Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64kib2010-06-233-1/+7
* Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() forkib2010-06-231-2/+2
* Some style fixes for r209371.mav2010-06-221-1/+3
OpenPOWER on IntegriCloud