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