summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-07When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notMiod Vallat
2009-02-26fix tree break with two missing charsTodd T. Fries
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2009-02-23When jumping out of the interrupt handler early, clear conditions we knowMiod Vallat
2009-02-20Let the sdmmc adapters tell the sdmmc layer how much sectors they canMiod Vallat
2009-01-28Add missing braces in trunc_page() call from vmapbuf().Alexander Yurchenko
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-05- add $OpenBSD$ where needed and add missing '$' in s3c24x0reg.h's tagJasper Lievisse Adriaanse
2009-01-02remove code that was never used, closer to readable.Dale Rahn
2009-01-02support display found on GTA01, not used on GTA02 however.Dale Rahn
2008-12-30dont enable unwanted interrupts, set t_dev, make certain device is initedDale Rahn
2008-12-30IPL_SERIAL should be shot.Dale Rahn
2008-12-30allow 3 uarts to attach, use local cache of variable.Dale Rahn
2008-12-30fix locator order.Dale Rahn
2008-12-30some progress on working on hardware, small steps.Dale Rahn
2008-12-24cleanup, work around issue with interrupt getting enabled too early.Dale Rahn
2008-12-15Let tty subsystem know when transmit is finished so ioctls do not hang.Dale Rahn
2008-12-08some sscom and interrupt cleanup, closer to usable userland.Dale Rahn
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the commitTed Unangst
2008-12-06mpsafe intr_establish that doesn't get biglock, so that we may dream of the d...Ted Unangst
2008-11-29add sscom here too. Fixes armish build.Matthieu Herrb
2008-11-27Add sscom to cdevswitch like fcom used to be.Dale Rahn
2008-11-27tx starting to work.Dale Rahn
2008-11-27better.Dale Rahn
2008-11-26Add some files missed in the original checkin.Dale Rahn
2008-11-26Add a number of driver files necessary for OpenMoko support,Dale Rahn
2008-11-25rename zaurus_reg.h to machine_reg and rename some of the internal fieldsDale Rahn
2008-11-22freq is specific to APM, and it is reaching out to grab the APM variable,Dale Rahn
2008-11-22scoop is specific to zaurus, it should have some other mechansim toDale Rahn
2008-11-05since mmclose() is only called once for the final close,Matthieu Herrb
2008-10-28Do not leave pmap_cache_state pointing to freed memory if it was theDale Rahn
2008-10-23a better fix for the "uvm_km thread runs out of memory" problem.Ted Unangst
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski
2008-09-11add support for arm9e core, taken from NetBSD.Kevin Lo
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-24sng_exponent should be sng_exp (MI code now cares); ok martynasTheo de Raadt
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-07-03Remove clauses 3 and 4 from NetBSD license.Ray Lai
2008-06-27Clear swap encryption keys before dumping a kernel image.Miod Vallat
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-24On user/kernel shared page table machines, do not let processes map theirTheo de Raadt
2008-06-12Enable /dev/video* for all USB capable archs. MAKEDEV bits will followMarcus Glocker