summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.ed2008-08-032-54/+0
* Enhance pmap_mapdev_attr(). Take advantage of recent enhancements toalc2008-08-021-4/+7
* Enhance pmap_change_attr() with the ability to demote 1GB page mappings.alc2008-08-012-2/+106
* Enhance pmap_change_attr(). Specifically, avoid 2MB page demotions, cachealc2008-07-312-21/+54
* Eliminate recomputation of the PDE by pmap_pde_attr().alc2008-07-311-5/+2
* Add igb to the default kerneljfv2008-07-301-1/+2
* Bring back the save/restore of the %ds, %es, %fs and %gs registers forkib2008-07-305-20/+33
* Don't allow pmap_change_attr() to be applied to the recursive mapping.alc2008-07-281-2/+5
* Add a check for 1GB page mappings to pmap_change_attr() so that it failsalc2008-07-281-1/+7
* Style fixes to several function definitions.alc2008-07-271-8/+4
* Enhance pmap_change_attr(). Use pmap_demote_pde() to demote a 2MB pagealc2008-07-271-9/+22
* Increase the ceiling on the size of the buffer map.alc2008-07-191-1/+1
* Correct an error in pmap_change_attr()'s initial loop that verifies that thealc2008-07-181-1/+1
* Simplify pmap_extract()'s control flow, making it more like the relatedalc2008-07-181-5/+4
* Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK isalc2008-07-151-4/+4
* Handle a race between pmap_kextract() and pmap_promote_pde(). This racealc2008-07-131-5/+13
* Make uart(4) the default serial port driver on i386 and amd64.ed2008-07-132-16/+15
* Refine the changes made in SVN rev 180430. Specifically, instantiate a newalc2008-07-121-16/+26
* In order to apply pmap_demote_pde() to a page directory entry (PDE) from thealc2008-07-121-2/+3
* Extend pmap_demote_pde() to include the ability to instantiate a new pagealc2008-07-101-8/+29
* Band-aid a problem with 32 bit selector setup.peter2008-07-092-1/+9
* Fix lines that are too long in pmap_growkernel() by substituting shorter butalc2008-07-091-3/+3
* Eliminate pmap_growkernel()'s dependence on create_pagetables() preallocatingalc2008-07-083-29/+34
* Rev 180333, ``Change create_pagetables() and pmap_init() so that many feweralc2008-07-081-2/+4
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outdelphij2008-07-071-0/+1
* In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPTalc2008-07-071-4/+8
* Change create_pagetables() and pmap_init() so that many fewer page tablealc2008-07-062-10/+12
* Increase the kernel map's size to 7GB, making room for a kmem map of sizealc2008-07-052-4/+4
* Eliminate an unused declaration. (In fact, the declaration is bogusalc2008-07-041-1/+0
* Increase the ceiling on the kmem map's size to 3.6GB. Also, define thealc2008-07-031-1/+2
* Eliminate an unnecessary static variable: nkpt.alc2008-07-021-9/+2
* Document the layout of the address space, borrowing heavily fromalc2008-06-301-2/+12
* Compute NKPDPE from NKPT. This reduces the number of knobs that must bealc2008-06-301-1/+1
* Strictly speaking, the definition of VM_MAX_KERNEL_ADDRESS is wrong. However,alc2008-06-292-2/+1
* Increase the size of the kernel virtual address space to 6GB. Until thealc2008-06-291-4/+3
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-252-4/+0
* Emit opcodes closer to GNU as(1) generated codes and micro-optimize.jkim2008-06-242-63/+49
* Rehash and clean up BPF JIT compiler macros to match AT&T notations.jkim2008-06-232-152/+152
* Ensure that KERNBASE is no less than the virtual address -2GB.alc2008-06-231-1/+1
* Prepare for a larger kernel virtual address space. Specifically, oncealc2008-06-211-4/+8
* Make preparations for increasing the size of the kernel virtualalc2008-06-201-3/+3
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-201-0/+1
* Make preparations for increasing the size of the kernel virtualalc2008-06-205-7/+7
* Tweak the promotion test in pmap_promote_pde(). Specifically, test PG_Aalc2008-06-131-5/+4
* Reverse the direction of pmap_promote_pde()'s traversal over the specifiedalc2008-06-121-11/+27
* Correct an error in pmap_promote_pde() that may result in an errantalc2008-06-011-5/+3
* Add jme(4) to the list of drivers supported by GENERIC kernel.yongari2008-05-271-0/+1
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-114/+0
* Add the DTrace hooks for exception handling (Function boundary tracejb2008-05-243-0/+125
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-231-29/+0
OpenPOWER on IntegriCloud