drm2: Comment out i915_info_sysctl_handler()
[dragonfly.git] / sys /
2013-07-30 François Tigeotdrm2: Comment out i915_info_sysctl_handler()
2013-07-30 François Tigeoti915_gem.c: Revisit initialization code
2013-07-30 Matthew Dillonkernel: Correctly handle fake pages
2013-07-30 François Tigeotdrm2: Make the PAT code more compatible with FreeBSD
2013-07-30 Matthew Dillonkernel: PAT work, test_and_set_bit()
2013-07-30 Johannes Hofmanndrm: preliminary replacement for vm_phys_fictitious...
2013-07-30 François Tigeotkernel: Add atomic_load_acq_64()
2013-07-30 Johannes Hofmanndrm: lockmgr() returns 0 on success
2013-07-30 Johannes Hofmanndrm: Implement vm_fault_quick_hold_pages and vm_page_un...
2013-07-30 Johannes Hofmanndrm2 porting: Small changes
2013-07-30 Johannes Hofmanndrm: switch back from kfree to free and add a NULL...
2013-07-30 Matthew Dillondrm2: Properly handle requests passing page boundaries
2013-07-30 François Tigeotdrm2: Translate some vm calls, comment out others
2013-07-30 Johannes Hofmanndrm2: Replace or comment out devfs cdevpriv calls
2013-07-30 François Tigeoti915: fix sf_buf_alloc() calls
2013-07-30 François Tigeoti915: Rename pipe to i915_pipe
2013-07-30 François Tigeotdrm2: replace callout_schedule by callout_reset()
2013-07-30 François Tigeoti915: replace several sleep functions by DELAY()
2013-07-30 François Tigeotdrm2: Small porting fixes
2013-07-30 Johannes Hofmanniicbus: add intel_iic to iicbb driver
2013-07-30 Johannes Hofmanndrm2: Port d_mmap_single() from FreeBSD
2013-07-30 François Tigeotdrm2: Handle device creation, translate dev_ops functions
2013-07-30 Sepherosa Ziehauproto: Fix copy-n-paste error; PR_ASYNC_RCVD should...
2013-07-30 Sascha Wildnerkernel/bus: Remove NULL check after kmalloc with M_INTW...
2013-07-30 Johannes Hofmannkernel: add OBJT_MGTDEVICE in some more places
2013-07-30 Johannes Hofmannkernel: Port new device_pager interface from FreeBSD
2013-07-29 Matthew Dillonkernel - Do not invalidate the vnode+children in the...
2013-07-29 Sascha Wildnerkernel/pci: Fix extern in pcivar.h and clean up a bit.
2013-07-27 Sascha Wildnerkernel: Stop installing pst(4) module and manual page...
2013-07-27 Sascha Wildner<sys/proc.h>: Remove suser() and suser_cred() prototypes.
2013-07-25 Sascha Wildnersys/boot: Remove some unused externs.
2013-07-24 Sascha Wildnerkernel: Remove some unused kmalloc types in drm/drm2...
2013-07-24 François Tigeotdrm2: add a drm_find_file_by_proc() implementation
2013-07-24 François Tigeotkernel: Update taskqueue subsystem
2013-07-23 François Tigeotdrm2: Adapt kernel_map usage
2013-07-23 François Tigeotdrm2: Handle slightly different little things (2/2)
2013-07-23 François Tigeotdrm2: Handle slightly different little things (1/2)
2013-07-23 François Tigeotdrm2: Remove unused FreeBSD functions and macros
2013-07-23 François Tigeotdrm2: Fix include files
2013-07-23 François Tigeotdrm2: Handle locking
2013-07-23 François Tigeotdrm2: Some functions are named differently
2013-07-23 François Tigeotdrm2: Remove CTR* functions
2013-07-23 François Tigeotdrm2: Comment out FreeBSD ids
2013-07-23 Sascha WildnerRemove some no longer used externs in various system...
2013-07-22 François Tigeotdrm: Import drm2+i915 work from FreeBSD
2013-07-22 François Tigeotdrm: move gpu driver headers to subdirectories
2013-07-22 Sascha Wildnerkernel/isa: Remove some no longer used externs declarat...
2013-07-22 François Tigeotkernel: Remove global PROC_LOCK and PROC_UNLOCK definitions
2013-07-22 François TigeotRemove duplicated bitstring.h file
2013-07-22 Sepherosa Ziehausocket: Use modulo-N for SO_REUSEPORT socket locating
2013-07-22 Sepherosa Ziehausocket: Avoid possible race between netmsg_so_notify...
2013-07-22 Sepherosa Ziehauoce: Don't clear M_PKTHDR when create mbuf chain
2013-07-21 François Tigeotkernel: Add PROC_LOCK and PROC_UNLOCK
2013-07-21 François Tigeotkernel: Implement copyin_nofault and copyout_nofault
2013-07-21 François Tigeotkernel: add vm_page_unhold_pages()
2013-07-21 Johannes Hofmannkernel: Add DRIVER_MODULE_ORDERED macro
2013-07-21 François Tigeotkernel: Import bitcount16() from FreeBSD
2013-07-21 François Tigeotkernel: Import unrhdr function family from FreeBSD
2013-07-21 Franco Fichtneradd .Mt to man pages in bin/ games/ sys/ tools/
2013-07-21 Sascha Wildnerkernel: Remove a no longer used extern declaration.
2013-07-21 Sascha Wildnerkernel: Remove some HW_WDOG remains.
2013-07-21 François Tigeotkernel: Import vm_mmap_to_errno() from FreeBSD
2013-07-20 François Tigeotkernel: import pci_find_class() from FreeBSD
2013-07-20 François Tigeotkernel: Add kqsort_r()
2013-07-19 Sascha Wildnerkernel: Remove some more unused kmalloc types.
2013-07-19 Sascha Wildnerkernel: Remove some no longer used options.
2013-07-19 Sepherosa Ziehausocket: Avoid possible race between netmsg_so_notify...
2013-07-18 Johannes Hofmannkernel/pat: Improve kmem_alloc_attr()
2013-07-18 François Tigeotpat: Add pmap_invalidate_cache_pages()
2013-07-18 François Tigeotpmap: Add pmap_mapbios()
2013-07-18 François Tigeotpat: Make the API more compatible with FreeBSD
2013-07-18 François Tigeotpat: Add BUS_DMA_NOCACHE, VM_MEMATTR definitions
2013-07-18 François Tigeotkernel: Optimize pmap_invalidate_range()
2013-07-18 François Tigeotkernel: Use pmap_invalidate functions
2013-07-18 François Tigeotkernel: Improve pmap_invalidate_cache_range()
2013-07-18 François Tigeotpmap: Add change_attr() stubs for non-amd64 architectures
2013-07-18 Matthew DillonPAT work, mapdev_attr, kmem_alloc_attr
2013-07-18 Johannes Hofmannpmap: add dummy implementation for pmap_invalidate*
2013-07-18 Sascha Wildnerkernel: Remove 3 unused kmalloc types: M_80211_DFS...
2013-07-18 Sascha Wildnerkernel/raid: CAM_NEW_TRAN_CODE is default for over...
2013-07-18 Sepherosa Ziehaui386: Make the system boot again
2013-07-18 Sepherosa Ziehaui386: Unbreak building if the kern config only contains...
2013-07-18 Sepherosa Ziehaumbuf: revert part of b4e5a1079d852748f03f32aae87ecdda27...
2013-07-18 François Tigeotkernel: Remove Cyrix CPUs specific handling
2013-07-18 Sepherosa Ziehauso_pru_send_async: Use M_NOWAIT to allocate address
2013-07-17 Sascha Wildnervkernel: Remove #if 0 code in vkernel headers.
2013-07-17 Sascha Wildnerkernel: Remove unneeded #include.
2013-07-17 Sascha Wildnerkernel: Remove unused kmalloc types: M_AMRCAM, M_DEVT...
2013-07-17 Sepherosa Ziehauarp: Perform ARP pending output during ARP updating
2013-07-17 Sepherosa Ziehauroute: Prioritize routing table change messages
2013-07-17 Sascha Wildnerkernel: Remov unused kmalloc type M_VMPGDATA.
2013-07-16 Sascha Wildnerkernel: Remove some orphaned extern declarations in...
2013-07-16 Sascha Wildner<sys/device.h>: Fix a typo in an extern declaration.
2013-07-16 Matthew Dillonkernel - Attempt to fix shared/excl namecache deadlock
2013-07-15 Sascha Wildnerkernel/oce: Sync oce(4) driver with FreeBSD.
2013-07-15 François Tigeotiir: Prevent namespace collision with INTEL_VENDOR_ID
2013-07-15 Sascha WildnerRemove some orphaned extern declarations.
2013-07-14 Sascha WildnerRemove fpsetsticky(3) remains. It was removed with...
2013-07-11 Matthew Dillonkernel - Fix excessively deferred wakeups
2013-07-11 Matthew Dillonkernel - Do not try to apply certain hw errata fixes...
next