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
2016-08-14
Add imxtemp(4), a temperature sensor for the i.MX6 SoC. Based on code written
Mark Kettenis
2016-08-14
remove uneeded sa1111_reg.h include
Jonathan Gray
2016-08-14
Remove code for Intel 80219/80321 xscale processors used by armish.
Jonathan Gray
2016-08-14
Fix setting the SMP bit in the Auxiliary Control Register. The old code was
Mark Kettenis
2016-08-14
Allow a bus_dmamap_sync() of length zero.
Mark Kettenis
2016-08-14
Remove some annoying debug printfs to get rid of u_quad_t in cnmac.
Visa Hankala
2016-08-14
Utilize the TLB Execute-Inhibit bit with non-executable mappings on CPUs
Visa Hankala
2016-08-14
u_quad_t -> uint64_t
David Gwynne
2016-08-14
change some types in bio from u_quad_t to uint64_t, and fix casts in
David Gwynne
2016-08-14
replace u_quad_t with uint64_t.
David Gwynne
2016-08-13
Add the shim to make dwge(4) attach to simplebus(4). This brings us
Mark Kettenis
2016-08-13
Add GMAC clock support. Based on an earlier diff from patrick@.
Mark Kettenis
2016-08-13
Missed a couple qaddr_t casts
Philip Guenther
2016-08-13
Eliminate pointless casts to qaddr_t of a value being assigned to a void*
Philip Guenther
2016-08-13
Add the core of the code for dwge(4), a driver for the Synopsis Designware
Mark Kettenis
2016-08-13
modern interfaces should use modern speelings, so spell quad_t as int64_t.
Ted Unangst
2016-08-13
Remove entries that are no longer needed.
Mark Kettenis
2016-08-13
Kill FUSE_ROOT_ID and use FUSE_ROOTINO instead. Also, remove one (ino_t)
Martin Natano
2016-08-13
Use regulalator API instead of private functions.
Mark Kettenis
2016-08-13
Build ofw_regulator.o.
Mark Kettenis
2016-08-13
Add a minimal regulator "framework".
Mark Kettenis
2016-08-12
Include map entries that have an amap associated with them in the coredump.
Mark Kettenis
2016-08-12
Dedup vnode type information. Fuse stores the vnode type in two places:
Martin Natano
2016-08-12
Hook up sxipio(4) to the generic gpio code.
Mark Kettenis
2016-08-12
Call pinctrl_byname() such that ports left unconfiguraed by u-boot will work
Mark Kettenis
2016-08-12
Hook up sxipio(4) to the generic pinctrl code. The device binding is pretty
Mark Kettenis
2016-08-12
Switch omap to the generic ofw pinctrl framework.
Jonathan Gray
2016-08-11
fuse requires ufs_ihash.c
Martin Natano
2016-08-11
Dynamically attach omgpio(4) using the FDT.
Jonathan Gray
2016-08-11
Dynamically attach omehci using the FDT.
Jonathan Gray
2016-08-11
shuffle some code to make it more symmetrical.
David Gwynne
2016-08-11
replace abuse of the static map entries RB_ENTRY pointers with an SLIST
David Gwynne
2016-08-11
take TASKQ_CANTSLEEP way from the softnet taskq.
David Gwynne
2016-08-11
The ARMv7 ARM says that the TLB may hold translation table entries at any
Mark Kettenis
2016-08-10
Add defines for the Access Flag as found on armv7. Fix definition of the
Mark Kettenis
2016-08-10
Shuffle armv7 access permission bits around to something that is compatible
Mark Kettenis
2016-08-10
Kill stale prototypes.
Martin Natano
2016-08-10
armish handled some early-gen arm machines, which required tons of
Theo de Raadt
2016-08-10
fix previous; ffs_vinit() requires #ifdef _KERNEL to not break the
Martin Natano
2016-08-10
ufs_vinit() should really be called ffs_vinit(); it's only called from
Martin Natano
2016-08-10
ext2fs only has one set of specops/fifoops
Martin Natano
2016-08-10
attach agtimer with fdt on RAMDISK as well
Jonathan Gray
2016-08-10
Dynamically attach agtimer(4). Since agtimer(4) also provides the delay()
Mark Kettenis
2016-08-10
On armv7 we put the vector page up high and never have to bother switching it.
Mark Kettenis
2016-08-09
Just re-set the line speed when required. This fixes a serial console
Marcus Glocker
2016-08-09
Check xs->status for SCSI_CHECK even in underrun situations.
Kenneth R Westerback
2016-08-09
The page tables are cached now, and given the significant speedup, I
Mark Kettenis
2016-08-09
When interrupted, connect() should leave the socket connecting in the
Philip Guenther
2016-08-08
Move the cpu_setup() call to the end of initarm(). On Cortex-A53 processors
Mark Kettenis
2016-08-08
W^X violations are only permitted for binaries marked "wxneeded" on
Theo de Raadt
[next]