summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale
AgeCommit message (Expand)Author
2015-06-13When investigating an uninitialised variable in the armv7 resettodr()Jonathan Gray
2015-05-15add some missing splx() callsJonathan Gray
2015-05-07fix indentationJonathan Gray
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
2014-09-20Use config_suspend_all(9).Mark Kettenis
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-08Format string fixes and removal of -Wno-format for arm kernels.Miod Vallat
2014-04-03More uvm_extern.h cleanup.Martin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-20oops, typoTheo de Raadt
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-10-24add rcsidsaalm
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-04-16Get rid of various 'typedef struct' definitions and use plain structureTheo de Raadt
2013-02-09Fix indent, add RCS IdMiod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-17Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWNTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-08-22use static inline instead of inline so this will be compatible withJonathan Gray
2011-09-20Late spring cleaning of the arm code for old dusty bits we do not want toMiod Vallat
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-08No need for vfs_syncwait() in a bufq_quiesce() worldTheo de Raadt
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-30Hurray! Zaurus apm can now call the activate functions intead of powerhooks.Theo de Raadt
2010-08-30Convert all powerhooks to activate functions, and provide powerhook stubs.Theo de Raadt
2010-08-30Change powerhooks into activate functions, and provide stub powerhookTheo de Raadt
2010-08-29put the bufq_restart() in the right place, so that a 2nd resume works.Theo de Raadt
2010-08-27More killing of PWR_STANDBY. cvs skipped these filesTheo de Raadt
2010-06-07Break pxaudc into xscale and MD pieces so that palm and zaurus can correctlyDale Rahn
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
2009-09-09Add simple PXA27x matrix keypad controller driverMarek Vasut
2009-09-03pxa2x0_mmc.c: allow passing detect GPIO from platformMarek Vasut
2009-09-03Rearrange the interrupt handler so that it handlers "error status bits"Theo de Raadt
2009-09-03pxa2x0_mmc.c: Dont read MMC_STAT in intr_done if not neededMarek Vasut
2009-09-02pxa2x0_mmc.c: optimize the speed of the interrupt handlerMarek Vasut
2009-08-26more bloody const crap mk brokeTheo de Raadt
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-08-13toby do you even care enough to try to do right?Theo de Raadt
2009-08-13A new(er) mtx_enter_try().Tobias Weingartner
2009-04-08Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and renameMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis