sound: Change dsp_clone() to the dragonfly way
[dragonfly.git] / sys / dev /
2015-01-08 François Tigeotsound: Change dsp_clone() to the dragonfly way
2015-01-08 Sepherosa Ziehausound/hda: fix PCIe cache snooping
2015-01-08 François Tigeotsound: Port to DragonFly - mixer_ioctl_cmd() parameters
2015-01-08 François Tigeotsound: Port to DragonFly - CTLFLAG_RWTUN
2015-01-08 François Tigeotsound: Port to DragonFly - kqueue filters
2015-01-08 François Tigeotsound: Port to DragonFly - cdevsw to dev_ops semantics
2015-01-08 François Tigeotsound: Port to DragonFly - bus_dma_tag_create() calls
2015-01-08 François Tigeotsound: Port to DragonFly
2015-01-08 François Tigeotsound: Drop midi support
2015-01-08 François Tigeotsound: Import latest code from FreeBSD
2015-01-07 Sascha Wildnerkernel: Remove our ancient SCTP support.
2015-01-06 François Tigeotarcmsr: Make callout locking more robust
2015-01-06 Sascha Wildnerkernel/mrsas: Fix -Wundef.
2015-01-06 Sascha Wildnerkernel/syscons: Fix -Wundef.
2015-01-06 Sascha Wildnerkernel/ipmi: Fix -Wundef.
2015-01-06 Sascha Wildnerkernel/adv: Fix -Wundef.
2015-01-05 François Tigeotdrm/i915: Fix a porting bug
2015-01-05 Sepherosa Ziehauinet/inet6: Merge SIOC[ADG]LIFADDR into {in,in6}_contro...
2015-01-04 François Tigeotdrm/i915: Update to Linux 3.9.11
2015-01-02 François Tigeotdrm: Add hweight16()
2015-01-02 François Tigeotdrm: Add DIV_ROUND_CLOSEST()
2015-01-02 François Tigeotdrm: Add BUILD_BUG_ON_NOT_POWER_OF_2()
2015-01-02 François Tigeotdrm: Improve linux/wait.h
2015-01-02 François Tigeotdrm: Add linux/sched.h
2015-01-02 François Tigeotdrm: Add linux/math64.h
2015-01-02 François Tigeotdrm: Improve linux/jiffies.h
2015-01-02 François Tigeotdrm: Add linux/scatterlist.h
2015-01-02 François Tigeotdrm: Add the atomic_set_mask() Linux function
2015-01-02 François Tigeotdrm: Add the mutex_lock and _unlock() Linux functions
2015-01-02 François Tigeotdrm: Add linux/log2.h
2015-01-02 François Tigeotdrm: Add linux/bug.h
2015-01-02 François Tigeotdrm/linux: Implement waitqueue_active()
2015-01-02 François Tigeotdrm: Add linux/pm_qos.h
2014-12-29 François Tigeotdrm: Only define struct drm_sysctl_info once
2014-12-28 Sascha Wildnerkernel/acpi: Some fixes from FreeBSD.
2014-12-28 Matthew Dillondrm - Add safety to ttm_eu_reserve_buffers()
2014-12-24 Matthew Dillonkernel - Add backlight sysctls to i915
2014-12-24 François Tigeotdrm/i915: Use struct pci_dev and Linux pci functions
2014-12-23 François Tigeotdrm: Improve linux/pci.h
2014-12-23 François Tigeotdrm: Add linux/io.h
2014-12-23 François Tigeotdrm: Add linux/device.h
2014-12-22 Sascha Wildnerkernel: Don't confuse kmalloc() and mbuf flags.
2014-12-21 Sascha WildnerAdd quotes to ${MACHINE_ARCH} checks in Makefiles.
2014-12-16 François Tigeotdrm/i915: Reduce GEM code differences with Linux 3...
2014-12-15 Sascha Wildnertwa(4): Fix a crash with TWA_DEBUG >= 3.
2014-12-14 Markus Pfeiffersys/dev/misc/ipmi: Implement watchdog functionality
2014-12-14 Sascha Wildnerkernel: Import the IPMI driver from FreeBSD.
2014-12-14 François Tigeotdrm/i915: use i915_ggtt_clear_range()
2014-12-14 François Tigeotdrm/i915: Make struct intel_gtt more compatible with...
2014-12-11 François Tigeotdrm: Sync drm_pci_alloc() with Linux 3.8.13
2014-12-10 François Tigeotichwd: Add support for Ivy-Bridge EP and Haswell chipsets
2014-12-03 Imre Vadaszvirtio_blk: Enable dump support. Partial sync with...
2014-11-29 Sascha Wildnerkernel/bwi: Fix a wrong conversion to the automatic...
2014-11-29 Sascha Wildnerkernel/bge: Fix a wrong conversion to the automatic...
2014-11-29 Sascha Wildnerkernel/acpi: Add two debug tunables, debug.acpi.{ignore...
2014-11-29 François Tigeotdrm/i915: i915_gem_do_init() is i915_gem_init_global_gtt()
2014-11-28 Sascha Wildnerkernel: Use the new auto-created sysctl ctx/tree in...
2014-11-28 François Tigeotdrm: Add linux/shmem_fs.h
2014-11-28 François Tigeotdrm/i915: i915_wire_page is shmem_read_mapping_page()
2014-11-28 François Tigeotdrm/i915: Extract general object init routine
2014-11-27 Sascha WildnerFix a number of typos in manual pages and user-visible...
2014-11-26 Matthew Dillondrm - Fix improper M_NOWAIT usage
2014-11-26 Imre Vadaszkernel/acpi: Add missing ACPI_SERIAL_INIT calls for...
2014-11-26 François Tigeotdrm/i915: Rename mm.gtt_list to bound_list
2014-11-25 Matthew Dillonkernel - Fix boot-time panic in NATA revealed by new...
2014-11-24 Sascha Wildnerkernel/acpi: Provide a local AcpiOsAllocateZeroed().
2014-11-24 François Tigeotdrm: Add linux/module.h and linux/moduleparam.h
2014-11-23 François Tigeotdrm/i915: revert part of "Make the GEM code more Linux...
2014-11-23 François Tigeotdrm: Move intel-gtt.h to include/drm
2014-11-22 François Tigeotdrm/ttm: glob->lru_lock locking from Linux 3.9.11
2014-11-22 Imre Vadaszvirtio_pci: Use device_probe_and_attach(), instead...
2014-11-20 Matthew Dillonsound/pcm - Attempt to fix 'play interrupt timeout...
2014-11-18 François Tigeotdrm: Use lockmgr locks with Linux wait queues
2014-11-18 Joris GiovannangeliImport cpuctl pseudo device from FreeBSD
2014-11-18 Imre Vadaszdrm: Make wait_event_interruptible interruptible and...
2014-11-16 François Tigeotdrm: Use the ERESTARTSYS error code
2014-11-16 François Tigeotdrm: Add linux/mm.h
2014-11-16 François Tigeotdrm/radeon: Replace some custom code by Linux wait...
2014-11-16 François Tigeotdrm/ttm: Fix ttm_bo_wait_unreserved()
2014-11-16 François Tigeotdrm: Change sruct drm_local_map
2014-11-15 François Tigeotdrm: Rename drm_os_freebsd.h to drm_os_linux.h
2014-11-15 François Tigeotdrm: linux/io.h is really asm/io.h, rename it
2014-11-15 Sascha Wildnerkernel: Refer to it as "ACPICA", not "ACPI CA" or ...
2014-11-13 Sascha Wildnerkernel/acpica: Restrict 'options ACPI_DEBUG' to printin...
2014-11-10 Sascha WildnerRemove the old USB stack and related userland, etc.
2014-11-10 Markus Pfeiffertruephy: Clean up some leftover debug kprintf
2014-11-09 Sascha WildnerMerge branch 'vendor/BYACC'
2014-11-09 François Tigeotdrm: Remove some useless macros
2014-11-08 Imre Vadaszdev/drm: Implement kqueue support; Wake up blocking...
2014-11-05 François Tigeotdrm/i915: Remove a premature i915_gem_valid_gtt_space...
2014-11-03 François Tigeotdrm/i915: Make the GEM code more Linux-like
2014-11-01 François Tigeotdrm/i915: Clean up various non-critical files
2014-10-27 Franco FichtnerMerge branch 'vendor/MDOCML'
2014-10-25 Sascha Wildnerdrm/radeon: Handle -fms-extensions better (fixes the...
2014-10-25 John Marinodev/drm: For now, only build radeon drivers with base...
2014-10-23 François Tigeotdrm: Remove unused PCI ids
2014-10-23 François Tigeotkernel: Drop drm1 drivers
2014-10-23 François Tigeotdrm: msleep() must not sleep forever
2014-10-22 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-10-19 Sascha Wildnerkernel: FWIW, add FreeBSD's led(4) framework.
next