summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Add support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to vm_page_alloc_freelist()alc2011-11-021-3/+2
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+2
* Keep FDT options commented until dtc is build by default for mipsjchandra2011-10-192-6/+6
* Fix wakeup latency when sleeping with 'wait'jchandra2011-10-183-17/+51
* Fix XLP compile failure on n32 abi.jchandra2011-10-181-1/+1
* Support for booting XLP using FDT.jchandra2011-10-187-98/+216
* FDT support for MIPS.jchandra2011-10-183-0/+103
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-172-2/+2
* Fix for crash on MIPS /dev/mem read.jchandra2011-10-171-0/+1
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Remove unused define.kib2011-10-071-1/+0
* Convert MIPS to the syscallenter/syscallret system call sequence handlers.kib2011-10-064-201/+150
* Add default address for FLASH mapping on the boot bus.marcel2011-10-041-0/+5
* Remove octeon_bootinfo from all files except octeon_machdep.c.marcel2011-10-045-25/+10
* Remove bogus and wrong definition of BLKDEV_IOSIZE.marcel2011-10-041-1/+0
* o Clean up some ID printfs, and put under bootverbosemarcel2011-10-041-8/+17
* Partially revert r224661:marcel2011-10-042-6/+5
* Disable using wait in cpu_idle() until a better solution to timer andadrian2011-10-011-0/+16
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.brueffer2011-09-111-1/+1
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-22/+22
* MIPS XLP platform code update.jchandra2011-09-0539-2509/+3948
* Fix a typo in cb_dumpdata() about wrongly calling wdog_kern_pat().attilio2011-08-131-1/+1
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-18/+17
* Make octeon_ap_boot 64 bits to handle MAXCPU up to 64.marcel2011-08-052-12/+26
* Fix for arm and mips case the size of storage for sintrcnt/sintrnames.attilio2011-08-021-2/+2
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.attilio2011-07-193-0/+3
* On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytesattilio2011-07-191-0/+8
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-4/+7
* Comment out KDB/DDB related options for N32 kernel.jchandra2011-07-171-5/+5
* Fix compilation of mips kernels adding apropriate #ifdefs after r224115.bz2011-07-171-0/+2
* MIPS changes for Netlogic XLP support.jchandra2011-07-1615-26/+350
* Add MIPS platform files for Netlogic XLP SoC.jchandra2011-07-1630-0/+7112
* Support compiling MIPS elf trampoline with a different ABI.jchandra2011-07-161-16/+31
* The i8259 controller is initialized incorrectly on MALTA. It writesadrian2011-07-161-6/+6
* Include device rt in RT305X config.ray2011-07-142-8/+9
* Revert it back. Too many changes for one commit.ray2011-07-142-124/+120
* Include device rt in RT305X config and little cleanup.ray2011-07-142-120/+124
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-042-45/+34
* When iterating over a paging queue, explicitly check for PG_MARKER, insteadalc2011-07-021-1/+1
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-2/+2
* Remove duplicate header includeskevlo2011-06-2613-43/+17
* MFCattilio2011-06-041-137/+194
|\
| * Add support for True IDE mode to the Octeon CF driver. This mode isimp2011-06-041-137/+194
| * On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-311-1/+1
| * Merge r221846 from largeSMP project branch:attilio2011-05-231-23/+38
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* | MFCattilio2011-05-311-1/+1
* | Fix a bug where the index cpu is just plain wrong, thus the kernelattilio2011-05-221-1/+2
OpenPOWER on IntegriCloud