summaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Background: pmap_object_init_pt() premaps the pages of a object inAlan Cox2003-07-031-82/+14
* Sync more things with other backends.Maxime Henrion2003-07-011-12/+10
* Honor the boundary of the busdma tag when allocating bounce pages.Maxime Henrion2003-07-011-1/+1
* Mega busdma API commit.Scott Long2003-07-012-7/+72
* - Export pmap_enter_quick() to the MI VM. This will permit theAlan Cox2003-06-291-3/+1
* - Construct a cpu topology map for Hyper Threading systems so that ULE mayJeff Roberson2003-06-283-0/+93
* Add a machine depended function thread_siginfo, SA signal codeDavid Xu2003-06-281-0/+19
* Catch amd64 up with the pending busdma async callback locking. Though thisScott Long2003-06-281-0/+5
* Turn ips back on.Peter Wemm2003-06-271-2/+1
* Oops, I only added a comment about why ips doesn't compile. ActuallyPeter Wemm2003-06-261-1/+1
* Sync with i386 - add everything that compiles. There are a few driversPeter Wemm2003-06-261-20/+159
* Add back in the ability for pmap_mapdev() to use KVM if the regionPeter Wemm2003-06-261-4/+39
* MFi386Alan Cox2003-06-231-8/+10
* Move KERNBASE to -2GB.Hidetoshi Shimokawa2003-06-221-1/+1
* - Allow access to direct mapped region via /dev/kmem. This makesHidetoshi Shimokawa2003-06-221-13/+16
* - Allocate a new PD Table if kernel grows beyond 1GB boundary.Hidetoshi Shimokawa2003-06-221-37/+21
* Use direct map in pmap_map().Hidetoshi Shimokawa2003-06-201-11/+1
* Fix direct map page table for 2GB+ physical memory.Hidetoshi Shimokawa2003-06-191-1/+1
* Fix a performance bug in all of the various implementations ofAlan Cox2003-06-181-1/+1
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerDavid Xu2003-06-152-2/+2
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-142-177/+1
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of theAlan Cox2003-06-141-30/+0
* GC unused cpu_wait() functionPeter Wemm2003-06-111-5/+0
* - Use IDTVEC() to declare IPI handlers since they are also IDT vectors.John Baldwin2003-06-061-20/+14
* - Document the thermal and performance counter LVT entries in the localJohn Baldwin2003-06-061-3/+5
* Change the second (and last) argument of cpu_set_upcall(). PreviouslyMarcel Moolenaar2003-06-041-1/+1
* Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.Peter Wemm2003-06-041-1/+1
* Fix restarted syscalls. When we rewind %rip, we also need to restorePeter Wemm2003-06-021-2/+6
* Make this more compatable with libc_r. Make the internal types for storingPeter Wemm2003-06-021-3/+3
* Use __FBSDID().David E. O'Brien2003-06-022-3/+6
* Use __FBSDID().David E. O'Brien2003-06-025-5/+15
* MFi386: i386/include/asm.h rev 1.11: Do not abuse ##.Peter Wemm2003-06-021-1/+1
* Use C99 compatable asm statements.David E. O'Brien2003-06-021-2/+2
* Sync with i386/GENERIC ordering.David E. O'Brien2003-06-011-18/+20
* MFi386: rev 1.56: remove break after returnPeter Wemm2003-05-311-2/+2
* MFi386: rev 1.23: use gdb_strlen()/gdb_strcpy() directly.Peter Wemm2003-05-311-14/+11
* MFi386: rev 1.50: remove unused variablePeter Wemm2003-05-311-3/+0
* Avoid unbalancing the { } count in the source file with #ifdef byPoul-Henning Kamp2003-05-311-2/+3
* Add acpi to the build. Remove the hack from machdep.c that lies to thePeter Wemm2003-05-312-3/+7
* Have hammer_time() return the proc0 stack location, and have locorePeter Wemm2003-05-312-25/+17
* Regenerate.Peter Wemm2003-05-311-0/+447
* Make this compile with WITNESS enabled. It wants the syscall names.Peter Wemm2003-05-313-3/+5
* Port acpica to amd64.Peter Wemm2003-05-311-5/+5
* With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros andPeter Wemm2003-05-311-28/+9
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-301-1/+1
* Nasty 'make it compile' port to amd64. Note that it needs some otherPeter Wemm2003-05-301-38/+40
* Initial port to amd64 after repocopy from i386. Note that thePeter Wemm2003-05-303-169/+179
* Add setjmp/longjmp for ddbPeter Wemm2003-05-301-0/+35
* Update AMD Features vector to include NX (page table entry no-execute bit)Peter Wemm2003-05-271-5/+5
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-272-2/+3