Age | Commit message (Expand) | Author |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2020-01-21 | regen | Visa Hankala |
2020-01-21 | Make __thrsleep(2) and __thrwakeup(2) MP-safe | Visa Hankala |
2020-01-21 | Enable mmhub power gating on picasso. Matches linux 4.20. | Jonathan Gray |
2020-01-21 | Fix support for additional I2C busses in piixpm(4) for older SB800 SMBus | Claudio Jeker |
2020-01-21 | Whitespace fixes. No code change. | Mike Larkin |
2020-01-21 | Remove some prototypes under #ifdef HIBERNATE that we don't use anymore. | Mike Larkin |
2020-01-21 | Whitespace/style fixes. No code change. | Mike Larkin |
2020-01-21 | remove unfinished macppc esp driver. | Ted Unangst |
2020-01-21 | remove a few disabled drivers that don't compile and seem unlikely to | Ted Unangst |
2020-01-21 | Add the beginnings of an nvmem "framework". | Mark Kettenis |
2020-01-21 | sys/nfs: misc. tsleep(9) -> tsleep_nsec(9); ok mpi@ | cheloha |
2020-01-20 | match on Intel Comet Lake and Tiger Lake Ethernet | Jonathan Gray |
2020-01-20 | floppy is a bit tight right now, evict fxp temporarily until another | Theo de Raadt |
2020-01-20 | regen | Jonathan Gray |
2020-01-20 | add ids for Intel Comet Lake and Tiger Lake Ethernet | Jonathan Gray |
2020-01-20 | struct vops is not modified during runtime so use const which moves each | Claudio Jeker |
2020-01-20 | remove esp at pcmcia attachment. it doesn't even compile. | Ted Unangst |
2020-01-20 | Separate the stack trace saving interface from ddb. The saving does not | Visa Hankala |
2020-01-20 | ciss(4): de-indent polling logic | cheloha |
2020-01-20 | regen | Jonathan Gray |
2020-01-20 | add another Intel Bluetooth device | Jonathan Gray |
2020-01-20 | regen | Jonathan Gray |
2020-01-20 | add some more Intel NVMe devices | Jonathan Gray |
2020-01-19 | eso(4): do not retake audio_lock during drain | cheloha |
2020-01-19 | eso(4): msleep(9) -> msleep_nsec(9) | cheloha |
2020-01-18 | Invalidate knote list of uhid(4) after device detach. This prevents | Visa Hankala |
2020-01-18 | Make klist_invalidate() more careful and general. Acquire knotes before | Visa Hankala |
2020-01-18 | Clear mount operation argument flags from mnt_flag after mount. | Visa Hankala |
2020-01-17 | drm/ttm: fix incrementing the page pointer for huge pages | Jonathan Gray |
2020-01-17 | drm/ttm: fix start page for huge page check in ttm_put_pages() | Jonathan Gray |
2020-01-17 | drm/i915: Fix use-after-free when destroying GEM context | Jonathan Gray |
2020-01-16 | Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread. | Martin Pieuchot |
2020-01-16 | Use list for freeing pages in uvn_flush() to optimize freeing chunks of | Mark Kettenis |
2020-01-16 | Convert to tsleep_nsec(9). | Martin Pieuchot |
2020-01-16 | Free data structures after closing the pseudo-device with vdevgone(9). | Martin Pieuchot |
2020-01-15 | Sprinkle splnet() around the ringbuffer accesses, otherwise the | Patrick Wildt |
2020-01-15 | Some PCIe firmwares drop TX packets when the pktid is 0. Add | Patrick Wildt |
2020-01-15 | Fix off-by-one in ringbuffer code. When we insert items faster than | Patrick Wildt |
2020-01-15 | aac(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-01-15 | lpt(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-01-15 | pci(4): PCIOCSETVGA: tsleep(9) -> tsleep_nsec(9); ok mpi@ | cheloha |
2020-01-15 | Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9). | Martin Pieuchot |
2020-01-15 | If join is connected to an AP, remove the node from the cache so we properly | Peter Hessler |
2020-01-15 | drm/i915/gen9: Clear residual context state on context switch | Jonathan Gray |
2020-01-15 | drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ | Jonathan Gray |
2020-01-15 | drm/fb-helper: Round up bits_per_pixel if possible | Jonathan Gray |
2020-01-15 | qle(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-01-15 | mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@ | cheloha |
2020-01-14 | Fix screen brightness adjustment through function keys | kn |