summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Release the page queues lock earlier in pmap_protect() and pmap_remove() inalc2004-09-181-6/+5
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-13/+11
* Remove now unused #include files.phk2004-09-151-52/+0
* Use an atomic op to update the pte in pmap_protect(). This is to preventalc2004-09-121-6/+7
* Double the number of kernel page tables for amd64 and for i386/PAE. The oldscottl2004-09-111-1/+2
* Add device driver support for the VIA Networking Technologieswpaul2004-09-101-0/+3
* Use atomic ops in pmap_clear_ptes() to prevent SMP races that couldalc2004-09-081-4/+7
* Fix a problem with tag->boundary inheritence that has existed since day onescottl2004-09-081-5/+5
* Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.scottl2004-09-071-1/+3
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
OpenPOWER on IntegriCloud