summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* In _bus_dmamap_load_buffer(), only count the number of bounce pages needed ifscottl2003-08-041-1/+2
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-042-13/+0
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev().alc2003-08-021-1/+1
* Fix a dumbass mistake. I had the 'set' and 'get' reversed in thepeter2003-08-021-2/+2
* Make sure that when the PV ENTRY zone is created in pmap, that it'sbmilekic2003-07-311-1/+1
* KSTACK_PAGES is a global option.peter2003-07-311-0/+2
* Cosmetic: fix disorder of opt_kstack_pages.h include.peter2003-07-311-1/+1
* Use PSL_KERNEL as upcall thread's initial rflags, don't usedavidxu2003-07-291-1/+1
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-272-8/+12
* Use __FBSDID().obrien2003-07-2536-73/+119
* Use __FBSDID().obrien2003-07-253-6/+10
* MFi386 revision 1.416alc2003-07-251-7/+10
* Align upcall stack top to odd times of 8. GCC accounts return addressdavidxu2003-07-251-0/+1
* Implement cpu_set_upcall and cpu_set_upcall_kse.davidxu2003-07-241-0/+68
* Set fault address to si_addr.davidxu2003-07-241-0/+3
* Make the breakpoint instruction trap gate available to users.peter2003-07-231-1/+1
* Set the %gs base to pcb_gsbase, not pcb_fsbase. Oops.peter2003-07-231-1/+1
* Annotate pmap_changebit() as __always_inline. This function wasalc2003-07-231-1/+2
* Use macros from apic.h to when writing to the ICR to send IPIs to startupjhb2003-07-233-15/+36
* Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reservedjhb2003-07-231-0/+1
* Go back to 64 bit precision for fadd/fsub/fsqrt etc. This is because onpeter2003-07-222-16/+18
* Extend the machine/ieeefp.h that was inherited from i386 to supportpeter2003-07-221-55/+165
* Rename thread_siginfo to cpu_thread_siginfo.davidxu2003-07-151-1/+1
* Protect lint(1) from a #error.markm2003-07-103-0/+6
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-104-13/+0
* Fix the VADDR() macros to use either KVADDR() or UVADDR(), dependingpeter2003-07-092-17/+21
* Fix up bogus index/offset/mask calculations in the allocpte and thepeter2003-07-091-9/+16
* Turn the 2MB page mappings that cover the kernel text+data+bss area backpeter2003-07-091-2/+0
* Have pmap_pte() on a 2MB mapped address return the 2MB pde itselfpeter2003-07-091-0/+2
* In pmap_object_init_pt(), the pmap_invalidate_all() should be performed onalc2003-07-081-1/+1
* Background: pmap_object_init_pt() premaps the pages of a object inalc2003-07-031-82/+14
* Sync more things with other backends.mux2003-07-011-12/+10
* Honor the boundary of the busdma tag when allocating bounce pages.mux2003-07-011-1/+1
* Mega busdma API commit.scottl2003-07-012-7/+72
* - 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
OpenPOWER on IntegriCloud