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-05-30
Add SIOCGIFGLIST to fetch a list of interface groups on the system.
Stuart Henderson
2018-05-30
Add sizes for free() for octeon.
Frederic Cambus
2018-05-30
Implement SDIO DMA support. This is achieved by wrapping the
Patrick Wildt
2018-05-30
For the upcoming SDIO DMA support we need to use DMA-able buffer
Patrick Wildt
2018-05-30
Define IPL_MPFLOOR on SP archs.
Martin Pieuchot
2018-05-30
Clear the DMA select bits in case we use PIO instead of DMA. Some
Patrick Wildt
2018-05-30
Remove comcnspeed variable, which gets set but is never actually used.
Mark Kettenis
2018-05-29
Lock the device vnode when calling vinvalbuf() in ext2fs_reload(),
Visa Hankala
2018-05-29
`f_mtx' must block interrupts as long as it is taken w/ and w/o the
Martin Pieuchot
2018-05-28
Initialize FIFO watermark thresholds. Fixes DMA issues on controllers that
Mark Kettenis
2018-05-28
More steps for i386 Meltdown fix:
Alexander Bluhm
2018-05-28
Cleanup bootconfig.h and use strlcpy() to copy boot arguments.
Mark Kettenis
2018-05-28
Remove unused include file.
Mark Kettenis
2018-05-28
Drop include of <arm64/swi.h> and remove it.
Mark Kettenis
2018-05-28
Call readdisksector() instead of rolling our own. Drop <sys/systm.h>
Mark Kettenis
2018-05-28
rwsleep: generalize to support both read- and write-locks.
cheloha
2018-05-28
Constipate a bunch of time functions
Philip Guenther
2018-05-28
Call vput(dvp) in vnode operation functions instead of calling it in
Visa Hankala
2018-05-28
When mounting an ext2 filesystem, lock the device vnode for the duration
Visa Hankala
2018-05-28
regen
Martin Pieuchot
2018-05-28
Next step in disentangling the switches in in_ioctl(). Split out the
Theo Buehler
2018-05-28
regen
Martin Pieuchot
2018-05-28
Grab the KERNEL_LOCK() after socreate() and soconnect2() in socket(2)
Martin Pieuchot
2018-05-28
Add clock support for i.MX8MQ. Most of the clocks can be configured
Patrick Wildt
2018-05-28
Returns EBUSY if dup2(2) is called for a LARVAL file.
Martin Pieuchot
2018-05-28
Get MAC address from "local-mac-address" property if provided.
Mark Kettenis
2018-05-28
implement support for MikroTik's Ethernet over IP protocol as eoip(4)
David Gwynne
2018-05-27
Add 20 MHz MMC clock.
Mark Kettenis
2018-05-27
Add Allwinner A64 support.
Mark Kettenis
2018-05-27
Implement A64 thermal sensor clocks.
Mark Kettenis
2018-05-27
Add support for the Allwinner H3 SoC.
Mark Kettenis
2018-05-27
Add SDIO support:
Mark Kettenis
2018-05-27
BCM43430 SDIO works if we load the appropriate firmware.
Mark Kettenis
2018-05-27
Add support for the GMAC on Allwinner R40/V40 SoCs.
Mark Kettenis
2018-05-27
On Allwinner R40, export a regmap covering the GMAC_CLK_REG.
Mark Kettenis
2018-05-27
Add missing #include "audio.h" needed for the NAUDIO macro.
Alexandre Ratchov
2018-05-27
Drop unnecessary `p' parameter from vget(9).
Visa Hankala
2018-05-26
Delete obsolete reference to setting segment registers
Philip Guenther
2018-05-26
Only set fpu_save_len once and assert if it's too big or would differ
Philip Guenther
2018-05-26
Add DMA support. For some reason this doesn't work on Exynos, so disable
Mark Kettenis
2018-05-26
CR0_WP is already set in CR0_DEFAULT
Philip Guenther
2018-05-26
Initialize ci_idle_pcb->pcb_cr0 just once, in cpu_attach().
Philip Guenther
2018-05-26
Update comment to reflect xsave
Philip Guenther
2018-05-26
Add SDIO support.
Mark Kettenis
2018-05-26
Condition the new audio_record_enable pieces on NAUDIO > 0, fixing
Stuart Henderson
2018-05-26
BCM4356 SDIO works if we load the appropriate firmware.
Mark Kettenis
2018-05-26
Add clocks for RK3399 SDIO controller.
Mark Kettenis
2018-05-26
In addition to "on" and "off", allow the audio "record.enable" mixer
Alexandre Ratchov
2018-05-26
Add a "record.enable" mixer knob to control recording. When recording
Alexandre Ratchov
2018-05-25
Prepare in_ioctl() for further refactoring with the goal of merging the
Theo Buehler
[next]