bmake(1): Add missing DPADD.
[dragonfly.git] / sys / dev /
2014-09-10 François Tigeotdrm/i915: Add the I915_REG_READ IOCTL
2014-09-09 Markus Pfeiffersys/dev/disk/sdhci: Make it possible to build as a...
2014-09-09 Markus Pfeiffersys/dev/disk/sdhci: update to FreeBSD r270885
2014-09-07 Sascha Wildnerkernel: Use NULL for pointers in DRIVER_MODULE().
2014-09-07 François Tigeotdrm/i915: Add hardware context support
2014-09-07 François Tigeotdrm: Add WARN_ON_ONCE()
2014-09-06 François Tigeotdrm/i915: Add i915_gem_object_wait_rendering__nonblocking()
2014-09-06 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-09-02 Markus Pfeifferusb4bsd: make uaudio work
2014-09-01 Imre Vadaszkernel/vtnet: Replace recursion with a loop to avoid...
2014-08-31 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-08-31 François Tigeotdrm: struct drm_driver.max_ioctl doesn't exist
2014-08-30 François Tigeotdrm/i915: Add the I915_GEM_WAIT ioctl
2014-08-30 François Tigeotlinux/time.h: Add a few Linux timespec functions
2014-08-26 François Tigeotdrm/i915: Implement GEM GET and SET_CACHING ioctls
2014-08-24 Sascha Wildnerkernel/spinlock: Add a description to struct spinlock.
2014-08-23 Michael Neumanniwn - Sync with FreeBSD up to ffb6d5c3967d1342fa5e2d6f5...
2014-08-23 Michael Neumann[iwn] Fix required calibration flags for the Centrino...
2014-08-20 Sascha Wildnerkernel/ath: Add missing #ifdef ATH_DEBUG (fixes kernel...
2014-08-20 Matthew Dillonath - move kprintf() under debug variable
2014-08-18 Matthew Dilloncyapa - attempt #2 to fix boot issue
2014-08-18 François Tigeotdrm/i915: Sync ioctl definitions with Linux 3.8.13
2014-08-18 Matthew Dilloncyapa - Implement power save mode, try to fix boot...
2014-08-17 Sascha Wildnerdrm/ttm: Add missing kfree().
2014-08-17 Sascha Wildnerdrm/i915: Fix a missing initialization.
2014-08-17 François Tigeotdrm/i915: Enable fbc on Mobile Ironlake
2014-08-16 Matthew Dillonath - Change the way the edma rxfifo is reset (2)
2014-08-16 Matthew Dillonath - Change the way the edma rxfifo is reset
2014-08-16 François Tigeotdrm/i915: Sync i915_drv.h and i915_debugfs.c with Linux...
2014-08-16 Matthew Dillonath - incremental update ath from FreeBSD
2014-08-16 Matthew Dillonath - incremental update ar9300 from FreeBSD
2014-08-15 Matthew Dillonatmel - Add automatic recalibration
2014-08-15 François Tigeotdrm/i915: Only build on amd64/x86_64 machines
2014-08-15 Matthew Dillonatmel_mxt - Add atmel MXT touchscreen driver (Acer...
2014-08-14 Markus Pfeifferdrm/i915: grab the config log on hardware init
2014-08-14 Markus Pfeifferdrm/i915: Use intel_gmbus_get_adapter instead of dev_pr...
2014-08-14 Markus Pfeifferdrm/i915: Fix multiple off-by-one errors in intel_i2c
2014-08-14 François Tigeotdrm/i915: Sync i915_gem_execbuffer.c with Linux 3.8.13
2014-08-14 Matthew Dillonsmb - Increase max block size from 32 to 1024
2014-08-14 François Tigeotdrm/i915: Fix display corruption issues on Haswell
2014-08-12 François Tigeotdrm: Add Linux kmap functions
2014-08-12 François Tigeotdrm/i915: i915_emit_box() from Linux 3.8.13
2014-08-11 François Tigeotagp: Add more Haswell PCI IDs
2014-08-11 François Tigeotdrm/i915: Enable Haswell support
2014-08-11 François Tigeotdrm/i915: Sync i915_gem_evict.c with Linux 3.8.13
2014-08-10 François Tigeotagp/drm: Remove intel_gtt_get_bridge_device()
2014-08-10 François Tigeotagp/drm: Rename agp_i810.h to intel-gtt.h
2014-08-09 François Tigeotdrm/i915: Modesetting code rework
2014-08-08 Matthew Dillonkernel - Fix serialization bug in if_ath
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-08-07 Matthew Dilloncyapa - Add sysctl for minimum pressure
2014-08-07 François Tigeotdrm/i915: Fix locking in i915_dma.c
2014-08-06 François Tigeotlinux/err.h: Add IS_ERR_OR_NULL()
2014-08-06 François Tigeotlinux/delay.h: Add mdelay()
2014-08-06 François Tigeotlinux/kernel.h: Add WARN_ONCE()
2014-08-05 Michael NeumannFix logic error. Due to the bug, it incorrectly checked...
2014-08-05 Michael NeumannFix typo.
2014-08-05 Michael NeumannCorrect wrong definition of PM timer mask and adjust...
2014-08-05 Michael NeumannDon't bother to enable ASPM L1 to save more power....
2014-08-05 Michael Neumannstatus bits should be &'ed against status to be really...
2014-08-05 Michael NeumannMake sure to disable RX MAC in alc_stop_mac(). Previous...
2014-08-03 Sascha Wildnerkernel/acpi_timer: Lower the bar for ACPI-fast on real...
2014-08-03 Sascha Wildnerkernel: Don't pass the size of the var as arg2 to sysct...
2014-08-02 Sascha Wildnerisp(4): Remove wrong D_DISK and add D_MPSAFE to ops.
2014-08-02 Sascha Wildnermpt(4): Add D_MPSAFE to ops.
2014-08-02 Sascha Wildnerkernel: Add D_MPSAFE to the ops of mfi(4), mrsas(4...
2014-08-02 Sascha Wildnermps(4): Add forgotten D_MPSAFE to dev_ops and use callo...
2014-08-02 Sascha Wildnerciss(4): Add forgotten D_MPSAFE to dev_ops and use...
2014-08-02 Sascha Wildnermps(4): Remove unnecessary assignment (cam_calc_geometr...
2014-07-31 Matthew Dillondrm/i915 - Fix double lock deadlock
2014-07-29 Sascha Wildner"Normalize" some types, s/long unsigned/unsigned long...
2014-07-29 Sascha Wildnerkernel: Remove unused and unbuilt code from the userlan...
2014-07-26 Sascha WildnerSync ACPICA with Intel's version 20140724.
2014-07-25 François Tigeotdrm/i915: Sync intel_ringbuffer.c with Linux 3.8.13
2014-07-25 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-07-22 Sascha Wildnerkernel: Use NELEM() in a number of places.
2014-07-22 Sascha Wildnerkernel/virtio: Remove a useless #ifndef (CSUM_TSO is...
2014-07-21 François Tigeotdrm/i915: Use a common fence writing routine
2014-07-21 François Tigeoti915_gem.c: Simplify fence code
2014-07-20 François Tigeotdrm: Add Linux wake_up() and wait_event()
2014-07-20 François Tigeotdrm: Remove a no longer used kmalloc type
2014-07-19 François Tigeotre(4): Use MPSAFE callout
2014-07-19 Imre Vadaszmii: Add RealTek RTL8251 phy found on an ASUS A88XM...
2014-07-19 François Tigeotdrm(4): This device is MPSAFE
2014-07-18 Sascha Wildnerkernel/sym: Remove an extra semicolon in a #define.
2014-07-18 Sascha Wildnerkernel: Switch to mrsas(4) as the default for 'Thunderb...
2014-07-17 Matthew Dillonkernel - Move wakeup*() to ouside a spin lock
2014-07-16 François Tigeotdrm/i915: Sync intel_sprite.c with Linux 3.8.13
2014-07-15 François Tigeotdrm/i915: Sync ringbuffer code with Linux 3.8.13
2014-07-15 François Tigeotdrm: Fix locking issues in drm_irq.c
2014-07-15 François Tigeotdrm: Reorder functions in drm_irq.c
2014-07-14 Imre Vadaszkm(4): Also supports sensors in AMD Family 12h CPUs...
2014-07-14 Alex Hornungkern_nrandom, rnd drivers: update for new CSPRNG
2014-07-14 Alex Hornungglxsb(4) - use add_buffer_randomness()
2014-07-14 Sepherosa Ziehauigb: enable MSI-X for i354 on C2550 SoC
2014-07-14 Matthew Dillondrm - Fix bug with ttm_tt_swapin()
2014-07-14 François Tigeotdrm/ttm: Replace FreeBSD custom code by Linux workqueues
2014-07-13 Sascha Wildnerkernel: Use NULL for pointers.
2014-07-13 François Tigeotdrm: Improve the BUG() macro
next