Age | Commit message (Expand) | Author |
2013-09-11 | Another AMD Hudson-2 PCIE bridge. | Mark Kettenis |
2013-09-11 | Use u_int64_t instead of daddr_t for the local variables in the | Kenneth R Westerback |
2013-09-10 | fix typos for additional functions | Theo de Raadt |
2013-09-10 | Make splassert for IPL_NONE fail, if we're in interrupt context. | Patrick Wildt |
2013-09-10 | Store the current interrupt depth in curcpu, so that it's per CPU | Patrick Wildt |
2013-09-10 | Enable some code that seems to relate to an errata for | Jonathan Gray |
2013-09-09 | Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15. | Patrick Wildt |
2013-09-08 | switch to using linux style pci match tables | Jonathan Gray |
2013-09-08 | fix next path selection so if the current path is NULL (which can occur if | David Gwynne |
2013-09-08 | Enable vmx(4) on i386 and amd64. | Reyk Floeter |
2013-09-08 | Unbreak vmx(4) on i386. The right shift of 32 bits for the DSH | Reyk Floeter |
2013-09-06 | Instead of printing on spurious interrupts, use an event counter to show | Patrick Wildt |
2013-09-06 | Support for FreeScale's i.MX6 SoC. | Patrick Wildt |
2013-09-06 | need sys/device.h | Theo de Raadt |
2013-09-06 | In one core dump the pointers to socket, inpcb, tcpcb on the stack | Alexander Bluhm |
2013-09-06 | Make use of IFP_TO_IA() instead of rolling our own copy. | Martin Pieuchot |
2013-09-06 | Fix build with USB_DEBUG defined, pipes don't have refcounters anymore. | Martin Pieuchot |
2013-09-06 | Missing semicolons. | Martin Pieuchot |
2013-09-05 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-09-05 | Service the 88100 floating-point exceptions through trap(), keeping the | Miod Vallat |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-09-05 | Split the files file into a generic one for armv7, and soc-specific ones. | Patrick Wildt |
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt |
2013-09-04 | Convert vgafb to use a proper softc. | Martin Pieuchot |
2013-09-04 | Ignore OMAP's kernel directories. Found by maja@. | Patrick Wildt |
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt |
2013-09-04 | In the future, we shouldn't have one port port ARM SoC, that's just | Patrick Wildt |
2013-09-03 | When a partition is changing to UNUSED, we try to save kernel-set | Kenneth R Westerback |
2013-09-03 | Rewrite the ARMv7 cache discovery, as some assumptions in the previous one | Patrick Wildt |
2013-09-03 | Use satosin() rather than the local SIN macro, no functional change. | Martin Pieuchot |
2013-09-03 | When /dev/wsmouse is opened right after resume, some synaptics touchpads | Stefan Sperling |
2013-09-03 | Only free the per-protocol descriptor if a touchpad cannot be correctly | Martin Pieuchot |
2013-09-03 | DELL MD3060e works | David Gwynne |
2013-09-02 | fb refcount must be initialised to 1 not 0 to match the behaviour | Jonathan Gray |
2013-09-02 | use DRM_MEMORYBARRIER() for smp_mb__* | Jonathan Gray |
2013-09-02 | add static back to functions that originally had it | Jonathan Gray |
2013-09-01 | Update to match VOP_READDIR() changes: no more cookies, but d_off instead. | Philip Guenther |
2013-09-01 | drm/radeon: update line buffer allocation for dce6 | Jonathan Gray |
2013-09-01 | drm/radeon: update line buffer allocation for dce4.1/5 | Jonathan Gray |
2013-08-30 | Missing splx on return path. | Christiano F. Haesbaert |
2013-08-30 | Lock the audio mutex before invoking the audio(4) call-back, fixes | Alexandre Ratchov |
2013-08-30 | Due to our current version of binutils not knowing newer ARMv7 instructions | Patrick Wildt |
2013-08-30 | Turn on msi for mfii(4). | Christiano F. Haesbaert |
2013-08-30 | Fix handling of getdents() against UDF filesystems: d_off must be the | Philip Guenther |
2013-08-29 | Add support for advanced btcoex. This commit is not really needed | Sylvestre Gallon |
2013-08-29 | Iterate over the interface's address list instead of the global list. | Martin Pieuchot |
2013-08-29 | Ditch useless variable during attach. | Paul Irofti |
2013-08-29 | Fix attach messages format for the pcibus. | Paul Irofti |
2013-08-29 | rename scsi_sem_{enter,leave} to scsi_pending_{start,finish}. these are | David Gwynne |
2013-08-28 | Replace hand-crafted for loop over in_ifaddr with FOREACH macro. | Alexander Bluhm |