kernel: Use NELEM() in a number of places.
[dragonfly.git] / sys /
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-20 Matthew Dillonkernel - Fix error handling in NFS async bio callbacks
2014-07-20 John Marinounbreak kernel (netgraph) by adding missing header...
2014-07-20 Nuno AntunesUse system's RT_ROUNDUP and RT_ADVANCE macros instead...
2014-07-20 Nuno Antunesnet/route.h: Expose the ROUNDUP and ADVANCE macros.
2014-07-20 Nuno Antunesnetgraph7: Assert the refcount is zero when freeing...
2014-07-19 Matthew Dillonkernel - Revert "Fix buildworld."
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-18 Matthew Dillonkernel - Adjust ssb_space_prealloc() use cases
2014-07-18 Sepherosa Ziehautcp: Set upper limit for the DupThresh generated by...
2014-07-18 Matthew Dillonkernel - network adjustments (netisr, tcp, and socket...
2014-07-18 Matthew Dillonkernel - turn off auto-socket sizing
2014-07-18 Matthew Dillonkernel - Fix two NFS crashes
2014-07-17 Matthew Dillonkernel - Move wakeup*() to ouside a spin lock
2014-07-17 Matthew Dillonkernel - minor cpu idle statistics adjustment
2014-07-16 François Tigeotdrm/i915: Sync intel_sprite.c with Linux 3.8.13
2014-07-16 Matthew Dillonkernel - Add feature to allow sendbuf_auto to decrease...
2014-07-16 Nuno Antunesnetgraph7: Factor out and inline item reference countin...
2014-07-16 Matthew Dillonkernel - Improve TCP socket handling at high speeds
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 Matthew Dillonkernel - Add safety for Intel SYSRET issue
2014-07-15 François Tigeotdrm: Reorder functions in drm_irq.c
2014-07-15 Sascha Wildner<sys/protosw.h>: Use netmsg_t.
2014-07-15 Sascha Wildnerkernel/netgraph7: Use kprintf etc. directly instead...
2014-07-15 Sascha Wildnerkernel/netgraph: Don't grab the tty_token around ldisc_...
2014-07-15 Sascha Wildnerkernel/netgraph7: Remove unneeded CFLAGS.
2014-07-15 Sascha Wildnerkernel/netgraph7: Adjust SVN ID.
2014-07-14 Imre Vadaszkm(4): Also supports sensors in AMD Family 12h CPUs...
2014-07-14 Sascha Wildnerkernel/netgraph7: Sync ng_bt3c with current FreeBSD...
2014-07-14 Matthew Dillonkernel - Fix stability issue with net.inet.tcp.inflight*
2014-07-14 Alex Hornungkern_nrandom, rnd drivers: update for new CSPRNG
2014-07-14 Alex HornungAdd ChaCha and CSPRNG to conf/files
2014-07-14 Alex Hornungkernel - add a fortuna-based CSPRNG
2014-07-14 Alex Hornungkernel - add ChaCha algorithm (djb's merged implementation)
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 Imre Vadaszidentcpu: Add AMD Features2 strings for bits 25 to 28
2014-07-13 Sascha Wildnerkernel/netgraph: Remove useless Makefile.inc's.
2014-07-13 Sascha Wildnerkernel/netgraph7: Sync ubt and ubtbcmfw with current...
2014-07-13 Sascha Wildnerkernel: Use NULL for pointers.
2014-07-13 François Tigeotdrm: Improve the BUG() macro
2014-07-13 Nuno Antunesnetgraph7: Fix a bug in the Makefile.
2014-07-13 Matthew Dillonkernel - More verbose boot de-spamming
2014-07-13 Matthew Dillonkernel - Add two features to improve qemu emulation...
2014-07-13 Matthew Dillonkernel - Add lwkt_cpusync_quick()
2014-07-13 Matthew Dillonkernel - Reduce console spam in verbose mode when print...
2014-07-12 François Tigeotdrm/i915: Fix flickering screen issues on some laptops
2014-07-12 Matthew Dillonkernel - Fix crypto boots and rescue boots
2014-07-12 Imre Vadaszkm(4): Support for sensors in AMDs Kaveri and Kabini...
2014-07-11 Sascha WildnerFix a couple of typos in a manpage and readme file.
2014-07-11 Sascha Wildnerkernel: Remove unused functions vop_panic() and vfs_std...
2014-07-11 Matthew Dillonkernel - Fix table problem w/IPV6 matching with PF
2014-07-11 Nuno Antunesnetgraph7: Allow name and ID hashes to grow.
2014-07-11 Nuno Antunesnetgraph7: Plug item allocation leak in ng_socket.
2014-07-11 Nuno Antunesnetgraph7: Use a shared token to protect typelist changes.
2014-07-11 Nuno Antunesnetgraph7: Use a shared token to protect topology changes.
2014-07-11 Nuno Antunesnetgraph7: Remove unneeded critical sections.
2014-07-11 Nuno Antunesnetgraph7: Directly use objcache_* functions instead...
2014-07-11 Nuno Antunesnetgraph7: Major rework of netgraph7 internal mechanisms.
2014-07-11 Nuno Antunesnetgraph7/eiface: Remove KMODDEPS from Makefile.
2014-07-11 Nuno Antunesnetgraph7: Bring in ng_eiface.
2014-07-10 François Tigeotdrm: Replace some custom code by wait_event routines
2014-07-10 François Tigeotdrm: Add a linux/jiffies.h implementation
2014-07-10 François Tigeotdrm: Add a linux/time.h implementation
2014-07-08 Matthew Dillonkernel - (32 bit) fix MP boot problems
2014-07-08 Sascha Wildnerkernel/vga: Fix register name in a comment.
2014-07-08 Sascha Wildnerkernel/vga: Fix a CRTC register setting which I botched...
2014-07-08 Sascha Wildnerkernel/vga: Remove VGA_NO_BIOS and VGA_ALT_SEQACCESS...
2014-07-08 François Tigeotdrm/i915: Add some missing locks
2014-07-08 François Tigeotdrm/i915: Add i915_gem_object_sync()
2014-07-08 Matthew Dillonvkernel - Fix systat -vm 1
2014-07-07 Sascha Wildnerkernel/usb4bsd: Add the urndis(4) driver for Remote...
2014-07-07 Sascha Wildneracpica: Clean up the config header a bit.
2014-07-07 François Tigeotdrm/i915: Reduce ring code differences with Linux
2014-07-07 Matthew Dillonvkernel64 - Make operational again after bootstrap...
2014-07-07 Matthew Dillonbuild - Fix vkernel64 build
2014-07-06 Matthew Dillonboot - Fix timecount issues with some BIOSes
2014-07-06 Matthew Dillonkernel - extend cpus past 64 - fixes and adjustments
2014-07-06 Matthew Dillonkernel - remove debugging
2014-07-06 Matthew Dillonkernel - extend cpus past 64 - fixes
2014-07-06 Sascha WildnerFix VKERNEL/i386 build.
2014-07-05 Sascha Wildnerkernel: Fix KTR compilation.
2014-07-05 François Tigeotdrm/i915: Add i915_gem_check_wedge()
2014-07-05 Sascha Wildnerkernel/i386: Fix buildkernel.
2014-07-05 François Tigeotdrm/i915: Sync intel_ringbuffer.h with Linux 3.8.13
2014-07-05 François Tigeotdrm/i915: intel_iic.c really is intel_i2c.c
2014-07-05 François Tigeotdrm/i915: i915_debug.c really is i915_debugfs.c
2014-07-05 Matthew Dillonbuild - Add missing symbol for vkernel64 build
next