freebsd-skq/sys/mips
jmallett 8229c0275d o) When trying to determine whether the pcpu pointer is a managed address, check
not just that it is greater than the minimal kernel virtual address, but also
   that it is less than the maximal kernel virtual address.  On n64 kernels, the
   pcpup comes out of a direct-mapped address that, with an unsigned compare, is
   rather greater than the minimal kernel virtual address.
o) Turn the panic if interrupts are disabled in cpu_idle into a KASSERT since on
   other architectures it's behind INVARIANTS anyway.
o) Add a check that not all interrupts are masked, too.
o) Add cpu_idleclock() and cpu_activeclock() use to cpu_idle as is done on other
   architectures.
2011-01-01 00:20:14 +00:00
..
adm5120 - dump_avail layout should be sequence of [start, end) 2010-12-09 07:47:40 +00:00
alchemy - dump_avail layout should be sequence of [start, end) 2010-12-09 07:47:40 +00:00
atheros - Populate dump_avail with proper values from phys_avail 2010-12-09 07:01:03 +00:00
cavium When allocating memory from bootmem for the kernel to use, try to leave about 2010-12-28 20:11:54 +00:00
compile
conf Include std.sentry5 from the SENTRY5 kernel configuration. This was 2010-12-22 19:01:48 +00:00
idt - dump_avail layout should be sequence of [start, end) 2010-12-09 07:47:40 +00:00
include UMA_MD_SMALL_ALLOC for mips. 2010-12-09 06:34:28 +00:00
malta - dump_avail layout should be sequence of [start, end) 2010-12-09 07:47:40 +00:00
mips o) When trying to determine whether the pcpu pointer is a managed address, check 2011-01-01 00:20:14 +00:00
rmi Updates for I2C devices on XLR engg boards. 2010-12-13 17:53:38 +00:00
sentry5 - dump_avail layout should be sequence of [start, end) 2010-12-09 07:47:40 +00:00
sibyte - dump_avail layout should be sequence of [start, end) 2010-12-09 07:47:40 +00:00