| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce pmap_change_attr_locked(). | alc | 2008-08-07 | 1 | -17/+18 |
* | Make pmap_kenter_attr() static. | alc | 2008-08-04 | 2 | -2/+2 |
* | Disconnect drivers that haven't been ported to MPSAFE TTY yet. | ed | 2008-08-03 | 2 | -54/+0 |
* | Enhance pmap_mapdev_attr(). Take advantage of recent enhancements to | alc | 2008-08-02 | 1 | -4/+7 |
* | Enhance pmap_change_attr() with the ability to demote 1GB page mappings. | alc | 2008-08-01 | 2 | -2/+106 |
* | Enhance pmap_change_attr(). Specifically, avoid 2MB page demotions, cache | alc | 2008-07-31 | 2 | -21/+54 |
* | Eliminate recomputation of the PDE by pmap_pde_attr(). | alc | 2008-07-31 | 1 | -5/+2 |
* | Add igb to the default kernel | jfv | 2008-07-30 | 1 | -1/+2 |
* | Bring back the save/restore of the %ds, %es, %fs and %gs registers for | kib | 2008-07-30 | 5 | -20/+33 |
* | Don't allow pmap_change_attr() to be applied to the recursive mapping. | alc | 2008-07-28 | 1 | -2/+5 |
* | Add a check for 1GB page mappings to pmap_change_attr() so that it fails | alc | 2008-07-28 | 1 | -1/+7 |
* | Style fixes to several function definitions. | alc | 2008-07-27 | 1 | -8/+4 |
* | Enhance pmap_change_attr(). Use pmap_demote_pde() to demote a 2MB page | alc | 2008-07-27 | 1 | -9/+22 |
* | Increase the ceiling on the size of the buffer map. | alc | 2008-07-19 | 1 | -1/+1 |
* | Correct an error in pmap_change_attr()'s initial loop that verifies that the | alc | 2008-07-18 | 1 | -1/+1 |
* | Simplify pmap_extract()'s control flow, making it more like the related | alc | 2008-07-18 | 1 | -5/+4 |
* | Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK is | alc | 2008-07-15 | 1 | -4/+4 |
* | Handle a race between pmap_kextract() and pmap_promote_pde(). This race | alc | 2008-07-13 | 1 | -5/+13 |
* | Make uart(4) the default serial port driver on i386 and amd64. | ed | 2008-07-13 | 2 | -16/+15 |
* | Refine the changes made in SVN rev 180430. Specifically, instantiate a new | alc | 2008-07-12 | 1 | -16/+26 |
* | In order to apply pmap_demote_pde() to a page directory entry (PDE) from the | alc | 2008-07-12 | 1 | -2/+3 |
* | Extend pmap_demote_pde() to include the ability to instantiate a new page | alc | 2008-07-10 | 1 | -8/+29 |
* | Band-aid a problem with 32 bit selector setup. | peter | 2008-07-09 | 2 | -1/+9 |
* | Fix lines that are too long in pmap_growkernel() by substituting shorter but | alc | 2008-07-09 | 1 | -3/+3 |
* | Eliminate pmap_growkernel()'s dependence on create_pagetables() preallocating | alc | 2008-07-08 | 3 | -29/+34 |
* | Rev 180333, ``Change create_pagetables() and pmap_init() so that many fewer | alc | 2008-07-08 | 1 | -2/+4 |
* | Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out | delphij | 2008-07-07 | 1 | -0/+1 |
* | In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPT | alc | 2008-07-07 | 1 | -4/+8 |
* | Change create_pagetables() and pmap_init() so that many fewer page table | alc | 2008-07-06 | 2 | -10/+12 |
* | Increase the kernel map's size to 7GB, making room for a kmem map of size | alc | 2008-07-05 | 2 | -4/+4 |
* | Eliminate an unused declaration. (In fact, the declaration is bogus | alc | 2008-07-04 | 1 | -1/+0 |
* | Increase the ceiling on the kmem map's size to 3.6GB. Also, define the | alc | 2008-07-03 | 1 | -1/+2 |
* | Eliminate an unnecessary static variable: nkpt. | alc | 2008-07-02 | 1 | -9/+2 |
* | Document the layout of the address space, borrowing heavily from | alc | 2008-06-30 | 1 | -2/+12 |
* | Compute NKPDPE from NKPT. This reduces the number of knobs that must be | alc | 2008-06-30 | 1 | -1/+1 |
* | Strictly speaking, the definition of VM_MAX_KERNEL_ADDRESS is wrong. However, | alc | 2008-06-29 | 2 | -2/+1 |
* | Increase the size of the kernel virtual address space to 6GB. Until the | alc | 2008-06-29 | 1 | -4/+3 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 2 | -4/+0 |
* | Emit opcodes closer to GNU as(1) generated codes and micro-optimize. | jkim | 2008-06-24 | 2 | -63/+49 |
* | Rehash and clean up BPF JIT compiler macros to match AT&T notations. | jkim | 2008-06-23 | 2 | -152/+152 |
* | Ensure that KERNBASE is no less than the virtual address -2GB. | alc | 2008-06-23 | 1 | -1/+1 |
* | Prepare for a larger kernel virtual address space. Specifically, once | alc | 2008-06-21 | 1 | -4/+8 |
* | Make preparations for increasing the size of the kernel virtual | alc | 2008-06-20 | 1 | -3/+3 |
* | Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabit | delphij | 2008-06-20 | 1 | -0/+1 |
* | Make preparations for increasing the size of the kernel virtual | alc | 2008-06-20 | 5 | -7/+7 |
* | Tweak the promotion test in pmap_promote_pde(). Specifically, test PG_A | alc | 2008-06-13 | 1 | -5/+4 |
* | Reverse the direction of pmap_promote_pde()'s traversal over the specified | alc | 2008-06-12 | 1 | -11/+27 |
* | Correct an error in pmap_promote_pde() that may result in an errant | alc | 2008-06-01 | 1 | -5/+3 |
* | Add jme(4) to the list of drivers supported by GENERIC kernel. | yongari | 2008-05-27 | 1 | -0/+1 |
* | Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and | bz | 2008-05-26 | 1 | -114/+0 |