summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Use vtopde() instead of pmap_pde() in pmap_kextract(); vtopde() is smalleralc2004-12-211-1/+1
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-2/+12
* MFi386: rev 1.12: re-allow fast interrupts to cause preemptionpeter2004-12-061-2/+0
* Replace (inlined) pmap_pte() calls with smaller, faster code wherealc2004-12-041-7/+7
* For efficiency eliminate the call to pmap_pte() from pmap_protect()'s andalc2004-12-021-14/+18
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-012-5/+4
* Remove unused cnt variable for the SMP case. Trim some excessive blankpeter2004-11-301-5/+1
* Update the gdb register extraction support to use the pcb whereverpeter2004-11-301-23/+33
* MFi386: join the %cr0 setup line now that i386 has lost the I386 ifdefs.peter2004-11-291-2/+1
* Take advantage of the shutdown processing being wired to the BSP andpeter2004-11-291-45/+3
* Don't flag alignment constraints as a reason for bouncing. This fixes thescottl2004-11-291-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-275-5/+5
* Remove an extra #includescottl2004-11-211-1/+0
* Consolidate all of the bounce tests into the BUS_DMA_COULD_BOUNCE flag.scottl2004-11-211-29/+45
* Remove references to U area and garbage collect includes.das2004-11-201-4/+1
* Remove UAREA_PAGES.das2004-11-201-1/+0
* U areas are going away, so don't allocate one for process 0.das2004-11-201-3/+0
* Revert part of rev 1.56. Tag boundaries are handled by splitting segments,scottl2004-11-191-9/+5
* MFi386 rev 1.63-1.64:scottl2004-11-101-37/+142
* MFi386 1.238 (jhb): Allow hints to disable cpuspeter2004-11-051-1/+16
* MFi386:peter2004-11-051-28/+79
* Don't use atomic ops to increment interrupt stats. This was only done onscottl2004-11-031-3/+3
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.andre2004-11-021-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-012-2/+2
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-4/+3
* Whitespace cleanupdes2004-10-311-5/+5
* MFi386: preserve dcons buffer passed by loader.simokawa2004-10-281-0/+16
* Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choicepeter2004-10-271-1/+1
* Print flags in the nexus for child devices.njl2004-10-141-0/+2
* MFi386: sync with latest updatespeter2004-10-111-3/+36
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-112-1/+8
* Make pte_load_store() an atomic operation in all cases, not just i386 PAE.alc2004-10-082-11/+34
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-16/+6
* Undo revision 1.251. This change was a performance pessimizing work-aroundalc2004-10-031-1/+1
* The physical address stored in the vm_page is page aligned. There is noalc2004-10-031-1/+1
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). Thesealc2004-10-021-5/+2
* Remove an unused declaration. (I should have included this change inalc2004-10-021-1/+0
* Prevent the unexpected deallocation of a page table page while performingalc2004-09-292-22/+45
* MFi386: rev 1.239 - invalidate tlb after pte updatepeter2004-09-291-2/+4
* MFi386: rev 1.236 - improve panic message for a busted mptablepeter2004-09-291-1/+3
* Like on i386, use the definition of struct bios_smap from machine/pc/bios.hpeter2004-09-241-6/+1
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>peter2004-09-241-1/+4
* Severely strip down the repocopied i386/bios.c and bios.h files. It turnspeter2004-09-242-823/+3
* Correct a long-standing error in _pmap_unwire_pte_hold() affectingalc2004-09-221-7/+6
* MFi386: adapt rev 1.19 (debugger fixes)peter2004-09-221-2/+10
* Minor sync-up with i386. Catch up on de-quoting and de-counting afterpeter2004-09-221-14/+23
* MFi386: add ispfw (except using correct device<tab><tab>ispfw format,peter2004-09-221-0/+1
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-201-2/+4
* Simplify the reference counting of page table pages. Specifically, usealc2004-09-191-27/+15
* Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()alc2004-09-191-3/+0
OpenPOWER on IntegriCloud