index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2021-01-02
Use native display resolution 1368x768 with Lynloong all-in-one computers.
Visa Hankala
2021-01-02
Make kernel recognize Lynloong LM9002/9003 and LM9013.
Visa Hankala
2021-01-02
Don't call if_deactivate() in switch_clone_destroy(). Following
mvs
2021-01-02
Don't call if_deactivate() in bridge_clone_destroy(). Following
mvs
2021-01-02
Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummy
mvs
2021-01-02
optimise bpf_catchpacket and bpf_wakeup.
David Gwynne
2021-01-02
Allocate address space for struct cpu_info using km_alloc(9) instead of
Jonathan Matthew
2021-01-02
pool(9): remove ticks
cheloha
2021-01-02
bpf(4): remove ticks
cheloha
2021-01-02
nfs: don't sleep on lbolt
cheloha
2021-01-02
uvm: uvm_fault_lower(): don't sleep on lbolt
cheloha
2021-01-01
Add kstat to ogx(4).
Visa Hankala
2021-01-01
Remove useless redundant call of ttyopen().
jan
2021-01-01
copyright++;
Jonathan Gray
2020-12-31
Keep polling if a temperature sensor reading fails. This is needed
Mark Kettenis
2020-12-31
Add trace points for malloc(9) and free(9). This makes them traceable
Claudio Jeker
2020-12-31
Enable IPv4 and TCP/UDP checksum offload on transmission.
Visa Hankala
2020-12-31
don't oversleep when waiting on fences
Jonathan Gray
2020-12-31
remove pv includes which were missed in rev 1.70
Jonathan Gray
2020-12-30
Set klist lock for pipes.
Visa Hankala
2020-12-30
Add singly-linked tail queue macros from FreeBSD.
Todd C. Miller
2020-12-30
Fix pppoe_dispatch_disc_pkt definition to be in accordance with style(9)
mvs
2020-12-30
Convert the `off' argument of pppoe_dispatch_disc_pkt function to
mvs
2020-12-30
Enter power-saving mode on POWER9 (ISA v3)
gkoehler
2020-12-29
Handle pinctrl.
Mark Kettenis
2020-12-29
Add more PWM pin descriptions.
Mark Kettenis
2020-12-28
Analog to the the kern.audio.record sysctl parameter for audio(4)
Marcus Glocker
2020-12-28
Remove unused start routine
kn
2020-12-28
Sync with i386 by asserting that IPL values should be at least IPL_NONE.
Martin Pieuchot
2020-12-28
Initialize pmap_kernel()'s mutexes.
Martin Pieuchot
2020-12-28
Use per-CPU counters for fault and stats counters reached in uvm_fault().
Martin Pieuchot
2020-12-28
Add support for the PCIe controller found on Amlogic G12A/G12B/SM1 SoCs.
Mark Kettenis
2020-12-28
regen
Mark Kettenis
2020-12-28
Add Synopsys vendor and their DesignWare PCIe bridge.
Mark Kettenis
2020-12-27
acpi_map_address() cannot be wrapped by SMALL_KERNEL anymore, as
Theo de Raadt
2020-12-27
Enable acpihpet on install media, because otherwise clock initialization
Theo de Raadt
2020-12-27
Remove debug printf.
Mark Kettenis
2020-12-27
Add PCIe support.
Mark Kettenis
2020-12-27
Add PCIe power domain.
Mark Kettenis
2020-12-27
Make NET_LOCK() assertions conditional to DIAGNOSTIC
Visa Hankala
2020-12-27
have mcx_process_txeof return the number of slots it processed.
David Gwynne
2020-12-27
do a bus space barrier after arming the eq.
David Gwynne
2020-12-27
disable timestamping a little bit harder to avoid divide by 0.
David Gwynne
2020-12-27
shuffle filling the rx ring so the sw prod is updated before the hw.
David Gwynne
2020-12-26
bpf(4): bpf_d struct: replace bd_rdStart member with bd_nreaders member
cheloha
2020-12-26
Simplify parameters of pselregister().
Visa Hankala
2020-12-26
reuse the calculated vector as the argument to pci_intr_map_msix.
David Gwynne
2020-12-26
add bus_dmamap_sync ops around the eq.
David Gwynne
2020-12-26
add some bus_dmamap_syncs around the rq.
David Gwynne
2020-12-26
sprinkle some bus_dmamap_syncs around the cq handling.
David Gwynne
[next]