summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-03-28add support for relaxed deltasJonathan Gray
2013-03-28code that calls timeout functions should include timeout.hTed Unangst
2013-03-28Add missing locking in i915_gem_retire_work_handler() and callMark Kettenis
2013-03-28Reduce diffs with Linux now that we have i915_enable_hangcheck.Mark Kettenis
2013-03-28Prevent a panic during rtsx(4) attachment. If a card is inserted while bootingStefan Sperling
2013-03-28Call intel_mark_busy() in the right place, and call intel_mark_fb_busy()Mark Kettenis
2013-03-28Add i915_enable_hangcheck parameter.Mark Kettenis
2013-03-28Add STRONG_ALIAS macros to be used from assembly code in libc andMartynas Venckus
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-28Let mii_attach() know where the PHY is located instead of scanningBrad Smith
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2013-03-28sys/param.h gets you sys/types.h automaticallyTheo de Raadt
2013-03-28the ramdisk is a bit special, and some tedu arguments do apply. # outTheo de Raadt
2013-03-28do not include machine/cpu.h from a .c file; it is the responsibility ofTheo de Raadt
2013-03-28no need for a lot of code to include proc.hTed Unangst
2013-03-28separate memory poisoning code to a new file and make it usable kernel wideTed Unangst
2013-03-28Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6Alexander Bluhm
2013-03-28Replace some casts to struct in_ifaddr pointer by ifatoia() or NULL.Martin Pieuchot
2013-03-28add i915_gem_execbuffer_reserve_object and friends and moveJonathan Gray
2013-03-28add i915_gem_execbuffer_reserve_object and friends and moveJonathan Gray
2013-03-28add the ioctls to get/set the caching level of a buffer objectJonathan Gray
2013-03-28removed unneccessary .h fileTheo de Raadt
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2013-03-28it is believed that the comment is referring to the define below.Ted Unangst
2013-03-28do not copy additional kernel memory into the swapent.se_path[]Theo de Raadt
2013-03-28it is no longer interesting that struct swapent is not compatible with aTed Unangst
2013-03-28you probably don't need to include vnode.h or reboot.h. you most definitelyTed Unangst
2013-03-28Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,Philip Guenther
2013-03-28no need for vnode.h to include namei.h unconditionallyTed Unangst
2013-03-28When updating fd_cdir or fd_rdir, put the new pointer in placePhilip Guenther
2013-03-28add a comment that we are faking it until code to ask the server is written.Ted Unangst
2013-03-28a better try at pathconf for nfs. there may be lies, but they are betterTed Unangst
2013-03-28Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,Philip Guenther
2013-03-28Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa,Alexander Bluhm
2013-03-27Remove commented out tr(4) stanzas, since support for them has been removedMiod Vallat
2013-03-27fill in cpu_model.Jasper Lievisse Adriaanse
2013-03-27Move generic armv7 files into arm's file list.Patrick Wildt
2013-03-27institute a hard cap on crypto devs instead of a useless wraparound checkTed Unangst
2013-03-27Move soidle() into the big #ifdef SOCKET_SPLICE block to have itAlexander Bluhm
2013-03-27Rewrite the work unit handling code in the RAID 1/4/5/6 interrupt handlers.Joel Sing
2013-03-27Use the correct src/dst ports depending on direction (one of src or dst wasRyan Thomas McBride
2013-03-27match recent linux and return whether the ring is initialisedJonathan Gray
2013-03-27claim support for secure and pinned batch buffersJonathan Gray
2013-03-27Claim to support I915_PARAM_HAS_COHERENT_RINGS.Jonathan Gray
2013-03-27Further updates to pmap7. Fixes some problems and removes debug printfs.Patrick Wildt
2013-03-27combine several atomic_clearbits calls into one. slightly faster onTed Unangst
2013-03-27a little header cleanup. ok deraadtTed Unangst
2013-03-27rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type.Ted Unangst
2013-03-27Draining the write buffer is accomplished via a DSB.Patrick Wildt