| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make need_resched() call cpu_unidle() such that we wake up a process running on |  kettenis | 2011-01-02 | 1 | -1/+14 |
| * | Implement cpu_unidle() for MP kernels. |  jsing | 2010-12-30 | 1 | -1/+8 |
| * | Allow processes to be scheduled onto secondary CPUs. |  jsing | 2010-06-26 | 1 | -9/+2 |
| * | Rename ci_spinup_stack to ci_stack and use it as the stack for both CPU |  jsing | 2010-06-03 | 1 | -15/+16 |
| * | Add support for IPIs on hppa. |  jsing | 2010-05-21 | 1 | -2/+11 |
| * | Spin up secondary CPUs on hppa multiprocessor kernels. At this stage we |  jsing | 2010-05-19 | 1 | -3/+108 |
| * | Ansify functions and use "clock" rather than the CPU name for clock |  jsing | 2010-05-06 | 1 | -13/+4 |
| * | Allow for multiple CPUs by moving to an array of cpu_info. |  jsing | 2010-04-01 | 1 | -1/+9 |
| * | Allow a multiprocessor kernel to compile. |  jsing | 2010-03-28 | 1 | -1/+8 |
| * | Move hppa to a "cpu0 at mainbus0" configuration, rather than knocking CPUs |  jsing | 2009-12-29 | 1 | -13/+10 |
| * | Make sure than cpu_hardclock() never sets a ``next interrupt value'' which has |  miod | 2009-02-08 | 1 | -8/+3 |
| * | fix new line in dmesg print on 8k cpus |  mickey | 2004-12-28 | 1 | -3/+4 |
| * | simplify cache print a bit |  mickey | 2004-10-26 | 1 | -5/+4 |
| * | store fpu version for later use. make sure to proper store/clear fpu state in fork/exec/exit/sendsig |  mickey | 2004-09-14 | 1 | -3/+5 |
| * | do not print anything about btlb if there is none |  mickey | 2004-09-14 | 1 | -2/+2 |
| * | update copyright; miod@ is fine w/ files where he holds it too |  mickey | 2004-04-07 | 1 | -14/+10 |
| * | rework cpu identification |  mickey | 2003-08-22 | 1 | -35/+7 |
| * | make all intr_establish take the same last arg for name |  mickey | 2003-08-07 | 1 | -2/+2 |
| * | fix fpu printout and remove dead code piece |  mickey | 2003-03-29 | 1 | -6/+3 |
| * | duh, provide a wrapper on the hardclock() since it's void |  mickey | 2002-12-08 | 1 | -2/+9 |
| * | no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod ok |  mickey | 2002-11-27 | 1 | -2/+2 |
| * | fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() always returns some string; idea by fredette@ |  mickey | 2002-05-23 | 1 | -10/+7 |
| * | print parisc level w/ the the parisc version, not for each cpu |  mickey | 2002-05-08 | 1 | -2/+4 |
| * | need to mask out the upper part for the fpu version on print |  mickey | 2002-03-26 | 1 | -2/+2 |
| * | better cache mode print |  mickey | 2002-03-21 | 1 | -3/+3 |
| * | no need for reg.h in the frame.h |  mickey | 2002-03-19 | 1 | -1/+2 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -3/+3 |
| * | no need to mask |  mickey | 2002-03-06 | 1 | -4/+4 |
| * | expand fpu name, makes line overflow a bit, maybe deal w/ it later |  mickey | 2002-03-06 | 1 | -4/+10 |
| * | rearrange stuff, chat about cache |  mickey | 2002-03-05 | 1 | -46/+45 |
| * | disable fpu on csw, print fpu version on cpu line, if present |  mickey | 2002-02-11 | 1 | -10/+26 |
| * | print cpu revision and type |  mickey | 2000-08-15 | 1 | -3/+2 |
| * | add luseless comment |  mickey | 2000-07-03 | 1 | -1/+2 |
| * | shorter text, so it fits in 80 columns |  mickey | 1999-11-26 | 1 | -5/+5 |
| * | evcnt count the interrupts, also optimize diagnostic printing |  mickey | 1999-08-16 | 1 | -2/+2 |
| * | next try to print cpu model number. |  mickey | 1999-08-14 | 1 | -12/+33 |
| * | print cpu ID (type) if available |  mickey | 1999-04-20 | 1 | -53/+55 |
| * | better cpu capabilities printing. |  mickey | 1999-02-17 | 1 | -21/+17 |
| * | some cpu |  mickey | 1998-12-29 | 1 | -0/+152 |