index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
hppa
/
include
/
cpu.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement cpu_rnd_messybits() as a read of the cycle counter register.
naddy
2020-06-14
1
-2
/
+12
*
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
dlg
2020-05-31
1
-1
/
+2
*
Include srp.h where struct cpu_info uses srp to avoid erroring out when
jsg
2018-12-05
1
-1
/
+2
*
Implement copyin32(9).
kettenis
2017-05-18
1
-1
/
+3
*
The hppa trapframe PC is marked (in the low two bits) to indicate a
deraadt
2016-05-10
1
-2
/
+2
*
introduce srp, which according to the manpage i wrote is short for
dlg
2015-07-02
1
-1
/
+5
*
CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction
uebayasi
2014-07-11
1
-1
/
+3
*
try to avoid pulling in pte.h and other more crazy things. Checked against
deraadt
2013-03-31
1
-1
/
+3
*
refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added
deraadt
2013-03-23
1
-3
/
+3
*
Fix kernel profiling on MP systems by using per-CPU buffers and teach
mpi
2013-03-12
1
-1
/
+4
*
Back out per-CPU kernel profiling, it shouldn't modify a public header
mpi
2013-02-12
1
-4
/
+1
*
Fix kernel profiling on MP systems by using per-CPU buffer. Previously
mpi
2013-02-11
1
-1
/
+4
*
Determine whether we're currently on the alternative signal stack
guenther
2012-12-02
1
-1
/
+2
*
Remove unused MD_CACHE_CTL() macro and related defines.
miod
2011-09-20
1
-5
/
+1
*
Make need_resched() call cpu_unidle() such that we wake up a process running on
kettenis
2011-01-02
1
-8
/
+5
*
Turn signotify() into a function that also calls cpu_unidle().
jsing
2010-12-30
1
-2
/
+2
*
Implement cpu_unidle() for MP kernels.
jsing
2010-12-30
1
-3
/
+4
*
Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,
miod
2010-09-28
1
-1
/
+4
*
Store pointer to process FPU state in struct cpu_info.
jsing
2010-06-29
1
-1
/
+2
*
Rename ci_spinup_stack to ci_stack and use it as the stack for both CPU
jsing
2010-06-03
1
-2
/
+2
*
Add missing function prototypes for MP kernels.
jsing
2010-06-03
1
-1
/
+3
*
Add support for IPIs on hppa.
jsing
2010-05-21
1
-1
/
+6
*
Spin up secondary CPUs on hppa multiprocessor kernels. At this stage we
jsing
2010-05-19
1
-3
/
+7
*
Use a per CPU trap save area, ensuring that we maintain 64-byte alignment
jsing
2010-05-16
1
-2
/
+9
*
Use per CPU hardware interrupt mask.
jsing
2010-04-29
1
-1
/
+2
*
Store hardware timer information per CPU.
jsing
2010-04-29
1
-1
/
+2
*
Make ipending a per-CPU value.
jsing
2010-04-19
1
-1
/
+2
*
Make the Processor Status Word (PSW) a per-CPU value.
jsing
2010-04-19
1
-2
/
+2
*
Allow for multiple CPUs by moving to an array of cpu_info.
jsing
2010-04-01
1
-10
/
+32
*
Allow a multiprocessor kernel to compile.
jsing
2010-03-28
1
-1
/
+9
*
Make cpl and cpu_inintr per CPU variables. For locore.S, cpl becomes an
jsing
2009-12-31
1
-1
/
+3
*
Make want_resched a per CPU variable.
jsing
2009-12-29
1
-5
/
+5
*
Move hppa to per process AST.
jsing
2009-12-29
1
-4
/
+9
*
Fix the logic in mbus_add_mapping() to correctly handle requests spanning
miod
2009-02-01
1
-1
/
+2
*
make random(9) return per-cpu values (by saving the seed in the cpuinfo),
deraadt
2008-10-15
1
-2
/
+3
*
Add empty cpu_unidle() macros for architectures that currently don't do
art
2008-10-10
1
-1
/
+2
*
Define MAXCPUS on all architectures.
art
2008-10-10
1
-2
/
+2
*
Implement CPU_INFO_UNIT for everyone, not just MP kernels.
art
2008-10-09
1
-1
/
+2
*
So it turns outthe HP engineers changed the PA-RISC 2.0 architecture
kettenis
2008-07-23
1
-4
/
+4
*
Add a macro that clears the want_resched flag that need_resched sets.
art
2008-07-18
1
-1
/
+2
*
Be sure to propagate PSL_O in psw on PCXU* processors to userland processes
miod
2008-07-14
1
-1
/
+2
*
Make context switching much more MI:
art
2007-10-10
1
-1
/
+2
*
Give hppa the blink_led API from sparc64, and the associated machdep.led_blink
kettenis
2007-07-20
1
-2
/
+16
*
Userland has the right to compile, too; not sure this will be enough yet
miod
2007-05-15
1
-1
/
+3
*
move hppa to __HAVE_CPUINFO
martin
2007-05-14
1
-1
/
+20
*
Since p_flag is often manipulated in interrupts and without biglock
art
2007-03-15
1
-2
/
+2
*
new shorter version of userret() as surely miod ment it to be like (; miod@ ok
mickey
2007-01-17
1
-1
/
+2
*
duh. space vs tab
mickey
2005-04-07
1
-3
/
+3
*
64bit-friendly pdc.h and iomod.h and correspondent changes elsewhere
mickey
2005-04-07
1
-3
/
+6
*
allow forced fpu emulation through a sysctl
mickey
2004-06-30
1
-2
/
+4
[next]