Age | Commit message (Expand) | Author |
2013-11-21 | Initial support for the integrated Lynx Point and Lynx Point LP Ethernet | Jonathan Gray |
2013-11-21 | Revert r1.41, in this driver sc_attached does not indicate that the | Martin Pieuchot |
2013-11-21 | Replace the last usage of IA_SIN() and kill this macro. | Martin Pieuchot |
2013-11-21 | remove #define b_errcnt b_resid. nothing uses it, and nothing should. | David Gwynne |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-11-20 | Update comments mentioning `resource maps' to mention `extents' instead. | Miod Vallat |
2013-11-20 | now that all the direct users of disksort have been removed, we can now | David Gwynne |
2013-11-20 | Eliminate some differences with the Linux code; no code change. | Mark Kettenis |
2013-11-20 | Silly Linux-style negative errno returns. | Mark Kettenis |
2013-11-20 | oops, typo | Theo de Raadt |
2013-11-20 | regen | Miod Vallat |
2013-11-20 | Fix translation table for JIS keys; reported by Nakano Takaharu. | Miod Vallat |
2013-11-20 | Add gpio(4) support for omap3/4 and am335x. | Raphael Graf |
2013-11-20 | in_var.h is not needed. | Martin Pieuchot |
2013-11-20 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-20 | Convert sppp(4) to taskq; ok mikeb@ mpi@ | Stefan Sperling |
2013-11-20 | give this a real chance to compile | Miod Vallat |
2013-11-20 | switch to the drm_mm based gtt eviction code from linux 3.8.13 | Jonathan Gray |
2013-11-20 | replace bare use of disksort with bufqs. this is the last disksort user | David Gwynne |
2013-11-20 | replace bare use of disksort with bufqs. | David Gwynne |
2013-11-20 | replace bare use of disksort with bufqs. | David Gwynne |
2013-11-19 | Move the GTT management into the inteldrm driver. It is really obvious now | Mark Kettenis |
2013-11-19 | provide forward declarations for structures ifnet and ifg_group; | Mike Belopuhov |
2013-11-19 | Print daddr_t's with %lld, size_t's with %zu, int's with %d and | Kenneth R Westerback |
2013-11-19 | backout the DRM_IOCTL_I915_GEM_WAIT commit | Jonathan Gray |
2013-11-19 | Kill matchlvl usage throughout the usb stack. | Paul Irofti |
2013-11-19 | Remove some FDDI/ATM leftovers. | Martin Pieuchot |
2013-11-19 | regen | Brad Smith |
2013-11-19 | more 4th gen Intel Core HD Audio ids | Brad Smith |
2013-11-19 | format string fixes picked up with -Wformat=2 | Philip Guenther |
2013-11-19 | oops | Theo de Raadt |
2013-11-18 | format string cleanup | Theo de Raadt |
2013-11-18 | cleanse format string | Theo de Raadt |
2013-11-18 | format string | Theo de Raadt |
2013-11-18 | hack in a global rendezvous for interprocess semaphores to use | Ted Unangst |
2013-11-18 | Enable MSI on the remaining chipsets. | Brad Smith |
2013-11-18 | Fix potential null dereference. | Charles Longeau |
2013-11-18 | The prio value of a pf match rule was overridden by a later pass | Alexander Bluhm |
2013-11-18 | use arc4random() for ether_fakeaddr, because it is safe | Theo de Raadt |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-18 | - ansify some function definitions | Brad Smith |
2013-11-18 | ansify some function definitions and tidy up this code style wise. this | Brad Smith |
2013-11-18 | panic expects a format string | Theo de Raadt |
2013-11-18 | Factor out of {split,pci}_status_strings[] the printf formattings bits, | Philip Guenther |
2013-11-18 | Convert trunk(4) to use a detachhook, discussed at b2k13 with many. | Martin Pieuchot |
2013-11-18 | Normalize code sequence around dumpsys(), doshutdownhooks(), and | Masao Uebayashi |
2013-11-18 | replace disksort with bufqs. basically a copy of the same change in sparc64 | David Gwynne |
2013-11-17 | Remove some more dead code. | Mark Kettenis |
2013-11-17 | Implement DRM_IOCTL_I915_GEM_WAIT. Based on an earlier diff from jsg@ | Mark Kettenis |
2013-11-17 | drm/radeon: fix hw contexts for SUMO2 asics | Jonathan Gray |