summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-253-55/+61
* Modify the pci_cfgdisable() routine to bring it more in line withwpaul2005-10-251-2/+6
* Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to alljhb2005-10-244-19/+53
* When restarting the BSP during cpu_reset() use a membar to ensure thatjhb2005-10-241-1/+3
* Use xchg in Xcpustop to close a race and make cpustop_restartfunc trulyjhb2005-10-241-2/+3
* - Various small whitespace and style nits.jhb2005-10-241-15/+10
* include opt_compat.h to unbreak the buildps2005-10-241-0/+2
* Specifically panic() in the case where pmap_insert_entry() fails toade2005-10-211-0/+2
* Redo physical/logical CPU count.jkim2005-10-171-3/+4
* Micro optimization for context switch. Eliminate code for saving gs.basedavidxu2005-10-172-15/+2
* Another bit of sx(4) removal.jhb2005-10-171-3/+0
* Split displaying number of physical and logical cores.jkim2005-10-171-2/+3
* For AMD processors, nullify CPUID.HTT. FreeBSD has no need for theobrien2005-10-161-0/+9
* Correct few MSR addresses.jkim2005-10-151-8/+8
* - Print number of physical/logical cores and more CPUID info.jkim2005-10-144-9/+91
* The signal code is now an int rather than a long, so update debug printfs.jhb2005-10-141-2/+2
* Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.ru2005-10-141-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-145-65/+136
* Polling is now configured with help of ifconfig(8), not sysctl.glebius2005-10-071-4/+4
* Don't set segment registers via ptrace yet. Its not ready.peter2005-10-041-0/+4
* Big polling(4) cleanup.glebius2005-10-011-10/+0
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-2/+0
* I believe the stack underflows during early development that caused me topeter2005-09-271-1/+0
* Kill pcb_rflags. It served no purpose.peter2005-09-275-12/+1
* Fix a minor nit that has been bugging me for a while. Fix the obviouspeter2005-09-272-12/+12
* Add a bare minimum (but wrong) R_X86_64_JMP_SLOT relocation type forpeter2005-09-271-0/+1
* Don't report Maxmem as 'real memory'. It is really the highest addresspeter2005-09-271-2/+2
* MFi386: If we take a trap with interrupts disabled while in a criticalpeter2005-09-271-2/+2
* Don't let the upper bits of %dr6/%dr7 get set.peter2005-09-271-0/+4
* Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've addedpeter2005-09-271-40/+165
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+21
* __RMAN_RESOURCE_VISIBLE is not actually needed.phk2005-09-251-1/+0
* Fix the "fpudna: fpcurthread == curthread XXX times" problem.ups2005-09-221-0/+1
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+2
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-181-0/+28
* MFi386: pci attribute allocation fixes.imp2005-09-183-2/+6
* Stop using the '+' constraint modifier with inline assembly. The '+'jhb2005-09-151-22/+27
* Canonize the include of acpi.h.obrien2005-09-114-4/+4
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-3/+0
* Hook up the hptmv driver for amd64.scottl2005-09-082-1/+2
* Eliminate unnecessary TLB invalidations by pmap_enter(). Specifically,alc2005-09-041-16/+22
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-2/+4
* - Special-case NMI handling on the AMD64.jkoshy2005-08-274-4/+82
* Remedy the following three problems:alc2005-08-261-18/+72
* NMI handler should not enable interrupts.ups2005-08-251-1/+1
* Pass the PDE from pmap_remove() to pmap_remove_page() so that the latteralc2005-08-221-7/+8
* Change pmap_extract() and pmap_extract_and_hold() to use PG_FRAME ratheralc2005-08-221-2/+6
* Introduce pmap_pml4e_to_pdpe() and pmap_pdpe_to_pde() and use them to avoidalc2005-08-201-12/+28
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-8/+6
* Avoid code duplication and implement bitcount32() function in systm.h only.pjd2005-08-191-53/+1
OpenPOWER on IntegriCloud