summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-02-06Give "machine ddbcpu" a chance to work, now we can try to see what's wrongMartin Pieuchot
2015-02-06Call the debugger (bsd -d) before replacing the firmware console just likeMartin Pieuchot
2015-02-06Handle hibernate button in the same way as suspend does: send anDavid Coppa
2015-02-06Fix a hibernate crash on some machines due to unmapping a page thatMike Larkin
2015-02-05Whitespace.Masao Uebayashi
2015-02-05Use octeon_xkphys_*_8().Masao Uebayashi
2015-02-05Expand STACKGAP_RANDOM to 2MB on machines with large user VATheo de Raadt
2015-02-05unbreak after previous macro removal.Martin Pieuchot
2015-02-05Do what the comments suggest and check for port-[ab]-ignore-cd properties,Miod Vallat
2015-02-02Remove some pmap locks that were #defined to be nothing (empty). DiscussedMike Larkin
2015-02-01Gather the scattered (and sometimes duplicated) qbus address and size definesMiod Vallat
2015-02-01Do not write to the doorbell register at uba attach time - this causes aMiod Vallat
2015-02-01Pass the correct machine check frame to the machine check handler.Miod Vallat
2015-01-31xhci fitsTheo de Raadt
2015-01-29remove no-op simple locksTheo de Raadt
2015-01-28Remove an unused macro and a stale comment. No functional change.Mike Larkin
2015-01-27tedu x86_self_ipi()/i386_self_ipi()Stefan Fritsch
2015-01-27ENOGREP.David Gwynne
2015-01-27this code doesnt need to know about interrupts, so i can trim someDavid Gwynne
2015-01-27remove the second void * argument on tasks.David Gwynne
2015-01-27Remove an unused and confusing assignment that had been commented out forMike Larkin
2015-01-27Remove an unused variable whose functionality was moved to locore long ago.Mike Larkin
2015-01-27Remove an odd comment in the first line of the fileMike Larkin
2015-01-26Print frame buffer resolution at attach time.Miod Vallat
2015-01-26Import the exynos work into tree. This is from Bitrig. Discussed with and OK ...Brandon Mercer
2015-01-25Rework cbus(4) interrupt support a bit. Instead of merging devhandle andMark Kettenis
2015-01-25refactor loading of dmamaps.David Gwynne
2015-01-24Implement bus_dmamem_alloc_range(9) for macppc/socppc.Mark Kettenis
2015-01-24correct the syntax description of the boot command; ok jmc@Christian Weisgerber
2015-01-24Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memoryMark Kettenis
2015-01-23move from deferring vd requests with a task per message to a ringDavid Gwynne
2015-01-22pool_setipl() on both pmap pools as a workaround for some sort of MPTheo de Raadt
2015-01-22Let powerpc's bus_space(9) use the same pmap and uvm interfaces than theMartin Pieuchot
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-21By popular demand, put NFS, ipv6 and vlan support in sparc installation media.Miod Vallat
2015-01-21Even without BATs memory under ``physmaxaddr'' is mapped 1:1 in theMartin Pieuchot
2015-01-21I don't foresee knowing that my i386 netbook has an AT/286+ bios andTed Unangst
2015-01-21Enable ix(4).Mark Kettenis
2015-01-20Move ps_strings "after" the random stackgap. This makes its location aMark Kettenis
2015-01-20Merge two copies of the (almost) identical bus space code into one file.Martin Pieuchot
2015-01-20Nothing in this file requires <sys/queue.h>. While here remove old andMartin Pieuchot
2015-01-20Merge two copies of the same dma code into one file and sync the headers.Martin Pieuchot
2015-01-20Various cleanups. Explicitly include <sys/atomic.h>, Use pmap_remove_pg()Martin Pieuchot
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2015-01-19Make use of an msr available on recent Intel processors to obtain theJonathan Gray
2015-01-18When restoring spsr values when handling traps use spsr_fsxc insteadJonathan Gray
2015-01-18Switch some uses of msr that only deal with interrupts/mode to useJonathan Gray
2015-01-18Add commented-out necsb(4) and audio(4) configuration to GENERIC.Kenji Aoyama
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray