| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up code clutter in SMP case a bit. No functional change. | jkim | 2012-06-01 | 1 | -10/+6 |
* | Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency. | jkim | 2012-06-01 | 1 | -2/+2 |
* | Improve style(9) in the previous commit. | jkim | 2012-06-01 | 1 | -3/+3 |
* | Call AcpiLeaveSleepStatePrep() in interrupt disabled context | iwasaki | 2012-06-01 | 1 | -54/+57 |
* | Eliminate code duplication in free_pv_entry() and pmap_remove_pages() by | alc | 2012-06-01 | 2 | -20/+20 |
* | Eliminate some purely stylistic differences among the amd64, i386 native, | alc | 2012-05-30 | 2 | -8/+8 |
* | MFi386 pmap r233433 | alc | 2012-05-29 | 1 | -1/+0 |
* | Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it no | alc | 2012-05-29 | 1 | -59/+121 |
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-05-29 | 1 | -0/+4 |
* | Update a comment in get_pv_entry() to reflect the changes to the | alc | 2012-05-28 | 1 | -2/+2 |
* | Replace all uses of the vm page queues lock by a r/w lock that is private | alc | 2012-05-27 | 1 | -59/+67 |
* | Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it no | alc | 2012-05-26 | 2 | -64/+132 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+6 |
* | MF amd64 r233097, r233122 | alc | 2012-05-24 | 1 | -12/+35 |
* | Enable drm2 modules build. | kib | 2012-05-23 | 1 | -1/+1 |
* | Remove cpususpend IDT vector for XEN. | iwasaki | 2012-05-20 | 2 | -0/+4 |
* | Revert the previous commit on wakecode address verbose printing. | iwasaki | 2012-05-19 | 1 | -2/+2 |
* | Add SMP/i386 suspend/resume support. | iwasaki | 2012-05-18 | 12 | -426/+601 |
* | Centralize declaration of the debug.acpi sysctl node. | jhb | 2012-05-17 | 1 | -2/+0 |
* | i386 bootinfo: re-arrange EFI fields for natural alignment and packing | avg | 2012-05-13 | 1 | -4/+4 |
* | Add `options GEOM_RAID` into i386 and amd64 GENERIC kernels. | mav | 2012-05-10 | 1 | -0/+1 |
* | The DDB_CTF has little or nothing to do with the debugger so move it | brooks | 2012-05-09 | 1 | -1/+1 |
* | - >500 static DTrace probes for the linuxulator | netchild | 2012-05-05 | 2 | -0/+10 |
* | Revert part of r234723 by re-enabling the SMP protection for | attilio | 2012-05-03 | 1 | -0/+2 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | Clean up the intr* MD KPI from the SMP dependency, removing a cause of | attilio | 2012-04-26 | 2 | -6/+0 |
* | Enable DTrace hooks in GENERIC. | brooks | 2012-04-20 | 1 | -1/+3 |
* | Regen for r234359. | jkim | 2012-04-16 | 5 | -7/+7 |
* | Correct an argument type of iopl syscall for Linuxulator. This also fixes | jkim | 2012-04-16 | 1 | -1/+1 |
* | Regen for r234357. | jkim | 2012-04-16 | 5 | -31/+16 |
* | Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator. | jkim | 2012-04-16 | 1 | -6/+6 |
* | Regen for r234352. | jkim | 2012-04-16 | 5 | -10/+27 |
* | - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27 | jkim | 2012-04-16 | 3 | -22/+2 |
* | - When interrupt is not requested for VM86 call, make a fake exit point and | jkim | 2012-04-16 | 1 | -9/+14 |
* | add actual interrupt counters to back ipi_invlcache_counts | avg | 2012-04-13 | 1 | -0/+2 |
* | bump INTRCNT_COUNT values to reflect actual numbers of IPI counters | avg | 2012-04-13 | 1 | -2/+2 |
* | Add OFED and the associated options and drivers to x86 LINT builds: | jhb | 2012-04-12 | 1 | -0/+19 |
* | Fix !SMP build after r234074. | marius | 2012-04-10 | 1 | -0/+2 |
* | BSP is not added to the mask of valid target CPUs for interrupts | attilio | 2012-04-09 | 2 | -4/+5 |
* | Recognize the RDRAND instruction feature. | jhb | 2012-04-09 | 1 | -1/+1 |
* | Add descriptions after the 'device' line for several NICs to match the | jhb | 2012-04-04 | 1 | -9/+10 |
* | Make machine check exception logging more readable. On newer Intel systems, | jhb | 2012-04-02 | 1 | -2/+1 |
* | Move the legacy(4) driver to x86. | jhb | 2012-03-30 | 3 | -433/+1 |
* | Use a more proper fix for enabling HT MSI mapping windows on Host-PCI | jhb | 2012-03-29 | 2 | -2/+24 |
* | - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 to | jhb | 2012-03-29 | 1 | -1/+1 |
* | Add software PMC support. | fabient | 2012-03-28 | 2 | -11/+35 |
* | Disable detailed PV entry accounting by default. Add a config option | alc | 2012-03-24 | 2 | -1/+4 |
* | Add cas(4), gem(4) and hme(4) to x86 GENERICs as suggested by netchild@ in | marius | 2012-03-24 | 1 | -0/+3 |
* | Add snd_cmi, snd_csa and snd_emu10kx to GENERIC on i386 and amd64. | joel | 2012-03-22 | 1 | -0/+3 |
* | Handle spurious page faults that may occur in no-fault sections of the | alc | 2012-03-22 | 2 | -20/+50 |