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
2017-05-28
Use intr_disable()/intr_restore() to reduce differences with sparc64
Martin Pieuchot
2017-05-28
remove bogus atomic_swap_64 code from i386
Jonathan Gray
2017-05-27
On i386 and amd64, atomic instructions include an implicit memory barrier.
Mark Kettenis
2017-05-27
Move SPINLOCK_SPIN_HOOK to the header used by other archs in order to
Martin Pieuchot
2017-05-27
Implement copyin32(9) for alpha.
Mark Kettenis
2017-05-27
manually inline tlbflushg. it's short and there's only one caller.
Ted Unangst
2017-05-27
there shouldn't be any need to check for PGE on amd64. ok deraadt mlarkin
Ted Unangst
2017-05-27
Use EFI memory map to discover available physical memory.
Mark Kettenis
2017-05-27
Claim physical memory allocated during early bootstrap from the PROM.
Mark Kettenis
2017-05-27
Make room for another 4GB of .text.
Mark Kettenis
2017-05-27
Check cache_valias_mask earlier in the expression. The value is zero
Visa Hankala
2017-05-27
add missing prototype
Mike Larkin
2017-05-26
Enable chvgpio(4) in RAMDISK_CD on amd64.
Stefan Sperling
2017-05-25
Replace the only usage of x86_pause() with SPINLOCK_SPIN_HOOK.
Visa Hankala
2017-05-25
Drop trailing semicolon from a macro.
Visa Hankala
2017-05-25
tweak sparc64 membars as a step toward making them usable in userland.
David Gwynne
2017-05-24
Add an idle cycle implementation for R4600/R5000/RM7000 CPUs and their
Visa Hankala
2017-05-23
Rate limit messages about spurious ISA interrupts on yeeloong systems.
Visa Hankala
2017-05-21
Give the vp pool its own allocator. Avoiding the logic that creates large
Mark Kettenis
2017-05-21
Add clocks for SD/MCC controller on Exynos 5420/5800.
Mark Kettenis
2017-05-21
Remove exesdhc(4). This driver was never finished and has been replaced
Mark Kettenis
2017-05-21
Add support for the SD/MMC controller found on Samsuung Exynos5.
Mark Kettenis
2017-05-21
Tweak style.
Visa Hankala
2017-05-21
Enable radeondrm(4) on loongson to get accelerated graphics
Visa Hankala
2017-05-21
Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as found
Mark Kettenis
2017-05-19
Respect max VPID/ASID limits. VMX VPIDs are capped at 4095, for now.
Mike Larkin
2017-05-19
return EIO to vmd if the guest HLTs with interrupts disabled
Mike Larkin
2017-05-19
Replace __cpu_cas() with atomic_cas_ulong().
Visa Hankala
2017-05-19
Implement copyin32(9) for mips64.
Visa Hankala
2017-05-19
tweak the spllower asm so it is more straightforward.
David Gwynne
2017-05-18
Implement copyin32(9).
Mark Kettenis
2017-05-18
enable acpisbs on i386 for old MacBooks
Joshua Stein
2017-05-18
Since copyin(9) already doeas access 32-bit quantities atomically, we can
Mark Kettenis
2017-05-18
AAPCS64 requires 16 byte stack alignment. Set the bits in the system
Jonathan Gray
2017-05-18
Fix kernel build on armv7 and sh.
Visa Hankala
2017-05-17
Make IPL_MPSAFE effective on loongson.
Visa Hankala
2017-05-16
Implement copyin32(9).
Mark Kettenis
2017-05-16
Tweak previous, s/int/unsigned/, since the format character is %u.
YASUOKA Masahiko
2017-05-16
Compare device pathes properly to find the booted disk.
YASUOKA Masahiko
2017-05-15
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-12
Make copyin(9) and copyout(9) atomic for naturally aligned 32-bit words.
Mark Kettenis
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-11
The device_to_pa routine really isn't needed. We always have physical
Visa Hankala
2017-05-11
Set up IPI handling on the primary CPU before booting secondary CPUs.
Visa Hankala
2017-05-11
panic doesn't need \n.
Mike Larkin
2017-05-11
Casting int is required for passing uint64 value to "%u" since we don't
YASUOKA Masahiko
[next]