kernel/drm: Move the CONFIG_* options to header files.
[dragonfly.git] / sys /
2015-11-29 Sascha Wildnerkernel/drm: Move the CONFIG_* options to header files.
2015-11-29 François Tigeotdrm: Stop ignoring the second argument of drm_free()
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_ITIMES_XXX macros
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove integrity_crc field of ondisk...
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove time/freq fields of ondisk PFS
2015-11-29 Sascha Wildneri386 removal, part 46/x: Remove sys/cpu/i386.
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove #if0'd hammer_mirror_write()
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove #if0'd obsolete symlink format
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove #if0'd debug kprintfs
2015-11-29 Tomohiro Kusumisys/vfs/hammer: Remove DEBUG_TRUNCATE flag
2015-11-28 Imre Vadaszkern: Support hh modifier in ksscanf (needed for drm...
2015-11-28 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_VOLF_VALID|OPEN macros
2015-11-28 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_HEAD_FLAG_FREE macro
2015-11-28 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_HEAD_TYPE_42|45 macros
2015-11-28 Tomohiro Kusumisys/vfs/hammer: #if0 HAMMER_BIGBLOCK_OVERFILL
2015-11-28 Sepherosa Ziehaukevent: Mark file_filtops and kqread_filtops MPSAFE
2015-11-28 Sepherosa Ziehaukevent: Fix comment
2015-11-28 Tomohiro Kusumihammer: Change u_int{8,16,32,64}_t to uint{8,16,32...
2015-11-27 Imre Vadászdrm/i915: Use fb->pitches[0] for stride. Remove duplica...
2015-11-27 Imre Vadászsyscons: Get rid of xpad variable by adjusting loop...
2015-11-27 Sepherosa Ziehausocket: Make sure that accept queues are empty before...
2015-11-27 Sepherosa Ziehausocket: Make sure so_refs will not go from 0 to 1
2015-11-27 Sepherosa Ziehausocket: Remove fo_ioctl(FIONBIO) for sockets.
2015-11-27 Sepherosa Ziehauem/emx/igb: Properly set status for manually configured...
2015-11-27 Sepherosa Ziehaumxge: Always send the current media (optics) back to...
2015-11-26 zrjdrm: Implement simple broken EDID override by loading...
2015-11-26 François Tigeotlinux/ww_mutex.h: Remove a wrong assert
2015-11-26 Sepherosa Ziehaumxge: Integrate ifmedia flow control support.
2015-11-26 Sepherosa Ziehaumxge: Fix ifmedia related bits
2015-11-26 Sepherosa Ziehauix: Integrate ifmedia flow control support.
2015-11-25 Sascha WildnerSync ACPICA with Intel's version 20151124.
2015-11-25 Sepherosa Ziehauix: Set up ifm_active properly when link is not up.
2015-11-25 Sepherosa Ziehauifmedia: Reset ifm_media and ifm_cur in ifmedia_removeall()
2015-11-25 Sepherosa Ziehauix: Fix optics and ifmedia settings
2015-11-25 Sepherosa Ziehauigb: Fix ifmedia leakage on detach path.
2015-11-25 Sepherosa Ziehauig: Factor out e1000_force_flowctrl
2015-11-25 Sepherosa Ziehauem/emx: Integrate ifmedia flow control support.
2015-11-25 Sepherosa Ziehauigb: Integrate ifmedia flow control support.
2015-11-24 Imre Vadászacpi_pvpanic: Notify Qemu VM host if we panic.
2015-11-24 zrjdrm: sync drm_edid.c to linux 3.18
2015-11-24 Tomohiro Kusumisys/vfs/hammer: Remove forward declaration of struct...
2015-11-24 Tomohiro Kusumisys/vfs/hammer: Remove signature from ondisk node
2015-11-24 Tomohiro Kusumisys/vfs/hammer: Remove const from volume names
2015-11-24 Sepherosa Ziehauifmedia: Macro naming and add function to convert str...
2015-11-24 Sepherosa Ziehauifmedia/ifconfig: Take flowcontrol as an alias for...
2015-11-24 Sepherosa Ziehauifmedia: Initialize ifm->ifm_media to IFM_NONE
2015-11-24 Sepherosa Ziehauifmedia: Fix SIOCGIFMEDIA ifmr_current value
2015-11-24 Sepherosa Ziehauifmedia: Set ifm->ifm_media properly upon ifmedia_set()
2015-11-24 Sepherosa Ziehauifmedia: Add IFM_ETH_MANUFLOW.
2015-11-23 Tomohiro Kusumisys/vfs/hammer: Remove unused bitfield of struct hammer_io
2015-11-23 Sepherosa Ziehauifmedia: Define flow control related description properly
2015-11-23 Justin C. SherrillMoving master to version 4.5. v4.5.0
2015-11-22 Sascha Wildnerkernel/ncr: s/long signed/long/
2015-11-22 Sascha Wildnerkernel/libkern: Add strnlen() (from FreeBSD) and use it.
2015-11-22 Tomohiro Kusumisys/vfs/hammer: Remove unused struct hammer_volume...
2015-11-22 Sascha Wildneri386 removal, part 45/x: Remove various bits and pieces...
2015-11-22 Sascha Wildnerkernel/syscons: Change definitions of dev_ops functions...
2015-11-21 Tomohiro Kusumisys/vfs/hammer: Cleanup forward declaration of struct
2015-11-21 Imre Vadaszdrm/radeon: Use pci_resource_start and pci_resource_len...
2015-11-21 Imre Vadaszdrm/ttm: Use pr_err and pr_info for logging.
2015-11-20 Tomohiro Kusumisys/vfs/hammer: Remove unused struct hammer_mount members
2015-11-20 Tomohiro Kusumisys/vfs/hammer: Fix comments
2015-11-20 Tomohiro Kusumisys/vfs/hammer: Remove HAMMER_RECTYPE_UNUSED02/03 macros
2015-11-20 Sepherosa Ziehauig: Factor out functions for flow control
2015-11-20 Sepherosa Ziehauigb: Support flow control change and default to RX...
2015-11-20 Sepherosa Ziehauem: Support flow control change and default to RX pause
2015-11-20 Sepherosa Ziehauemx: Add per-device flow control tunable support
2015-11-20 Sepherosa Ziehaudevice: Add device_getenv_string()
2015-11-20 Sepherosa Ziehaudevice: Prefer dev.driver.unit.knob for per-device...
2015-11-20 Sepherosa Ziehauemx: Support flow control change and default to RX...
2015-11-20 Sepherosa Ziehaukern/lwp: Check lwp_lock before remove lwp from process...
2015-11-19 Imre Vadaszdrm: Plug memleak on module unload, in linux_workqueue...
2015-11-19 Tomohiro Kusumisys/dev/disk/dm: Add dm-flakey target
2015-11-19 Tomohiro Kusumisys/dev/disk/dm: Cleanup header includes
2015-11-19 Tomohiro Kusumisys/kern/vfs: Fix panic message
2015-11-19 Sepherosa Ziehaupthread: Add lwp_setname(2) and implement pthread_set_n...
2015-11-19 François Tigeotdrm/radeon: Update to Linux 3.18
2015-11-19 Sepherosa Ziehaukinfo/proc: Set nthreads properly for kernel threads
2015-11-19 François Tigeotdrm: Add jiffies_to_usecs and nsecs_to_jiffies64()
2015-11-19 Matthew Dillonhammer2 - stabilization pass on slave sync (2)
2015-11-18 Matthew Dillonhammer2 - stabilization pass on slave sync
2015-11-18 Sepherosa Ziehaukern: Hold lwp before possible blocking operation
2015-11-18 Matthew Dillonloader - Add nfsroot tunables to manual.
2015-11-18 Matthew Dillonkernel - Improve netbooted root NFS mounts and allow...
2015-11-18 Matthew Dillonhammer2 - Present hardlink solution, misc stability...
2015-11-17 Matthew Dillonlibc - Add 'xlink' chflags
2015-11-17 Imre Vadászsyscons: Keep screen content and cursor pos when switch...
2015-11-17 François Tigeotdrm/i915: Use signal_pending()
2015-11-17 Tomohiro Kusumisys/dev/disk/dm: Minor targets fixes
2015-11-17 Tomohiro Kusumisys/dev/disk/dm: Cleanup header includes
2015-11-17 Tomohiro Kusumisys/dev/disk/dm: Cleanups
2015-11-17 Sepherosa Ziehaukinfo: Set kernel idle threads state to SIDL.
2015-11-17 Sepherosa Ziehauudp: Wakeup callers sleeping on failed to connect socket.
2015-11-17 Sepherosa Ziehausound/dsp: Fix nonblocking support.
2015-11-17 Sepherosa Ziehaubus: Fix devctl nonblocking support.
2015-11-16 Sascha Wildnerkernel: Remove more syslink remains (headers and a...
2015-11-16 Sascha Wildnerkernel: Fix three declarations of (obsolete) syscalls.
2015-11-16 Sascha Wildnerkernel/slip: Remove opt_slip.h inclusion, which is...
2015-11-16 Sepherosa Ziehaukinfo: Zero-out pctcpu for zombie processes
2015-11-16 Sepherosa Ziehaukinfo: Deliver address of kernel thread
next