summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2017-10-28merge conflictsjmcneill
2017-10-28Import dts from Linux 4.14-rc6jmcneill
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2017-10-25Use C99 initializer for filteropsmaya
2017-10-12put back the cast.christos
2017-10-12When growing the state, remember to grow the seed array, otherwise we'll endchristos
2017-09-21Spaces to TABskrll
2017-09-16more constchristos
2017-09-16include linux/kernel.h (and thus sys/cdefs.h) for __unusedmaya
2017-09-15merge conflictschristos
2017-09-15----------------------------------------christos
2017-09-11keep dsb in vchiq code.maya
2017-09-11Use common barrier.h rather than separate implementation. NFCImaya
2017-09-11add dsb macro from vchiqmaya
2017-09-11Move barrier to common so it can be shared with vchiqmaya
2017-09-11Include opt_multiprocessor.h for MULTIPROCESSORmaya
2017-09-10sys/errno.h for EFAULTmaya
2017-09-05Revert changing the byte order of fi->fi_addr. It is already correct. Fromchristos
2017-08-31Disable MSI on DRMKMS (again).maya
2017-08-25Fix lockdebug_locked annotations.riastradh
2017-07-30Fix error branch in ttm_dma_tt_init to avoid double-free.riastradh
2017-07-29mergejmcneill
2017-07-29Use cp -RL to follow symlinksjmcneill
2017-07-27mergejmcneill
2017-07-27Import dts from Linux 4.12.3jmcneill
2017-07-27PR/52409: Avoid panic at resume.nonaka
2017-07-26Tweak slightly sketchy logic in linux_idr.riastradh
2017-07-25Pull in upstream commit:maya
2017-07-23use the scoping functions (JINMEI, Tatuya)christos
2017-07-23From Edgar Fuss:christos
2017-07-20Fix ipf failing to sent TCP RST's on link-local interfaces by stuffingchristos
2017-07-01Typokhorben
2017-06-16Add a note warning against including dt-bindings headers in the kernel.jmcneill
2017-06-16Implement __clear_cache using __syncicache on PPCjoerg
2017-06-15Cleanup copies of dt-bindings includesjmcneill
2017-06-15Add dts2netbsd scriptjmcneill
2017-06-15Import dts from Linux 4.11.5jmcneill
2017-06-08Merge conflictsskrll
2017-06-08Import of libfdt from DTC version 1.4.4skrll
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-24Add __clear_cache implementatin for SPARC/SPARC64.joerg
2017-05-12Call the right filter function for hook removal found by Stephen Borrill.christos
2017-05-04Arrays can't be NULLchristos
2017-04-30merge conflictschristos
2017-04-30----------------------------------------christos
2017-04-23Disconnect maintaining fragment state from keeping session state. The userchristos
2017-04-23Free the right fragment (Cy Schubert @ FreeBSD). This will cause use after freechristos
2017-04-11Use a spin lock -- we take this in interrupt context.riastradh
2017-04-08Add #ifdef so ski emulator won't crash. This change probably wouldn'tscole
2017-03-09Clarify ttm state transitions tt_unpopulated<->tt_unbound<->tt_bound.maya