| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIe | John Baldwin | 2008-09-10 | 1 | -14/+48 |
* | The pcb_gs32p should be per-cpu, not per-thread pointer. This is | Konstantin Belousov | 2008-09-08 | 7 | -8/+8 |
* | Provide private per-CPU GDTs on amd64. This is required at least for the | Konstantin Belousov | 2008-09-08 | 2 | -5/+13 |
* | In linux_set_thread_area(), mark pcb as PCB_GS32BIT. This was missed | Konstantin Belousov | 2008-09-08 | 1 | -1/+1 |
* | Fix inconsistencies in the comments. | Konstantin Belousov | 2008-09-08 | 2 | -3/+3 |
* | Segment registers are stored in the uc_mcontext member of the struct | Konstantin Belousov | 2008-09-07 | 2 | -4/+4 |
* | - When executing FreeBSD/amd64 binaries from FreeBSD/i386 or Linux/i386 | Konstantin Belousov | 2008-09-02 | 3 | -2/+20 |
* | Move empty filter handling to MI source. | Jung-uk Kim | 2008-08-26 | 1 | -4/+0 |
* | Fix a typo in copyrights. | Jung-uk Kim | 2008-08-25 | 2 | -2/+2 |
* | Adjust the handling the various timer frequencies when using the lapic | John Baldwin | 2008-08-23 | 1 | -10/+17 |
* | Extend the support for PCI-e memory mapped configuration space access: | John Baldwin | 2008-08-22 | 2 | -3/+138 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -1/+1 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | John Baldwin | 2008-08-19 | 1 | -2/+2 |
* | Correctly check unsignedness of all BPF_LD|BPF_IND instructions. | Jung-uk Kim | 2008-08-18 | 2 | -38/+70 |
* | - Make these files compilable on user land. | Jung-uk Kim | 2008-08-18 | 1 | -4/+28 |
* | The doreti_iret_fault code is always called with gs base MSR containing | Konstantin Belousov | 2008-08-18 | 1 | -6/+3 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 2 | -2/+4 |
* | Use int32_t/int16_t instead of int/short as sys/net/bpf_filter.c does. | Jung-uk Kim | 2008-08-13 | 1 | -4/+4 |
* | - Remove unnecessary jump instruction(s) when offset(s) is/are zero(s). | Jung-uk Kim | 2008-08-13 | 2 | -78/+84 |
* | Update copyrights and fix style(9). | Jung-uk Kim | 2008-08-12 | 2 | -10/+10 |
* | Replace all stack usages with registers and remove unused macros. | Jung-uk Kim | 2008-08-12 | 2 | -86/+81 |
* | Decode some more "exotic" instructions including: fxsave, fxrstor, ldmxcsr, | John Baldwin | 2008-08-11 | 1 | -9/+68 |
* | Intel describes the behavior of their processors as "undefined" if two or | Alan Cox | 2008-08-09 | 1 | -2/+84 |
* | - Add cpuctl(4) pseudo-device driver to provide access to some low-level | Stanislav Sedov | 2008-08-08 | 4 | -0/+62 |
* | Introduce pmap_change_attr_locked(). | Alan Cox | 2008-08-07 | 1 | -17/+18 |
* | Make pmap_kenter_attr() static. | Alan Cox | 2008-08-04 | 2 | -2/+2 |
* | Disconnect drivers that haven't been ported to MPSAFE TTY yet. | Ed Schouten | 2008-08-03 | 2 | -54/+0 |
* | Enhance pmap_mapdev_attr(). Take advantage of recent enhancements to | Alan Cox | 2008-08-02 | 1 | -4/+7 |
* | Enhance pmap_change_attr() with the ability to demote 1GB page mappings. | Alan Cox | 2008-08-01 | 2 | -2/+106 |
* | Enhance pmap_change_attr(). Specifically, avoid 2MB page demotions, cache | Alan Cox | 2008-07-31 | 2 | -21/+54 |
* | Eliminate recomputation of the PDE by pmap_pde_attr(). | Alan Cox | 2008-07-31 | 1 | -5/+2 |
* | Add igb to the default kernel | Jack F Vogel | 2008-07-30 | 1 | -1/+2 |
* | Bring back the save/restore of the %ds, %es, %fs and %gs registers for | Konstantin Belousov | 2008-07-30 | 5 | -20/+33 |
* | Don't allow pmap_change_attr() to be applied to the recursive mapping. | Alan Cox | 2008-07-28 | 1 | -2/+5 |
* | Add a check for 1GB page mappings to pmap_change_attr() so that it fails | Alan Cox | 2008-07-28 | 1 | -1/+7 |
* | Style fixes to several function definitions. | Alan Cox | 2008-07-27 | 1 | -8/+4 |
* | Enhance pmap_change_attr(). Use pmap_demote_pde() to demote a 2MB page | Alan Cox | 2008-07-27 | 1 | -9/+22 |
* | Increase the ceiling on the size of the buffer map. | Alan Cox | 2008-07-19 | 1 | -1/+1 |
* | Correct an error in pmap_change_attr()'s initial loop that verifies that the | Alan Cox | 2008-07-18 | 1 | -1/+1 |
* | Simplify pmap_extract()'s control flow, making it more like the related | Alan Cox | 2008-07-18 | 1 | -5/+4 |
* | Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK is | Alan Cox | 2008-07-15 | 1 | -4/+4 |
* | Handle a race between pmap_kextract() and pmap_promote_pde(). This race | Alan Cox | 2008-07-13 | 1 | -5/+13 |
* | Make uart(4) the default serial port driver on i386 and amd64. | Ed Schouten | 2008-07-13 | 2 | -16/+15 |
* | Refine the changes made in SVN rev 180430. Specifically, instantiate a new | Alan Cox | 2008-07-12 | 1 | -16/+26 |
* | In order to apply pmap_demote_pde() to a page directory entry (PDE) from the | Alan Cox | 2008-07-12 | 1 | -2/+3 |
* | Extend pmap_demote_pde() to include the ability to instantiate a new page | Alan Cox | 2008-07-10 | 1 | -8/+29 |
* | Band-aid a problem with 32 bit selector setup. | Peter Wemm | 2008-07-09 | 2 | -1/+9 |
* | Fix lines that are too long in pmap_growkernel() by substituting shorter but | Alan Cox | 2008-07-09 | 1 | -3/+3 |
* | Eliminate pmap_growkernel()'s dependence on create_pagetables() preallocating | Alan Cox | 2008-07-08 | 3 | -29/+34 |
* | Rev 180333, ``Change create_pagetables() and pmap_init() so that many fewer | Alan Cox | 2008-07-08 | 1 | -2/+4 |