Age | Commit message (Expand) | Author |
2013-05-24 | Fix dow register value in resettodr() - kernel computes it zero-based, but | Miod Vallat |
2013-05-24 | MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1 | Jonathan Gray |
2013-05-24 | Since audio code is mp safe, establish isa and pci audio interrupts | Alexandre Ratchov |
2013-05-23 | TOD clock support for AngelFire boards | Miod Vallat |
2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable | Tobias Stoeckmann |
2013-05-23 | Properly implement access to IndexField() field units. The origional code | Mark Kettenis |
2013-05-23 | revoke's default imp works. | Marc Espie |
2013-05-23 | the simplelock is a lie | Ted Unangst |
2013-05-22 | Add am335x as an omap device. | rapha |
2013-05-22 | BUS_DMA_WAITOK can't be used in the bge_init path since it | Mike Belopuhov |
2013-05-22 | We're handling L2 there, so use the corresponding define, not the L1 one. | Patrick Wildt |
2013-05-22 | Split keyboard mapping definitions to new files, luna88k/dev/omkbdmap.[ch]. | Kenji Aoyama |
2013-05-22 | Use SIOCAIFADDR rather than SIOCSIFADDR to set the address. | Martin Pieuchot |
2013-05-21 | Delete unused function. | Mark Kettenis |
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith |
2013-05-21 | de-static-ize prototypes as well, which makes these functions not-static | Mark Kettenis |
2013-05-21 | am335x has the mmc registers offset by 0x100, like omap4. | rapha |
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-21 | When mapping a new entry, map it read-only, even though it should be | Patrick Wildt |
2013-05-21 | Simplify the debug output to help diagnose problems without needing | Martin Pieuchot |
2013-05-21 | Small code clean up. Removing noisy printfs. | Brandon Mercer |
2013-05-21 | Check for NULL ptr before dereferencing, not after; found the hard way by | Miod Vallat |
2013-05-21 | Remove some unused defines and make the number of interrupt lines variable. | rapha |
2013-05-21 | Ensure that sc_lock is held when calling sr_meta_native_bootprobe() - the | Joel Sing |
2013-05-21 | sr_raid_startwu() is no longer called from interrupt context, hence does | Joel Sing |
2013-05-21 | Provide a function that handles the scheduling of work units. This | Joel Sing |
2013-05-21 | Add a driver for the am335x timers, to be used by the beaglebone. | rapha |
2013-05-21 | Make the sr_raid_startwu() function handle deferred work units, instead of | Joel Sing |
2013-05-21 | Fix missing work unit state initialisations. | Joel Sing |
2013-05-21 | Use a state to indicate that a work unit should only be constructed and not | Joel Sing |
2013-05-20 | de-static-ize, such that people don't get confused by aesni failures on | Mark Kettenis |
2013-05-20 | Remove `abort_task' from usb task queue before recycling a `struct | YASUOKA Masahiko |
2013-05-19 | Switch mvme68k to MI wdsc(4) driver. Tested on MVME147. | Miod Vallat |
2013-05-19 | select(-1, ...) should fail with EINVAL. | Philip Guenther |
2013-05-18 | fix cut'n'paste abuse in "can't happen" error message | Miod Vallat |
2013-05-18 | Add parameters describing the usable part of the GTT and enable the checks | Mark Kettenis |
2013-05-18 | Get rid of the pmap7 header now that we merged it into the pmap one. | Patrick Wildt |
2013-05-18 | Bring beagle back to the other pmap header now that it's merged. | Patrick Wildt |
2013-05-18 | Modify pmap to work with the pmap header used on armv7. Merge both | Patrick Wildt |
2013-05-18 | Mask out the TEX remap and the Access Flag bits when setting the | Patrick Wildt |
2013-05-18 | Make sure we executed the instruction before continuing. Also | Patrick Wildt |
2013-05-18 | Use the actual armv7 dcache_inv_range function instead of the wbinv one. | Patrick Wildt |
2013-05-18 | Sync with Linux. Mostly comment and whitespace changes, but adds some missing | Mark Kettenis |
2013-05-18 | Missing bits intended to go with the previous commit but lost in diff splitting: | Miod Vallat |
2013-05-18 | enw->new in comment; | Jason McIntyre |
2013-05-17 | Fix 'the right-of-cursor background color is inverted when we do | Kenji Aoyama |
2013-05-17 | Preliminary support for MVME180 and MVME181 boards. On-board serial ports | Miod Vallat |
2013-05-17 | Replace the bunch of md_* function pointers with a `struct board' containing | Miod Vallat |
2013-05-17 | Move interrupt-related defines from <machine/cpu.h> to <machine/intr.h>. | Miod Vallat |