summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* MFi386: handle PSL_T properly across fork. Typo fix.peter2005-01-211-1/+13
* MFi386: whitespace, copyright header, etc updatespeter2005-01-216-7/+3
* MFi386: use %rip - 1 for the symbol search address (for noreturn funcs)peter2005-01-211-2/+8
* Remove redundant code to drop per-thread debug register state fromjhb2005-01-141-7/+0
* There are no PC98 amd64 machines, so gc a few stray ifdefs.imp2005-01-112-9/+0
* Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, thisscottl2005-01-072-13/+53
* These are no longer relevant. They are scripts for extracting hintsimp2005-01-071-115/+0
* Begin all license/copyright comments with /*-imp2005-01-0534-34/+34
* PC98 will never be defined for amd64imp2005-01-051-5/+0
* o Use tab instead of spaces for puc(4) line.kuriyama2005-01-051-4/+4
* Minor sync to i386 GENERIC in the form of comments and whitespace.jhb2004-12-301-2/+3
* MFi386: Restore cpu_reset proxy code to enable reset from ddb on an AP.njl2004-12-271-4/+39
* Reduce diffs to i386.njl2004-12-271-16/+11
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-241-0/+7
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-3/+2
* 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
OpenPOWER on IntegriCloud