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