summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add i386 specific xen supportkmacy2008-10-1527-20/+13135
| * MFC: Add a CTASSERT() that KERNBASE is valid and update the KVA_PAGESjhb2008-09-232-0/+9
| * MFC: Update comments about the 0xcf9 register reset method.jhb2008-09-181-4/+7
| * MFC: Fail detach if cpufreq_unregister() fails.jhb2008-09-122-4/+3
| * MFC: Adjust the handling of the various timer frequencies when using thejhb2008-09-121-10/+17
| * MFC: Don't disable USB in the PAE kernel config.jhb2008-09-121-19/+0
| * MFC: Decode "exotic" instructions such as pause as well as "cmov*" on i386.jhb2008-08-201-10/+84
| * MFC: Add the optional nvram(4) device. As with 7.x, this device is offjhb2008-08-013-3/+11
| * MFC: Drastically simplify the i386 pcpu backend by merging parts of thejhb2008-08-015-142/+26
| * MFC r179347.yongari2008-07-281-0/+1
| * MFC: After probing the available frequency settings, restore the CPU to runjhb2008-06-271-3/+3
| * MFC: Add the kern.features sysctl tree and FEATURE() macro. Add a "pae"jhb2008-06-241-0/+4
| * MFC: A few fixes.jhb2008-05-011-1/+2
| * Remove DDB options which accidentally got added in the last revision.dfr2008-04-241-7/+0
| * MFC: kernel-mode NFS lock manager.dfr2008-04-243-1/+11
| * style(9)obrien2008-04-141-2/+2
| * MFCkib2008-03-273-7/+7
| * MFC: Use the SMAP data from the loader if it is provided.jhb2008-03-211-60/+99
| * MFC: Add constants for the different memory types in the SMAP table andjhb2008-03-212-3/+9
| * MFC: Use a runtime mask for the PhysBase and PhysMask fields in variablejhb2008-03-192-8/+26
| * MFC: Break up the logic in the mem_drvinit routines.jhb2008-03-192-13/+18
| * MFC: Add constants for the various fields in MTRR registers and applyjhb2008-03-193-449/+509
| * MFC: Use cpu_feature2 and don't free anything in detach.jhb2008-03-171-5/+5
| * MFC: Remove the 'needbounce' variable from _bus_dmamap_load_buffer().jhb2008-03-171-5/+3
| * MFC r1.12:rpaulo2008-03-081-17/+59
| * MFC: VIA Padlock changes:jhb2008-03-072-26/+42
| * MFC: sys/amd64/linux32/linux32_machdep.c 1.46jkim2008-02-141-14/+15
| * Add missing #include for cpu_spinwait().jhb2008-02-131-0/+1
| * MFC: Properly handle ACPI table headers that cross a page boundary whenjhb2008-02-121-5/+7
| * MFC: Use cpu_spinwait() in DELAY().jhb2008-02-121-0/+1
OpenPOWER on IntegriCloud