aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Commit changes missed from r237435. Properly calculate the signalKonstantin Belousov2012-06-221-3/+10
* Enable shared page on i386, now it has a use for vdso_timehands.Konstantin Belousov2012-06-222-2/+6
* Implement mechanism to export some kernel timekeeping data toKonstantin Belousov2012-06-221-0/+6
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer toKonstantin Belousov2012-06-221-0/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-192-1/+2
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapAlan Cox2012-06-161-0/+1
* Oops - use the actual 11n enable option.Adrian Chadd2012-06-151-1/+1
* Ok, ok. 802.11n can be on by default in GENERIC in -HEAD.Adrian Chadd2012-06-151-0/+2
* - Fix resumectx() prototypes to reflect reality.Jung-uk Kim2012-06-133-8/+5
* Share IPI init and startup code of mp_machdep.c with acpi_wakeup.cMitsuru IWASAKI2012-06-122-44/+55
* Some fixes for r236772.Mitsuru IWASAKI2012-06-101-2/+2
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofMitsuru IWASAKI2012-06-095-438/+38
* Various small changes to PV entry management:Alan Cox2012-06-042-26/+32
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGAndriy Gapon2012-06-031-4/+2
* Isolate the global pv list lock from data and other locks to prevent falseAlan Cox2012-06-021-1/+11
* Use plain store for atomic_store_rel on x86, instead of implicitlyKonstantin Belousov2012-06-021-39/+39
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.Jung-uk Kim2012-06-011-2/+1
* Tidy up code clutter in SMP case a bit. No functional change.Jung-uk Kim2012-06-011-10/+6
* Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.Jung-uk Kim2012-06-011-2/+2
* Improve style(9) in the previous commit.Jung-uk Kim2012-06-011-3/+3
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextMitsuru IWASAKI2012-06-011-54/+57
* Eliminate code duplication in free_pv_entry() and pmap_remove_pages() byAlan Cox2012-06-012-20/+20
* Eliminate some purely stylistic differences among the amd64, i386 native,Alan Cox2012-05-302-8/+8
* MFi386 pmap r233433Alan Cox2012-05-291-1/+0
* Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it noAlan Cox2012-05-291-59/+121
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-05-291-0/+4
* Update a comment in get_pv_entry() to reflect the changes to theAlan Cox2012-05-281-2/+2
* Replace all uses of the vm page queues lock by a r/w lock that is privateAlan Cox2012-05-271-59/+67
* Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it noAlan Cox2012-05-262-64/+132
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-241-0/+6
* MF amd64 r233097, r233122Alan Cox2012-05-241-12/+35
* Enable drm2 modules build.Konstantin Belousov2012-05-231-1/+1
* Remove cpususpend IDT vector for XEN.Mitsuru IWASAKI2012-05-202-0/+4
* Revert the previous commit on wakecode address verbose printing.Mitsuru IWASAKI2012-05-191-2/+2
* Add SMP/i386 suspend/resume support.Mitsuru IWASAKI2012-05-1812-426/+601
* Centralize declaration of the debug.acpi sysctl node.John Baldwin2012-05-171-2/+0
* i386 bootinfo: re-arrange EFI fields for natural alignment and packingAndriy Gapon2012-05-131-4/+4
* Add `options GEOM_RAID` into i386 and amd64 GENERIC kernels.Alexander Motin2012-05-101-0/+1
* The DDB_CTF has little or nothing to do with the debugger so move itBrooks Davis2012-05-091-1/+1
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-052-0/+10
* Revert part of r234723 by re-enabling the SMP protection forAttilio Rao2012-05-031-0/+2
* Add a convenience macro for the returns_twice attribute, and apply it toDimitry Andric2012-04-291-1/+1
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofAttilio Rao2012-04-262-6/+0
* Enable DTrace hooks in GENERIC.Brooks Davis2012-04-201-1/+3
* Regen for r234359.Jung-uk Kim2012-04-165-7/+7
* Correct an argument type of iopl syscall for Linuxulator. This also fixesJung-uk Kim2012-04-161-1/+1
* Regen for r234357.Jung-uk Kim2012-04-165-31/+16
* Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator.Jung-uk Kim2012-04-161-6/+6
* Regen for r234352.Jung-uk Kim2012-04-165-10/+27
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27Jung-uk Kim2012-04-163-22/+2