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