Age | Commit message (Expand) | Author |
2019-08-12 | Remlve command mutex. It is unnecessary since commands are already | Mark Kettenis |
2019-08-12 | regen | anton |
2019-08-12 | Unlock lseek(2) since the file offset is MP-safe by now. Calling | anton |
2019-08-11 | Add clock support to sxirtc(4); needed by newer Linux DTs. | Mark Kettenis |
2019-08-11 | Add battery sensors for the AXP803. A somewhat recent Linux DT is needed | Mark Kettenis |
2019-08-11 | Add sxisyscon(4) a driver for the system controller found on various | Mark Kettenis |
2019-08-11 | The "phy-names" property has been dropped from the Linux device trees so | Mark Kettenis |
2019-08-11 | Fix an issue where output gets stuck when a machine is under load. Also | Mark Kettenis |
2019-08-10 | udcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9); ok kettenis@ | cheloha |
2019-08-10 | gpiodcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9) | cheloha |
2019-08-10 | Make sure fdt_get_reg() looks beyond its parent to establish the correct | Mark Kettenis |
2019-08-10 | Fix pixel formats. Turns out the order in the device tree description is | Mark Kettenis |
2019-08-10 | really crank to 6.6-beta | Christian Weisgerber |
2019-08-10 | move to 6.6-beta | Theo de Raadt |
2019-08-09 | Add TSC synchronization for multiprocessor machines. | Paul Irofti |
2019-08-09 | don't #define DEBUG, breaks building kernel with option DEBUG | Jonathan Gray |
2019-08-09 | match radeon/atom.c rev 1.4 and #undef DEBUG before DEBUG macro | Jonathan Gray |
2019-08-08 | Support WPA2 CCMP encryption/decryption in hardware with iwm(4). | Stefan Sperling |
2019-08-08 | softraid(4): tsleep(9) -> tsleep_nsec(9); ok kn@ | cheloha |
2019-08-08 | wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@ | cheloha |
2019-08-07 | Handle VF resets. When the PF changes VF settings, the VF will be reset, | Jonathan Matthew |
2019-08-07 | Process admin queue responses in the interrupt handler, rather than | Jonathan Matthew |
2019-08-07 | recognize the Realtek ALC285 | Joshua Stein |
2019-08-07 | The pathname in unveil(2) allocated 1024 bytes on the stack during | Alexander Bluhm |
2019-08-07 | Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skip | Philip Guenther |
2019-08-07 | Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call. | Philip Guenther |
2019-08-07 | avoid large MAXPATHLEN object on the stack in coredump(), by allocating | Theo de Raadt |
2019-08-07 | Add support for integrated USB cameras with two functions, as | Patrick Wildt |
2019-08-07 | Add support for the KSMedia 8-bit IR format, a greyscale format, | Patrick Wildt |
2019-08-06 | When we needed the kernel lock for local IP packet delivery, mpi@ | Alexander Bluhm |
2019-08-06 | Fix white spaces. | Alexander Bluhm |
2019-08-06 | The vio(4) interface did not recover from mbuf shortage. The logic | Alexander Bluhm |
2019-08-06 | Block interrupts while (attempting to) send an IPI on sun4v just like we | Mark Kettenis |
2019-08-06 | remove some debug cruft i should have removed before the last commit. | David Gwynne |
2019-08-06 | have a go at using msi interrupts. | David Gwynne |
2019-08-06 | i replaced a misplaced tab with g, not a space. make this work again. | David Gwynne |
2019-08-06 | if the rx ring gets empty and can't be filled, retry in the future | David Gwynne |
2019-08-06 | use ifiq_input so we can call if_rxr_livelocked to apply backpressure | David Gwynne |
2019-08-06 | Resolve some minor nits in diskmapioctl(): | anton |
2019-08-06 | Read the fifo depths from the appropriate configuration register and | Mark Kettenis |
2019-08-05 | Kernel realpath(3) and unveil(2) did not work correctly if the root | Alexander Bluhm |
2019-08-05 | Kernel realpath(3) had the same vnode leakage bug like unveil(2). | Alexander Bluhm |
2019-08-05 | Remove the unused function parameter rootvnode from unveil_add_vnode(). | Alexander Bluhm |
2019-08-05 | try to be more compliant with the spec by implementing marker responses. | David Gwynne |
2019-08-05 | Favor vn_close() in the error path of diskmapioctl() since side-effects | anton |
2019-08-05 | Allow concurrent reads of the f_offset field of struct file by | anton |
2019-08-05 | sis(4) calls mii_phy_reset(); add explicit dependency on mii_phy in config | Stefan Sperling |
2019-08-05 | run pf against ip packets coming in and out of the two ports. | David Gwynne |
2019-08-05 | pay some lip service to TPMR compliance according to 802.1Q-2018 | David Gwynne |
2019-08-04 | Fix a typo I noticed reviewing the smbios code cleanup diff. | kmos |