summaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Update the gdb register extraction support to use the pcb whereverPeter Wemm2004-11-301-23/+33
* MFi386: join the %cr0 setup line now that i386 has lost the I386 ifdefs.Peter Wemm2004-11-291-2/+1
* Take advantage of the shutdown processing being wired to the BSP andPeter Wemm2004-11-291-45/+3
* Don't flag alignment constraints as a reason for bouncing. This fixes theScott Long2004-11-291-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-275-5/+5
* Remove an extra #includeScott Long2004-11-211-1/+0
* Consolidate all of the bounce tests into the BUS_DMA_COULD_BOUNCE flag.Scott Long2004-11-211-29/+45
* Remove references to U area and garbage collect includes.David Schultz2004-11-201-4/+1
* Remove UAREA_PAGES.David Schultz2004-11-201-1/+0
* U areas are going away, so don't allocate one for process 0.David Schultz2004-11-201-3/+0
* Revert part of rev 1.56. Tag boundaries are handled by splitting segments,Scott Long2004-11-191-9/+5
* MFi386 rev 1.63-1.64:Scott Long2004-11-101-37/+142
* MFi386 1.238 (jhb): Allow hints to disable cpusPeter Wemm2004-11-051-1/+16
* MFi386:Peter Wemm2004-11-051-28/+79
* Don't use atomic ops to increment interrupt stats. This was only done onScott Long2004-11-031-3/+3
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.Andre Oppermann2004-11-021-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-012-2/+2
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for theDag-Erling Smørgrav2004-10-311-4/+3
* Whitespace cleanupDag-Erling Smørgrav2004-10-311-5/+5
* MFi386: preserve dcons buffer passed by loader.Hidetoshi Shimokawa2004-10-281-0/+16
* Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choicePeter Wemm2004-10-271-1/+1
* Print flags in the nexus for child devices.Nate Lawson2004-10-141-0/+2
* MFi386: sync with latest updatesPeter Wemm2004-10-111-3/+36
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.Nate Lawson2004-10-112-1/+8
* Make pte_load_store() an atomic operation in all cases, not just i386 PAE.Alan Cox2004-10-082-11/+34
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-051-15/+5
* Undo revision 1.251. This change was a performance pessimizing work-aroundAlan Cox2004-10-031-1/+1
* The physical address stored in the vm_page is page aligned. There is noAlan Cox2004-10-031-1/+1
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). TheseAlan Cox2004-10-021-5/+2
* Remove an unused declaration. (I should have included this change inAlan Cox2004-10-021-1/+0
* Prevent the unexpected deallocation of a page table page while performingAlan Cox2004-09-292-22/+45
* MFi386: rev 1.239 - invalidate tlb after pte updatePeter Wemm2004-09-291-2/+4
* MFi386: rev 1.236 - improve panic message for a busted mptablePeter Wemm2004-09-291-1/+3
* Like on i386, use the definition of struct bios_smap from machine/pc/bios.hPeter Wemm2004-09-241-6/+1
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>Peter Wemm2004-09-241-1/+4
* Severely strip down the repocopied i386/bios.c and bios.h files. It turnsPeter Wemm2004-09-242-823/+3
* Correct a long-standing error in _pmap_unwire_pte_hold() affectingAlan Cox2004-09-221-7/+6
* MFi386: adapt rev 1.19 (debugger fixes)Peter Wemm2004-09-221-2/+10
* Minor sync-up with i386. Catch up on de-quoting and de-counting afterPeter Wemm2004-09-221-14/+23
* MFi386: add ispfw (except using correct device<tab><tab>ispfw format,Peter Wemm2004-09-221-0/+1
* - Add support for "paging" in stack trace output. That is, when you doJohn Baldwin2004-09-201-2/+4
* Simplify the reference counting of page table pages. Specifically, useAlan Cox2004-09-191-27/+15
* Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()Alan Cox2004-09-191-3/+0
* Release the page queues lock earlier in pmap_protect() and pmap_remove() inAlan Cox2004-09-181-6/+5
* Add new a function isa_dma_init() which returns an errno when it failsPoul-Henning Kamp2004-09-151-13/+11
* Remove now unused #include files.Poul-Henning Kamp2004-09-151-52/+0
* Use an atomic op to update the pte in pmap_protect(). This is to preventAlan Cox2004-09-121-6/+7
* Double the number of kernel page tables for amd64 and for i386/PAE. The oldScott Long2004-09-111-1/+2
* Add device driver support for the VIA Networking TechnologiesBill Paul2004-09-101-0/+3
* Use atomic ops in pmap_clear_ptes() to prevent SMP races that couldAlan Cox2004-09-081-4/+7