aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-292-2/+0
* Don't bother reading the initial value of the machine check banks duringJohn Baldwin2009-05-201-4/+0
* - Add a tunable 'hw.mca.enabled' that can be used to enable/disable theJohn Baldwin2009-05-181-11/+14
* Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name.John Baldwin2009-05-181-0/+5
* Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommendJohn Baldwin2009-05-181-1/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+10
* correct range in commentKip Macy2009-05-161-1/+1
* update vm map commentKip Macy2009-05-161-1/+0
* Increase default kernel map to 512GBKip Macy2009-05-161-2/+2
* Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC andDmitry Chagin2009-05-161-0/+1
* Trim the default set of device hints on i386 and amd64:John Baldwin2009-05-141-9/+0
* FreeBSD right now support 32 CPUs on all the architectures at least.Attilio Rao2009-05-142-14/+14
* Implement simple machine check support for amd64 and i386.John Baldwin2009-05-136-0/+618
* Correct a rare use-after-free error in pmap_copy(). This error wasAlan Cox2009-05-131-1/+3
* Translate l_timeval arg to native struct timeval inDmitry Chagin2009-05-111-1/+1
* Do not export AT_CLKTCK when emulating Linux kernel priorDmitry Chagin2009-05-101-1/+11
* Rework r189362, r191883.Dmitry Chagin2009-05-101-1/+2
* - Use "device\t" and "options \t" for consistency.Jun Kuriyama2009-05-104-13/+13
* Move the per-prison Linux MIB from a private one-off pointer to the newJamie Gritton2009-05-071-0/+2
* To avoid excessive code duplication move MI definitions to the MIDmitry Chagin2009-05-071-8/+0
* Disable adaptive mutexes and rwlocks for XENHVM.Doug Rabson2009-05-061-0/+2
* Fix XENHVM build.Doug Rabson2009-05-061-1/+1
* Do not try to initialize LAPIC timer if we are not going to use it.Alexander Motin2009-05-051-1/+1
* Unlock the largest standard CPUID on Intel CPUs for both amd64 and i386 andJung-uk Kim2009-05-041-0/+16
* Rename statclock_disable variable to atrtcclock_disable that it actually is,Alexander Motin2009-05-032-22/+15
* Add support for using i8254 and rtc timers as event sources for amd64 SMPAlexander Motin2009-05-024-3/+69
* Move extern variable definitions to the header file.Dmitry Chagin2009-05-021-3/+1
* Add resume methods to i8254 and atrtc devices.Alexander Motin2009-05-011-1/+20
* Small addition to r191720.Alexander Motin2009-05-011-1/+5
* o add uathSam Leffler2009-05-011-1/+3
* Use value -1 instead of 0 for marking unused APIC vectors. This fixesAlexander Motin2009-05-011-5/+11
* Reimplement futexes.Dmitry Chagin2009-05-011-3/+3
* - Fix divide-by-zero panic when SMP kernel is used on UP system[1].Jung-uk Kim2009-04-301-1/+7
* - Add support for cpuid leaf 0xb. This allows us to determine theJeff Roberson2009-04-294-83/+155
* Reduce the number of bounce zones (and thus the number of bounce pagesJohn Baldwin2009-04-231-8/+2
* Adjust the way we number CPUs on x86 so that we attempt to "group" allJohn Baldwin2009-04-221-21/+29
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+4
* - Import infrastructure for caching flows as a means of accelerating L3 and L...Kip Macy2009-04-191-0/+2
* Restore bus DMA bounce pages to an offset of 0 when they are released byJohn Baldwin2009-04-171-3/+10
* Add a compat option to the EBR scheme that controls theMarcel Moolenaar2009-04-151-0/+1
* A simple rewrite of biossmap.c:Jung-uk Kim2009-04-152-0/+5
* The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in theKonstantin Belousov2009-04-131-1/+4
* Simplify in/out functions (for i386 and AMD64).Ed Schouten2009-04-112-108/+16
* Add ixgbe to the GENERIC amd64 kernel in place of theJack F Vogel2009-04-101-1/+1
* Also remove the unused __word_swap_int*() macros.Ed Schouten2009-04-081-19/+0
* Implement __bswap16() without using inline assembly.Ed Schouten2009-04-081-22/+1
* Don't explicitly force ecx to be used for MSR_FSBASE/MSR_GSBASE.Ed Schouten2009-04-071-10/+4
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-052-4/+4