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
*
Reinstate the XTLB handler for CPU_NLM and CPU_RMI
jchandra
2012-04-02
1
-1
/
+1
*
Use VM_MEMATTR_UNCACHEABLE for the constant for UC memory rather than
jhb
2012-03-29
1
-1
/
+1
*
Remove unnecessary assembly code.
jchandra
2012-03-29
2
-30
/
+26
*
Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.
jmallett
2012-03-29
15
-18
/
+18
*
Turn on messages from the Simple Executive codebase, what few there are.
jmallett
2012-03-29
1
-0
/
+3
*
Disable FP instruction emulation by default on !o32 because of ABI concerns.
jmallett
2012-03-29
1
-0
/
+19
*
Supply endianness implied by the -m flag when compiling ucore code.
jmallett
2012-03-29
1
-1
/
+1
*
Fix little-endian built.
jmallett
2012-03-29
1
-1
/
+1
*
Add software PMC support.
fabient
2012-03-28
1
-1
/
+1
*
Fix size of PCI softc.
jchandra
2012-03-27
1
-1
/
+2
*
Resource allocation for XLP SoC SDHCI slots
jchandra
2012-03-27
2
-0
/
+21
*
Update memory and resource allocation code for SoC devices
jchandra
2012-03-27
9
-375
/
+343
*
NOR flash driver for XLP.
jchandra
2012-03-27
4
-0
/
+93
*
XLP UART code udpate.
jchandra
2012-03-27
4
-27
/
+35
*
xlpge : driver for XLP network accelerator
jchandra
2012-03-27
23
-7
/
+6861
*
Support for EEPROM and CPLD on XLP EVP boards.
jchandra
2012-03-27
7
-24
/
+487
*
Opencrypto driver for XLP Security and RSA/ECC blocks
jchandra
2012-03-27
10
-0
/
+3518
*
I2C support for XLP, add hints for I2C devices and update PCI resource
jchandra
2012-03-27
3
-3
/
+26
*
XLP PCIe code update.
jchandra
2012-03-27
3
-50
/
+99
*
Update the L1D cache flush sequence when enabling threads.
jchandra
2012-03-27
1
-7
/
+7
*
Switch to interrupt based message handling for XLP 8xx B0.
jchandra
2012-03-27
1
-22
/
+22
*
Support for XLP4xx and XLP 8xx B0 revision
jchandra
2012-03-27
4
-54
/
+159
*
Fixes to the XLP startup code.
jchandra
2012-03-27
1
-6
/
+12
*
Remap PMC interrupt for all cores
gonzo
2012-03-24
3
-11
/
+12
*
Add DTrace-related part to machine-dependent code:
gonzo
2012-03-24
2
-0
/
+75
*
Fix pmap_kextract prototype to align it with pmap.c change
gonzo
2012-03-23
1
-1
/
+1
*
Add pseudo-device for handling PMC interrupts and link everything
gonzo
2012-03-23
2
-0
/
+145
*
Setup fake MODINFO variables for octeon kernel
gonzo
2012-03-23
1
-0
/
+2
*
Rework MIPS PMC code:
gonzo
2012-03-22
2
-7
/
+51
*
Move PMC hook invocation to cpu_intr. The idea is the same as with ast()
gonzo
2012-03-22
2
-20
/
+12
*
Fix return type of mips pmap_kextract()
jchandra
2012-03-22
1
-1
/
+1
*
o) Don't keep drive parameters in a global, put them in the softc.
jmallett
2012-03-21
1
-60
/
+52
*
Remove pty(4) from our kernel configurations.
ed
2012-03-21
6
-6
/
+0
*
- Fix logic for detection if further processing of PMC should be performed.
gonzo
2012-03-18
1
-6
/
+14
*
style(9) changes.
adrian
2012-03-17
1
-9
/
+10
*
Begin fleshing out MII clock rate configuration changes.
adrian
2012-03-17
5
-0
/
+74
*
Clean-up fake preload data generator:
gonzo
2012-03-15
1
-24
/
+19
*
Fill out fake preload structure to let userland tools like pmc(3) know
gonzo
2012-03-15
1
-0
/
+50
*
Remove a now unneeded ARGE_UNLOCK().
adrian
2012-03-13
1
-3
/
+0
*
Fix link status handling on if_arge upon system boot to allow bootp/NFS to
adrian
2012-03-13
1
-7
/
+16
*
Don't build kernel.tramp on Octeon. Probably building it should be opt-in
jmallett
2012-03-13
1
-0
/
+3
*
Correctly (I hope) deallocate the if_arge RX buffer ring on arge_stop().
adrian
2012-03-13
1
-0
/
+43
*
Remove TARGET_BIG_ENDIAN which should have been removed previously.
jmallett
2012-03-12
1
-1
/
+0
*
o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern
jmallett
2012-03-12
36
-48
/
+40
*
Configuration changes/updates!
adrian
2012-03-12
1
-4
/
+12
*
Use 64-bit bus space constants on 64-bit kernels.
jmallett
2012-03-12
1
-3
/
+11
*
Remove more unused stuff, primarily a set of (unused, thankfully) PIO
jmallett
2012-03-12
3
-265
/
+3
*
Remove more unused code and declarations, and add dire warnings to the 64-bit
jmallett
2012-03-12
9
-241
/
+9
*
Remove platform APIs which are not used by any code and which had only stub
jmallett
2012-03-12
13
-254
/
+3
*
- Rename apb_intr to apb_filter since it's a filter handler
gonzo
2012-03-12
1
-5
/
+38
[next]