kernel/usb4bsd: Bring in the axge(4) ethernet driver.
[dragonfly.git] / sys /
2014-09-28 Markus Pfeiffernet: add version numbers to lagg sourcefiles, adapt...
2014-09-28 Markus Pfeiffernet: import FreeBSD's if_lagg
2014-09-28 Sepherosa Ziehausocket: Provide socket owner cpuid hint
2014-09-28 Sepherosa Ziehauudp: Redistribute SO_REUSEPORT socket based on local...
2014-09-28 Sepherosa Ziehauinpcb: Add in_pcb{link,unlink}_flags() to bypass INP_WI...
2014-09-28 Sepherosa Ziehauinpcb: Save local group index
2014-09-27 Matthew Dillonhammer - Disallow creation of a file/subdir/etc in...
2014-09-23 Sascha Wildnerkernel/lockf: Add include for LOCKF_DEBUG and fix print...
2014-09-22 Sascha Wildnerkernel/i915: Add missing opt_acpi.h to SRCS.
2014-09-22 Sascha Wildnerkernel/drm: Add back #include "opt_drm.h" to drmP.h...
2014-09-22 Sepherosa Ziehauudp: Factor out function to reset inpcb route cache
2014-09-21 Sascha Wildnerkernel/acpi: Sync acpi_resource with FreeBSD.
2014-09-21 Sepherosa Ziehauinpcb: Remove the code that does hash-threshold wildcar...
2014-09-21 Sepherosa Ziehauudp: Prepare for re-redispatching for SO_REUSEPORT...
2014-09-20 Sascha Wildnerkernel/acpi: Use ACPI_FAILURE() and also remove unneede...
2014-09-18 François Tigeotdrm: Fix a randr bug
2014-09-18 Sepherosa Ziehaurip: All processing should only happens in netisr0
2014-09-18 Sepherosa Ziehaudivert: Don't call abort method in disconnect method
2014-09-17 Sascha Wildnerkernel/ale: Fix typo in a comment.
2014-09-17 Sascha Wildnerkernel/acpi: Add our copyright to two files.
2014-09-16 Sascha Wildnerkernel/acpi: Fix typo, i must be <count.
2014-09-16 Sascha Wildnerkernel/acpi: Add acpi_eval_osc() as a general function...
2014-09-15 Markus Pfeiffersys/dev/drm/i915: Activate ACPI
2014-09-15 Markus PfeifferRevert "sys/dev/drm/i915: Activate ACPI"
2014-09-15 Markus Pfeiffersys/dev/drm/i915: Activate ACPI
2014-09-14 Markus Pfeifferusb4bsd: Fix race condition in usb_dev
2014-09-14 Markus Pfeifferusb4bsd: fix ehci_device_resume panic
2014-09-13 Sascha Wildnerkernel/acpi_battery: Add quirk for DSDTs which report...
2014-09-13 François Tigeotdrm/i915: i915_gem_object_pin() takes 4 arguments
2014-09-12 Sascha Wildnerkernel/acpi: Sync acpi_battery and acpi_cmbat with...
2014-09-11 Sepherosa Ziehaudivert: All processing should only happens in netisr0
2014-09-10 François Tigeotdrm/i915: Add the I915_REG_READ IOCTL
2014-09-10 Sepherosa Ziehauroute/inet: Dispatch in_rtqdrain to netisrs to run
2014-09-10 Sepherosa Ziehausyncache: Remove syncache_null_rport; use netisr_adone_...
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-08 Sepherosa Ziehausyncache: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauarp: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauroute/inet: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauigmp: Prioritize fast and slow timeout netmsgs
2014-09-08 Sepherosa Ziehauipflow: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauip: Prioritize drain and timeout netmsgs
2014-09-08 Sepherosa Ziehautcp: Dispatch tcp_drain to netisrs to run
2014-09-07 Sascha Wildnerkernel/i386: In the RAM driver, don't include regions...
2014-09-07 Sascha Wildnerkernel/i386: Add RAM driver for i386.
2014-09-07 Sascha Wildnernexus/x86_64: Add a description to the RAM driver but...
2014-09-07 Sascha Wildnerkernel/nexus: Tabify the RAM driver.
2014-09-07 Sascha Wildnerkernel/i386: Add SMAP type constants.
2014-09-07 Sascha Wildnerkernel/nexus: Use __func__.
2014-09-07 Sascha Wildnerkernel: Use NULL for pointers in DRIVER_MODULE().
2014-09-07 Sascha Wildnerkernel: Remove some lonely tabs.
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-04 Matthew Dillonpf - assign hash even if no queue is specified (2)
2014-09-04 Matthew Dillonpf - assign hash even if no queue is specified
2014-09-04 Sepherosa Ziehautcp: Fix tcp_drain_oncpu()
2014-09-03 Sepherosa Ziehaubpf: Use uint32_t for scratch memory.
2014-09-03 Sepherosa Ziehauudp: Simplify getcred
2014-09-03 Sepherosa Ziehautcp: Fix getcred
2014-09-03 Matthew DillonPF - Force 'sloppy' when establishing conflicting state
2014-09-02 Sascha WildnerMake uaudio(4) compilable into the kernel.
2014-09-02 Markus Pfeifferusb4bsd: make uaudio work
2014-09-02 Sascha WildnerFix buildkernel without INVARIANTS.
2014-09-02 Sepherosa Ziehauudp: For connected socket, don't rehash sending datagram
2014-09-01 Matthew Dillonpf - clear M_HASH in a few more places, cleanups, struc...
2014-09-01 Imre Vadaszkernel/vtnet: Replace recursion with a loop to avoid...
2014-09-01 François Tigeotdrm: Stop building the mach64 driver
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-31 Sepherosa Ziehauudp: Make udp pcbinfo and portinfo per-cpu; greatly...
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-30 Sascha WildnerSync ACPICA with Intel's version 20140828.
2014-08-29 Sascha Wildnerkernel/devfs: Allow devices to devctl_notify() also...
2014-08-26 Michael Neumannudev - use objcache for struct udev_event_kernel
2014-08-26 François Tigeotdrm/i915: Implement GEM GET and SET_CACHING ioctls
2014-08-25 Michael Neumannmoused - Ease usb mouse attach/detach
2014-08-25 Matthew Dillonkernel config - Build 'vn' into the kernel
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 Matthew Dillonucom - Hack unref to fix infinite 1-second wait loop.
2014-08-23 Matthew Dillonkernel - Fix sendfile() bugs / nginx
2014-08-23 Michael Neumann[iwn] Fix required calibration flags for the Centrino...
2014-08-23 Sascha Wildnerkernel/pci: Use spin_*() functions directly.
2014-08-22 Matthew Dillonu4b - Fix panic on certain cell phone connections
2014-08-21 Sascha Wildnerkernel/kern_dup(): Fix comment.
2014-08-21 Sascha Wildnerkernel: Fix error for dup2 if the new file descriptor...
2014-08-20 Markus Pfeiffersys/subr_rman: fix some issues
2014-08-20 Markus Pfeiffersys/platform/pc64: port the ram device from FreeBSD...
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 Dillonkernel - Add EVFILT_USER
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 Sascha Wildner<sys/taskqueue>: Remove FreeBSD specific, *_fast()...
next