summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* - Add support for cpuid leaf 0xb. This allows us to determine thejeff2009-04-294-83/+155
* Reduce the number of bounce zones (and thus the number of bounce pagesjhb2009-04-231-8/+2
* Adjust the way we number CPUs on x86 so that we attempt to "group" alljhb2009-04-221-21/+29
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* - Import infrastructure for caching flows as a means of accelerating L3 and L...kmacy2009-04-191-0/+2
* Restore bus DMA bounce pages to an offset of 0 when they are released byjhb2009-04-171-3/+10
* Add a compat option to the EBR scheme that controls themarcel2009-04-151-0/+1
* A simple rewrite of biossmap.c:jkim2009-04-152-0/+5
* The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in thekib2009-04-131-6/+9
* Simplify in/out functions (for i386 and AMD64).ed2009-04-112-108/+16
* Also remove the unused __word_swap_int*() macros.ed2009-04-081-19/+0
* Implement __bswap16() without using inline assembly.ed2009-04-081-22/+1
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-052-4/+4
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,alc2009-04-041-4/+0
* Fix the Xen build for i386 PV mode.dfr2009-04-014-1/+105
* Sync definitions for struct sigcontext for i386 and amd64 architectureskib2009-04-011-1/+5
* Fill the fsbase and gsbase fields of the mcontext structure on i386.kib2009-04-011-0/+16
* Add all segment registers for the amd64 CPU to struct reg and mcontext.kib2009-04-011-1/+6
* Fix an uninitialized variable from the previous commit.jkim2009-03-311-1/+2
* Probe size of installed memory modules from loader and display itjkim2009-03-311-2/+12
* Extend comment in copyright notice as requested by author.mr2009-03-291-1/+1
* Add support for Phenom (Family 10h) to cpufreq.mr2009-03-281-0/+515
* Convert gdt_segs and ldt_segs initialization to C99 style.kib2009-03-261-200/+200
* Fix a few nits in the earlier changes to prevent local information leakagejhb2009-03-251-4/+8
* Rename (fpu|npx)_cleanstate to (fpu|npx)_initialstate to better reflectjhb2009-03-251-13/+13
* Fall back to using configuration type 1 accesses for PCI config requests ifjhb2009-03-241-0/+2
* Update stale comments. The alternate address space mapping was eliminatedalc2009-03-221-2/+1
* Eliminate the recomputation of pcb_cr3 from cpu_set_upcall(). Thealc2009-03-221-5/+1
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-192-2/+0
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* Initial suspend/resume support for amd64.jkim2009-03-172-1/+28
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-13/+0
* MFamd64 r189785alc2009-03-141-0/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-132-4/+18
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-111-1/+5
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-22309-110508/+0
| * make gdtset UP as well as SMP so that non-SMP kernels will compilekmacy2008-10-301-1/+1
| * handle case where actual eflags is passed to restorekmacy2008-10-251-0/+3
| * hook xen into mptablekmacy2008-10-251-0/+130
| * Merge basic SMP support from HEADkmacy2008-10-2511-90/+350
| * Add mp bootstrapkmacy2008-10-181-0/+1179
| * Evidently deriving l1_pages from nr_pt_frames can be wrong in both directions.kmacy2008-10-181-2/+2
| * - allocate data structure pages from before the nkpt allocationkmacy2008-10-181-20/+36
| * Don't set nkpt higher than the max required to map KVAkmacy2008-10-171-2/+8
| * - don't rely on expensive rcr2 emulationkmacy2008-10-173-13/+16
| * Fix issues in bootstrapkmacy2008-10-172-2/+3
| * - Fix floating point handling for xenkmacy2008-10-167-16/+33
| * - pull in xen_machdep.c from HEADkmacy2008-10-1615-3407/+390
OpenPOWER on IntegriCloud