summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Adjust the whitespace for the lines that output fields in 'show pcpu' injhb2010-05-211-7/+7
* Rename an argument from "exp" to "expect" since the former makes FlexeLintphk2010-05-201-7/+7
* Add constants for the optional EOI suppression support in local APICs andjhb2010-05-191-0/+3
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-2/+14
* Do not use .extern, it is not strictly needed with gas and it is customkib2010-05-131-1/+0
* Route all returns from the interrupts and faults through the doreti_iretkib2010-05-122-7/+8
* Remove unneeded overrides of the segment registers in the inner trapkib2010-05-121-4/+0
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-4/+11
* Push down the page queues lock inside of vm_page_free_toq() andalc2010-05-061-7/+6
* Add definitions for Intel AESNI CPUID bits and print the capabilitieskib2010-05-052-2/+4
* Switch to our preferred 2-clause BSD license.joel2010-05-052-30/+27
* Style and comment adjustements.kib2010-05-031-34/+45
* Remove debugging code that was not used once since commit.kib2010-05-011-85/+1
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-303-6/+17
* - Extract the IODEV_PIO interface from ia64 and make it MI.attilio2010-04-282-37/+24
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-2/+2
* missed pv access before pmap lockkmacy2010-04-251-1/+1
* Incremental reduction of delta with head_page_lock_2 branchkmacy2010-04-251-25/+38
* Set USB_DEBUG like the other platforms, I had turned it off to test the buildthompsa2010-04-251-1/+1
* Clearing a page table entry's accessed bit (PG_A) and setting thealc2010-04-251-23/+6
* apply style(9) changes applied to head_page_lock_2kmacy2010-04-241-17/+17
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-3/+45
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+3
* If a conditional jump instruction has the same jt and jf, do not performjkim2010-04-222-10/+31
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-0/+1
* As was done in r155238 for i386 and in r155239 for amd64, clear the carrykib2010-04-211-1/+2
* Rename the cyclic global variable lapic_cyclic_clock_func to justrpaulo2010-04-201-3/+3
* Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.yongari2010-04-141-0/+1
* ld_gs_base is executing with stack containing only the frame,kib2010-04-141-1/+0
* Change printf() calls to uprintf() for sigreturn() and trap() complaintskib2010-04-133-12/+19
* Handle a case when non-canonical address is loaded into the fsbase orkib2010-04-103-2/+40
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-021-1/+10
* Add a handler for the local APIC error interrupt. For now it just printsjhb2010-03-293-20/+44
* Cosmetic tweak to use a type suffix instead of a cast to force a constantjhb2010-03-291-1/+1
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-9/+9
* Correctly handle preemption of pmap_update_pde_invalidate().alc2010-03-271-2/+5
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-253-22/+10
* Remove unneeded type specifiers from 64-bit constants. The compilerjhb2010-03-221-30/+30
* Eliminate a pointless TLB invalidation from pmap_bootstrap(). No mappingsalc2010-03-211-2/+0
* I am told by AMD that the machine check hardware on the instruction TLBalc2010-03-212-8/+4
* pmap amd64/i386: fix a typo in a commentavg2010-03-191-1/+1
* Use the same policy for rejecting / not-reject ACPI tables with incorrectjhb2010-03-191-0/+2
* - Extend the machine check record structure to include several fields usefuljhb2010-03-163-3/+66
* Remove COMPAT_43TTY from stock kernel configuration files.ed2010-03-132-2/+0
* Fix the previous attempt to fix kernel builds of HEAD on 7.x. Use thejhb2010-03-121-1/+1
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-119-10/+20
* Print out the family and model from the cpu_id. This is especially usefuljhb2010-03-111-1/+3
* Fall back to wbinvd when region for CLFLUSH is >= 2MB.kib2010-03-101-2/+4
* Now that the workaround for the AMD 10h CPUs is in place, re-enable machinejhb2010-03-091-1/+1
* Implement AMD's recommended workaround for Erratum 383 on Family 10halc2010-03-094-8/+162
OpenPOWER on IntegriCloud