route: ensure RTM_IFINFO is sent first when bring interface down/up
[dragonfly.git] / sys / dev /
2019-09-04 François Tigeotdrm/linux: Add atomic64_inc_return()
2019-09-04 François Tigeotdrm/radeon: Correct FIRMWARE_BONAIRE definition
2019-09-04 Roy MarplesMerge dhcpcd-8.0.4 from branch 'vendor/DHCPCD'
2019-08-28 François Tigeotdrm/linux: Add kstrtol()
2019-08-28 François Tigeotdrm: Make it clear CONFIG_GENERIC_ATOMIC64 is not set...
2019-08-27 François Tigeotdrm: Enable drm_pcie_get_max_link_width()
2019-08-25 Matthew Dillonkernel - Fix devfs bitmap races for pty and other devic...
2019-08-25 François TigeotPartial revert of "drm: Partially sync drm_ioctl()...
2019-08-24 François Tigeotdrm/ttm: Partially sync the vm fault code with Linux
2019-08-24 François Tigeotdrm/linux: Move vm_area_struct definition to the right...
2019-08-24 François Tigeotdrm/radeon: Use mm->mmap_sem
2019-08-24 Matthew Dillondrm - Refactor task_struct and implement mm_struct
2019-08-24 François Tigeotdrm/radeon: Update to Linux 4.7.10
2019-08-24 François Tigeotdrm/linux: down_read() acquiress a shared lock
2019-08-23 François Tigeotdrm/radeon: Disable acceleration on evergreen
2019-08-23 François Tigeotdrm: Partially sync drm_ioctl() with Linux 4.7.10
2019-08-22 Matthew Dillonkernel - Fix devfs bitmap races for pty and other devices
2019-08-21 Matthew Dillonkernel - Rejigger midistat functions to close a race
2019-08-20 Sascha WildnerMerge remote-tracking branch 'remotes/crater/vendor...
2019-08-15 Antonio Huete Jimenezahci - Add quirk for MCP73 AHCI Controller
2019-08-10 François Tigeotdrm/linux: Add X86_FEATURE_HYPERVISOR
2019-08-07 François Tigeotdrm/linux: Implement more idr routines
2019-08-07 François Tigeotkernel: Enable more generic drm code
2019-08-06 Sascha Wildnerkernel/ixgbe: Use __restrict instead of restrict like...
2019-08-06 Sascha Wildnerkernel/drm: Add print_hex_buffer() and use it.
2019-08-03 Matthew Dillonahci - sili - Reduce insertion delay from 10 seconds...
2019-08-01 François Tigeotdrm/linux: Add pci_name()
2019-08-01 François Tigeotdrm/linux: Add DEFINE_SPINLOCK()
2019-08-01 Sascha WildnerRemove <machine/inttypes.h> from a number of files...
2019-07-25 Matthew Dillonkernel - Replace kmalloc_cachealign() with kmalloc...
2019-07-22 Sascha Wildnerkernel/drm: Various cleanups.
2019-07-20 François Tigeotdrm/linux: Port kfifo.h to DragonFly
2019-07-20 François Tigeotdrm/linux: Import linux/kfifo.h from NetBSD
2019-07-15 François Tigeotdrm/radeon: Update to Linux 4.4.180
2019-07-15 François Tigeotdrm: Remove no longer required iic code and dependencies
2019-07-15 François Tigeotdrm: Improve linux/pci.h
2019-07-10 Sascha Wildnerkernel/drm: Use va_*() instead of __va_*(), just like...
2019-07-07 François Tigeotdrm/linux: Add struct i2c_board_info and i2c_new_device()
2019-07-05 François Tigeotdrm/linux: Add dmi_match()
2019-06-30 François Tigeotdrm: Start using flush_delayed_work()
2019-06-29 François Tigeotdrm/linux: Add flush_delayed_work()
2019-06-29 François Tigeotdrm/linux: Fix a NULL pointer dereference in signal_pen...
2019-06-28 Matthew Dillonahci - Enforce 10-second poll of chipset
2019-06-26 François Tigeotdrm/radeon: Switch to Linux i2c APIs
2019-06-21 Sascha Wildnerkernel/acpi_ec: Document sysctls better.
2019-06-20 Sascha Wildnerkernel: Use correct variable for debug.acpi.ec.timeout_...
2019-06-20 François Tigeotdrm/radeon: Upgrade to Linux 3.19.8
2019-06-17 Matthew Dillondrm - Fix system lockup bug in signal_pending_state()
2019-06-17 François Tigeotdrm/linux: Add io_schedule_timeout()
2019-06-17 François Tigeotdrm/linux: Restore wait_event*() functionality
2019-06-16 François Tigeotdrm/linux: Rework wait queues
2019-06-16 François Tigeotdrm/linux: Add LIST_HEAD_INIT()
2019-06-12 François Tigeotdrm/linux: Fix schedule_timeout()
2019-06-10 François Tigeotdrm/linux: Add task_struct, rework sleep and wake up...
2019-06-02 François Tigeotdrm: Sync drm_gem_object_lookup() with Linux 4.7.10
2019-06-01 Peeter Mustkernel/evdev: create input devices with UID_ROOT and...
2019-06-01 Sepherosa Ziehauem/emx/igb: Merge Intel em-7.7.4 and igb-2.5.6
2019-05-31 François Tigeotdrm/radeon: Stop naming the kernel module "radeonkms"
2019-05-30 François Tigeotdrm/linux: Implement i2c_bit_add_bus()
2019-05-30 François Tigeotdrm/linux: Add wait_event_interruptible_locked()
2019-05-30 François Tigeotdrm/linux: Add vmalloc() and vzalloc()
2019-05-30 François Tigeotdrm/linux: Add set_memory_uc()
2019-05-30 François Tigeotdrm/linux: Add gcd()
2019-05-30 François Tigeotdrm/linux: Add list_prev_entry()
2019-05-30 François Tigeotdrm/linux: Fix pci_map_page() arguments
2019-05-23 Sascha Wildnerkernel: Remove two more unneeded .PATHs.
2019-05-23 Sascha Wildnerkernel/smbus: Remove an unneeded .PATH in a Makefile.
2019-05-23 Matthew Dillonkernel - Reduce acpi_ec timeout after failure, silence...
2019-05-22 François Tigeotdrm: Reduce differences with Linux in ioctl code
2019-05-20 Matthew Dillonkernel - VM rework part 14 - Core pmap work, stabilize...
2019-05-20 Matthew Dillonkernel - VM rework part 9 - Precursor work for terminal...
2019-05-19 François Tigeotdrm: Do not report PRIME as supported
2019-05-18 Sascha Wildnerkernel: Don't include <sys/user.h> in kernel code.
2019-05-18 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-05-15 Sascha WildnerDon't include "internal" headers outside of regular...
2019-05-15 Matthew Dillonkernel - Add MDS mitigation support for Intel side...
2019-05-13 Peeter Mustkernel/evdev: Synchronize event codes with Linux 4.16
2019-05-09 Matthew Dillonkernel - Bring in __read_mostly etc
2019-05-08 Sascha Wildnerkernel: Stop including userland-only includes in kernel...
2019-05-04 Matthew Dillondrm/radeon - Attempt to fix data structure corruption...
2019-05-04 Matthew Dillondrm - Move startup delay to VERSION ioctl
2019-05-03 Matthew Dillondrm/ttm: Fix a deadlock involving fictitious VM pages
2019-05-03 François Tigeotdrm: Sync ttm and radeon drivers with Linux 3.18
2019-05-03 François Tigeotdrm: Import dma-buf reservation code from Linux 4.7.10
2019-05-03 François Tigeotdrm: More linux/seqlock.h functions
2019-05-03 Matthew Dillondrm/linux: Add an interval_tree implementation
2019-05-03 François Tigeotdrm: Do not directly define __OS_HAS_AGP
2019-05-03 François Tigeotdrm: Do not use PHOLD/PRELE() in flush_taskqueue()
2019-05-03 François Tigeotdrm/linux: Expand mm_types.h and mmu_notifier.h coverage
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-29 François Tigeotdrm: Bring in the Linux fence implementation from NetBSD
2019-04-28 Matthew Dillonahci - Reduce livelock warnings with ahci
2019-04-26 François Tigeotdrm: Remove a debugging message
2019-04-26 François Tigeotdrm/linux: Improve RCU support
2019-04-25 François Tigeotdrm: Replace linux/hashtable.h with NetBSD's version
2019-04-25 Sascha Wildnerwi(4): Comment out unimplemented SIOC[GS]PRISM2DEBUG...
2019-04-24 Sascha WildnerMerge branch 'vendor/LIBRESSL'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/OPENSSH'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LDNS'
next