summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha
AgeCommit message (Expand)Author
2015-12-04add a missing mtx_leave before a panic to give ddb/reboot a betterJonathan Gray
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-21Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Martin Pieuchot
2015-10-01Make the alpha pmap (more) mpsafe by protecting both the pmap itself and theMark Kettenis
2015-09-28Mechanical changes from manual buf set up to readdisksector().Kenneth R Westerback
2015-09-21Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave()Philip Guenther
2015-09-13intr_barrier(9) for alpha.Mark Kettenis
2015-09-08Give the pool page allocator backends more sensible names. We now have:Mark Kettenis
2015-09-02sizes for free()Theo de Raadt
2015-08-15When resetting the hwrpb after a succesfull secondary processor spinup,Miod Vallat
2015-07-20go a bit further with miods last change to copy{in,out}{,str} andDavid Gwynne
2015-07-20Make pmap_remove() grab the kernel lock. This is a big hammer but makes MPMark Kettenis
2015-07-03Correctly restore ipl in fpusave_proc() when we have to busy loop.Miod Vallat
2015-06-27MP_LOCKDEBUG code should only be compiled if MULTIPROCESSOR is definedDavid Gwynne
2015-06-23Disable some of the pmap_emulate_reference() DEBUG checks if optionMiod Vallat
2015-06-23In the copy(9) function, make sure to remember curproc accross the bcopy()Miod Vallat
2015-06-23delete more p==NULL checks; discussed with miod, kettenis, dlg beforeTheo de Raadt
2015-06-11In the copyout family of functions, if the address is out of rangeTheo de Raadt
2015-06-05And ... more discussion occurs between miod and kettenis aboutTheo de Raadt
2015-06-05And part 2 of the onfault repair. Do the actual clearing of pcb_onfaultTheo de Raadt
2015-06-05Do not unconditionally clear pcb_onfault after a uvm_fault. That willTheo de Raadt
2015-06-05these days, curproc is never NULL, so skip those checks.Theo de Raadt
2015-05-28when machdep.allowaperture sysctl is set to 3, allow concurrent accessJoshua Stein
2015-05-19Move acquisition of the kernel lock deeper in the interrupt path, and makeMiod Vallat
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-05-02fix build with option DEBUGMiod Vallat
2015-04-17while trying to reproduce lockups on mp alpha i hit anDavid Gwynne
2015-02-11the only user of __cpu_cas is lock_machdep, so move it there.David Gwynne
2015-02-11get SPINLOCK bits from machine/lock.h instead of sys/lock.hDavid Gwynne
2015-02-11get the SPINLOCK bits from machine/lock.hDavid Gwynne
2015-02-11slight knf, and __inline is really spelled inline.David Gwynne
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-09Do not even try to call uvm_grow() from sendsig. It will be invokedMiod Vallat
2015-02-02Remove some pmap locks that were #defined to be nothing (empty). DiscussedMike Larkin
2015-01-04EV68CB pass 2.4 is numeric revision 5, as reported by SRM.Miod Vallat
2014-12-24Partially revert 1.46 and print more details when panicing at the end ofMiod Vallat
2014-12-18ansi function prototypes. no functional change.David Gwynne
2014-12-18white space tweaks, no functional change.David Gwynne
2014-12-18replace splhigh and a simplelock with a mutex.David Gwynne
2014-12-17remove simplelocksTheo de Raadt
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-09mechanical translation of dev_lkm_dummy() to dev_notdef()Ted Unangst
2014-10-09remove LKM devicesTed Unangst
2014-09-20Use config_suspend_all(9).Mark Kettenis
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-08-20unlink crypto(4) pseudo device from the architecture dependant characterMike Belopuhov