index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
Age
Commit message (
Expand
)
Author
2015-07-16
Move grab/release of the kernel_lock for softintrs from the ASM stubs to
Philip Guenther
2015-07-16
make a comment more safe, there's no CRIME there.
Jasper Lievisse Adriaanse
2015-07-15
Ditch the octeon simulator non-sense.
Paul Irofti
2015-07-15
Refix memory handling for machines with less than 256M broken by revision 1.64.
Paul Irofti
2015-07-15
The exynos gic is not at a fixed offset from periphbase unlike
Jonathan Gray
2015-07-14
First stab at making the hppa mpsafe. Not quite there yet though.
Mark Kettenis
2015-07-13
Do not attempt to configure octhci, superseded by dwc2
Miod Vallat
2015-07-13
remove unused cpu_copy_trampoline; ok mlarkin
Mike Belopuhov
2015-07-13
remove unused isa_nodefaultirq; ok kettenis, mlarkin
Mike Belopuhov
2015-07-13
First stab at making the hppa mpsafe. Not quite there yet though.
Mark Kettenis
2015-07-13
Remove DIAGNOSTIC code that cleans up the pmap in pmap_destroy(). Replace it
Mark Kettenis
2015-07-10
Committed from the wrong tree. So now for real:
Mark Kettenis
2015-07-10
Avoid calling pool_put(9) while holding a mutex here as well to prevent lock
Mark Kettenis
2015-07-10
Don't call pool_put(9) while holding a mutex. Instead collect pv entries in
Mark Kettenis
2015-07-10
Avoid calling pool_put(9) while holding a mutex here as well to prevent lock
Mark Kettenis
2015-07-10
Don't call pool_put(9) while holding a mutex. Instead collect pv entries in
Mark Kettenis
2015-07-09
Prevent possible interrupt recursion before unwinding the stack.
Mike Belopuhov
2015-07-09
Remove unused prototype.
Mark Kettenis
2015-07-08
unify the mutex implementations on all the mips64 platforms.
David Gwynne
2009-11-19
By popular demand and peer pressure, check-in work in progress work to support
Miod Vallat
2015-07-08
MFREE(9) is dead, long live m_freem(9)!
Martin Pieuchot
2015-07-04
Fix misleading indent
Miod Vallat
2015-07-04
get rid of some if 0 code that refers to b_actf.
David Gwynne
2015-07-04
replace the manual buf list management with a fifo bufq. it simplifies
David Gwynne
2015-07-04
count outgoing packets like every other driver.
David Gwynne
2015-07-03
Put the newline at the right place.
Miod Vallat
2015-07-03
Rename mtx_cpu to mtx_owner for consistency with the other platforms.
Miod Vallat
2015-07-03
Fix cast in atomic_swap_ptr()
Miod Vallat
2015-07-03
Correctly restore ipl in fpusave_proc() when we have to busy loop.
Miod Vallat
2015-07-02
tweak MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED to only look
David Gwynne
2015-07-02
Make the i386 pmap (almost) mpsafe by protecting the pmap itself, the pv
Mark Kettenis
2015-07-02
copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha.
David Gwynne
2015-07-02
introduce srp, which according to the manpage i wrote is short for
David Gwynne
2015-06-30
Clean up a needless check in an if statement.
Mike Larkin
2015-06-30
Add "sd" to be specifiedit as "rootdev=" boot parameter.
YASUOKA Masahiko
2015-06-29
enable vexpress
Jonathan Gray
2015-06-29
Implement membar_* for armv7 with the dmb instruction. The previous
Jonathan Gray
2015-06-29
Fix trap setup for double faults; error pointed out by Wei Liu a few months
Mike Larkin
2015-06-29
Remove some unused #defines
Mike Larkin
2015-06-28
Force the return to userspace from execve to go through iretq to get all
Philip Guenther
2015-06-28
enable octdwctwo and add umass
Jonathan Matthew
2015-06-28
LDT is gone and not coming back
Philip Guenther
2015-06-28
Split AST handling from trap() into ast() and get rid of T_ASTFLT.
Philip Guenther
2015-06-28
Split AST handling from trap() into ast() and get rid of T_ASTFLT
Philip Guenther
2015-06-27
Pass bus_space tag and handles to the QE_{WR,RD}CR macros, instead of assuming
Miod Vallat
2015-06-27
Memory leak in attach if uballoc() fails; Brainy/Maxime Villard
Miod Vallat
2015-06-27
MP_LOCKDEBUG code should only be compiled if MULTIPROCESSOR is defined
David Gwynne
2015-06-26
remove __cpu_cas and use atomic_cas_ulong instead.
David Gwynne
2015-06-26
rename the guard #define from _MACHINE_MPLOCK_H_ to _POWERPC_MPLOCK_H_
David Gwynne
2015-06-26
move the ppc mplock implementation from macppc to powerpc.
David Gwynne
[next]