summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmappedalc2002-07-311-2/+0
* The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.phk2002-07-312-2/+2
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-0/+125
* o Lock page queue accesses by pmap_release_free_page().alc2002-07-301-0/+2
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-293-218/+171
* o Pass VM_ALLOC_WIRED to vm_page_grab() rather than calling vm_page_wire()alc2002-07-291-13/+5
* Unwind the syscall_with_err_pushed tweak that jake did some time back.peter2002-07-283-5/+31
* Add some locking asserts and some commentsjulian2002-07-241-0/+1
* de-count pcipeter2002-07-231-1/+1
* Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-211-1/+1
* style(9)ize the whole fileimp2002-07-211-474/+492
* Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of statpeter2002-07-214-16/+12
* Regeneratepeter2002-07-203-1596/+311
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-206-329/+2271
* o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place of vm_page_wire().alc2002-07-191-4/+2
* Add support for probing secondary buses on the ServerWorks Grand Championgallatin2002-07-191-0/+11
* Beautify. This has the side effect of improving portability andmarkm2002-07-181-39/+31
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-184-4/+53
* Add an entry for the AMD Elan SC520 hostbridge. I do not belive we canphk2002-07-181-0/+3
* Use pmap_kenter() rather than vtopte() and bashing the page tablespeter2002-07-181-14/+3
* Avoid trying to set PG_G on the first 4MB when we set up the 4MB page.peter2002-07-171-0/+6
* Clean up the syntax WRT semicolons at the end of function-like-macros, and pr...markm2002-07-171-23/+74
* Qualify comment on machdep.cpu_idle_hlt. Turning this on on a SMPdillon2002-07-171-3/+10
* Various comment and minor style fixes. No actual content changes.jhb2002-07-161-8/+8
* Retire the perl gethints.conf in favour of an awk version. Movemarkm2002-07-161-0/+116
* The pmap_invalidate_all() here is definately not a good idea. We arepeter2002-07-151-2/+2
* makeLINT.send has been moved to sys/conf so we can build LINT on otherjhb2002-07-151-2/+2
* Wrap GNU specific code in ifdefs, and help lint out by providingmarkm2002-07-151-2/+18
* Cast to prevent "signed/unsigned comparison" warnings.markm2002-07-151-2/+2
* Warnings and lint-assisting fixes; mark unused function parameters asmarkm2002-07-152-36/+116
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+4
* Quick fix for high resolution kernel profiling on i386's. Usebde2002-07-131-0/+4
* Two invlpg's slipped through that were not protected from I386_CPUpeter2002-07-131-0/+8
* invlpg() does not work too well on i386 cpus. Add token i386 supportpeter2002-07-131-1/+12
* Do global shootdowns when switching to/from 4MB pages. I believe we canpeter2002-07-131-2/+2
* Bandaid for SMP. Changing APTDpde without a global shootdown is notpeter2002-07-131-2/+2
* o Lock some page queue accesses, in particular, those by vm_page_unwire().alc2002-07-131-0/+4
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-6/+14
* Re-enable the idle page-zeroing code. Remove all IPIs from the idledillon2002-07-122-9/+67
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-123-32/+0
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-1215-530/+1169
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-121-0/+1
* Unexpand a couple of 8-space indents that I added in rev 1.285.peter2002-07-121-2/+2
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-114-7/+19
* s/NCPU/MAXCPU/ to try and get this to compile.peter2002-07-111-1/+1
* fix a comment and note a problem with XXXSMPjulian2002-07-102-4/+4
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadydillon2002-07-106-97/+21
* Consistently line-up /**/ comments so they don't cause line wrappage.obrien2002-07-102-80/+80
* Include all of isa/ipl.s into exception.s as there is now nothing left injulian2002-07-102-16/+194
* Comment out apm; ACPI is the modern replacement, and folks who reallymarkm2002-07-081-1/+1
OpenPOWER on IntegriCloud