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
*
Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detection
sgalabov
2016-04-18
2
-8
/
+12
*
Add support for boot arguments specification via fdt
sgalabov
2016-04-16
1
-0
/
+55
*
Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE config
sgalabov
2016-04-16
1
-2
/
+2
*
Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine
andrew
2016-04-15
5
-17
/
+17
*
Make NIRQ configurable for MIPS
sgalabov
2016-04-15
1
-2
/
+6
*
Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitions
sgalabov
2016-04-15
9
-29
/
+38
*
Remove unneeded initialization in mtk_xhci.c
sgalabov
2016-04-15
1
-1
/
+0
*
In order to build a kernel with one of these configs the user should do
sgalabov
2016-04-15
10
-0
/
+411
*
mips: for pointers replace 0 with NULL.
pfg
2016-04-15
10
-10
/
+10
*
Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.
jhb
2016-04-15
1
-2
/
+2
*
Move Mediatek/Ralink PCIe to NEW_PCIB
sgalabov
2016-04-12
2
-303
/
+69
*
Define PCI_RES_BUS for MIPS.
sgalabov
2016-04-12
1
-0
/
+3
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
2
-5
/
+5
*
Fix MIPS INTRNG omissions, add soft/hard interrupts with different names
sgalabov
2016-04-08
1
-12
/
+12
*
Introduce better locking for mtk_gpio_v[12] drivers
sgalabov
2016-04-08
2
-21
/
+79
*
Introduce Mediatek/Ralink PCIe support
sgalabov
2016-04-08
2
-0
/
+1653
*
Introduce XHCI support for MT7621 SoC
sgalabov
2016-04-08
1
-0
/
+298
*
Disable USB PHY slew rate calibration for Mediatek SoCs for now
sgalabov
2016-04-08
1
-1
/
+11
*
Fix wrong memory mapping
sgalabov
2016-04-08
1
-1
/
+1
*
Fix a copyright glitch before it gets copy-pasted again. I think this must
ian
2016-04-07
1
-1
/
+1
*
Initial import of Ralink/Mediatek MIPS SoC support #7
sgalabov
2016-04-07
2
-0
/
+1292
*
Initial import of Ralink/Mediatek MIPS SoC support #6
sgalabov
2016-04-07
4
-0
/
+834
*
Initial import of Ralink/Mediatek MIPS SoC support #5
sgalabov
2016-04-07
5
-0
/
+1046
*
Initial import of Ralink/Mediatek MIPS SoC support #4
sgalabov
2016-04-07
3
-0
/
+791
*
Initial import of Ralink/Mediatek MIPS SoC support #3
sgalabov
2016-04-07
3
-0
/
+1078
*
Initial import of Ralink/Mediatek MIPS SoC support #2
sgalabov
2016-04-07
3
-0
/
+409
*
This revision adds the following parts:
sgalabov
2016-04-07
8
-0
/
+1336
*
Bring MIPS INTRNG support back up again, in line with D5370
sgalabov
2016-04-07
2
-207
/
+105
*
Fix the resource_list_print_type() calls to use uintmax_t.
jhibbits
2016-03-22
4
-8
/
+8
*
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
jhibbits
2016-03-18
6
-10
/
+10
*
Fix build with HWPMC_HOOKS enabled.
sobomax
2016-03-15
1
-1
/
+6
*
Don't assume that bio_cmd is a bitfield.
imp
2016-03-10
1
-21
/
+22
*
Second argument of the mips_timer_init_params() is boolean, so
sobomax
2016-03-09
1
-1
/
+1
*
Let rman_init() initialize the default rman range.
jhibbits
2016-03-03
2
-12
/
+0
*
Make the memory size returned from fdt_get_mem_regions a 64-bit type. This
andrew
2016-03-01
1
-1
/
+1
*
Correct the memory rman ranges to be to BUS_SPACE_MAXADDR
jhibbits
2016-03-01
1
-2
/
+2
*
Fix fdt_get_mem_regions() to work with 64-bit addresses
wma
2016-02-29
1
-1
/
+2
*
Migrate UNCOMPRESS -> UZIP
adrian
2016-02-24
2
-2
/
+2
*
Obsolete mkulzma(8) and geom_uncompress(4), their functionality
sobomax
2016-02-24
29
-80
/
+80
*
As <machine/param.h> is included from <sys/param.h>, there is no need
skra
2016-02-22
6
-6
/
+0
*
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
skra
2016-02-22
16
-16
/
+0
*
Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
jhibbits
2016-02-20
9
-9
/
+9
*
Replace several bus_alloc_resource() calls using default arguments with bus_a...
jhibbits
2016-02-19
1
-1
/
+1
*
Allow callers of OF_decode_addr to get the size of the found mapping. This
andrew
2016-02-16
1
-1
/
+5
*
POSIX states that #include <signal.h> shall make both mcontext_t and
kib
2016-02-12
1
-5
/
+5
*
Include the correct header to get a phandle_t needed by ofw_bus_if.h. While
andrew
2016-02-11
1
-3
/
+1
*
Make bus_space_generic properly map/unmap memory (using pmap_mapdev and
adrian
2016-02-11
2
-13
/
+24
*
Migrate the other MIPS24K SoC cores to use the CPU_MIPS24K option.
adrian
2016-02-11
4
-4
/
+4
*
Missing commit - remove MIPS fdt bus space.
adrian
2016-02-11
1
-1
/
+0
*
Remove bus space fdt for MIPS.
adrian
2016-02-11
2
-206
/
+1
[next]