summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-09-26Update drm_irq.c to the version from Linux 3.14.52.Mark Kettenis
2015-09-26Protect the list of free map entries with a mutex. This should fix theMark Kettenis
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGPhilip Guenther
2015-09-26lint is dead: BITFIELDTYPE comments aren't usefulPhilip Guenther
2015-09-26regenTed Unangst
2015-09-26unlock the mmap! reminded and ok kettenisTed Unangst
2015-09-26matthew noticed there's a race where we are using the kernel lock to tieTed Unangst
2015-09-26Apparently Valleyview / Bay Trail has 32-bit BARs, so fetch the type insteadMark Kettenis
2015-09-26Make the PPGTT code work. Seems to fix the caching issues on Broadwell.Mark Kettenis
2015-09-26Make iwm(4) DPRINTFs show states by name instead of number.Stefan Sperling
2015-09-26xheart_splx() has to restore the interrupt mask even on secondary CPUsVisa Hankala
2015-09-26Let MP-safe interrupt handlers run without the kernel lock on octeon.Visa Hankala
2015-09-26Add a spinout check to the mips64 mutex, to aid debugging.Visa Hankala
2015-09-25Apparently 0 is not a power of 2 (despite <sys/param.h> claiming that it is).Mark Kettenis
2015-09-253.14 backports of some Broadwell fixes fromJonathan Gray
2015-09-25Disable IPS for now. Identified by jsg@ as the cause for the unsynchedMark Kettenis
2015-09-25Don't immediately try to checksum the GPT header using the sizeKenneth R Westerback
2015-09-25Ensure that RTF_LOCAL route entries always stay UP.Martin Pieuchot
2015-09-25Now that waitqueue_active() actually works, enable the WARN_ON that uses it.Mark Kettenis
2015-09-24Enable MSIs on hardware that supports it. On the Thinkpad X1, the APIC pinMark Kettenis
2015-09-24Properly implement waitqueue_active(). Gets rid of spuriousMark Kettenis
2015-09-24buglet: there's no way for req to be STEP in the DETACH case.Ted Unangst
2015-09-24Move declaration of readdisksector() to disklabel.h. This makes itKenneth R Westerback
2015-09-24It is no longer necessary to include CR_BERR in CR_INT_MASK if CPU_R8000.Miod Vallat
2015-09-24IP26 streaming cache controller bus error interrupts are reported as hardwareMiod Vallat
2015-09-24regenJonathan Gray
2015-09-24Add some more Broadwell graphics ids.Jonathan Gray
2015-09-24The devlist awk script didn't pickup the broadwell ids as they areJonathan Gray
2015-09-24add a comment explaining how we serialize when switching trunkproto;Mike Belopuhov
2015-09-24Avoid a theoretical m_pullup(9) mishandling by delegating the mbufMike Belopuhov
2015-09-24A couple of missing letoh32() conversions of GPT header fields inKenneth R Westerback
2015-09-23Update inteldrm to the code from Linux 3.14.52 (which corresponds toMark Kettenis
2015-09-23typosMiod Vallat
2015-09-23That PICA reference ought to have been removed 20 years ago!Miod Vallat
2015-09-23In tlb_update(), when inserting an entry for a KV1 address, reuse theMiod Vallat
2015-09-23Reorder subtractions and branches to shave one cycle per call toMiod Vallat
2015-09-23In iwm(4), properly reset the RX ring by clearing RX buffer status memory.Stefan Sperling
2015-09-23In iwm(4), while not associated, pass the broadcast ethernet address toStefan Sperling
2015-09-23Output operands of movn and movz in the correct order.Miod Vallat
2015-09-23remove lockmgr_printinfo stubs. from Martin NatanoTed Unangst
2015-09-23Serialize trunk changes with input handler insertion and removal.Mike Belopuhov
2015-09-23Removes locking macros that we've inherited from NetBSD/FreeBSD.Mike Belopuhov
2015-09-23Keep track of an active port in the failover trunk to avoid listMike Belopuhov
2015-09-23Remove trunk watchdog code since it doesn't do anything usefulMike Belopuhov
2015-09-23Always increment rt_use inside rtalloc(9) instead of doing it in someMartin Pieuchot
2015-09-23Fix white spaces and style.YASUOKA Masahiko
2015-09-23Remove -DLINKADDR=. It is for first-stage bootstrap.YASUOKA Masahiko
2015-09-23efiboot used 3MB memory below the region for the kernel, but UEFIYASUOKA Masahiko
2015-09-23Corect a kbind comment to describe the version that was settled on: no oldPhilip Guenther
2015-09-22Make sure the openbsd.randomdata section is located before the edata symbol.Miod Vallat