summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-291-3/+1
* - Construct a cpu topology map for Hyper Threading systems so that ULE mayjeff2003-06-283-0/+93
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-281-0/+19
* Catch amd64 up with the pending busdma async callback locking. Though thisscottl2003-06-281-0/+5
* Turn ips back on.peter2003-06-271-2/+1
* Oops, I only added a comment about why ips doesn't compile. Actuallypeter2003-06-261-1/+1
* Sync with i386 - add everything that compiles. There are a few driverspeter2003-06-261-20/+159
* Add back in the ability for pmap_mapdev() to use KVM if the regionpeter2003-06-261-4/+39
* MFi386alc2003-06-231-8/+10
* Move KERNBASE to -2GB.simokawa2003-06-221-1/+1
* - Allow access to direct mapped region via /dev/kmem. This makessimokawa2003-06-221-13/+16
* - Allocate a new PD Table if kernel grows beyond 1GB boundary.simokawa2003-06-221-37/+21
* Use direct map in pmap_map().simokawa2003-06-201-11/+1
* Fix direct map page table for 2GB+ physical memory.simokawa2003-06-191-1/+1
* Fix a performance bug in all of the various implementations ofalc2003-06-181-1/+1
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-152-2/+2
* Migrate the thread stack management functions from the machine-dependentalc2003-06-142-177/+1
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-141-30/+0
* GC unused cpu_wait() functionpeter2003-06-111-5/+0
* - Use IDTVEC() to declare IPI handlers since they are also IDT vectors.jhb2003-06-061-20/+14
* - Document the thermal and performance counter LVT entries in the localjhb2003-06-061-3/+5
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-041-1/+1
* Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.peter2003-06-041-1/+1
* Fix restarted syscalls. When we rewind %rip, we also need to restorepeter2003-06-021-2/+6
* Make this more compatable with libc_r. Make the internal types for storingpeter2003-06-021-3/+3
* Use __FBSDID().obrien2003-06-022-3/+6
* Use __FBSDID().obrien2003-06-025-5/+15
* MFi386: i386/include/asm.h rev 1.11: Do not abuse ##.peter2003-06-021-1/+1
* Use C99 compatable asm statements.obrien2003-06-021-2/+2
* Sync with i386/GENERIC ordering.obrien2003-06-011-18/+20
* MFi386: rev 1.56: remove break after returnpeter2003-05-311-2/+2
* MFi386: rev 1.23: use gdb_strlen()/gdb_strcpy() directly.peter2003-05-311-14/+11
* MFi386: rev 1.50: remove unused variablepeter2003-05-311-3/+0
* Avoid unbalancing the { } count in the source file with #ifdef byphk2003-05-311-2/+3
* Add acpi to the build. Remove the hack from machdep.c that lies to thepeter2003-05-312-3/+7
* Have hammer_time() return the proc0 stack location, and have locorepeter2003-05-312-25/+17
* Regenerate.peter2003-05-311-0/+447
* Make this compile with WITNESS enabled. It wants the syscall names.peter2003-05-313-3/+5
* Port acpica to amd64.peter2003-05-311-5/+5
* With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros andpeter2003-05-311-28/+9
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-1/+1
* Nasty 'make it compile' port to amd64. Note that it needs some otherpeter2003-05-301-38/+40
* Initial port to amd64 after repocopy from i386. Note that thepeter2003-05-303-170/+180
* Add setjmp/longjmp for ddbpeter2003-05-301-0/+35
* Update AMD Features vector to include NX (page table entry no-execute bit)peter2003-05-271-5/+5
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-272-2/+3
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-262-32/+9
* Stop profiled libc from exploding, matching gcc's generated code.peter2003-05-241-4/+0
* Typo fix. oops.peter2003-05-231-1/+1
* Update comments. Note that the kernel is at -1GB, not -2GB as erroniouslypeter2003-05-231-3/+3
OpenPOWER on IntegriCloud