summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2007-05-31KNF, whitespace and comment rectification to make allKenneth R Westerback
2007-05-31Standardize on -1 as the error return value forKenneth R Westerback
2007-05-30Missed one minaddr initialization before invoking uvm_km_suballoc().Miod Vallat
2007-05-29Make use of struct wsmouse_calibcoords and add ioctl supportRobert Nagy
2007-05-29s/entrace/entrance (not obvious that the code was cut/paste =)Jason Wright
2007-05-29start of dumpconf() unification, which one day we can pray will be MITheo de Raadt
2007-05-29Use atomic operations to operate on netisr, instead of clearing it at splhigh.Miod Vallat
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-29Refactor readdisklabel() to ensure there is a single point of return, inKenneth R Westerback
2007-05-28bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@Todd T. Fries
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-27pagemove() is no longer used.Miod Vallat
2007-05-27implement WSDISPLAYIO_GETSUPPORTEDDEPTHS. ok miod@ uwe@Matthieu Herrb
2007-05-27shrink the kernel for code that shouldn't be used anyway, ok kettenis@Dale Rahn
2007-05-27back out bio, breaks dlg's sparc64 v215Todd T. Fries
2007-05-26Remove nbuf count (was missed by pedro)Dale Rahn
2007-05-26Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@Pedro Martelletto
2007-05-26prodded by marco, enable bio everywhereTodd T. Fries
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-25'Proto type' -> 'Prototype' when discussing functions in comments.Kenneth R Westerback
2007-05-25Comment typos and tidying. From Diego Casati.Kenneth R Westerback
2007-05-23Print real/available memory in MB as well as bytes in dmesg, and unifyPeter Valchev
2007-05-21timecounters for armish.Dale Rahn
2007-05-19Kernel crash dump support for arm-based platform, with minimal support inMiod Vallat
2007-05-19Implement splassert for armish and zaurus.Miod Vallat
2007-05-18Instead of checking whichqs directly, add a "sched_is_idle()" macro toArtur Grabowski
2007-05-16The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesArtur Grabowski
2007-05-15External bus errors should not occur, so panic. ok deraadt@Dale Rahn
2007-05-15Dummy mutex code for arm platforms. ok drahn@ deraadt@Miod Vallat
2007-05-14Switch arm to __HAVE_CPUINFO. Least effort.Artur Grabowski
2007-05-10evcnt & friends were replaced by a proper interrupt counting mechanism 3 year...Theo de Raadt
2007-05-09diable -> disableMiod Vallat
2007-04-27Enable interrupts during syscall processing. Need to verify if theDale Rahn
2007-04-21No more vtophys() on arm.Miod Vallat
2007-04-13map peeing -> mappingMiod Vallat
2007-04-11Instead of managing pages for intrsafe maps in special objects (aka.Artur Grabowski
2007-04-10Remove ARM32_BUFTYPE_RAW, it's never used.Miod Vallat
2007-04-10Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY andMiod Vallat
2007-03-29Add power hook to scoop(4), replacing the Zaurus-specific scoop_* calls inUwe Stuehler
2007-03-24Call the new ohci_checkrev function on xscale, otherwise the USB versionChristopher Pascoe
2007-03-18typoTheo de Raadt
2007-03-18Support the PXA27x SD/SDIO/MMC controller on ZaurusUwe Stuehler
2007-03-17For arm pre-v6 (ie all supported machines) it is necessary to disableDale Rahn
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-25add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for aDale Rahn
2007-02-25Defines to make isr status more useable. Bit patterns for debug prints.Dale Rahn
2007-02-24move debug print into debug block.Dale Rahn
2007-02-24Add my copyright, since I took the skeleton driver and made it complete.Dale Rahn
2007-02-23Use the maxpacket len from the pipe, not hardcoded. properly dealDale Rahn
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt