index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the integrated wifi for the QCA953x base config and
adrian
2015-11-29
3
-4
/
+6
*
Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct
kib
2015-11-28
2
-9
/
+0
*
Revert r291142.
skra
2015-11-23
1
-2
/
+2
*
[mips]: Don't hard-code PHYS_AVAIL_ENTRIES.
adrian
2015-11-22
1
-1
/
+1
*
Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is being
skra
2015-11-21
1
-2
/
+2
*
mips: teach the malta platform about extended memory.
adrian
2015-11-21
1
-9
/
+53
*
Mark the mostly redundant kernels that just pull
imp
2015-11-19
34
-0
/
+68
*
Add the QCA9533 base configuration file and an example configuration
adrian
2015-11-18
4
-0
/
+369
*
Add a kernel config for the Onion Omega
allanjude
2015-11-17
2
-0
/
+147
*
Add QCA9533 to the list of SoCs that require IRQ's be ACKed.
adrian
2015-11-16
1
-0
/
+2
*
Add initial support for the QCA953x ("Honeybee") from Qualcomm Atheros.
adrian
2015-11-16
9
-0
/
+683
*
Remove this; it's also in sys/conf/files.mips.
adrian
2015-11-03
1
-2
/
+0
*
mips: rate limit the trap handler output; add pid/tid/program name.
adrian
2015-11-02
1
-3
/
+27
*
mips: do mips_sync() on sync operations to uncachable memory.
adrian
2015-10-31
1
-4
/
+5
*
mips74k: use cache-writeback for memory, not writethrough.
adrian
2015-10-31
1
-1
/
+1
*
arge_mdio: fix barriers; correctly check MII indicator register.
adrian
2015-10-30
1
-21
/
+29
*
arge: fix barrier macro.
adrian
2015-10-30
1
-1
/
+1
*
arge: attempt to close a transmit race by only enabling the descriptor at the...
adrian
2015-10-30
1
-1
/
+22
*
arge: just use 1U since it's a 32 bit unsigned destination value.
adrian
2015-10-30
1
-1
/
+1
*
arge: do an explicit flush between updating the TX ring and starting transmit.
adrian
2015-10-30
1
-0
/
+3
*
arge_mdio: add explicit read barriers for MDIO_READs.
adrian
2015-10-30
1
-2
/
+7
*
arge: ensure there's enough space in the TX ring before attempting to
adrian
2015-10-30
1
-1
/
+1
*
arge: do a read-after-write on all arge register writes, not just MDIO writes.
adrian
2015-10-30
1
-4
/
+2
*
Oops - use the wrong array offset.
adrian
2015-10-28
1
-1
/
+1
*
Add some debugging code (under ARGE_DEBUG) that counts each interrupt source.
adrian
2015-10-28
2
-0
/
+37
*
mips: use the correct va for wbinv flushing.
adrian
2015-10-27
1
-1
/
+1
*
arge(4): flip this on for AR9344 SoCs.
adrian
2015-10-24
1
-0
/
+3
*
Commit the right board file - use the right name + hints.
adrian
2015-10-22
1
-2
/
+2
*
Add support for the TP-Link TL-WR740N v4.
adrian
2015-10-22
2
-0
/
+140
*
arge: use 1-byte TX and RX alignment for AR9330/AR9331.
adrian
2015-10-22
1
-0
/
+2
*
Treat mbufs as cacheline-aligned. Even when the transfer begins at an
ian
2015-10-21
1
-4
/
+12
*
Free memory back into the categories it was allocated from.
ian
2015-10-21
1
-8
/
+9
*
Switch mips busdma to using the common busdma_buffalloc code. This amounts
ian
2015-10-21
1
-125
/
+182
*
Switch from a stub to a real implementation of pmap_page_set_attr() for mips,
ian
2015-10-21
2
-7
/
+44
*
arge: Remove the debugging printf that snuck in.
adrian
2015-10-21
1
-5
/
+0
*
arge: don't do the rx fixup copy and just offset the mbuf by 2 bytes
adrian
2015-10-21
1
-2
/
+29
*
Disable SWAPPING as we don't do it on this board.
sbruno
2015-10-20
1
-0
/
+3
*
Remove geom_uncompress from TP-MR3020 config. Its now using root on USB
sbruno
2015-10-18
1
-3
/
+0
*
Add VM_KMEM_SIZE_SCALE=1 as these systems are going to have super small
sbruno
2015-10-18
1
-0
/
+3
*
Correctly use the default values for location of MAC addrs of arge0,
sbruno
2015-10-18
1
-3
/
+3
*
if_arge: fix up TX workaround; add TX/RX requirements for busdma; add stats
adrian
2015-10-18
2
-22
/
+119
*
Add Ubiquiti EdgeRouter Lite (ERL) kernel config file
emaste
2015-10-14
1
-0
/
+212
*
Correct flash layout (this is a 4M flash unit).
sbruno
2015-10-11
1
-22
/
+15
*
Remove compatibility shims for legacy ATA device names.
mav
2015-10-11
2
-2
/
+0
*
Use machine specific values cleaned from openwrt for the mac address
sbruno
2015-10-11
1
-1
/
+3
*
There's no way a fbsd install + kernel will fit into 4MB of flash.
sbruno
2015-10-10
1
-13
/
+3
*
Update the AP135 reference design flash layout to be more useful.
adrian
2015-10-10
1
-17
/
+28
*
Set correct argemdio addr, comment out arge1 as its not physically
sbruno
2015-10-04
2
-13
/
+11
*
Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't
alc
2015-09-26
1
-1
/
+1
*
Add support for weak symbols to the kernel linkers. It means that
kib
2015-09-20
1
-16
/
+17
[next]