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
2017-06-11
make vers.o not depend on gap.o using a trick, because it is piece of
Theo de Raadt
2017-06-11
Use umask 077 instead of cp -p when installing the kernel as root.
Alexander Bluhm
2017-06-11
Define register_splx_handler() in one place.
Visa Hankala
2017-06-11
Fix TLB size computation on OCTEON II and III. The CPUs have utilized
Visa Hankala
2017-06-11
Add a memory barrier to ensure that stores become visible
Visa Hankala
2017-06-08
Wrap startup code with .ent and .end for proper disassembly.
Visa Hankala
2017-06-08
Move loongson/octeon/sgi unmap_startup() under arch/mips64.
Visa Hankala
2017-06-06
Remove code that is not needed right now.
Visa Hankala
2017-06-06
Implement startup smashing in C. The code should be moved
Visa Hankala
2017-06-05
Randomize the link order of .o files in the kernel on octeon.
Visa Hankala
2017-06-05
The arm* architectures edit the ld.script, creating a copy in the compile
Theo de Raadt
2017-06-03
Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.
Theo de Raadt
2017-05-09
Mix bits from the built-in RNG with the randomdata section at boot time.
Visa Hankala
2017-05-08
add a BUS_DMA_64BIT flag to bus_dma on all our archs.
David Gwynne
2017-05-04
Also pass the blk offset to disk_unbusy(), so that it can pass it to
Theo de Raadt
2017-05-04
enable brgphy, which appears in the edgerouter pro
Jonathan Matthew
2017-05-02
Revise MDIO driver code so that device instances can be attached
Visa Hankala
2017-04-30
Rename Debugger() into db_enter().
Martin Pieuchot
2017-04-30
Remove unused POW status functions. Makes clang happier.
Visa Hankala
2017-04-24
Process fdt before iobus devices. Needed later when interrupt and
Visa Hankala
2017-04-24
Add an fdt blob for octeon systems whose firmware does not provide
Visa Hankala
2017-04-22
Reindent with tabs and add missing braces.
Visa Hankala
2017-04-20
Make TCB address available to userspace via the UserLocal register.
Visa Hankala
2017-04-15
Sync bus_dmamap_load_raw() with amd64 for better constraint checking.
Visa Hankala
2017-04-15
No GMX on CN73xx.
Visa Hankala
2017-04-08
Make network ports work on Shasta.
Visa Hankala
2017-04-07
Add prid for CN72xx/CN73xx.
Visa Hankala
2017-04-07
Make SoC version available in a simple form.
Visa Hankala
2017-04-06
Use the correct interrupt disestablish routine.
Visa Hankala
2017-04-06
Extend the fdt interrupt API a little.
Visa Hankala
2017-04-03
Compute address for ll/sc only once.
Visa Hankala
2017-04-02
printf format strings should be literals. Reminded by clang.
Visa Hankala
2017-04-02
Drop address conversion cruft.
Visa Hankala
2017-03-18
Build mips64 kernels with -ffreestanding.
Visa Hankala
2017-03-15
Fix building profiling kernels by passing the -p flag to config(8)
Theo Buehler
2017-02-28
Switch geteblks()'s size argument from int to size_t. It's called with
Martin Natano
2017-02-26
Define cache line size for the per-cpu API.
Visa Hankala
2017-02-15
Mark dwc2_intr() as MP-safe on octeon. The driver's internal state
Visa Hankala
2017-02-10
Unbreak 'config -p'.
Martin Pieuchot
2017-02-06
Mark ehci_intr() as MP-safe on octeon.
Visa Hankala
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-22
Introduce the KEEPKERNELS variable: if this is set either in mk.conf or
Theo Buehler
2017-01-06
Ansify cpu_sysctl() on mips64 platforms.
Frederic Cambus
2016-12-21
Add a driver for OCTEON MMC host controller.
Visa Hankala
2016-12-17
Fix IO clock speed and system reset on Octeon III.
Visa Hankala
2016-12-17
There is no RTC on Shasta, so do not attach the driver.
Visa Hankala
2016-12-17
On some systems, the firmware advertises multiple tiny and disjoint
Visa Hankala
2016-12-08
Add a routine for setting up interrupt handlers using fdt.
Visa Hankala
2016-12-08
Add fdt_attach_args and simplebus for implementing fdt-capable
Visa Hankala
[next]