summaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.Christian Brueffer2011-09-111-1/+1
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomicKonstantin Belousov2011-09-061-22/+22
* MIPS XLP platform code update.Jayachandran C.2011-09-0539-2483/+3922
* Fix a typo in cb_dumpdata() about wrongly calling wdog_kern_pat().Attilio Rao2011-08-131-1/+1
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagKonstantin Belousov2011-08-091-18/+17
* Make octeon_ap_boot 64 bits to handle MAXCPU up to 64.Marcel Moolenaar2011-08-052-12/+26
* Fix for arm and mips case the size of storage for sintrcnt/sintrnames.Attilio Rao2011-08-021-2/+2
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.Attilio Rao2011-07-193-0/+3
* On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytesAttilio Rao2011-07-191-0/+8
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-181-4/+7
* Comment out KDB/DDB related options for N32 kernel.Jayachandran C.2011-07-171-5/+5
* Fix compilation of mips kernels adding apropriate #ifdefs after r224115.Bjoern A. Zeeb2011-07-171-0/+2
* MIPS changes for Netlogic XLP support.Jayachandran C.2011-07-1615-26/+350
* Add MIPS platform files for Netlogic XLP SoC.Jayachandran C.2011-07-1630-0/+7112
* Support compiling MIPS elf trampoline with a different ABI.Jayachandran C.2011-07-161-16/+31
* The i8259 controller is initialized incorrectly on MALTA. It writesAdrian Chadd2011-07-161-6/+6
* Include device rt in RT305X config.Aleksandr Rybalko2011-07-142-8/+9
* Revert it back. Too many changes for one commit.Aleksandr Rybalko2011-07-142-119/+115
* Include device rt in RT305X config and little cleanup.Aleksandr Rybalko2011-07-142-115/+119
* MFCAttilio Rao2011-07-041-1/+1
|\
| * When iterating over a paging queue, explicitly check for PG_MARKER, insteadAlan Cox2011-07-021-1/+1
* | MFCAttilio Rao2011-06-301-2/+2
|\|
| * Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisAlan Cox2011-06-291-2/+2
* | Remove pc_cpumask and pc_other_cpus from MIPS support.Attilio Rao2011-06-282-45/+34
|/
* Remove duplicate header includesKevin Lo2011-06-2613-43/+17
* MFCAttilio Rao2011-06-041-137/+194
|\
| * Add support for True IDE mode to the Octeon CF driver. This mode isWarner Losh2011-06-041-137/+194
* | MFCAttilio Rao2011-05-311-1/+1
|\|
| * On multi-core, multi-threaded PPC systems, it is important that the threadsNathan Whitehorn2011-05-311-1/+1
| * Merge r221846 from largeSMP project branch:Attilio Rao2011-05-231-23/+38
* | Fix a bug where the index cpu is just plain wrong, thus the kernelAttilio Rao2011-05-221-1/+2
* | MFCAttilio Rao2011-05-131-0/+2
|\|
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-0/+2
* | Fix a brain-o in platform_cpu_mask() by just specifying a possibleAttilio Rao2011-05-135-21/+15
* | Add the cpuset_t conversion for mips.Attilio Rao2011-05-139-42/+96
* | Fix the _long() rappresentation on mips by casting the long argumentsAttilio Rao2011-05-131-23/+38
|/
* Use new option names for NFS client and NFS serverOleksandr Tymoshenko2011-05-1116-28/+28
* Fix GPIO_MAXPINS calculation for the AR71xx, AR724x, AR913x SoC.Adrian Chadd2011-05-064-5/+16
* Add nvram2env (untested) and geom_map (tested) to PB92.Adrian Chadd2011-05-052-15/+83
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-033-15/+7
* Add in the work-around for the AR8316 gige switch PHY.Adrian Chadd2011-05-021-1/+5
* Some AR724x PCIe fixes, which should wrap up the first roundAdrian Chadd2011-05-011-24/+14
* An example configuration file for the Atheros PB92.Adrian Chadd2011-04-302-0/+165
* The AR724x SoC's require the irq status line to be acked/cleared.Adrian Chadd2011-04-301-0/+15
* Call the DDR FIFO flush method when IP2 interrupts occur.Adrian Chadd2011-04-301-0/+3
* Flip off debugging for now.Adrian Chadd2011-04-301-1/+1
* Add some initial PCIe bridge support for the AR724x chipsets.Adrian Chadd2011-04-303-2/+636
* In preparation for the AR724x PCIe bus code, make the AR71xx PCI busAdrian Chadd2011-04-302-1/+2