summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Use resource_list_print_type() instead of duplicating the code injhb2002-09-042-66/+6
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-012-10/+28
* Enable ahd/ahc register pretty printing by default. This expeditesgibbs2002-08-311-1/+5
* db_ps.c:bde2002-08-311-8/+8
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-311-15/+12
* Unbreak kernel build by printing Maxmem using %ld instead of old (now changed)ache2002-08-302-2/+2
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-302-10/+17
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-292-2/+2
* OK, I have had it with losing my console because the AP's print their "I ampeter2002-08-283-15/+36
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-3/+3
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-251-23/+0
* Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdownpeter2002-08-231-1/+1
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-222-3/+3
* Don't use "NULL" when "0" is really meant.archie2002-08-213-6/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-214-5/+144
* Use the __BUS_ACCESSOR macro for NEXUS_ACCESSORmux2002-08-201-14/+2
* remove unit counts from atkbdc, pckbd, scpeter2002-08-201-2/+2
* o Simplify the ptphint test in pmap_release_free_page(). In other words,alc2002-08-181-1/+1
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+2
* pccbb->cbbimp2002-08-151-1/+1
* Document why the has_f00f_bug variable is initialised rather than placed intojmallett2002-08-141-1/+1
* o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().alc2002-08-131-2/+0
* o Convert three instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()alc2002-08-121-9/+15
* Use roundup2() to avoid a problem where pmap_growkernel was unableiedowse2002-08-121-1/+1
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-111-0/+1
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isalc2002-08-101-8/+4
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-1/+1
* Improve stack manipulation code of ACPI wakeup routine.iwasaki2002-08-071-2/+2
* Add Intersil and Symbol as vendors for 802.11 cards that the wi driverimp2002-08-071-1/+1
* Revert rev 1.356 and 1.352 (pmap_mapdev hacks). It wasn't worth thepeter2002-08-051-11/+8
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-051-0/+1
* Add device agp to GENERIC, filter it out of floppy buildsanholt2002-08-041-0/+2
* Fix a mistake in 1.352 - I was returning a pointer to the rounded downpeter2002-08-041-1/+1
* Remove commented out PCI_ENABLE_IO_MODES. It is gone now.imp2002-08-041-1/+0
* o Request a wired page from vm_page_grab() in _pmap_allocpte().alc2002-08-041-5/+1
* o Ask for a prezeroed page in pmap_pinit() for the page directory page.alc2002-08-031-1/+1
* o Don't set PG_MAPPED on the page allocated and mapped in _pmap_allocpte().alc2002-08-031-1/+0
* Take advantage of the fact that there is a small 1MB direct mapped regionpeter2002-08-031-8/+11
* Take a shot at fixing a nasty bug in the pmap changes that I did. Ipeter2002-08-031-1/+1
* Move a prototype to the least wrong place.phk2002-08-023-1/+2
* o Lock page queue accesses by vm_page_deactivate().alc2002-08-021-3/+15
* Fix the link to the Handbookblackend2002-08-011-1/+1
* Fix a bug about stack manipulation at ACPI wakeup.iwasaki2002-08-011-0/+1
* 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
OpenPOWER on IntegriCloud