| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r262338 | alc | 2014-05-07 | 1 | -5/+11 |
* | MFC the mpr(4) driver for LSI's 12Gb SAS cards. | ken | 2014-05-05 | 2 | -1/+2 |
* | MFC r263912: | kib | 2014-04-05 | 1 | -1/+2 |
* | MFC r263001 | royger | 2014-04-04 | 4 | -119/+121 |
* | MFC 261991: | dim | 2014-03-21 | 2 | -2/+2 |
* | MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179, | jhb | 2014-03-06 | 1 | -0/+14 |
* | MFC 261517,261520: | jhb | 2014-02-18 | 1 | -3/+0 |
* | MFC 259140: | jhb | 2014-02-18 | 1 | -9/+0 |
* | MFC r257417: Remove references to an unused fasttrap probe hook | avg | 2014-02-17 | 1 | -11/+3 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 1 | -1/+1 |
* | MFC DMAR busdma implementation. | kib | 2013-12-17 | 1 | -0/+1 |
* | MFC r258950: | delphij | 2013-12-16 | 1 | -0/+3 |
* | MFC r258948: | delphij | 2013-12-06 | 1 | -0/+2 |
* | MFC 258176: | royger | 2013-12-05 | 1 | -1/+1 |
* | MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) | emaste | 2013-11-25 | 3 | -56/+6 |
* | MFC r258016: | dim | 2013-11-18 | 1 | -1/+1 |
* | MFC r257856: | kib | 2013-11-15 | 1 | -6/+6 |
* | MFC r257858: | kib | 2013-11-15 | 1 | -0/+2 |
* | MFC r256328: | gjb | 2013-10-11 | 1 | -3/+4 |
* | - Remove debugging from GENERIC* kernel configurations | gjb | 2013-10-10 | 1 | -9/+0 |
* | Remove redundant declarations of szsigcode and sigcode in | dim | 2013-10-07 | 1 | -2/+0 |
* | Remove redundant declaration of force_evtchn_callback() in the | dim | 2013-10-07 | 1 | -3/+0 |
* | Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id | gibbs | 2013-10-05 | 3 | -11/+6 |
* | add aesni module to i386 and amd64 NOTES... | jmg | 2013-10-04 | 1 | -0/+1 |
* | Free both KVA and backing pages when freeing TSS memory. | kib | 2013-09-23 | 1 | -1/+1 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 1 | -0/+12 |
* | Fix compilation of the i386 PAE kernel config. | gibbs | 2013-09-22 | 1 | -2/+0 |
* | Merge Xen PVHVM support into the GENERIC kernel config for both | gibbs | 2013-09-20 | 4 | -44/+12 |
* | Substantial rewrite of bxe(4) to add support for the BCM57712 and | davidch | 2013-09-20 | 2 | -1/+4 |
* | Add support for suspend/resume/migration operations when running as a | gibbs | 2013-09-20 | 2 | -2/+18 |
* | sys/i386/xen/mp_machdep.c: | gibbs | 2013-09-20 | 2 | -3/+9 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 2 | -102/+0 |
* | sys/i386/xen_mp_machdep.c: | gibbs | 2013-09-19 | 1 | -0/+3 |
* | Fix panic in ktrcapfail() when no capability rights are passed. | pjd | 2013-09-18 | 1 | -1/+1 |
* | Regen. | rdivacky | 2013-09-18 | 5 | -94/+16 |
* | Revert r255672, it has some serious flaws, leaking file references etc. | rdivacky | 2013-09-18 | 2 | -6/+8 |
* | Regen. | rdivacky | 2013-09-18 | 5 | -16/+95 |
* | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | rdivacky | 2013-09-18 | 2 | -8/+6 |
* | Add vmx(4) to i386 and amd64 GENERIC | bryanv | 2013-09-17 | 1 | -0/+3 |
* | Merge the change r255607 from amd64 to i386. | kib | 2013-09-16 | 1 | -0/+2 |
* | Prior to r254304, we only began scanning the active page queue when the | alc | 2013-09-11 | 1 | -52/+69 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 2 | -5/+5 |
* | Implement PV IPIs for PVHVM guests and further converge PV and HVM | gibbs | 2013-09-06 | 5 | -64/+84 |
* | Add vmx device to the i386 and amd64 NOTES files | bryanv | 2013-09-06 | 1 | -0/+2 |
* | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+3 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 4 | -6/+18 |
* | Better conformance to style(9) and organizational cleanup. | gibbs | 2013-09-02 | 1 | -40/+51 |
* | Introduce a new, HVM compatible, paravirtualized timer driver for Xen. | gibbs | 2013-08-29 | 5 | -640/+6 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 18 | -229/+252 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 2 | -0/+172 |