summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - 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
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Improving the clocks auto-tunning by firstly checking if the atrtc may beattilio2010-03-032-14/+16
* Print the contents of the miscellaneous (MISC) register to the console ifjhb2010-03-011-0/+2
* When running as a guest operating system, the FreeBSD kernel must assumealc2010-02-271-0/+9
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-2515-2430/+7
* Enforce stronger semantics for bus-dma alignment (currently only on amd64).gibbs2010-02-221-12/+19
* Since create_pagetables() zeroes the page tables, pmap_bootstrap() needn'talc2010-02-211-2/+0
* Remove redundant inclusion of <sys/cdefs.h>.ed2010-02-201-2/+0
* Add <sys/cdefs.h>.ed2010-02-201-0/+2
* Allow the pmap code to be built with GCC from FreeBSD 7 again.ed2010-02-181-0/+4
* Adjust style (following the already existing rules) for the newlyattilio2010-02-152-2/+2
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-102-0/+2
* Update documentation for the iwn and iwnfw drivers: they support the 1000, 51...brucec2010-02-081-2/+48
* Enable MTRR on all VIA CPUs that claim support (amd64).rnoland2010-02-021-4/+1
* Welcome drm support for VIA unichrome chips.rnoland2010-01-311-0/+1
* add static qualifier to definition of a function already declared staticavg2010-01-291-1/+1
* Fix array overflow. This routine is only called from procfs,trasz2010-01-241-2/+0
* Simplify the mapping of the system message buffer. Use the direct map justalc2010-01-232-12/+4
* For PT_TO_SCE stop that stops the ptraced process upon syscall entry,kib2010-01-232-125/+200
* Move the examples for the 'hints' and 'env' keywords from various GENERICjhb2010-01-192-18/+0
* Recommit r193732:ed2010-01-191-1/+1
* Handling all the three clocks (hardclock, softclock, profclock) with theattilio2010-01-153-36/+58
* Update the ident for the XENHVM kernel config to match the filename.jhb2010-01-141-1/+1
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-1/+1
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).marcel2010-01-112-0/+10
* Simplify pmap_init(). Additionally, correct a harmless misbehavior on i386.alc2010-01-111-8/+2
* Eliminate unused declarations.alc2010-01-101-6/+0
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.imp2010-01-101-0/+1
* Set md_ldt (pointer to the LDT) after md_ldt_sd (system segmentkib2010-01-091-1/+2
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsbz2010-01-081-0/+2
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-041-7/+0
OpenPOWER on IntegriCloud