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-06-04
Catch up with changes made on amd64 (kettenis@):
Christian Weisgerber
2017-06-04
Create gap.* with umask 007 instead of 077 to make kernel builds after
Theo Buehler
2017-06-04
Remove comment that no longer is true. esym is not written by our
Patrick Wildt
2017-06-04
Split early startup code out of locore.S into locore0.S. Adjust link
Patrick Wildt
2017-06-04
Sync with current NetBSD/luna68k code.
Kenji Aoyama
2017-06-04
Re-arrange struct bus_dmamap members
Stefan Fritsch
2017-06-03
Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.
Theo de Raadt
2017-06-01
Pass the correct dma tag to the load buffer function. Passing t only
Patrick Wildt
2017-06-01
Don't panic when we cannot locate a handle for the Serial IO protocol.
Patrick Wildt
2017-06-01
Sync with amd64 and allow building the i386 bootstrap with clang:
Christian Weisgerber
2017-05-31
Split early startup code out of locore.S into locore0.S. Adjust link
Theo de Raadt
2017-05-31
Add serial console support for efiboot.
YASUOKA Masahiko
2017-05-31
Disable "machine boot" and "machine comaddr" from efiboot.
YASUOKA Masahiko
2017-05-30
Allow building the bootstrap with clang:
Christian Weisgerber
2017-05-30
event injection framework, will be used for other features coming shortly
Mike Larkin
2017-05-30
SVM: return EIO to vmd to stop the guest when it HLTs with interrupts
Mike Larkin
2017-05-30
Add missing KERNEL_LOCKs to a few error paths.
Mike Larkin
2017-05-30
FPU context save/restore for SVM in vmm(4), matches a previous diff
Mike Larkin
2017-05-30
Kill db_sym_t.
Martin Pieuchot
2017-05-30
Support for SMAP is pretty small, so don't exclude it from the RAMDISKS.
Theo de Raadt
2017-05-30
Build amd64 bootstrap with -ffreestanding.
Christian Weisgerber
2017-05-30
print more useful information when an error is returned from uvm_fault
Mike Larkin
2017-05-30
move some data tables out of .text and into .rodata where they belong
Mike Larkin
2017-05-30
typo - extra semicolon
Mike Larkin
2017-05-29
Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.
Martin Pieuchot
2017-05-29
Reduce code duplication. The local-CPU-only case is now handled
Visa Hankala
2017-05-29
Add hibernate support for nvme(4). This creates a separate IO queue that is
Jonathan Matthew
2017-05-29
Invalidate OCTEON icache after TLB ASID wraparound, otherwise userspace
Visa Hankala
2017-05-29
Pass the symbol instead of its name when looking for CTF infos.
Martin Pieuchot
2017-05-29
copyin32 implementation from miod@
Martin Pieuchot
2017-05-29
vmm(4): Enable support for AMD-V (SVM) CPUs.
Mike Larkin
2017-05-28
rename some fields
Mike Larkin
2017-05-28
typo in comment
Mike Larkin
2017-05-28
Do not allow NULL callback at rendezvous and clear callback
Visa Hankala
2017-05-28
Use fast path if remote call is not needed.
Visa Hankala
2017-05-28
mips64_multicast_ipi() excludes current CPU.
Visa Hankala
2017-05-28
If a function is not found in the CTF data, do not assume it takes no
Martin Pieuchot
2017-05-28
Build i386 kernels with -ffreestanding, matching amd64 and various
Jonathan Gray
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
[next]