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