summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-05-21Small code clean up. Removing noisy printfs.Brandon Mercer
2013-05-21Check for NULL ptr before dereferencing, not after; found the hard way byMiod Vallat
2013-05-21Remove some unused defines and make the number of interrupt lines variable.rapha
2013-05-21Ensure that sc_lock is held when calling sr_meta_native_bootprobe() - theJoel Sing
2013-05-21sr_raid_startwu() is no longer called from interrupt context, hence doesJoel Sing
2013-05-21Provide a function that handles the scheduling of work units. ThisJoel Sing
2013-05-21Add a driver for the am335x timers, to be used by the beaglebone.rapha
2013-05-21Make the sr_raid_startwu() function handle deferred work units, instead ofJoel Sing
2013-05-21Fix missing work unit state initialisations.Joel Sing
2013-05-21Use a state to indicate that a work unit should only be constructed and notJoel Sing
2013-05-20de-static-ize, such that people don't get confused by aesni failures onMark Kettenis
2013-05-20Remove `abort_task' from usb task queue before recycling a `structYASUOKA Masahiko
2013-05-19Switch mvme68k to MI wdsc(4) driver. Tested on MVME147.Miod Vallat
2013-05-19select(-1, ...) should fail with EINVAL.Philip Guenther
2013-05-18fix cut'n'paste abuse in "can't happen" error messageMiod Vallat
2013-05-18Add parameters describing the usable part of the GTT and enable the checksMark Kettenis
2013-05-18Get rid of the pmap7 header now that we merged it into the pmap one.Patrick Wildt
2013-05-18Bring beagle back to the other pmap header now that it's merged.Patrick Wildt
2013-05-18Modify pmap to work with the pmap header used on armv7. Merge bothPatrick Wildt
2013-05-18Mask out the TEX remap and the Access Flag bits when setting thePatrick Wildt
2013-05-18Make sure we executed the instruction before continuing. AlsoPatrick Wildt
2013-05-18Use the actual armv7 dcache_inv_range function instead of the wbinv one.Patrick Wildt
2013-05-18Sync with Linux. Mostly comment and whitespace changes, but adds some missingMark Kettenis
2013-05-18Missing bits intended to go with the previous commit but lost in diff splitting:Miod Vallat
2013-05-18enw->new in comment;Jason McIntyre
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-17wsmoused supportMark Kettenis
2013-05-17Implement wsmoused support based on the new multiple screen support. OnlyMark Kettenis
2013-05-17Do not attempt to delete the undeletable RNF_ROOT route.Kenneth R Westerback
2013-05-17Make it clear that the code related to a transfer submission doesn'tMartin Pieuchot
2013-05-17Don't leak information to userland in case the actual transfer length isMartin Pieuchot
2013-05-17Move an extern declaration into its corresponding header file.Martin Pieuchot
2013-05-16burner supportMark 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-16attach to new RTL8188RU id, from Sigi RudzioStuart Henderson
2013-05-16syncStuart Henderson
2013-05-16add another RTL8188 id, from Sigi RudzioStuart Henderson
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