Age | Commit message (Expand) | Author |
2017-07-25 | Enable dwdog(4) such that Rockchip RK3288 devices can reboot. | Mark Kettenis |
2017-07-25 | Add dwdog(4), a driver for the Synopsys Designware watchdog timer integrated | Mark Kettenis |
2017-07-25 | Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSD | Mark Kettenis |
2017-07-25 | The Cortex-A17 TRM explicitly says that there is an intermediate table | Mark Kettenis |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-25 | remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support it | Robert Nagy |
2017-07-25 | rework octuctl and its children to attach via fdt | Jonathan Matthew |
2017-07-25 | Print CPU type as we do on arm64. This is how ARM prints revisions in its | Mark Kettenis |
2017-07-25 | Remove leftovers of a past softintr mechanism. | Visa Hankala |
2017-07-24 | Add support for the AXP152 which has a shutdown control register that is | Mark Kettenis |
2017-07-24 | Enable pcxrtc(4). | Mark Kettenis |
2017-07-24 | pcxrtc(4), a driver for the NXP PCF8563 RTC. | Mark Kettenis |
2017-07-24 | add some missing MULTIPROCESSOR ifdefs to not compile in code on | Robert Nagy |
2017-07-24 | Don't attempt to deactivate a class that doesn't have any packets in it | Mike Belopuhov |
2017-07-24 | add MULTIPROCESSOR guards around otherwise unused pieces to satisfy clang | Christian Weisgerber |
2017-07-24 | Extend the scope of the socket lock to protect `so_state' in connect(2). | Martin Pieuchot |
2017-07-24 | tweak malloc(9) flags: since that M_NOWAIT might return NULL hence it | Gleydson Soares |
2017-07-24 | Port amd64's updates to the device path comparison to arm64 as well. | Patrick Wildt |
2017-07-24 | Port amd64's updates to the device path comparison to armv7. Fixes | Patrick Wildt |
2017-07-24 | Reduce NET_LOCK() contention by moving the linktstate and watchdog | Martin Pieuchot |
2017-07-24 | Grab the socket lock in soo_ioctl() where `so_state', `so_rcv' | Martin Pieuchot |
2017-07-24 | rt_getifa() is only needed for routing commands submited by userland. | Martin Pieuchot |
2017-07-24 | Fixup free list handling in fqcodel_deq_begin | Mike Belopuhov |
2017-07-23 | this is imt, not ims | Joshua Stein |
2017-07-23 | permit kernel building with clang as the base compiler; ok kettenis@ | Christian Weisgerber |
2017-07-23 | Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found on | Mark Kettenis |
2017-07-23 | RK3288 support. | Mark Kettenis |
2017-07-23 | RK3288 support. | Mark Kettenis |
2017-07-23 | Add a few more RK3288 clocks. | Mark Kettenis |
2017-07-23 | Tweak timeouts a bit such that this works on the RK3288. | Mark Kettenis |
2017-07-23 | Prevent a possible "MAC context already removed" panic in iwm_auth(). | Stefan Sperling |
2017-07-23 | Add RK3288 support. | Mark Kettenis |
2017-07-23 | Replace CPWAIT with an isb instruction, which is the proper way to make sure | Mark Kettenis |
2017-07-23 | Splitting early startup code out of locore.S into locore0.S, like other | Kenji Aoyama |
2017-07-22 | acpibat: look for _BIX first before falling back on _BIF | Joshua Stein |
2017-07-22 | Rename variables for clarity. | Visa Hankala |
2017-07-22 | Initialize the brightness to a valid value if found. | anton |
2017-07-22 | Make the kernel panic if an invalid state transition occurs in net80211. | Stefan Sperling |
2017-07-22 | Add frame length range checks to the input path of iwm(4). | Stefan Sperling |
2017-07-22 | Fix length checks in EAPOL key frame parsing. | Stefan Sperling |
2017-07-22 | Bring SIGBUS and SIGSEGV handling better in line with the other | Visa Hankala |
2017-07-22 | Fix the various SIGSEGV and SIGBUS scenarios to match what we do on | Mark Kettenis |
2017-07-22 | Fix the various SIGSEGV and SIGBUS scenarios to match what we do on | Mark Kettenis |
2017-07-22 | Introduce jiffies, a volatile unsigned long version of our ticks variable | Mark Kettenis |
2017-07-21 | Do not permit USB ioctl handler malloc(9)'s to block as this interferes | ians |
2017-07-21 | Show Synaptics Model IDs. | Ulf Brosziewski |
2017-07-21 | Replace MD _bus_dmamap_* function calls with MI ones | Mike Belopuhov |
2017-07-21 | Add frame length boundary checks to the input path of atu(4). | Stefan Sperling |
2017-07-21 | More consistent with other architectures. | Kenji Aoyama |
2017-07-21 | Unbreak the rsu(4) driver which was not kept up-to-date with recent WPA | Stefan Sperling |