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
/
octeon
Age
Commit message (
Expand
)
Author
2019-08-04
Ensure that a posted write completes when re-enabling interrupts
Visa Hankala
2019-08-04
Remove the old, unfinished octeon bootloader.
Visa Hankala
2019-08-04
Revise the way how the octeon bootloader is built. The original
Visa Hankala
2019-08-01
Fix fd leak that broke disk_close().
Visa Hankala
2019-07-31
Fix kmem access on octeon. Currently, mem_layout lists segments that
Visa Hankala
2019-07-28
Link octeon bootloader to the build.
Visa Hankala
2019-07-28
Add a dedicated ramdisk entry for the octeon bootloader to reduce
Visa Hankala
2019-07-28
With the DWC2 reset in place, dwctwo(4) should be safe to use
Visa Hankala
2019-07-28
Put DWC2 controller into reset mode on (pseudo-)shutdown to make
Visa Hankala
2019-07-28
Fix trimming of newline.
Visa Hankala
2019-07-17
Disable for now.
Visa Hankala
2019-07-17
Adjust search of symbol table pointers to match with the bootloader.
Visa Hankala
2019-07-17
Add a bootloader for octeon.
Visa Hankala
2019-07-12
Remove unnecessary extern declarations.
Visa Hankala
2019-07-12
Make rootdev parsing a little saner. The "rootdev=" prefix can be
Visa Hankala
2019-07-05
If there is no explicit device class match for a given boot device,
Visa Hankala
2019-06-24
Add option to build octeon kernels using clang.
Visa Hankala
2019-06-21
Further improve the filesystem stability of kernel installation by KARL.
Theo de Raadt
2019-06-20
Fix misleading code. The kernel keeps using the original boot
Visa Hankala
2019-05-18
Add parsing for standard boot options.
Visa Hankala
2019-05-08
Enable ucrcom(4) on all architectures that have uslcom(4).
Mark Kettenis
2019-05-06
Fix thinko in previous. The .bss clearing was overzealous and overwrote
Visa Hankala
2019-05-05
Use the .bss for the bootstrap stack of mips_init(). This way the memory
Visa Hankala
2019-04-23
Add a driver for OCTEON two-wire serial interface.
Visa Hankala
2019-04-20
libsa's memcpy() is actually memmove(). make a proper memmove(), and give
Theo de Raadt
2019-04-14
Instead of using COPTS=-Oz (and similar) in make environment to force
Theo de Raadt
2019-04-10
crank versions
Theo de Raadt
2019-04-10
change marks[] array to uint64_t, so the code can track full 64-bit
Theo de Raadt
2019-04-08
crank version; looks good deraadt
Florian Obser
2019-04-01
fast track ddb> reboot command to skip anything which might panic again.
Ted Unangst
2019-03-22
umbg now supports DCF600USB as well; adjust comment. from weerd@
Stuart Henderson
2019-03-21
Remove struct intrhand. It is no longer used on octeon.
Visa Hankala
2019-03-21
Remove an unused header.
Visa Hankala
2019-03-17
Remember to detach the event counter when disestablishing
Visa Hankala
2019-03-17
Replace a hand-rolled linked list with SLIST.
Visa Hankala
2019-03-17
Let each interrupt controller driver choose how to implement
Visa Hankala
2019-03-17
Move intr_barrier(9) to the platform level so that it can be customized.
Visa Hankala
2019-03-16
Unify the top-level structure of interrupt handles. This helps
Visa Hankala
2019-03-16
Fix incorrect flag.
Visa Hankala
2019-03-16
Include header <sys/evcount.h> where event counters are used, so that
Visa Hankala
2019-03-15
Use a locally defined intrhand in octciu.c to ease future changes.
Visa Hankala
2019-03-14
Fix the balancing of work queue interrupts.
Visa Hankala
2019-03-10
Use SMR instead of reference counting for session reclamation.
Visa Hankala
2019-01-14
Remove obsolete symbols.sort target.
Visa Hankala
2019-01-13
Handle card detect GPIO.
Visa Hankala
2019-01-13
Pass timeout in seconds instead of ticks.
Visa Hankala
2019-01-12
Add a driver for OCTEON GPIO controller.
Visa Hankala
2019-01-12
Attach the AHCI controller bridge driver even if the AHCI controller
Visa Hankala
2019-01-07
tweak ohci_checkrev so it doesnt print a leading comma and space.
David Gwynne
2019-01-05
match arm64 and armv7 and print unconfigured simplebus devices on octeon
Jonathan Gray
[next]