Age | Commit message (Expand) | Author |
2018-02-26 | Fix typo in previous commit. | Mark Kettenis |
2018-02-26 | Support dumping isochronous frames via bpf(4) using the USBPcap protocol. | Martin Pieuchot |
2018-02-26 | regen | ccardenas |
2018-02-26 | Add devices found on thinkpad e475 with an AMD A10-9600P | ccardenas |
2018-02-25 | Add RK805 support. | Mark Kettenis |
2018-02-25 | Add RK3328 support. | Mark Kettenis |
2018-02-25 | More RK3328 clocks. | Mark Kettenis |
2018-02-25 | RK3328 support. | Mark Kettenis |
2018-02-25 | Initial RK3328 clocks. | Mark Kettenis |
2018-02-25 | Don't pass our configured SSID to iwm(4) firmware during a background scan. | Stefan Sperling |
2018-02-25 | My previous commit to iwn(4) broke the scan loop. | Stefan Sperling |
2018-02-25 | Typo: auxilliary -> auxiliary | Philip Guenther |
2018-02-24 | RK3328 support. | Mark Kettenis |
2018-02-24 | Add bcmrng(4), a driver for the random number generator on the Raspberry Pi. | Mark Kettenis |
2018-02-24 | fix pasto | Mark Kettenis |
2018-02-24 | Add bcmtemp(4), a driver for the temperature sensor on the Raspberry Pi. | Mark Kettenis |
2018-02-23 | Get rid of the cpu_on_fn hook and call the psci(4) functions directly instead | Mark Kettenis |
2018-02-23 | regen | David Gwynne |
2018-02-23 | masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devs | David Gwynne |
2018-02-21 | match linux whitespace in ioctl list | Jonathan Gray |
2018-02-20 | stop mixing bsd and c99 fixed width types and just use c99 types everywhere | Jonathan Gray |
2018-02-20 | Set the chain_offset field (same as sgl_offset0, only in 16 byte units) | Jonathan Matthew |
2018-02-19 | Add a default case to a usb_tap() switch statement which mpi@ says will | Jonathan Gray |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2018-02-11 | Use the new APIs for setting block lengths and reading from/writing to | Patrick Wildt |
2018-02-11 | Add sdmmc_io_set_blocklen() which allows to set the block length of an | Patrick Wildt |
2018-02-11 | Add sdmmc_io_read_region_1() and sdmmc_io_write_region_1() as an | Patrick Wildt |
2018-02-11 | Copy the scan results into a new buffer to re-align the data so that we | Patrick Wildt |
2018-02-11 | Since the BCDC header has a variable data offset, so the ethernet packet | Patrick Wildt |
2018-02-11 | Update the packet header length as well as the mbuf length on | Patrick Wildt |
2018-02-10 | Add AXP803 support. | Mark Kettenis |
2018-02-10 | More Allwinner A64 clocks. | Mark Kettenis |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2018-02-10 | fix build with SDHC_DEBUG defined, no binary change otherwise | Jonathan Matthew |
2018-02-09 | Situation occur where bootloader cannot supply kernel with early | Theo de Raadt |
2018-02-09 | Implement the bwfm(4) SDIO bus logic. This is the bus layer that | Patrick Wildt |
2018-02-09 | timeout_add -> timeout_add_sec | Jonathan Matthew |
2018-02-08 | Do not hardcode key length. Pointed out by jsing@ | mortimer |
2018-02-08 | After flushing disks, try again to release all memory. We don't need to | Theo de Raadt |
2018-02-08 | Toss all releaseable memory, because fragmentation can get in the way | Theo de Raadt |
2018-02-08 | Use a temporary chacha instance to fill large randomdata sections. Avoids | mortimer |
2018-02-08 | sr_quiesce() is a new approach for ensuring that softraid drains | Theo de Raadt |
2018-02-08 | Move bwfm(4) from ifq begin/commit/rollback semantics to the newer | Patrick Wildt |
2018-02-07 | Sporadically the network over gem(4) interface hang on sparc64 and | Alexander Bluhm |
2018-02-07 | Outsource setting the backplane window into a specific function so it | Patrick Wildt |
2018-02-07 | Move parsing the BCDC header on RX into a protocol specific RX | Patrick Wildt |
2018-02-07 | Move parsing the BCDC header on RX into a protocol specific RX | Patrick Wildt |
2018-02-07 | Move SDIO bus and protocol definitions from the shared header | Patrick Wildt |
2018-02-07 | Add helper to find out if the chip supports Save/Restore. Will be used | Patrick Wildt |