Age | Commit message (Expand) | Author |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-20 | oops, typo | Theo de Raadt |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-04 | move the arm pmaps away from pool ctors to just initting memory after its | David Gwynne |
2013-10-29 | The cache mask for ARMv7 is a little bit different from the one inited by | Patrick Wildt |
2013-10-24 | add rcsids | aalm |
2013-10-24 | remove useless headers | aalm |
2013-10-22 | Some current boards do not have write-through caching. For those, | Patrick Wildt |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-19 | Use daddr_t * instead of int * for the partoffp parameter to | Kenneth R Westerback |
2013-09-12 | Store curpcb in cpu_info instead of a global variable, for SMP. | Patrick Wildt |
2013-09-12 | Rename cpu_info_store to cpu_info_primary. Create an array of cpu_infos | Patrick Wildt |
2013-09-10 | Store the current interrupt depth in curcpu, so that it's per CPU | Patrick Wildt |
2013-09-09 | Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15. | Patrick Wildt |
2013-09-06 | Instead of printing on spurious interrupts, use an event counter to show | Patrick Wildt |
2013-09-03 | Rewrite the ARMv7 cache discovery, as some assumptions in the previous one | Patrick Wildt |
2013-08-30 | Due to our current version of binutils not knowing newer ARMv7 instructions | Patrick Wildt |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-08-08 | Remove duplicate loop. | Raphael Graf |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-08-06 | add Cortex A15 R4 | Jonathan Gray |
2013-08-06 | The Cortex bus should be useful for Cortex-A7, too. | Patrick Wildt |
2013-08-06 | Attach amptimer only on Cortex-A9, as all Cortex-A8 doesn't have a generic | Patrick Wildt |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-11 | Enable bus_space_set_region_4 for armv7. | Raphael Graf |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-14 | Don't pull cpufunc.h in from the machine include directory, but from | Patrick Wildt |
2013-06-13 | ovbcopy begone | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-09 | typo | Miod Vallat |
2013-06-03 | more fuse in more places. credit: miod | Ted Unangst |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-22 | We're handling L2 there, so use the corresponding define, not the L1 one. | Patrick Wildt |
2013-05-21 | When mapping a new entry, map it read-only, even though it should be | Patrick Wildt |
2013-05-18 | Get rid of the pmap7 header now that we merged it into the pmap one. | 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-10 | whitespaces | Patrick Wildt |
2013-05-10 | Convert K&R style function declaration to ANSI. | Patrick Wildt |
2013-05-10 | Simplify mapping pages by just calling pmap_kenter_cache. | Patrick Wildt |