summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright comment & FBSDID style nits.obrien2003-08-254-7/+3
* Eliminate the last (direct) uses of vm_page_lookup() on the pte object.alc2003-08-241-18/+3
* AMD64 mtrr driver.peter2003-08-231-75/+80
* Switch to using the emulator in the common compat area.peter2003-08-2315-4269/+15
* Initial sweep at dividing up the generic 32bit-on-64bit kernel supportpeter2003-08-221-0/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Regenpeter2003-08-214-14/+14
* This is too funny for words. Swap syscalls 416 and 417 around. It workspeter2003-08-211-2/+2
* - Lock the pte object when performing vm_page_grab().alc2003-08-201-6/+9
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-171-1/+1
* In pmap_copy(), since we have the page table page's physical addressalc2003-08-171-3/+2
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-161-0/+10
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-3/+3
* Eliminate pmap_page_lookup() and its uses. Instead, use PHYS_TO_VM_PAGE()alc2003-08-161-40/+4
* - Fix a duplicated typo.jhb2003-08-151-3/+3
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-122-4/+48
* Halted CPU's should not accumulate time.ps2003-08-123-18/+18
* Rename pmap_changebit() to pmap_clear_ptes() and remove the lastalc2003-08-101-25/+19
* MFi386 1.422 & 1.423: lock page queues in pmap_insert_entry().alc2003-08-081-0/+2
* 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
OpenPOWER on IntegriCloud