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
2018-03-31
Recommit preparation for i386 Meltdown fix after OpenBSD 6.3 release.
Alexander Bluhm
2018-03-31
r1.7 of xhci_fdt.c pulls in the regulator API.
Visa Hankala
2018-03-30
Enable imxanatop(4).
Patrick Wildt
2018-03-30
Move imxanatop(4) to sys/dev/fdt.
Patrick Wildt
2018-03-30
No need to include armv7var.h.
Patrick Wildt
2018-03-30
No need to include armv7var.h and imxccmvar.h.
Patrick Wildt
2018-03-30
Remove unused PCIe code from imxiomuxc(4). I'm sure we can do this
Patrick Wildt
2018-03-30
Enable imxiic(4).
Patrick Wildt
2018-03-30
Move imxiic(4) to sys/dev/fdt.
Patrick Wildt
2018-03-30
Attach imxesdhc(4) to i.MX8M as well.
Patrick Wildt
2018-03-30
Enable imxesdhc(4).
Patrick Wildt
2018-03-30
Move imxesdhc(4) to sys/dev/fdt.
Patrick Wildt
2018-03-30
Enable imxgpio(4).
Patrick Wildt
2018-03-30
Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
Patrick Wildt
2018-03-30
Replace MD disable/restore interrupt in the establish and disestablish
Patrick Wildt
2018-03-30
Cut down imxgpio(4) with a big axe. There were plenty of pieces that
Patrick Wildt
2018-03-30
Add sizes to some free() calls.
David Hill
2018-03-30
Store the allocation size in inpcbhead for free().
David Hill
2018-03-30
Remove a premature newline print. A later print already does it and
Patrick Wildt
2018-03-30
Unlock the NET_LOCK() before calling vn_lock(9) to avoid a lock ordering
Martin Pieuchot
2018-03-30
Attach imxgpc(4) to i.MX8M as well.
Patrick Wildt
2018-03-30
Enable imxgpc(4).
Patrick Wildt
2018-03-30
Move imxgpc(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
Patrick Wildt
2018-03-30
Add some sensible error checking in the hibernate io path, helpfully
Jonathan Matthew
2018-03-29
Call imxuart(4) early attach on arm64.
Patrick Wildt
2018-03-29
Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
Patrick Wildt
2018-03-29
Initialize the secondary core's schedstate before spinning them up.
Patrick Wildt
2018-03-29
Set p->p_cpu in cpu_switchto() like we do on other MP architectures.
Patrick Wildt
2018-03-29
Enable mvclock(4), mvicu(4), mvpinctrl(4), mvgpio(4) and mvrtc(4). This
Mark Kettenis
2018-03-29
Add mvrtc(4), a driver for the RTC integrated on various Marvell Armada SoCs.
Mark Kettenis
2018-03-29
Use "marvell,spi-ranges" property to map GICP interrupts numbers into GIC
Mark Kettenis
2018-03-29
Add support for legacy binding used in device trees for Marvell devices for
Mark Kettenis
2018-03-29
Make sparc64 ofwboot open the softraid boot chunk early on and keep the
Stefan Sperling
2018-03-29
NET_LOCK is also required in pppxwrite and pppxclose.
Jonathan Matthew
2018-03-29
Remove RDTSCP from the CPUID flags reported to the guest VM. The instruction
Mike Larkin
2018-03-29
KNF (wrap a long line)
Mike Larkin
2018-03-29
Explicitly declare the gdt storage in struct cpu_info_full instead of
Philip Guenther
2018-03-28
Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),
Visa Hankala
2018-03-28
- memory leak occurs when adding same table twice.
Alexandr Nedvedicky
2018-03-28
Call FREF() right after fd_getfile() in getsock().
Martin Pieuchot
2018-03-28
Call FREF() right after fd_getfile() in sys_flock().
Martin Pieuchot
2018-03-28
Call FREF() right after fd_getfile*() in pread(), prwrite() & co.
Martin Pieuchot
2018-03-28
Check for possible race after sleeping instead of using a rwlock to
Martin Pieuchot
2018-03-28
Mark ext2fs inode recursive lock as RWL_IS_VNODE like for ffs to let it
Martin Pieuchot
2018-03-28
Configure tx and rx chain delay based on device tree properties.
Mark Kettenis
2018-03-28
drm/edid: set ELD connector type in drm_edid_to_eld()
Jonathan Gray
2018-03-28
drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)
Jonathan Gray
2018-03-27
Add acpicmos(4), a driver that implements SystemCMOS OperationRegion
Mark Kettenis
2018-03-27
Use memcpy instead of bcopy when the memory does not overlap.
David Hill
2018-03-27
Make sure that programs violating a pledge(2) promise or some memory
Martin Pieuchot
[next]