Age | Commit message (Expand) | Author |
2019-03-13 | Add support for i.MX8M PWM clocks. | Patrick Wildt |
2019-03-13 | Since new bindings might use the same clock index for divs, gates and | Patrick Wildt |
2019-03-13 | Store whether or not the VFP was active on entering the unhandled | Patrick Wildt |
2019-03-12 | Setting and getting the rounding mode on our arm64 FPU has not worked | Patrick Wildt |
2019-03-12 | Fix typo in debug print: wih -> with | Patrick Wildt |
2019-03-12 | Merge copy/pasted code to export STP states via ioctl into a function. | Martin Pieuchot |
2019-03-12 | Almost all terminals now support hardware tabs so default to OXTABS | Nicholas Marriott |
2019-03-12 | Remove unused uaudioreg.h file. | Alexandre Ratchov |
2019-03-12 | Add a new driver for USB Audio Class v2.0 devices. It replaces the | Alexandre Ratchov |
2019-03-12 | Add new copy_output() and underrun() methods to support drivers | Alexandre Ratchov |
2019-03-12 | uhci: Fix delayed completions for isochronous transfers. | Alexandre Ratchov |
2019-03-12 | Until we can figure out why it causes NMIs on some machines, skip the | Jonathan Matthew |
2019-03-11 | Add missing bus powered bit, from aalm@ | Martin Pieuchot |
2019-03-11 | Bring back revision 1.91 now that vmd has been fixed, repeating the | anton |
2019-03-11 | - in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RST | Kevin Lo |
2019-03-10 | Move adjtimedelta from kern_time.c to kern_tc.c. | cheloha |
2019-03-10 | Use SMR instead of reference counting for session reclamation. | Visa Hankala |
2019-03-10 | fix two wrong comments | Mike Larkin |
2019-03-10 | missing newline in a printf | Mike Larkin |
2019-03-10 | vmm(4): add a debug printf if the host does not have writeback memory | Mike Larkin |
2019-03-09 | tc_windup: read active timecounter once at function start. | cheloha |
2019-03-09 | Use READ_ONCE() and WRITE_ONCE() in <sys/smr.h>. | Visa Hankala |
2019-03-09 | Add macros READ_ONCE() and WRITE_ONCE(). They constrain optimizations | Visa Hankala |
2019-03-08 | Do not grab a `bif' pointer again, we already have it. | Martin Pieuchot |
2019-03-08 | Move the tag mechanism outside of net/if_bridge.c. | Martin Pieuchot |
2019-03-08 | the previous hkey version check was not accurate enough, so try the | Joshua Stein |
2019-03-08 | Update Spleen kernel fonts to the latest released version, bringing | Frederic Cambus |
2019-03-07 | Return early in ucode loading if cpuid is not available. Should fix | Jonathan Gray |
2019-03-07 | When accessing the child address cells make sure to use the size for | Patrick Wildt |
2019-03-06 | explicitly unmask keyboard brightness and screen brightness events | Joshua Stein |
2019-03-06 | thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlight | Joshua Stein |
2019-03-06 | Ignore rx interrupts if the interface isn't supposed to be running. | Jonathan Matthew |
2019-03-06 | Revert revision 1.91. It results in significant log spam when | Theo Buehler |
2019-03-06 | increase dirhash mem a bit since very tiny machines are less common. | Ted Unangst |
2019-03-05 | Make sure pointer is within bounds before dereferencing it. | anton |
2019-03-05 | swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value order | Jonathan Matthew |
2019-03-05 | apply background init progress fix from r1.59 of mfii.c | Jonathan Matthew |
2019-03-04 | move back to ifiq_input counting packets instead of queue operations. | David Gwynne |
2019-03-04 | don't need to initialise qdrops twice when setting up ifqs and ifiqs. | David Gwynne |
2019-03-04 | When closing the slave end of a pty, generate an EOF event to any kqueue | anton |
2019-03-04 | allow IPv6 to flow through pppx(4) | denis |
2019-03-04 | Add padding to struct sadb_x_counter to make it comply with | Stefan Sperling |
2019-03-04 | Yet another (unsigned) cast who's only purpose is to incorrectly truncate | Theo de Raadt |
2019-03-04 | Make sure we clear all valid bytes in clrbuf. | David Hill |
2019-03-03 | Found some historical code. Don't cast the pointer for bzero to a different ... | Theo de Raadt |
2019-03-02 | Bump VMM_MAX_NAME_LEN to 64 to allow for longer vm names. | Antoine Jacoutot |
2019-03-02 | Limited the number of allowed stacked wsmux devices. A sufficiently long chain | anton |
2019-03-01 | Since ring->index points to the next free slot, once we reach index zero | Patrick Wildt |
2019-03-01 | use a timeout to refill the rx ring when it's empty. | David Gwynne |
2019-03-01 | use ifiq_input instead of if_input | David Gwynne |