summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-225-5/+5
* - There's no need to overwrite the default device method with the defaultmarius2011-11-2219-58/+19
* Do dcache flush on CPU core before enabling threads.jchandra2011-11-211-3/+42
* Merge XLP 3XX updates and related rework.jchandra2011-11-2113-1141/+891
* XLP processors have the release 2 pagegrain registerjchandra2011-11-211-0/+3
* Always leave the -current kernel debugging options on.adrian2011-11-211-5/+4
* Remove unused variable ubase.jchandra2011-11-191-2/+0
* Remvoe unused filejchandra2011-11-191-88/+0
* Fix USB compilation, and add USB options to XLP confjchandra2011-11-192-1/+8
* Fixup cache flush definitions for XLPjchandra2011-11-191-8/+8
* Whitespace fixes in XLP HAL files.jchandra2011-11-199-358/+358
* Rearrange XLP configuration files.jchandra2011-11-185-214/+89
* Fix COP0 hazards for XLR and XLPjchandra2011-11-183-1/+12
* Do pmap update only on active CPUs.jchandra2011-11-171-98/+64
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-2/+2
* 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
OpenPOWER on IntegriCloud