Age | Commit message (Expand) | Author |
2021-05-01 | Implement early console functionality based on available SBI calls. | Mark Kettenis |
2021-05-01 | KERNEL_LOCK/UNLOCK() was pushed into trapsignal() last August | Jonathan Gray |
2021-05-01 | use sival_ptr instead of sival_int for breakpoint and illegal inst | Jonathan Gray |
2021-05-01 | variable has to be a pointer after last change | Theo de Raadt |
2021-04-30 | make timer/intc cd_name match config | Jonathan Gray |
2021-04-30 | Rearrange the implementation of bounded sysctl. The primitive | Alexander Bluhm |
2021-04-30 | Add zqclock(4), a driver for Zynq-7000 clocks. | Visa Hankala |
2021-04-30 | Add zqreset(4), a driver for Zynq-7000 resets. | Visa Hankala |
2021-04-30 | remove now unused elf.h | Jonathan Gray |
2021-04-30 | remove FreeBSD derived riscv cpu ident | Jonathan Gray |
2021-04-30 | reduce diff to current arm64 | Jonathan Gray |
2021-04-30 | fix newlines for devices attaching to cpu | Jonathan Gray |
2021-04-30 | remove commented arm console init lines | Jonathan Gray |
2021-04-30 | When terminating via pledge_fail() stop all threads, before issuing a | Theo de Raadt |
2021-04-30 | Fix line swap resulting in misplaced ',' causing build error. | Dale Rahn |
2021-04-29 | Make iwn, iwm, and iwx keep track of beacon parameters at run-time. | Stefan Sperling |
2021-04-29 | Remove netlock assertions from UNIX sockets layer. | mvs |
2021-04-29 | Clean up <machine/ieeefp.h> and make sure the rounding mode bits match the | Mark Kettenis |
2021-04-29 | Revert part of the previous uvm_km_zalloc(9) to km_alloc(9) commit. | Alexander Bluhm |
2021-04-29 | Replace uvm_km_alloc(9) calls with km_alloc(9) calls. Make the copied ROM | Mark Kettenis |
2021-04-29 | Remove unused RM7000 ICR handling. | Visa Hankala |
2021-04-29 | descend into arch/riscv64 | Jonathan Gray |
2021-04-29 | add riscv64 efibind.h | Jonathan Gray |
2021-04-28 | Use mq_delist() to fetch the ARP mbuf hold queue once and feed the | Alexander Bluhm |
2021-04-28 | riscv64 efiboot bootloader | Dale Rahn |
2021-04-28 | Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel. | Alexander Bluhm |
2021-04-28 | Document the locking mechanism of the global variables in ARP code. | Alexander Bluhm |
2021-04-28 | Introduce a global vnode_mtx and use it to make vn_lock() safe to be called | Claudio Jeker |
2021-04-28 | time to add NET_ASSERT_WLOCKED() | Alexandr Nedvedicky |
2021-04-27 | pf_state_key_link_reverse() is prone to race on parallel forwarding | Alexandr Nedvedicky |
2021-04-26 | Revert per-socket `so_lock' rwlock(9) and use it to protect routing | Claudio Jeker |
2021-04-26 | Convert the ARP packet hold queue from mbuf list to mbuf queue which | Alexander Bluhm |
2021-04-26 | remove unused cdev defines | Jonathan Gray |
2021-04-26 | remove unused cdev defines | Jonathan Gray |
2021-04-26 | add kstat and a notdef line for ujoy | Jonathan Gray |
2021-04-26 | remove old 4.19 amdgpu include paths | Jonathan Gray |
2021-04-26 | Remove some commented out entries to make this easier to read | Jonathan Gray |
2021-04-25 | Make urtwn(4) attach to 'ASUS USB-N10 Nano' devices. | Stefan Sperling |
2021-04-25 | regen | Stefan Sperling |
2021-04-25 | Add USB product ID for ASUS RTL8188EUS. Patch by Jan Vlach. | Stefan Sperling |
2021-04-25 | Implement support for Rx aggregation offload in iwm(9) and iwx(4), and | Stefan Sperling |
2021-04-25 | cleanup riscv64 config glue | Jonathan Gray |
2021-04-25 | Implement per-socket `so_lock' rwlock(9) and use it to protect routing | mvs |
2021-04-24 | Sync with arm64 version fixing bugs in some of the more obscure bus_space(9) | Mark Kettenis |
2021-04-24 | The variation in access size requirements and spacing of registers of | Mark Kettenis |
2021-04-24 | Remove unused function pointers from `todr_handle'. | Martin Pieuchot |
2021-04-24 | Convert allocations to km_alloc(9). | Martin Pieuchot |
2021-04-24 | If MSI-X vectors are available, create multiple tx/rx queues, configure | Jonathan Matthew |
2021-04-24 | Add cduart(4), a driver for the Cadence UART found on Xilinx Zynq SoCs. | Visa Hankala |
2021-04-24 | reduce diff to other archs | Jonathan Gray |