summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* As discussed on -current, remove the hardcoded default maxswzone.des2012-08-141-8/+0
* Remove the deassert INIT IPI from the IPI startup sequence for APs.jhb2012-08-131-16/+1
* Add a 10 millisecond delay after sending the initial INIT IPI. Thisjhb2012-08-131-1/+2
* Build modules along with the XENHVM kernels.cperciva2012-08-131-2/+0
* Eliminate an unnecessary acquisition and release of the page queues lockalc2012-08-101-2/+0
* Add lfence().kib2012-08-011-0/+7
* Regen.jhb2012-07-305-7/+7
* The linux_lstat() system call accepts a pointer to a 'struct l_stat', not ajhb2012-07-301-1/+1
* Change (unused) prototype for stmxcsr() to match reality.kib2012-07-301-1/+1
* MFamd64 r238623:kib2012-07-267-32/+55
* MFCamd64 r238598:kib2012-07-213-5/+35
* MFamd64 r238668:kib2012-07-211-16/+13
* MFamd64 r238597:kib2012-07-211-0/+2
* MFamd64 r238669:kib2012-07-211-0/+2
* Add a clts() wrapper around the 'clts' instruction to <machine/cpufunc.h>jhb2012-07-092-11/+18
* Partially revert r217515 so that the mem_range_softc variable is alwaysjhb2012-07-092-2/+3
* Fix XEN build, broken in r237924.brueffer2012-07-021-2/+2
* Replace an unreachable panic() in vm86_getptr (been there for 13 years) withbrueffer2012-07-012-3/+3
* Add new pmap layer locks to the predefined lock order. Change the namesalc2012-06-271-1/+1
* Commit changes missed from r237435. Properly calculate the signalkib2012-06-221-3/+10
* Enable shared page on i386, now it has a use for vdso_timehands.kib2012-06-222-2/+6
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+6
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-0/+1
* - Updated TOE support in the kernel.np2012-06-192-1/+2
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+1
* Oops - use the actual 11n enable option.adrian2012-06-151-1/+1
* Ok, ok. 802.11n can be on by default in GENERIC in -HEAD.adrian2012-06-151-0/+2
* - Fix resumectx() prototypes to reflect reality.jkim2012-06-133-8/+5
* Share IPI init and startup code of mp_machdep.c with acpi_wakeup.ciwasaki2012-06-122-44/+55
* Some fixes for r236772.iwasaki2012-06-101-2/+2
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofiwasaki2012-06-095-438/+38
* Various small changes to PV entry management:alc2012-06-042-26/+32
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGavg2012-06-031-4/+2
* Isolate the global pv list lock from data and other locks to prevent falsealc2012-06-021-1/+11
* Use plain store for atomic_store_rel on x86, instead of implicitlykib2012-06-021-39/+39
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.jkim2012-06-011-2/+1
* Tidy up code clutter in SMP case a bit. No functional change.jkim2012-06-011-10/+6
* Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.jkim2012-06-011-2/+2
* Improve style(9) in the previous commit.jkim2012-06-011-3/+3
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-011-54/+57
* Eliminate code duplication in free_pv_entry() and pmap_remove_pages() byalc2012-06-012-20/+20
* Eliminate some purely stylistic differences among the amd64, i386 native,alc2012-05-302-8/+8
* MFi386 pmap r233433alc2012-05-291-1/+0
* Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it noalc2012-05-291-59/+121
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+4
* Update a comment in get_pv_entry() to reflect the changes to thealc2012-05-281-2/+2
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-05-271-59/+67
* Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it noalc2012-05-262-64/+132
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+6
* MF amd64 r233097, r233122alc2012-05-241-12/+35
OpenPOWER on IntegriCloud