summaryrefslogtreecommitdiff
path: root/sys/arch/arm/sa11x0
AgeCommit message (Expand)Author
2023-04-21Trailing whitespaceskrll
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-09-27Remove unnecessary sys/malloc.h includeskrll
2021-11-08irq_entry(): Do not clobber fp (= r11), in order not to confuse DDB.rin
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-21Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp}skrll
2020-11-21Trailing whitespaceskrll
2020-11-20malloc(9) -> kmem(9)thorpej
2019-11-13Fix another attach failure of zaudio(4) WM8731 on Zaurus SL-C7x0/860.tsutsui
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-09-21Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR intoskrll
2018-03-16use designated initializer to make adaptability and flexibility for changing ...ryo
2016-10-09PR/51540: Henning Petersen: replace , with ;christos
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2014-11-15centralize the call unit / dialout macroschristos
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-22Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead.matt
2013-12-17Initialiase nop count to avoid uninitalised use warnings from Clang.joerg
2013-12-02Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask.joerg
2013-08-18Move parts of cpu.h that are not needed by MI code in <arm/locore.h>matt
2012-10-27split device_t/softc for all remaining drivers.chs
2012-09-01Move things around for <arm/arm32/machdep.h>matt
2012-08-29Avoid using r7 (which is being reserved for a different purpose).matt
2012-08-12Added watchdog timer reset function.nonaka
2012-02-04Make this compile again.matt
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-08-19Fix device_t/softc split botches. PR port-hpcarm/43780tsutsui
2010-03-13fix changes for struct device split for Lubbock.bsh
2009-12-06Simplify the device-activation hook. Move some of the devicedyoung
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-08-09Fix matching by improper driver.kiyohara
2009-08-01Support run-time configuration for PXA25x and PXA27x.kiyohara
2009-05-29Make the following changes:rjs
2009-05-29Add some definitions for alternative GPIO assignments.rjs
2008-09-20Remove advertising clause for UCB in various genassym.cf files,tsutsui
2008-06-13Let hpcarm kernels boot again after the merge of the armv6 branch. Fixesrafal
2008-06-11use device_lookup_private to get softccegger
2008-06-03Don't init sc_lock for each socket, since it's shared; caught by LOCKDEBUG.rafal
2008-05-10Backout previous: the license sweep touched these files in error, somartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-27Merge kernel changes in matt-armv6 to HEAD.matt
2008-04-20Fix detection / attachment of CF / PCMCIA cards present at boot-time. Thisrafal