summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach the MIPS ticker to attach itself properly when using INTRNG.adrian2016-02-111-0/+11
* Begin the MIPS_INTRNG support.adrian2016-02-115-2/+679
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-092-2/+0
* Fix build.br2016-02-041-0/+1
* Fix build.glebius2016-02-041-0/+1
* Use MIPS24K now.adrian2016-02-021-1/+1
* Use CPU_MIPS24K now in AR933x based boards.adrian2016-02-021-1/+1
* Move MIPS32 Release 2 and Release 3 CPUs to use the EHB instruction foradrian2016-02-021-5/+27
* Rename some CPU_MIPSxxx options and add new CPU_MIPSxxx optionsadrian2016-02-025-7/+7
* EHCI: Make core reset and port speed reading more generic.mmel2016-01-281-1/+20
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-273-3/+3
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-2727-52/+55
* Add a comment about why at is turned off in the exception handler.imp2016-01-261-0/+6
* Remove a duplicate setting of the AH_DEBUG_ALQ option.markj2016-01-261-1/+0
* Stop calling fdt_immr_addr from the xlp startup code. It's used to setandrew2016-01-221-2/+0
* Shift saved floating point registers up in jmp_buf.brooks2016-01-201-14/+15
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-092-0/+3
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-1/+1
* Fix missing path conversion from the previous commit to shuffle mdio around.adrian2015-12-271-1/+1
* Fix typo (s/harware/hardware/)kevlo2015-12-251-1/+1
* Add initial configuration files for the MT7620 and RT5350 SoCs.adrian2015-12-254-0/+452
* Add missing device rename.adrian2015-12-241-1/+1
* [rt305x] Add initial RT5350 and MT7620 glue.adrian2015-12-247-71/+105
* [MT7620] add ehci/ohci USB support.adrian2015-12-242-0/+490
* [MT7620] add SPI device support.adrian2015-12-241-0/+350
* [rt305x] add PCI bus / resource allocation code for the MT7620.adrian2015-12-242-0/+1031
* [rt305x] add register space definitions for later generation chips.adrian2015-12-241-12/+176
* [rt305x] Prepare for the upcoming regime change - add RT305x options.adrian2015-12-241-0/+3
* Begin the initial support for the mips1004kc core.adrian2015-12-242-2/+14
* Add missing \n.adrian2015-12-241-1/+1
* [mips] Add TLB pagemask probing code, and print out the allowable page sizes.adrian2015-12-223-1/+46
* Add a mips implementation of OF_decode_addr().ian2015-12-211-0/+70
* [mips] print out l2 cache configuration if it exists.adrian2015-12-211-0/+13
* Tidy up mips ofw_machdep.h. Don't include openfirm.h because openfirm.hian2015-12-201-3/+0
* Introduce a new mechanism for relocating virtual pages to a new physicalalc2015-12-193-14/+31
* [qca953x] remove unneeded initialisation.adrian2015-12-151-1/+1
* [ar71xx] always count interrupts, spurious or otherwise.adrian2015-12-151-4/+2
* [arge] add a comment about needing mdio busses in order to use the interface.adrian2015-12-151-0/+5
* Correct the CONFIG0_VI value. According toimp2015-12-111-1/+1
* Add helper functions proc_readmem() and proc_writemem().markj2015-12-071-28/+8
* Add support for the integrated wifi for the QCA953x base config andadrian2015-11-293-4/+6
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-282-9/+0
OpenPOWER on IntegriCloud