Age | Commit message (Expand) | Author |
2018-04-27 | The i.MX8M has the same quirk as the i.MX6SX, where the CAP1 register | Patrick Wildt |
2018-04-27 | Newer fec(4), like implemented on i.MX8M, have multiple interrupt lines | Patrick Wildt |
2018-04-27 | implement test for running in a hypervisor on amd64/i386 | Jonathan Gray |
2018-04-26 | vmm(4): passthrough port 0x61 to vmd(8) | Mike Larkin |
2018-04-26 | Oups, we only need vmmci(4) for the ramdisk, not the whole vmm(4). | Peter Hessler |
2018-04-26 | enable vmmci(4) on the ramdisks, so bsd.rd plays nicer when it powers off | Peter Hessler |
2018-04-26 | vmm(4): Rearrange some interrupt window exiting code | Mike Larkin |
2018-04-26 | Prefer leaq+%rip-relative over movabsq | Philip Guenther |
2018-04-26 | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. | Paul Irofti |
2018-04-26 | Reorder trapframe/intrframe to put %rbp next to %rip and make it | Philip Guenther |
2018-04-26 | vmm(4): remove some unnecessary kernel lock code from the SVM guest loop | Mike Larkin |
2018-04-26 | Remove solock() surrounding PRU_CONTROL in soo_ioctl(). | Paul Irofti |
2018-04-26 | vmm(4): ensure SVM_INTERCEPT_INTR is always enabled before entering | Mike Larkin |
2018-04-26 | Reduce differences between isoch & bulk/intr routines. | Martin Pieuchot |
2018-04-26 | Follows section 6.2.3.6 to compute endpoint interval. | Martin Pieuchot |
2018-04-26 | prot_exec is the correct name; spotted by landry | Theo de Raadt |
2018-04-26 | Drop into ddb(4) if pmap_tlb_shoot*() take too much time in MP_LOCKDEBUG | Martin Pieuchot |
2018-04-26 | Rewrite fdcopy() to avoid memcpy()s. | Martin Pieuchot |
2018-04-25 | Simplify the handling of faults in iretq and xrstor by doing the | Philip Guenther |
2018-04-25 | vmm(4): clarify whose FPU state we are saving (change in a comment) | Mike Larkin |
2018-04-25 | Make this header standalone #if __BSD_VISIBLE, by including needed headers | Jeremie Courreges-Anglas |
2018-04-25 | Fix use of unreferenced vnode by decrementing the vnode's reference | Visa Hankala |
2018-04-25 | use size_t for the size of buffers and strings, not int. | David Gwynne |
2018-04-25 | Teach mtx_enter_try(9) to avoid deadlocks after a panic. | Martin Pieuchot |
2018-04-25 | Introduce fd_iterfile() a new helper function to iterate over `filehead'. | Martin Pieuchot |
2018-04-25 | update ttm and radeondrm(4) to Linux 4.4.129 | Jonathan Gray |
2018-04-25 | Add a way to reattach efifb(4). This will be used when radeondrm(4) | Jonathan Gray |
2018-04-24 | Use pf_rm_rule() instead of pool_put() to decrement references by | Alexander Bluhm |
2018-04-24 | Move code into inline functions to hide #ifdefs and improve readability. | Philip Guenther |
2018-04-24 | vmm(4): fix lockups on SVM hosts when booting Linux guests | Mike Larkin |
2018-04-24 | <machine/i82489reg.h> isn't used here | Philip Guenther |
2018-04-24 | Fix copy and paste typo in pfi_kif_unref route error message. | Alexander Bluhm |
2018-04-24 | Make the ramdisks compile again, we don't have MROUTING on them. | Florian Obser |
2018-04-24 | Fill the 'card' member of v4l2_capability struct with the usb product | Landry Breuil |
2018-04-24 | Make futex(2) also return ECANCELED in case SA_RESTART was set. | Paul Irofti |
2018-04-24 | account for FPU context switch (uvm statistic only) | Mike Larkin |
2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. | Paul Irofti |
2018-04-24 | Push NET_LOCK down in the default ifioctl case. | Paul Irofti |
2018-04-24 | make the check for XSAVE the same as it is later in the file, for | Mike Larkin |
2018-04-24 | Enable gpioiic(4) and gpioow(4). From Artturi Alm. | Mark Kettenis |
2018-04-24 | Run duplicate address detection again if an existing address gets | Florian Obser |
2018-04-24 | Remove unused rtentry parameter. | Florian Obser |
2018-04-24 | Enable em(4) on loongson. | Visa Hankala |
2018-04-24 | Do not lock the kernel when expanding the working buffer. | Visa Hankala |
2018-04-23 | Move efi_cleanup() to before the mem_pass() since efi_cleanup() might | YASUOKA Masahiko |
2018-04-23 | regen | ccardenas |
2018-04-23 | Add ids for AMD 15h 3xh family along with Kaveri graphics | ccardenas |
2018-04-22 | Use free(9) size argument in azalia_codec_select_dacs(). From | Alexandre Ratchov |
2018-04-22 | Wrap debug-only variable definition in #ifdef AZALIA_DEBUG. From | Alexandre Ratchov |
2018-04-22 | Add reference counting that prevents freeing of busy aesni sessions. | Visa Hankala |