| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -2/+2 |
* | Add process descriptors support to the GENERIC kernel. It is already being | pjd | 2013-08-18 | 1 | -2/+3 |
* | Tidy up global locks for ACPICA. There is no functional change. | jkim | 2013-08-13 | 1 | -3/+3 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -12/+10 |
* | follow up to r254051 | avg | 2013-08-09 | 1 | -2/+1 |
* | enable KDB_TRACE in GENERICs | avg | 2013-08-07 | 1 | -1/+1 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -1/+2 |
* | Back out r253779 & r253786. | obrien | 2013-07-31 | 1 | -1/+0 |
* | Decouple yarrow from random(4) device. | obrien | 2013-07-29 | 1 | -0/+1 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -2/+2 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -2/+2 |
* | In pci_cfgregread() and pci_cfgregwrite(), multiplex the domain and | marcel | 2013-07-23 | 1 | -2/+2 |
* | In ia64_mca_init(), don't limit the allocation of the info block to | marcel | 2013-07-23 | 1 | -2/+2 |
* | In pmap_mapdev(), if the physical memory range is not covered by an EFI | marcel | 2013-07-23 | 1 | -1/+1 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+39 |
* | Move definitions required by userland applications out of acpica_machdep.h. | jkim | 2013-06-27 | 1 | -7/+2 |
* | Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri... | achim | 2013-05-24 | 1 | -0/+1 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 1 | -1/+2 |
* | Tidy up some CVS workarounds. | peter | 2013-05-12 | 2 | -2/+0 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE' | trasz | 2013-04-12 | 1 | -1/+1 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+54 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -1/+2 |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 1 | -1/+0 |
* | 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/+24 |
* | MFC | attilio | 2013-03-02 | 2 | -18/+11 |
|\ |
|
| * | MFcalloutng: | mav | 2013-02-28 | 1 | -15/+7 |
| * | MFcalloutng: | davide | 2013-02-28 | 1 | -3/+4 |
* | | MFC | attilio | 2013-02-26 | 2 | -8/+9 |
|\ \
| |/ |
|
| * | kernacc() expects all KVAs to be covered in the kernel map. With the | marcel | 2013-02-25 | 2 | -8/+9 |
* | | MFC | attilio | 2013-02-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Enable PREEMPTION by default now that PR 147501 has been fixed. | marcel | 2013-02-23 | 1 | -1/+1 |
* | | 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 | 1 | -0/+1 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -5/+5 |
|/ |
|
* | Close a race relating to setting the PCPU pointer (r13). Register r13 | marcel | 2013-02-17 | 1 | -5/+5 |
* | Return EFAULT when the address is not a kernel virtual address. | marcel | 2013-02-16 | 1 | -0/+2 |
* | Eliminate the PC_CURTHREAD symbol and load the current thread's | marcel | 2013-02-12 | 3 | -35/+33 |
* | Eliminate padding by moving 'narg' next to 'code'. Both are 32-bit | marcel | 2013-02-12 | 1 | -1/+1 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -244/+224 |
* | Now that we actually use more memory descriptors, make sure to dump | marcel | 2013-02-12 | 1 | -1/+4 |
* | Remove firewire devices missed in r244992. | hrs | 2013-01-04 | 1 | -5/+0 |
* | 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 | -1/+0 |
* | Flip the semantic of M_NOWAIT to only require the allocation to not | kib | 2012-11-14 | 1 | -6/+2 |
* | Rework the known rwlock to benefit about staying on their own | attilio | 2012-11-03 | 1 | -10/+1 |
* | Fix compilation on ia64 when page size is configured for 16KB. | kib | 2012-10-28 | 2 | -21/+37 |
* | Port the new PV entry allocator from amd64/i386. This allocator has two | alc | 2012-10-26 | 2 | -233/+445 |
* | Eliminate a stale comment. It describes another use case for the pmap in | alc | 2012-09-28 | 1 | -7/+0 |