summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-05-18Use the actual armv7 dcache_inv_range function instead of the wbinv one.Patrick Wildt
2013-05-18Missing bits intended to go with the previous commit but lost in diff splitting:Miod Vallat
2013-05-17Fix 'the right-of-cursor background color is inverted when we doKenji Aoyama
2013-05-17Preliminary support for MVME180 and MVME181 boards. On-board serial portsMiod Vallat
2013-05-17Replace the bunch of md_* function pointers with a `struct board' containingMiod Vallat
2013-05-17Move interrupt-related defines from <machine/cpu.h> to <machine/intr.h>.Miod Vallat
2013-05-17Split inittodr/resettodr code from actual tod routines, to allow forMiod Vallat
2013-05-17Unnecessary includeMiod Vallat
2013-05-17Extend cmmu routines to return the caching mode to use for page tables.Miod Vallat
2013-05-17Fix comments telling that the `serial mode' bit in PSR only applies to 88110,Miod Vallat
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-05-17Implement IPL_MPSAFE for pci bus interrupt handlers.Mark Kettenis
2013-05-16Implement a mechanism to establish interrupt handlers that don't grab theMark Kettenis
2013-05-16Implement a mechanism to establish interrupt handlers that don't grab theMark Kettenis
2013-05-16Ignore colormap operations at 1bpp, to work with Xorg wsfb driver.Kenji Aoyama
2013-05-16Add missing IPL_AUDIO macro, needed by dev/audio.cAlexandre Ratchov
2013-05-16Run audio interrupts without grabbing the kernel lock. While IPL_SERIAL isMark Kettenis
2013-05-15remove unused variableAlexandre Ratchov
2013-05-15remove unused splaudio/splx pairAlexandre Ratchov
2013-05-15remove unused variableAlexandre Ratchov
2013-05-15Initialize a teeny few more globals to reasonable values to allow for printf()Miod Vallat
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-05-14Declare the cmmu-related variables which are set early in the kernel life,Miod Vallat
2013-05-14typo in multiple inclusion guard symbol name.Miod Vallat
2013-05-14Older BUG version do not implement the `out cr/lf' BUG system call, and, worse,Miod Vallat
2013-05-14Add basic prcm support for am335x.rapha
2013-05-14Add board id for beaglebone.rapha
2013-05-13Get rid of some silly underscores.Mark Kettenis
2013-05-13Implement support for running interrupt handlers without taking the kernelMark Kettenis
2013-05-12Make sboot really match its documented behaviour when booting without anMiod Vallat
2013-05-12Tell wsdisplay(4) to switch back to the console screen upon entering ddb(4).Mark Kettenis
2013-05-12Handle big (a.k.a. >2TB) disks by adding logic to handle the 12 and 16Kenneth R Westerback
2013-05-12Take the kernel lock and call the actual interrupt handler from aMark Kettenis
2013-05-12Take the kernel lock and call the actual interrupt handler from aAlexandre Ratchov
2013-05-12S-Records boot code for mvme88k, finally. Allows a kernel to be loaded fromMiod Vallat
2013-05-12Lower heap location and load address by 1MB for the secondary boot loaders,Miod Vallat
2013-05-10whitespacesPatrick Wildt
2013-05-10Convert K&R style function declaration to ANSI.Patrick Wildt
2013-05-10Simplify mapping pages by just calling pmap_kenter_cache.Patrick Wildt
2013-05-10ditch unused zskbd_device_lookup; verified by sebastia@Mike Belopuhov
2013-05-10Flush the secondary cache when dumping.Patrick Wildt
2013-05-10Remove an instruction cache sync which is not needed.Patrick Wildt
2013-05-10Map vector page executable when installing the fiq handler.Patrick Wildt
2013-05-10Map beagle kernel and its vector page executable.Patrick Wildt
2013-05-10whitespacesPatrick Wildt
2013-05-09Don't rely on uvm_km_free() to remove the pmap mapping when unmappingPatrick Wildt
2013-05-09Drain the bufs after or before we do a bus space operation on ARMv7.Patrick Wildt
2013-05-09On ARMv7 we can't use the cache mask to check for coherency.Patrick Wildt
2013-05-09Do not panic when running the MP kernel on a single-processor system; foundMiod Vallat
2013-05-09Add a driver for the OMAP identification registers/fuses,Patrick Wildt