summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for boot arguments specification via fdtsgalabov2016-04-161-0/+55
* Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE configsgalabov2016-04-161-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-155-17/+17
* Make NIRQ configurable for MIPSsgalabov2016-04-151-2/+6
* Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitionssgalabov2016-04-159-29/+38
* Remove unneeded initialization in mtk_xhci.csgalabov2016-04-151-1/+0
* In order to build a kernel with one of these configs the user should dosgalabov2016-04-1510-0/+411
* mips: for pointers replace 0 with NULL.pfg2016-04-1510-10/+10
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.jhb2016-04-151-2/+2
* Move Mediatek/Ralink PCIe to NEW_PCIBsgalabov2016-04-122-303/+69
* Define PCI_RES_BUS for MIPS.sgalabov2016-04-121-0/+3
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-102-5/+5
* Fix MIPS INTRNG omissions, add soft/hard interrupts with different namessgalabov2016-04-081-12/+12
* Introduce better locking for mtk_gpio_v[12] driverssgalabov2016-04-082-21/+79
* Introduce Mediatek/Ralink PCIe supportsgalabov2016-04-082-0/+1653
* Introduce XHCI support for MT7621 SoCsgalabov2016-04-081-0/+298
* Disable USB PHY slew rate calibration for Mediatek SoCs for nowsgalabov2016-04-081-1/+11
* Fix wrong memory mappingsgalabov2016-04-081-1/+1
* Fix a copyright glitch before it gets copy-pasted again. I think this mustian2016-04-071-1/+1
* Initial import of Ralink/Mediatek MIPS SoC support #7sgalabov2016-04-072-0/+1292
* Initial import of Ralink/Mediatek MIPS SoC support #6sgalabov2016-04-074-0/+834
* Initial import of Ralink/Mediatek MIPS SoC support #5sgalabov2016-04-075-0/+1046
* Initial import of Ralink/Mediatek MIPS SoC support #4sgalabov2016-04-073-0/+791
* Initial import of Ralink/Mediatek MIPS SoC support #3sgalabov2016-04-073-0/+1078
* Initial import of Ralink/Mediatek MIPS SoC support #2sgalabov2016-04-073-0/+409
* This revision adds the following parts:sgalabov2016-04-078-0/+1336
* Bring MIPS INTRNG support back up again, in line with D5370sgalabov2016-04-072-207/+105
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-224-8/+8
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-186-10/+10
* Fix build with HWPMC_HOOKS enabled.sobomax2016-03-151-1/+6
* Don't assume that bio_cmd is a bitfield.imp2016-03-101-21/+22
* Second argument of the mips_timer_init_params() is boolean, sosobomax2016-03-091-1/+1
* Let rman_init() initialize the default rman range.jhibbits2016-03-032-12/+0
* Make the memory size returned from fdt_get_mem_regions a 64-bit type. Thisandrew2016-03-011-1/+1
* Correct the memory rman ranges to be to BUS_SPACE_MAXADDRjhibbits2016-03-011-2/+2
* Fix fdt_get_mem_regions() to work with 64-bit addresseswma2016-02-291-1/+2
* Migrate UNCOMPRESS -> UZIPadrian2016-02-242-2/+2
* Obsolete mkulzma(8) and geom_uncompress(4), their functionalitysobomax2016-02-2429-80/+80
* As <machine/param.h> is included from <sys/param.h>, there is no needskra2016-02-226-6/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-2216-16/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-209-9/+9
* Replace several bus_alloc_resource() calls using default arguments with bus_a...jhibbits2016-02-191-1/+1
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-161-1/+5
* POSIX states that #include <signal.h> shall make both mcontext_t andkib2016-02-121-5/+5
* Include the correct header to get a phandle_t needed by ofw_bus_if.h. Whileandrew2016-02-111-3/+1
* Make bus_space_generic properly map/unmap memory (using pmap_mapdev andadrian2016-02-112-13/+24
* Migrate the other MIPS24K SoC cores to use the CPU_MIPS24K option.adrian2016-02-114-4/+4
* Missing commit - remove MIPS fdt bus space.adrian2016-02-111-1/+0
* Remove bus space fdt for MIPS.adrian2016-02-112-206/+1
* Convert MIPS nexus and mips_pic to BUS_PASSadrian2016-02-112-3/+6
OpenPOWER on IntegriCloud