| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify pmap_unmapdev(). Since kmem_free() eventually calls pmap_remove(), | alc | 2012-09-10 | 2 | -10/+2 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 1 | -1/+0 |
* | Add support for new Intel on-CPU Bull Mountain random number | kib | 2012-09-05 | 1 | -0/+2 |
* | Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update the | alc | 2012-09-05 | 2 | -34/+36 |
* | Add hpt27xx to GENERIC kernel for amd64 and i386 systems. | delphij | 2012-09-04 | 1 | -0/+1 |
* | Fix duplicate entries for mwl(4): | jhb | 2012-09-04 | 1 | -5/+0 |
* | Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S. | dim | 2012-08-29 | 1 | -1/+0 |
* | Fix misspelled "Infiniband". | jhb | 2012-08-28 | 1 | -1/+1 |
* | Parly revert r239255: reinstate a default maxswzone on i386, where KVA is | des | 2012-08-27 | 1 | -0/+14 |
* | Grammar fix: s/NIC's/NICs/ | gjb | 2012-08-26 | 2 | -2/+2 |
* | As discussed on -current, remove the hardcoded default maxswzone. | des | 2012-08-14 | 1 | -8/+0 |
* | Remove the deassert INIT IPI from the IPI startup sequence for APs. | jhb | 2012-08-13 | 1 | -16/+1 |
* | Add a 10 millisecond delay after sending the initial INIT IPI. This | jhb | 2012-08-13 | 1 | -1/+2 |
* | Build modules along with the XENHVM kernels. | cperciva | 2012-08-13 | 1 | -2/+0 |
* | Eliminate an unnecessary acquisition and release of the page queues lock | alc | 2012-08-10 | 1 | -2/+0 |
* | Add lfence(). | kib | 2012-08-01 | 1 | -0/+7 |
* | Regen. | jhb | 2012-07-30 | 5 | -7/+7 |
* | The linux_lstat() system call accepts a pointer to a 'struct l_stat', not a | jhb | 2012-07-30 | 1 | -1/+1 |
* | Change (unused) prototype for stmxcsr() to match reality. | kib | 2012-07-30 | 1 | -1/+1 |
* | MFamd64 r238623: | kib | 2012-07-26 | 7 | -32/+55 |
* | MFCamd64 r238598: | kib | 2012-07-21 | 3 | -5/+35 |
* | MFamd64 r238668: | kib | 2012-07-21 | 1 | -16/+13 |
* | MFamd64 r238597: | kib | 2012-07-21 | 1 | -0/+2 |
* | MFamd64 r238669: | kib | 2012-07-21 | 1 | -0/+2 |
* | Add a clts() wrapper around the 'clts' instruction to <machine/cpufunc.h> | jhb | 2012-07-09 | 2 | -11/+18 |
* | Partially revert r217515 so that the mem_range_softc variable is always | jhb | 2012-07-09 | 2 | -2/+3 |
* | Fix XEN build, broken in r237924. | brueffer | 2012-07-02 | 1 | -2/+2 |
* | Replace an unreachable panic() in vm86_getptr (been there for 13 years) with | brueffer | 2012-07-01 | 2 | -3/+3 |
* | Add new pmap layer locks to the predefined lock order. Change the names | alc | 2012-06-27 | 1 | -1/+1 |
* | Commit changes missed from r237435. Properly calculate the signal | kib | 2012-06-22 | 1 | -3/+10 |
* | Enable shared page on i386, now it has a use for vdso_timehands. | kib | 2012-06-22 | 2 | -2/+6 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+6 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | kib | 2012-06-22 | 1 | -0/+1 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 2 | -1/+2 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+1 |
* | Oops - use the actual 11n enable option. | adrian | 2012-06-15 | 1 | -1/+1 |
* | Ok, ok. 802.11n can be on by default in GENERIC in -HEAD. | adrian | 2012-06-15 | 1 | -0/+2 |
* | - Fix resumectx() prototypes to reflect reality. | jkim | 2012-06-13 | 3 | -8/+5 |
* | Share IPI init and startup code of mp_machdep.c with acpi_wakeup.c | iwasaki | 2012-06-12 | 2 | -44/+55 |
* | Some fixes for r236772. | iwasaki | 2012-06-10 | 1 | -2/+2 |
* | Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of | iwasaki | 2012-06-09 | 5 | -438/+38 |
* | Various small changes to PV entry management: | alc | 2012-06-04 | 2 | -26/+32 |
* | free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOG | avg | 2012-06-03 | 1 | -4/+2 |
* | Isolate the global pv list lock from data and other locks to prevent false | alc | 2012-06-02 | 1 | -1/+11 |
* | Use plain store for atomic_store_rel on x86, instead of implicitly | kib | 2012-06-02 | 1 | -39/+39 |
* | Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible. | jkim | 2012-06-01 | 1 | -2/+1 |
* | 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 |