index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
include
/
cpu.h
Age
Commit message (
Expand
)
Author
2004-01-06
Spinup secondary cpus. Based on codes sent to me by Dennis Chernoivanov
petrov
2004-01-04
Rearrange process exit path to avoid need to free resources from different
jdolecek
2003-11-25
Use per-cpu pcb, curlwp and fplwp rather than global ones. This brings
cdi
2003-11-20
Set curcpu() for SMP.
petrov
2003-11-15
Compile GENERIC.MP.
petrov
2003-11-09
Use #if defined(_KERNEL_OPT) to protect #include "opt_xxx.h"
tsutsui
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-02-05
Switch to use cycle counter (%tick) based microtime().
nakayama
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-11-27
Sync machdep sysctls with sparc.
pk
2002-09-29
remove some vestigial FPU and cache code that's not need on ultrasparcs.
chs
2002-05-14
Have CLKF_BASEPRI() always return false for now to prevent hardclock
eeh
2002-02-09
Correctly take into account the satck bias in CLKF_INTR().
eeh
2001-09-03
don't explicitly size the intrhand[] array; fixes PR#13859 from <martti.kupar...
mrg
2001-06-14
Don't need to prototype child_return() here, it's in <sys/proc.h>.
thorpej
2001-01-15
Make softclock a generic soft interrupt of the API is available,
thorpej
2000-09-29
This seems to fix the interrupt lossage of non-debug kernels.
eeh
2000-09-28
probeget() actually handles 64-bit values so fix the prototype.
eeh
2000-08-25
Make need_resched() take a "struct cpu_info *" argument. This
thorpej
2000-07-03
Prevent interrupts from being posted if they are active and deprecate polled
eeh
2000-07-02
Clean up interrupt handling some more.
eeh
2000-06-30
Fix interrupt delivery on UltraSPARC IIi machines.
eeh
2000-06-19
Have separate data and text segments, make text read-only.
eeh
2000-06-12
Start reorganizing the kernel for MULTIPROCESSOR support.
eeh
2000-06-12
ih_map & ih_clr are volatile.
mrg
2000-05-26
First sweep at scheduler state cleanup. Collect MI scheduler
thorpej
2000-03-16
Revamp interrupts again:
eeh
1999-12-30
Make CLKF_INTR() more intelligent.
eeh
1999-11-06
Provide explicit 64-bit and 32-bit types for compatibility with sparc
eeh
1999-10-11
Update to post 1.4.
eeh
1999-08-10
Define cpu_number() as discussed on tech-smp.
thorpej
1999-06-20
Move the DVMA mapin/mapout functions from the SBus driver to the iommu driver.
eeh
1999-06-07
Another general cleanup:
eeh
1999-06-05
Make pbrobeget() and probeset() work for 64-bit values as well. To do this
eeh
1999-06-05
Fix things up so they compile again.
eeh
1999-05-30
Add code to support using %tick as the system clock if no "counter-timer" node
eeh
1999-05-30
clone intr.h from the SPARC.
mrg
1998-11-24
add protos for switchtoctx, fixalign and emulinstr. XXX should all these be h...
mrg
1998-11-11
Changes to support fork_kthread():
thorpej
1998-10-05
cpu_set_kpc() prototype is already in <sys/systm.h>.
thorpej
1998-09-05
It slices. It dices. It does everything except exec a sparc32_compat init.
eeh
1998-06-20
Import of sparc64.
eeh