Age | Commit message (Expand) | Author |
2019-03-23 | Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race | Visa Hankala |
2019-03-23 | Add a simple spinning mutex for ddb. Unlike mutex(9), this lock keeps | Visa Hankala |
2019-03-23 | Add intr_{disable,restore}() for powerpc. | Visa Hankala |
2019-03-22 | Move adjtimedelta into the timehands. | cheloha |
2019-03-22 | - Fix the AR816X_REV_B0 / default DMA channel selection to be the | Kevin Lo |
2019-03-22 | Rename "timecounter_mtx" to "windup_mtx". | cheloha |
2019-03-22 | Mixmerge fixup. | Kevin Lo |
2019-03-22 | umbg now supports DCF600USB as well; adjust comment. from weerd@ | Stuart Henderson |
2019-03-22 | build umbg(4) on amd64, previously only done on i386/macppc/octeon/sparc64 | Stuart Henderson |
2019-03-22 | support Meinberg DCF600USB, from weerd@, ok phessler | Stuart Henderson |
2019-03-22 | sync | Stuart Henderson |
2019-03-22 | add Meinberg DCF600USB, from weerd@, ok phessler@ | Stuart Henderson |
2019-03-22 | Add support for QCA AR816x/AR817x for alc(4). | Kevin Lo |
2019-03-22 | back out 1.28 | David Gwynne |
2019-03-22 | use a cond in ixl_atq_exec to wait for a command to be completed. | David Gwynne |
2019-03-22 | don't blindly complete admin queue entries | David Gwynne |
2019-03-21 | Remove struct intrhand. It is no longer used on octeon. | Visa Hankala |
2019-03-21 | Remove an unused header. | Visa Hankala |
2019-03-21 | don't set VLAN things when configuring promisc | David Gwynne |
2019-03-21 | run event callbacks directly in the atq processing | David Gwynne |
2019-03-20 | States in pf(4) let ICMP and ICMP6 packets pass if they have a | Alexander Bluhm |
2019-03-20 | regen | Jonathan Gray |
2019-03-20 | add more intel graphics pci ids with known marketing names | Jonathan Gray |
2019-03-20 | regen | Jonathan Gray |
2019-03-20 | add radeondrm pci ids missing from pcidevs but present in drm_pciids.h | Jonathan Gray |
2019-03-19 | correct LOCATION_REPORTED mask | anton |
2019-03-19 | In uaudio_pdata_intr() don't error out early if the status is USBD_IOERROR. | Claudio Jeker |
2019-03-18 | Add kubsan(4), a undefined behavior sanitizer for the kernel. It's | anton |
2019-03-18 | Modify rasops_list_font_cb() to not filter out fonts with different | Frederic Cambus |
2019-03-18 | enable mpip(4) | David Gwynne |
2019-03-18 | tweak SIOCGETLABEL and add SIOCDELLABEL | David Gwynne |
2019-03-18 | make SIOCGETLABEL fail with EADDRNOTAVAIL if the label is not set. | David Gwynne |
2019-03-18 | extend BIOCSFILDROP so it can be configured to not capture packets. | David Gwynne |
2019-03-17 | extend BIOCSFILDROP so it can be configured to not capture packets. | David Gwynne |
2019-03-17 | Since an isoc endpoint never halts, move to remaining error handling | Marcus Glocker |
2019-03-17 | Remember to detach the event counter when disestablishing | Visa Hankala |
2019-03-17 | Replace a hand-rolled linked list with SLIST. | Visa Hankala |
2019-03-17 | Move the handler code in the xhci_event_xfer() switch case in two separate | Marcus Glocker |
2019-03-17 | Remove obsolete semicolon at end of case switch. | Marcus Glocker |
2019-03-17 | Let each interrupt controller driver choose how to implement | Visa Hankala |
2019-03-17 | Move intr_barrier(9) to the platform level so that it can be customized. | Visa Hankala |
2019-03-17 | Change boot time/offset within tc_windup(). | cheloha |
2019-03-16 | sync | Stuart Henderson |
2019-03-16 | add entries for Attansic E2400/E2500, from Brad (and also present, | Stuart Henderson |
2019-03-16 | Merge the duplicate code to handle isoc SHORT and SUCCESS xfer events | Marcus Glocker |
2019-03-16 | Unify the top-level structure of interrupt handles. This helps | Visa Hankala |
2019-03-16 | Use SMR with aesni sessions. This makes the reference counting | Visa Hankala |
2019-03-16 | Clear the me_evp pointer after calling wsmux_do_close() as opposed of | anton |
2019-03-16 | Now that efifb(4) supports remapping the framebuffer in write combining | Frederic Cambus |
2019-03-16 | Fix incorrect flag. | Visa Hankala |