summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2014-07-11remove bthub remnantsTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-11sgmap loading didnt respect the dmamaps max number of segments.David Gwynne
2014-07-11CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionMasao Uebayashi
2014-07-11Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andMartin Pieuchot
2014-07-10Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-07-10boot(9): Remove comments about RB_*, "cold", and savectx()Masao Uebayashi
2014-07-10boot(): Remove comments about RB_TIMEBAD to reduce diffsMasao Uebayashi
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-07-02Make sure the kernel lock is held when invoking process_domem(); fixesMiod Vallat
2014-06-14Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fallJonathan Matthew
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-25Turn on blinky things by default, very useful hereTheo de Raadt
2014-05-11Move the increment of uvmexp.softs back to the caller of mi_ast():Philip Guenther
2014-05-10Factor out the common ast bits into mi_ast()Philip Guenther
2014-05-08Format string fixes for alpha kernels, and remove -Wno-formatMiod Vallat
2014-04-18Have each thread keeps its own (counted!) reference to the process's ucredsPhilip Guenther
2014-04-14Fewer <uvm/uvm.h>Martin Pieuchot
2014-04-13Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN.Brad Smith
2014-04-07Enable upd(4) on archs where uhidev(4) is present, requested by mpi@.andre
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-04-04It seems that, when the on-board USB controller is an ALI M5237 USB and itsMiod Vallat
2014-03-31Use extent_alloc_with_descr(9) and add a mutex to protect the extent.Mark Kettenis
2014-03-31give up on isp, and only use ql[wae]Theo de Raadt
2014-03-30Eliminates struct pcred by moving the real and saved ugids intoPhilip Guenther
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-26Move p_emul and p_sigcode from proc to process.Philip Guenther
2014-03-22Move p_sigacts from struct proc to struct process.Philip Guenther
2014-03-19It's safe to assumed 'signed' existsPhilip Guenther
2014-03-18To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2014-03-14enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflowsJonathan Matthew
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-12enable qla(4) and qle(4) in GENERIC configs where isp(4) is alreadyJonathan Matthew
2014-03-11lint is gone, and the 'lint' conditional was never in the implementationPhilip Guenther
2014-03-08Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test.Mark Kettenis
2014-02-23fix a printf in a debug pathJonathan Gray
2014-02-22disable alipm for now. Since GENERIC.MP showed up, a variety of machinesTheo de Raadt
2014-02-19Don't try to close(-1) if EPERM.Miod Vallat
2014-02-19/etc/random.seed support.Miod Vallat
2014-02-19add qla and qle everywhere we currently have isp, commented out except forJonathan Matthew
2014-02-18sio_intr_shutdown() used to be a shutdown hook, and eventually became anMiod Vallat
2014-02-06Fix an MP race in the fpu context saving code; from NetBSD.Miod Vallat
2014-02-04Restore spl (lowering it) with alpha_pal_swpipl() instead of splx() in theMiod Vallat
2014-02-03Make sure sched_init_cpu() on the secondary processors is invoked with theMiod Vallat
2014-02-02Force an fpu context synchronization before halting secondary processors.Miod Vallat
2014-02-01Use splipi() instead of splhigh() to protect lazy fpu saving code.Miod Vallat
2014-02-01On MP kernels, invoke SPINLOCK_SPIN_HOOK in mtx_enter() when it spins.Miod Vallat
2014-02-01Simplify try_lock() to avoid one forward branch in the common case.Miod Vallat