Age | Commit message (Expand) | Author |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2012-12-08 | Recognize PowerPC 970 CPUs present in early PowerMac G5 from 2003 (7,2 and | Martin Pieuchot |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2009-08-24 | Add definitions for 4 additionl BAT registers, found on some newer PowerPC | Dariusz Swiderski |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-15 | Let CPU_INFO_UNIT() be used before cpu0 attaches, and make sure | Miod Vallat |
2008-11-22 | cpu_unidle for macppc | Artur Grabowski |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-09-16 | SMP ddb support, with some feedback from kettenis. | Dale Rahn |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-05-04 | Manage interrupts based on priority better, still working on this... | Dale Rahn |
2008-05-01 | Implement a nop IPI to signal other CPUs. | Mark Kettenis |
2008-04-29 | PIR is not defined to be a writable register, do not use it. | Dale Rahn |
2008-04-27 | Switch to proc based ast pending for SMP. ok kettenis. | Dale Rahn |
2008-04-26 | Changes to get closer to SMP. | Dale Rahn |
2007-12-04 | Remove remains of the idle pcb/stack. | Mark Kettenis |
2007-03-23 | Define PROC_PC and simplify userret(); ok kettenis@ (and I think drahn@ too) | Miod Vallat |
2007-03-20 | Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable for | Mark Kettenis |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-02-10 | Add a few more CPU types. | Mark Kettenis |
2005-11-26 | Frequency scaling for IBM 970FX. | Mark Kettenis |
2005-11-13 | Recognized 970MP processor. | Dale Rahn |
2005-11-08 | Add support for 64-bit SPRs. | Mark Kettenis |
2005-10-22 | s/970/970FX/g | Mark Kettenis |
2005-10-01 | Recognize 970 processor and provide a function/variable to determine if | Dale Rahn |
2005-03-10 | Recognize 7447A processor, as found in the Mac mini; print | Otto Moerbeek |
2004-11-18 | Move PowerPC cpu type constants to <machine/cpu.h> | Miod Vallat |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-02-14 | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff | Alexander Yurchenko |
2003-12-24 | support cpu_cpuspeed on macppc. | Dale Rahn |
2003-07-08 | Improved timebase register handling. use all 64 bits, instead of the | Dale Rahn |
2003-07-02 | Reduce the amount of asm code in powerpc/macppc by replacing it with | Dale Rahn |
2003-07-02 | make ppc_intr_(enable|disable)() inlined functions. | Dale Rahn |
2002-09-15 | backout premature | Theo de Raadt |
2002-09-15 | KNF | Theo de Raadt |
2002-06-08 | Factorize common parts (cache-related stuff). | Miod Vallat |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn |
2001-07-09 | lots of parens, protos | Michael Shalayeff |
2001-06-24 | More inline function cleanup for stricter -W flags. | Dale Rahn |
2001-01-24 | Optimization base on looking at generated asm code. | Dale Rahn |
2001-01-15 | __asm__ and __volatile__ | Theo de Raadt |
1997-10-13 | Monolithic PowerPC kernel, new include | Per Fogelstrom |
1996-12-28 | adding OpenBSD tag to files. | Dale S. Rahn |
1996-12-21 | Check-in of powerpc kernel support. | Dale S. Rahn |