Add local patches to LibreSSL.
[dragonfly.git] / sys / dev /
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBRESSL'
2019-04-24 François Tigeotdrm/linux: Add trace/events/dma_fence.h
2019-04-23 François Tigeotdrm/linux: Add config_enabled()
2019-04-22 François Tigeotdrm/linux: Add list_for_each_entry_continue_reverse()
2019-04-21 François Tigeotdrm/linux: Add down_read_trylock()
2019-04-20 Matthew DillonCAM - A few more kmalloc -> xpt_alloc_ccb fixes
2019-04-18 Sascha WildnerFix a couple of NULL dereferences in error paths.
2019-04-18 Sascha Wildnerkernel: Use NULL for pointers, not 0.
2019-04-16 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2019-04-02 Matthew Dillonkernel - Add AC256 (sound) quirk
2019-04-02 Sascha WildnerSync ACPICA with Intel's version 20190329.
2019-03-29 François Tigeotdrm/ttm: Sync with Linux 3.16
2019-03-29 François Tigeotdrm/linux: Add some shrinker stub code
2019-03-27 Matthew Dillonkernel - Rewrite the callout_*() API
2019-03-23 François Tigeotdrm/ttm: Remove unused headers
2019-03-23 François Tigeotdrm/ttm: Remove two useless files
2019-03-23 François Tigeotdrm/linux: Add atomic_long_inc_not_zero()
2019-03-18 Sascha Wildnerkernel: Remove a no longer needed header file.
2019-03-17 François Tigeotdrm/ttm: Sync ttm_bo_man_put_node() with Linux 3.18
2019-03-17 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-03-17 Sascha WildnerFix some typos in manpages/messages.
2019-03-16 François Tigeotdrm/linux: Improve linux/wait.h
2019-03-15 François Tigeotdrm/linux: Add ATOMIC_INIT()
2019-03-12 Matthew Dillondrm/ttm: convert to unified vma offset manager
2019-03-12 François Tigeotdrm/ttm: get rid of ttm_bo_is_reserved usage
2019-03-12 François Tigeotdrm/ttm: inline ttm_bo_reserve and related calls
2019-03-12 Matthew Dillonpsm - Fix panic in ps/2 mouse driver
2019-03-11 François Tigeotdrm/ttm: convert to the reservation api
2019-03-11 Matthew Dillondrm: Fully rework the ww_mutex implementation
2019-03-10 François Tigeotdrm: CONFIG_AGP is off by default
2019-03-06 François Tigeotdrm/radeon: Use shorter lockinit identifiers
2019-03-05 François Tigeotdrm/linux: Add struct rcu_head
2019-03-05 Sascha Wildnerkernel/radeon: Remove obsolete #undef.
2019-03-05 Sascha Wildnerkernel: Remove libkern.h inclusion from a few files...
2019-03-04 Sascha Wildnerkernel: Remove {bus,device}_if.h from where <sys/bus...
2019-03-04 Sascha Wildnerkernel/acpica: Cleanup header inclusion situation a...
2019-03-04 François Tigeotdrm/linux: Improve linux/pci.h
2019-03-04 François Tigeotdrm: Add or improve a few include/linux headers
2019-03-04 Matthew Dillonkernel - Add debug.acpi.silence_all sysctl
2019-03-04 Matthew Dillonkernel - Change callout in struct ccb_hdr
2019-03-03 François Tigeotdrm/linux/rbtree.h: Rename RB_ROOT to LINUX_RB_ROOT
2019-03-03 Sascha Wildnerkernel/ixgbe: Fix buildkernel, re-apply 9e2814118aabe1f...
2019-03-03 Sepherosa Ziehauix: Sync with Intel ixgbe-3.3.6
2019-03-02 Sascha Wildnerkernel: Remove numerous #include <sys/thread2.h>.
2019-03-02 Sascha Wildnerkernel/sound: Remove local KOBJMETHOD_END defines.
2019-03-01 Sascha Wildnerkernel/ena: Fix another error path.
2019-03-01 Sascha Wildnerkernel/ena: Fix an uninitialized variable issue in...
2019-02-28 François Tigeotdrm/linux: Add rcu_assign_pointer()
2019-02-24 Sepherosa Ziehaunetif/re: Sync with Realtek's re-1.95.
2019-02-23 Sascha Wildnerkernel/bktr: Clean up unused code and the Makefile.
2019-02-19 François Tigeotdrm: Reduce ioctl differences with Linux 4.7.10
2019-02-17 Sascha WildnerSync ACPICA with Intel's version 20190215.
2019-02-17 François Tigeotdrm/linux: Add asm/processor.h
2019-02-17 François Tigeotdrm: Fix Linux/DragonFly PAGE_MASK confusion
2019-01-27 François Tigeotdrm/linux: Add EXPORT_SYMBOL_GPL()
2019-01-26 François Tigeotdrm/linux: Add preempt.h
2019-01-20 François Tigeotdrm: Fix excessive wired memory usage
2019-01-19 François Tigeotdrm/gem: de-inline the ref/unref functions
2019-01-16 François Tigeotdrm/linux/workqueue: the internal function is named...
2019-01-15 Sascha Wildnerkernel: Remove puffs(4), putter(9) and associated libs...
2019-01-13 Sascha Wildneri386 removal, part 70/x: Remove some i386 specific...
2019-01-13 Sascha Wildneri386 removal, part 69/x: Clean up sys/dev/netif.
2019-01-12 François Tigeotdrm/linux: Add struct device_driver
2019-01-07 Sascha Wildnerkernel/Makefiles: Remove two empty lines I added by...
2019-01-07 François Tigeotdrm/i915/gem: Really implement i915_gem_object_invalidate()
2019-01-07 François Tigeotdrm/linux: Add invalidate_mapping_pages()
2019-01-07 François Tigeotdrm/i915: Sync i915_drv.c a bit with Linux
2019-01-07 Sascha Wildnerkernel: Change CFLAGS -> KCFLAGS also in commented...
2019-01-05 François Tigeotdrm: Add drm_prime.c
2019-01-05 François Tigeotdrm/i915: Enable the I915_GEM_USERPTR ioctl
2019-01-05 François Tigeotdrm: Partially sync drm_mm.c with Linux 4.7.10
2019-01-05 Sascha WildnerClean up the USB driver directories, remove unbuilt...
2019-01-04 Sascha Wildnerkernel: Remove unused *.h files from SRCS in kernel...
2019-01-03 François Tigeotdrm/i915: Add i915_gem_dmabuf.c
2019-01-03 François Tigeotdrm: Rename struct drm_gem_object.vm_obj to filp
2019-01-02 François Tigeotdrm/linux: Add linux/mmu_context.h
2018-12-28 Sascha Wildnerkernel: Remove more duplicate includes.
2018-12-28 Sascha Wildnerkernel/ic: Remove an unneeded #ifdef _KERNEL and two...
2018-12-27 Sascha Wildnerkernel/acpi: Bring in FreeBSD's r341632.
2018-12-26 Matthew Dilloniwm - Fix possible null pointer indirection
2018-12-23 Sascha Wildnerkernel/mrsas: Fix a double assignment.
2018-12-14 Sascha WildnerSync ACPICA with Intel's version 20181213.
2018-12-11 François Tigeotdrm: Add missing file uapi/linux/pci.h
2018-12-10 François Tigeotdrm: Add the DRM_IOCTL_GET_PCIINFO ioctl
2018-12-08 Sascha Wildnerkernel: Use NULL for pointers in DRIVER_MODULE().
2018-12-04 François Tigeotdrm/i915: Add Kaby Lake and Amber Lake PCI IDs
2018-12-04 François Tigeotdrm/i915: Add Whiskey Lake PCI IDs
2018-12-04 François Tigeotdrm/i915: Add more Coffeelake PCI IDs
2018-12-04 François TigeotRevert "drm/ttm: Remove ttm_bo_unreserve_core()"
2018-11-30 Sascha Wildnerkernel: Move some old unused stuff out of the way.
2018-11-28 François Tigeotdrm includes: Rename uapi_xxx to uapi/xxx
2018-11-25 François Tigeotdrm/ttm: Sync ttm_page_alloc.c with Linux
2018-11-25 François Tigeotdrm/linux: Add set_pages_array_xx() functions
2018-11-22 Antonio Huete Jimenezsio: Correct how DDB option is checked
2018-11-19 Sascha Wildnerkernel: Fix some -Wundef corner cases.
2018-11-18 Tobias Heiligadd subdevice id 0x5260 for iwn 6035 series
2018-11-17 François TigeotRevert "drm/linux: Fix vmap()"
2018-11-15 Imre Vadászsyscons - Increase static buffer size for ttyv0.
2018-11-14 François Tigeotdrm/ttm: Remove sf_buf usage
2018-11-14 François Tigeotdrm/linux: Add a few GFP_XXX values
next