| Commit message (Expand) | Author | Age | Files | Lines |
* | Locking for todr got pushed down into inittodr and the client | imp | 2013-02-21 | 1 | -10/+2 |
* | Convert machine/elf.h, machine/frame.h, machine/sigframe.h, | kib | 2013-02-20 | 5 | -362/+10 |
* | Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is | jkim | 2013-02-15 | 3 | -8/+8 |
* | cpususpend_handler: mark AP as resumed only after fully setting up lapic | avg | 2013-02-02 | 1 | -2/+2 |
* | x86 suspend/resume: suspend pics and pseudo-pics in reverse order | avg | 2013-02-02 | 1 | -1/+1 |
* | Remove support for plip from the GENERIC kernel as no systems in the | eadler | 2013-02-01 | 1 | -1/+0 |
* | Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define. | andre | 2013-02-01 | 1 | -5/+0 |
* | Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h | jhb | 2013-01-29 | 3 | -160/+2 |
* | Don't assume that all Linux TCP-level socket options are identical to | jhb | 2013-01-23 | 1 | -0/+7 |
* | Fix build with SMP disabled.` | jhb | 2013-01-19 | 1 | -0/+5 |
* | Don't attempt to use clflush on the local APIC register window. Various | jhb | 2013-01-17 | 1 | -0/+11 |
* | Add VirtIO to the i386 and amd64 GENERIC kernels | bryanv | 2013-01-13 | 2 | -0/+17 |
* | Enable the UFS quotas for big-iron GENERIC kernels. | kib | 2013-01-03 | 1 | -0/+1 |
* | As discussed on -current last October, remove the firewire drivers from | des | 2013-01-03 | 1 | -9/+0 |
* | Fix !INVARIANTS && !SMP build. | marius | 2013-01-03 | 1 | -0/+2 |
* | Revert r243960 based on feedback regarding keeping x86 headers unified | jimharris | 2012-12-13 | 1 | -22/+0 |
* | Add amd64 implementations for 8-byte bus_space routines. | jimharris | 2012-12-06 | 1 | -0/+22 |
* | Print the frame addresses for the backtraces on i386 and amd64. It | kib | 2012-12-03 | 1 | -6/+11 |
* | Remove duplicate code. Reduce diff between amd64 and i386. | jkim | 2012-12-01 | 1 | -25/+19 |
* | Use volatile keywords properly. | jkim | 2012-11-30 | 1 | -11/+11 |
* | Tidy up inline assembly. No functional change. | jkim | 2012-11-30 | 1 | -8/+8 |
* | Fix a minor warning in sys/i386/xen/clock.c. | dim | 2012-11-12 | 1 | -1/+1 |
* | Allow maxusers to scale on machines with large address space. | alfred | 2012-11-10 | 1 | -0/+9 |
* | Rework the known rwlock to benefit about staying on their own | attilio | 2012-11-03 | 1 | -10/+1 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -2/+5 |
* | Add missed sched_pin(). | kib | 2012-10-24 | 1 | -0/+1 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -8/+2 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 2 | -0/+6 |
* | The 'testing memory' patch gets printed too many times | eadler | 2012-10-22 | 1 | -2/+0 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 2 | -6/+0 |
* | Explain the upcoming delay by printing a message when the kernel | eadler | 2012-10-22 | 1 | -0/+2 |
* | MFamd64: add machdep.uprintf_signal. | kib | 2012-10-14 | 1 | -0/+19 |
* | pciereg_cfg*: use assembly to access the mem-mapped cfg space | avg | 2012-10-14 | 1 | -6/+20 |
* | Replace all uses of the vm page queues lock by a new R/W lock. | alc | 2012-10-12 | 3 | -61/+80 |
* | MFi386 r241356 | alc | 2012-10-10 | 1 | -0/+9 |
* | Revert previous commit... | kevlo | 2012-10-10 | 3 | -3/+3 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -2/+2 |
* | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 3 | -5/+6 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 3 | -3/+3 |
* | Add several asserts to i386 pmap, which mostly state that pv entry shall | kib | 2012-10-08 | 1 | -0/+9 |
* | In a few places, like the implementation of ptrace(), a thread may call | alc | 2012-10-08 | 2 | -12/+16 |
* | Add the mps(4) driver to the i386 GENERIC config file. LSI has tested it | ken | 2012-10-01 | 1 | -0/+1 |
* | Add missing header needed by free(9). | kevlo | 2012-09-30 | 1 | -0/+1 |
* | Free result of device_get_children(9). | kevlo | 2012-09-30 | 1 | -0/+1 |
* | - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specific | jhb | 2012-09-28 | 1 | -73/+103 |
* | Eliminate a stale comment. It describes another use case for the pmap in | alc | 2012-09-28 | 2 | -14/+0 |
* | After r205013, amd64 and i386 CPU family and model IDs were printed out | dim | 2012-09-21 | 1 | -2/+2 |
* | Integrate nvme(4) and nvd(4) into the amd64 and i386 builds. | jimharris | 2012-09-17 | 1 | -0/+5 |
* | s/teh/the/g | eadler | 2012-09-14 | 1 | -1/+1 |
* | Rename the IVY_RNG option to RDRAND_RNG. | kib | 2012-09-13 | 1 | -1/+1 |