| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 1 | -0/+2 |
* | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 1 | -0/+8 |
* | MFC | attilio | 2013-03-09 | 1 | -0/+3 |
* | MFC | attilio | 2013-03-08 | 1 | -1/+1 |
|\ |
|
| * | Correct two spelling mistakes in a comment. | gavin | 2013-03-07 | 1 | -1/+1 |
* | | MFC | attilio | 2013-03-02 | 5 | -52/+94 |
|\ \
| |/ |
|
| * | - Revert the part of r247601 which turned the overtemperature and power fail | marius | 2013-03-02 | 1 | -11/+9 |
| * | Revert the part of r247600 which turned the overtemperature and power fail | marius | 2013-03-02 | 1 | -18/+16 |
| * | - Apparently, it's no longer a problem to call shutdown_nice(9) from within | marius | 2013-03-02 | 1 | -12/+14 |
| * | - While Netra X1 generally show no ill effects when registering a power | marius | 2013-03-02 | 1 | -27/+44 |
| * | - In sbbc_pci_attach() just pass the already obtained bus tag and handle | marius | 2013-03-01 | 1 | -4/+3 |
| * | - Remove an unused header. | marius | 2013-03-01 | 1 | -6/+41 |
| * | MFcalloutng: | mav | 2013-02-28 | 1 | -18/+11 |
| * | Merge from vmobj-rwlock: | attilio | 2013-02-27 | 1 | -3/+2 |
| * | Merge from vmobj-rwlock branch: | attilio | 2013-02-26 | 1 | -1/+0 |
* | | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -5/+5 |
* | | Fix other architectures and ZFS. | attilio | 2013-02-21 | 2 | -1/+1 |
* | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -4/+4 |
* | | There is no need to use VM_OBJECT_LOCKED() as the assertion won't | attilio | 2013-02-20 | 1 | -3/+2 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -4/+4 |
|/ |
|
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 3 | -412/+277 |
* | The 'end' word was missed in the comment. | kib | 2013-02-08 | 1 | -2/+2 |
* | Remove support for plip from the GENERIC kernel as no systems in the | eadler | 2013-02-01 | 1 | -1/+0 |
* | Revert the part of r239864 which removed obtaining the SMP mutex around | marius | 2013-01-23 | 2 | -20/+4 |
* | Revert bogus part of r241740. | marius | 2013-01-03 | 1 | -4/+5 |
* | 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 |
* | Revert r237842 and switch back to SCHED_ULE. All problems I encountered | marius | 2012-12-16 | 1 | -1/+1 |
* | Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.h | kib | 2012-11-16 | 1 | -0/+1 |
* | - Implement run-time expansion of the KTR buffer via sysctl. | jeff | 2012-11-15 | 1 | -0/+1 |
* | Flip the semantic of M_NOWAIT to only require the allocation to not | kib | 2012-11-14 | 1 | -8/+1 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 3 | -4/+4 |
* | Rework the known rwlock to benefit about staying on their own | attilio | 2012-11-03 | 2 | -13/+2 |
* | - Give PIL_PREEMPT the lowest priority just above low/stray interrupts. | marius | 2012-10-20 | 2 | -10/+10 |
* | - Remove an unused header. | marius | 2012-10-19 | 1 | -6/+4 |
* | Let SCHED_ULE give affinity to the CPU the tick interrupt triggered on | marius | 2012-10-19 | 1 | -1/+3 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -3/+3 |
* | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 3 | -15/+3 |
* | Eliminate a stale comment. It describes another use case for the pmap in | alc | 2012-09-28 | 1 | -5/+0 |
* | Correct double "the the" | eadler | 2012-09-14 | 1 | -1/+1 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 1 | -1/+0 |
* | Prevent indent(1) from reformatting this comment, as it contains | gavin | 2012-09-07 | 1 | -1/+1 |
* | Add a global MD macro for the VIS block size instead of duplicating | marius | 2012-08-31 | 4 | -51/+48 |
* | - Unlike cache invalidation and TLB demapping IPIs, reading registers from | marius | 2012-08-29 | 3 | -17/+29 |
* | Grammar fix: s/NIC's/NICs/ | gjb | 2012-08-26 | 1 | -1/+1 |
* | Merge r236494 from x86: | marius | 2012-08-05 | 2 | -4/+12 |
* | Switch back to the 4BSD scheduler for now. There is some more or less | marius | 2012-06-30 | 1 | -1/+1 |
* | Now that the mps(4) driver is endian-safe, add it to the powerpc and | ken | 2012-06-28 | 1 | -0/+1 |
* | Add new pmap layer locks to the predefined lock order. Change the names | alc | 2012-06-27 | 1 | -2/+3 |
* | Make the wchar_t type machine dependent. | andrew | 2012-06-24 | 2 | -6/+4 |