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
2016-05-01
Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)
Mark Kettenis
2016-05-01
Shuffle gpt/mbr code around a bit to make it more like other searches
Kenneth R Westerback
2016-04-29
Call sched_init_cpu() just before booting secondary CPUs.
Martin Pieuchot
2016-04-29
Do not remove local symbols from the table.
Martin Pieuchot
2016-04-27
Expand and remove macro OCTEON_ETH_TAP.
Visa Hankala
2016-04-27
minor spacing nit
Mike Larkin
2016-04-27
G/C DDB_REGS.
Martin Pieuchot
2016-04-27
Stop using DDB_REGS.
Martin Pieuchot
2016-04-26
missed a block of code while merging the previous change.
Mike Larkin
2016-04-26
Add decode functions for some of the MSRs that are commonly used. Only
Mike Larkin
2016-04-26
Convert some magic numbers into #defines - this is needed for some MTRR
Mike Larkin
2016-04-26
KNF / spacing
Mike Larkin
2016-04-26
sc_resume_ch is used nowhere.
Visa Hankala
2016-04-26
Drop an unused workaround which does not even compile.
Visa Hankala
2016-04-25
remove systrace
Ted Unangst
2016-04-25
when returning from vmd with an unknown exit reason, print the name of the
Mike Larkin
2016-04-25
spacing / KNF error in earlier commit
Mike Larkin
2016-04-25
cr0, cr3, cr4 diagnostics / debug functions (used when VMs crash)
Mike Larkin
2016-04-25
add a few new exit types found in newer cpus
Mike Larkin
2016-04-25
use the cps instructions introduced with armv6 instead of mrs/msr
Jonathan Gray
2016-04-25
Implement atomic operations using the atomic instructions available
Patrick Wildt
2016-04-25
Do not check if the CPU is inside the idle loop when enterting ddb(4).
Martin Pieuchot
2016-04-25
fix whitespace
Jonathan Gray
2016-04-25
Switch most of the cp14/cp15 use in .S files over to using sysreg.h
Jonathan Gray
2016-04-25
Add macros to access cp14/cp15 registers by name instead of six
Jonathan Gray
2016-04-25
add dmb
Jonathan Gray
2016-04-24
Remove 'option COMPAT_PCVT' now that X doen't use it anymore.
Matthieu Herrb
2016-04-24
Make pmap_invalidate_*_page() and pmap_update_*_page() operate only on
Visa Hankala
2016-04-24
whitespace cleanup
Patrick Wildt
2016-04-24
Keep pmap_update_{kernel,user}_page() inside pmap.c.
Visa Hankala
2016-04-24
EABI's Procedure Call Standard (AAPCS) requires the stack pointer
Patrick Wildt
2016-04-24
New FDT-enabled busses will use a new "fdt" attribute. Unfortunately
Patrick Wildt
2016-04-23
Seems that the 32-bit Windows ABI does align 64-bit structure members on
Mark Kettenis
2016-04-23
Sync dcaches and invalidate icaches of all active CPUs of a pmap when
Visa Hankala
2016-04-21
Support for 'default configuration' mpbios attachment was never completed,
Mike Larkin
2016-04-21
KNF
Mike Larkin
2016-04-20
pool_setipl for floating point context things
David Gwynne
2016-04-20
Don't use DDB_REGS, ok patrick@
Martin Pieuchot
2016-04-20
Move back #include <sys/mutex.h> outside #ifdef _KERNEL as it was
Landry Breuil
2016-04-18
Make the aesni crypto implementation mpsafe. In order to do so this moves
Mark Kettenis
2016-04-17
pool_setipl for the aesnipl
David Gwynne
2016-04-17
add pool_setipl after pool_init.
David Gwynne
2016-04-15
enable nvme(4)
Jonathan Gray
2016-04-15
enable nvme(4). it Just Works(tm).
David Gwynne
2016-04-14
Enable write buffering with write merging. This improves overall
Visa Hankala
2016-04-14
Enable UART FIFOs.
Visa Hankala
2016-04-14
Wrap comintr() so that the interrupt handler always returns non-zero.
Visa Hankala
2016-04-14
Use cpuid function 0xa to determine presence of general purpose
Mike Larkin
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-04-13
add missing arguments to debug printf
Mike Larkin
[next]