Age | Commit message (Expand) | Author |
2009-12-29 | Move hppa to per process AST. | Joel Sing |
2009-02-01 | Fix the logic in mbus_add_mapping() to correctly handle requests spanning | Miod Vallat |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-07-23 | So it turns outthe HP engineers changed the PA-RISC 2.0 architecture | Mark Kettenis |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-07-14 | Be sure to propagate PSL_O in psw on PCXU* processors to userland processes | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-07-20 | Give hppa the blink_led API from sparc64, and the associated machdep.led_blink | Mark Kettenis |
2007-05-15 | Userland has the right to compile, too; not sure this will be enough yet | Miod Vallat |
2007-05-14 | move hppa to __HAVE_CPUINFO | Martin Reindl |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-01-17 | new shorter version of userret() as surely miod ment it to be like (; miod@ ok | Michael Shalayeff |
2005-04-07 | duh. space vs tab | Michael Shalayeff |
2005-04-07 | 64bit-friendly pdc.h and iomod.h and correspondent changes elsewhere | Michael Shalayeff |
2004-06-30 | allow forced fpu emulation through a sysctl | Michael Shalayeff |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-04-08 | repair pcxs/t confoosion | Michael Shalayeff |
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff |
2004-04-02 | repair fcnv* emulation. | Michael Shalayeff |
2003-10-15 | less global name space pollution | Michael Shalayeff |
2003-10-05 | reload the itmr as soon as we get the intr to avoid lagging on slower machines | Michael Shalayeff |
2003-07-30 | deduce the leds address from the model number and thus make some more use of ... | Michael Shalayeff |
2002-11-27 | no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod ok | Michael Shalayeff |
2002-11-08 | only reset the pending fpu exceptions on fork, not the rest of the fpu status... | Michael Shalayeff |
2002-10-21 | make an ieeefp regress pass; miod@ ok | Michael Shalayeff |
2002-10-07 | on implementations w/ fpu included unimplemented instructions | Michael Shalayeff |
2002-09-17 | handle fpu exceptions properly, might use a regress, i guess | Michael Shalayeff |
2002-08-03 | in fact, no need for switch_exit() completely, cpu_exit() handles the reins t... | Michael Shalayeff |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-03-15 | rewrite a pmap to use multilevel page tables. | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-16 | dma_cachectl() no more | Michael Shalayeff |
2002-02-11 | kvtop no more | Michael Shalayeff |
2002-02-11 | disable fpu on csw, print fpu version on cpu line, if present | Michael Shalayeff |
2001-12-02 | few lines are too close to see, gimme another file! | Michael Shalayeff |
2001-12-02 | s/FLAX_MASK/HPPA_FLEX_MASK/ where not yet | Michael Shalayeff |
2001-11-08 | COPY_SIGCODE serve no purpose nowadays. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-01-29 | implement a few macros in cpu.h; pointer out by miod@ | Michael Shalayeff |
2000-08-15 | compress MD_CACHE_CTL in one line | Michael Shalayeff |
2000-07-02 | yes, it will; forgot, oops, ouch | Michael Shalayeff |
2000-07-02 | constraints misscount; that's how it goes typing on the train | Michael Shalayeff |
2000-07-02 | new kvtop through lpa; also put some spu/sfu bits in cpu.h | Michael Shalayeff |
2000-06-15 | add MD_CACHE* defines | Michael Shalayeff |
2000-03-23 | new cpu type switch code. | Michael Shalayeff |
2000-02-10 | clkf_intr() implementation, better clkf_usermode() | Michael Shalayeff |
2000-01-25 | cpu_wait() and cpu_swapin() do exist | Michael Shalayeff |