| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 43 | -19585/+0 |
* | Introduce pmap_unwire(). It will replace pmap_change_wiring(). There are | Alan Cox | 2014-07-06 | 1 | -0/+32 |
* | Improve the KTR logs by naming the values. | Marcel Moolenaar | 2014-07-02 | 1 | -53/+59 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 2 | -5/+3 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 2 | -3/+5 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 2 | -5/+3 |
* | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | Attilio Rao | 2014-06-16 | 1 | -1/+1 |
* | Retire smp_active. It was racey and caused demonstrated problems with | Scott Long | 2014-04-26 | 1 | -1/+1 |
* | Fix missed efi.h header change in r263815 | Ed Maste | 2014-03-28 | 1 | -1/+1 |
* | Move ia64 efi.h to sys in preparation for amd64 UEFI support | Ed Maste | 2014-03-27 | 9 | -9/+9 |
* | Rename global cnt to vm_cnt to avoid shadowing. | Bryan Drewery | 2014-03-22 | 2 | -3/+3 |
* | Add KTR events for the PMAP interface functions | Marcel Moolenaar | 2014-03-19 | 2 | -52/+155 |
* | Fix and improve exception tracing: | Marcel Moolenaar | 2014-03-18 | 7 | -80/+427 |
* | In intr_event_handle() we already save and set td_intr_frame, so | Marcel Moolenaar | 2014-03-17 | 1 | -0/+4 |
* | Move the implementation of kdb_cpu_trap() from <machine/kdb.h> to | Marcel Moolenaar | 2014-03-16 | 1 | -0/+13 |
* | Don't use the ITC as the faulting address for external interrupts. | Marcel Moolenaar | 2014-03-16 | 2 | -3/+3 |
* | In intr_event_handle() we already save and set td_intr_frame, so | Marcel Moolenaar | 2014-03-16 | 2 | -7/+6 |
* | Delete stray clause 3 (Advertising clause) and renumber while i'm | Warner Losh | 2014-03-11 | 1 | -1/+1 |
* | When reading physical memory, make sure to access it using the right | Marcel Moolenaar | 2014-03-04 | 1 | -51/+58 |
* | In pmap_set_pte(), make sure to enforce ordering by inserting a memory | Marcel Moolenaar | 2014-01-20 | 1 | -2/+4 |
* | In the nested TLB fault handler, for a direct-mapped address, make | Marcel Moolenaar | 2014-01-15 | 1 | -1/+1 |
* | Add a virt_foreach() that does the same as what phys_foreach() does and | Marcel Moolenaar | 2013-12-28 | 1 | -8/+94 |
* | Add the scaffolding for minidumps. They're just like physical dumps, | Marcel Moolenaar | 2013-12-27 | 1 | -21/+65 |
* | Allow pmap_remove_pages() to be called for physical maps not | Marcel Moolenaar | 2013-12-12 | 1 | -6/+4 |
* | Don't enable interrupts before we call sched_throw(). Interrupts | Marcel Moolenaar | 2013-11-10 | 1 | -2/+0 |
* | Use LOG2_ID_PAGE_SIZE again for the identity mapping in regions 6 & 7. | Marcel Moolenaar | 2013-11-01 | 2 | -4/+4 |
* | The PAL_PTCE_INFO function returns the counts and strides of the | Marcel Moolenaar | 2013-11-01 | 1 | -10/+10 |
* | Purge the translation cache of APs before we unleash them. To that | Marcel Moolenaar | 2013-10-31 | 2 | -18/+5 |
* | Respect the kern.smp.disabled tunable. When we're scanning the MADT in | Marcel Moolenaar | 2013-10-31 | 1 | -0/+5 |
* | Add bus_dmamap_load_ma() function to load map with the array of | Konstantin Belousov | 2013-10-27 | 1 | -0/+11 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | Alan Cox | 2013-09-20 | 1 | -31/+0 |
* | On those machines, where sf_bufs do not represent any real object, make | Gleb Smirnoff | 2013-09-06 | 1 | -22/+0 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | Alan Cox | 2013-08-29 | 1 | -0/+44 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | Konstantin Belousov | 2013-08-22 | 1 | -2/+2 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | Attilio Rao | 2013-08-09 | 1 | -12/+10 |
* | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson | 2013-08-07 | 1 | -1/+2 |
* | In ia64_mca_init(), don't limit the allocation of the info block to | Marcel Moolenaar | 2013-07-23 | 1 | -2/+2 |
* | In pmap_mapdev(), if the physical memory range is not covered by an EFI | Marcel Moolenaar | 2013-07-23 | 1 | -1/+1 |
* | o Relax locking assertions for vm_page_find_least() | Attilio Rao | 2013-05-21 | 1 | -1/+2 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | Konstantin Belousov | 2013-03-19 | 1 | -0/+2 |
* | Add pmap function pmap_copy_pages(), which copies the content of the | Konstantin Belousov | 2013-03-14 | 1 | -0/+24 |
* | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 2 | -5/+6 |
* | MFcalloutng: | Alexander Motin | 2013-02-28 | 1 | -15/+7 |
* | MFcalloutng: | Davide Italiano | 2013-02-28 | 1 | -3/+4 |
* | kernacc() expects all KVAs to be covered in the kernel map. With the | Marcel Moolenaar | 2013-02-25 | 1 | -4/+4 |
* | Close a race relating to setting the PCPU pointer (r13). Register r13 | Marcel Moolenaar | 2013-02-17 | 1 | -5/+5 |
* | Return EFAULT when the address is not a kernel virtual address. | Marcel Moolenaar | 2013-02-16 | 1 | -0/+2 |
* | Eliminate the PC_CURTHREAD symbol and load the current thread's | Marcel Moolenaar | 2013-02-12 | 3 | -35/+33 |
* | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -244/+224 |
* | Now that we actually use more memory descriptors, make sure to dump | Marcel Moolenaar | 2013-02-12 | 1 | -1/+4 |