summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* As suggested by the gdb folks, pad the 'struct fpreg' to a full 512 bytespeter2003-05-231-0/+1
* Deal with the user VM space expanding. 32 bit applications do not likepeter2003-05-233-8/+8
* Major pmap rework to take advantage of the larger address space on amd64peter2003-05-2312-605/+655
* Merge from i386/trap.c rev 1.252. Use td_critnest instead of thepeter2003-05-221-6/+6
* sys/sys/limits.h:kan2003-05-192-3/+3
* Actually get all the bits for sd_hibase.. it was 16 bits short. oops.peter2003-05-171-1/+1
* Initialize logical_cpus_mask when the logical CPUs are enumerated inalc2003-05-153-6/+15
* Collect the nastiness for preserving the kernel MSR_GSBASE around thepeter2003-05-156-28/+41
* Use compile time constants for things like PTmap[] etc because they'repeter2003-05-152-16/+3
* Regenpeter2003-05-143-18/+43
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-1422-222/+1489
* Fix some misunderstandings about 64 bit extension.peter2003-05-141-12/+6
* - Merge struct procsig with struct sigacts.jhb2003-05-131-3/+4
OpenPOWER on IntegriCloud