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
/
arch
Age
Commit message (
Expand
)
Author
2016-05-14
Since GetTime() doesn't work on U-Boot, use timer events to simulate a clock
Mark Kettenis
2016-05-14
Move rpm read to a own function analog pwm read. No functional change.
Marcus Glocker
2016-05-14
Fix typo; M_NOWAIT should be EX_NOWAIT. Fortunately this was harmless.
Mark Kettenis
2016-05-14
Add support for pwm fans.
Marcus Glocker
2016-05-14
Handle boot options, and pass the boot device to the kernel. The boot device
Mark Kettenis
2016-05-14
Make getsecs() return 0 if EFI doesn't tell us the time.
Mark Kettenis
2016-05-14
Tell the kernel where its symbols are.
Mark Kettenis
2016-05-14
Load the kernel at the address pre-allocated by the EFI bootloader.
Mark Kettenis
2016-05-14
Need some startup assembly code as well.
Mark Kettenis
2016-05-14
Initial stab at an EFI bootloader for armv7. Bits and pieces from FreeBSD
Mark Kettenis
2016-05-14
Return correct rpm values for all fans.
Marcus Glocker
2016-05-11
delete SROP mitigation debug code; it works
Theo de Raadt
2016-05-11
remove hppa64 port, which we never got going beyond broken single users.
Theo de Raadt
2016-05-11
fix compile issues in MD sigreturn(2)
Peter Hessler
2016-05-11
fix sigcookie value, address was off due to trapframe nesting
Theo de Raadt
2016-05-11
crank to 6.0-beta
Theo de Raadt
2016-05-11
Add the sigcontext cookie clearing block, which was missed in the previous
Theo de Raadt
2016-05-11
Another attempt to make the mips64 pmap MP-safe. Now at least
Visa Hankala
2016-05-11
Move EFI header files to a location where they can be used on other
Mark Kettenis
2016-05-10
SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie
Theo de Raadt
2016-05-10
The hppa trapframe PC is marked (in the low two bits) to indicate a
Theo de Raadt
2016-05-10
Fill Xen hypercall page with int3's like the hypervisor does.
Mike Belopuhov
2016-05-09
2nd identical definition of PROC_PC macro is not needed
Theo de Raadt
2016-05-08
Add DMA support. It uses ADMA2 "Internal DMA" that is compatible with the
Mark Kettenis
2016-05-07
Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry View
Mark Kettenis
2016-05-07
Flush page (through the direct map) before mapping it into AGP. Fixes
Mark Kettenis
2016-05-07
Use a Thread Information Block in both single and multi-threaded programs.
Philip Guenther
2016-05-07
Stop printing the "ioapic0: misconfigured as apic..." messages. Basically
Mark Kettenis
2016-05-07
set the high speed enable bit if the timing isn't SDMMC_TIMING_LEGACY
Jonathan Gray
2016-05-07
add support for changing the bus width and set the 4-bit mode capability
Jonathan Gray
2016-05-06
Reset the bus width back to 1-bit when resetting the host. Makes imxesdhc(4)
Mark Kettenis
2016-05-06
Fix efiboot not to hang with a disk whose block size < 512.
YASUOKA Masahiko
2016-05-05
Add Dual Data Rate support for eMMC at 52MHz.
Mark Kettenis
2016-05-04
Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMA
Mark Kettenis
2016-05-04
Initial support for MSI-X. Only supported on amd64 for now. I have diffs to
Mark Kettenis
2016-05-04
Fall back to "safe-value" when "unmanage-value" is not evailable to
Martin Pieuchot
2016-05-03
implement bus_space_read_raw_X and bus_space_write_raw_X
David Gwynne
2016-05-03
alias bus_space_{read,write}_raw to the non-raw counterparts
David Gwynne
2016-05-03
Revert previous commit. Calling sched_init_cpu() from
Mark Kettenis
2016-05-02
Add check to armv7 platform bus match code, so that those busses only
Patrick Wildt
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2016-05-02
add an empty ommmc_dump_regs() to fix the SDHC_DEBUG build
Jonathan Gray
2016-05-02
add support for changing the bus width to ommmc and set the 4-bit mode
Jonathan Gray
2016-05-01
Remove unused match function. The armv7 platforms implement their own,
Patrick Wildt
2016-05-01
Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)
Mark Kettenis
2016-05-01
Shuffle gpt/mbr code around a bit to make it more like other searches
Kenneth R Westerback
2016-04-29
Call sched_init_cpu() just before booting secondary CPUs.
Martin Pieuchot
2016-04-29
Do not remove local symbols from the table.
Martin Pieuchot
2016-04-27
Expand and remove macro OCTEON_ETH_TAP.
Visa Hankala
2016-04-27
minor spacing nit
Mike Larkin
[next]