summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/include/cpu.h
AgeCommit message (Expand)Author
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2014-07-11CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionMasao Uebayashi
2013-05-31remove counters for simplelocksTed Unangst
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-11Fix kernel profiling on MP systems by using per-CPU buffer. PreviouslyMartin Pieuchot
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2011-08-16Use pitlbe and pdtlbe instructions when flushing the entire TLB.Mark Kettenis
2011-07-07Raise the cache aliasing boundary to 4MB like we did on hppa a couple of yearsMark Kettenis
2011-04-21Move interrupt related defines and prototypes from cpu.h to intr.h.Joel Sing
2011-04-16Move the FPU state out of 'struct pcb' like we did for hppa since it causesMark Kettenis
2011-04-07Initial interrupt handling implementation for hppa64.Joel Sing
2011-04-06Move CPL to struct cpu_info.Joel Sing
2011-04-05Implement syscall_return.Joel Sing
2011-04-05Move PSW in struct cpu_info. Also ensure that we leave interrupts disabledJoel Sing
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-07-24Switch hppa64 to timecounters.Mark Kettenis
2009-11-25Add ci_randseed.Joel Sing
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2007-05-16splassert_ctl defaults to 1 now, so dont wrap the checks forThordur I. Bjornsson
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2006-03-12remove splimp.Brad Smith
2005-09-25Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-20unbreak tree, how did you do that miodTheo de Raadt
2005-09-20Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-05-31IPL_SCHED should block statclock on architectures where the schedulerArtur Grabowski
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-01small batch early bottling hppa64 portMichael Shalayeff