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
2016-05-23
remove the function pointer from mbufs. this memory is shared with data
Ted Unangst
2016-05-21
Make the TX path of cnmac(4) MP-safe and add some ifq oactive logic.
Visa Hankala
2016-05-21
panic() if an incoming packet does not consist of one buffer. This
Visa Hankala
2016-05-19
Fix the previous commit which made work queue entries get released too
Visa Hankala
2016-05-19
Disable dynamic short buffering to make all RX data land on buffers
Visa Hankala
2016-05-18
Accept cnmac as a valid rootdev from uboot on octeon.
Visa Hankala
2016-05-04
Initial support for MSI-X. Only supported on amd64 for now. I have diffs to
Mark Kettenis
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-26
sc_resume_ch is used nowhere.
Visa Hankala
2016-04-26
Drop an unused workaround which does not even compile.
Visa Hankala
2016-04-25
remove systrace
Ted Unangst
2016-04-14
Enable write buffering with write merging. This improves overall
Visa Hankala
2016-04-14
Enable UART FIFOs.
Visa Hankala
2016-04-14
Wrap comintr() so that the interrupt handler always returns non-zero.
Visa Hankala
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2016-03-21
On Octeon systems, U-Boot provides a list of usable memory regions. Use
Visa Hankala
2016-03-19
Attach dwctwo(4) only on Octeon models that have a DWC2 controller.
Visa Hankala
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2016-03-18
add octuctl, a driver for the Octeon II usb controller interface, and
Jonathan Matthew
2016-03-06
Rename mips64's trap_frame into trapframe.
Martin Pieuchot
2016-01-22
Add back the initialisation of a cn30xxipd_offload() variable removed
Jonathan Gray
2016-01-20
Set segflg member of uio struct with symbolic enum value
Stefan Kempf
2016-01-16
Attach secondary CPUs by coremask. This fixes a crash that happened if
Visa Hankala
2016-01-16
Panic if someone boots the kernel by force without CPU 0. The system
Visa Hankala
2016-01-14
Add support for a variety of USB devices.
Visa Hankala
2016-01-08
Move HID support files out of dev/usb into new dev/hid directory
Joshua Stein
2016-01-05
Some implementations of HitSyncDCache() call pmap_extract() for va->pa
Visa Hankala
2015-12-18
A store to FPA does not need splnet(). The operation is atomic.
Visa Hankala
2015-12-02
Enable the DR1 region even with 32-bit page table entries. Those have
Visa Hankala
2015-12-02
Clean up octeon memory region setup.
Visa Hankala
2015-11-25
Simplify the setup of gather segments.
Visa Hankala
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-21
Drop sysctl leftovers.
Visa Hankala
2015-11-20
Make cnmac compile again after IF_DROP() removal. Just bail out if the
Visa Hankala
2015-11-19
Remove an unused bus space mapping and a few other leftovers. Compact
Visa Hankala
2015-11-18
Take account of padding with dynamic short packets. This fixes the
Visa Hankala
2015-11-16
Replace unbounded gets() in libsa with getln() which takes a buffer size,
Miod Vallat
2015-11-13
Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block.
Visa Hankala
2015-10-28
Enable TCP/UDP checksum offloading on packet transmission.
Visa Hankala
2015-10-28
Add proper padding to packets that the hardware does not recognize as
Visa Hankala
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-24
Make use of hardware RX checksum validation.
Visa Hankala
2015-10-23
Allocate a new major for tap(4) also note that pseudo-device tun is for tap
Claudio Jeker
2015-10-15
Let the rx path of cnmac run without the kernel lock. To avoid the need
Visa Hankala
2015-10-08
Remove the sc_soft_req_cnt field because the number of tx requests is
Visa Hankala
2015-10-03
correct a memory leak in error code path.
Sebastien Marie
2015-09-30
Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_
Kenneth R Westerback
[next]