| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to vm_page_alloc_freelist() | alc | 2011-11-02 | 1 | -3/+2 |
* | People porting FreeBSD to new architectures ought not have to | das | 2011-10-21 | 1 | -0/+2 |
* | Keep FDT options commented until dtc is build by default for mips | jchandra | 2011-10-19 | 2 | -6/+6 |
* | Fix wakeup latency when sleeping with 'wait' | jchandra | 2011-10-18 | 3 | -17/+51 |
* | Fix XLP compile failure on n32 abi. | jchandra | 2011-10-18 | 1 | -1/+1 |
* | Support for booting XLP using FDT. | jchandra | 2011-10-18 | 7 | -98/+216 |
* | FDT support for MIPS. | jchandra | 2011-10-18 | 3 | -0/+103 |
* | Close a race where SIOCGIFMEDIA ioctl get inconsistent link status. | yongari | 2011-10-17 | 2 | -2/+2 |
* | Fix for crash on MIPS /dev/mem read. | jchandra | 2011-10-17 | 1 | -0/+1 |
* | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 1 | -1/+1 |
* | Remove unused define. | kib | 2011-10-07 | 1 | -1/+0 |
* | Convert MIPS to the syscallenter/syscallret system call sequence handlers. | kib | 2011-10-06 | 4 | -201/+150 |
* | Add default address for FLASH mapping on the boot bus. | marcel | 2011-10-04 | 1 | -0/+5 |
* | Remove octeon_bootinfo from all files except octeon_machdep.c. | marcel | 2011-10-04 | 5 | -25/+10 |
* | Remove bogus and wrong definition of BLKDEV_IOSIZE. | marcel | 2011-10-04 | 1 | -1/+0 |
* | o Clean up some ID printfs, and put under bootverbose | marcel | 2011-10-04 | 1 | -8/+17 |
* | Partially revert r224661: | marcel | 2011-10-04 | 2 | -6/+5 |
* | Disable using wait in cpu_idle() until a better solution to timer and | adrian | 2011-10-01 | 1 | -0/+16 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | Fix a zyd(4) comment typo that was copy+pasted into most kernel config files. | brueffer | 2011-09-11 | 1 | -1/+1 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 1 | -22/+22 |
* | MIPS XLP platform code update. | jchandra | 2011-09-05 | 39 | -2509/+3948 |
* | Fix a typo in cb_dumpdata() about wrongly calling wdog_kern_pat(). | attilio | 2011-08-13 | 1 | -1/+1 |
* | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | kib | 2011-08-09 | 1 | -18/+17 |
* | Make octeon_ap_boot 64 bits to handle MAXCPU up to 64. | marcel | 2011-08-05 | 2 | -12/+26 |
* | Fix for arm and mips case the size of storage for sintrcnt/sintrnames. | attilio | 2011-08-02 | 1 | -2/+2 |
* | Bump MAXCPU for amd64, ia64 and XLP mips appropriately. | attilio | 2011-07-19 | 3 | -0/+3 |
* | On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytes | attilio | 2011-07-19 | 1 | -0/+8 |
* | Add the possibility to specify from kernel configs MAXCPU value. | attilio | 2011-07-19 | 1 | -0/+2 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 1 | -4/+7 |
* | Comment out KDB/DDB related options for N32 kernel. | jchandra | 2011-07-17 | 1 | -5/+5 |
* | Fix compilation of mips kernels adding apropriate #ifdefs after r224115. | bz | 2011-07-17 | 1 | -0/+2 |
* | MIPS changes for Netlogic XLP support. | jchandra | 2011-07-16 | 15 | -26/+350 |
* | Add MIPS platform files for Netlogic XLP SoC. | jchandra | 2011-07-16 | 30 | -0/+7112 |
* | Support compiling MIPS elf trampoline with a different ABI. | jchandra | 2011-07-16 | 1 | -16/+31 |
* | The i8259 controller is initialized incorrectly on MALTA. It writes | adrian | 2011-07-16 | 1 | -6/+6 |
* | Include device rt in RT305X config. | ray | 2011-07-14 | 2 | -8/+9 |
* | Revert it back. Too many changes for one commit. | ray | 2011-07-14 | 2 | -124/+120 |
* | Include device rt in RT305X config and little cleanup. | ray | 2011-07-14 | 2 | -120/+124 |
* | With retirement of cpumask_t and usage of cpuset_t for representing a | attilio | 2011-07-04 | 2 | -45/+34 |
* | When iterating over a paging queue, explicitly check for PG_MARKER, instead | alc | 2011-07-02 | 1 | -1/+1 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 1 | -2/+2 |
* | Remove duplicate header includes | kevlo | 2011-06-26 | 13 | -43/+17 |
* | MFC | attilio | 2011-06-04 | 1 | -137/+194 |
|\ |
|
| * | Add support for True IDE mode to the Octeon CF driver. This mode is | imp | 2011-06-04 | 1 | -137/+194 |
| * | On multi-core, multi-threaded PPC systems, it is important that the threads | nwhitehorn | 2011-05-31 | 1 | -1/+1 |
| * | Merge r221846 from largeSMP project branch: | attilio | 2011-05-23 | 1 | -23/+38 |
| * | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -0/+2 |
* | | MFC | attilio | 2011-05-31 | 1 | -1/+1 |
* | | Fix a bug where the index cpu is just plain wrong, thus the kernel | attilio | 2011-05-22 | 1 | -1/+2 |