Age | Commit message (Expand) | Author |
2015-09-12 | Explicitely include <arm/armreg.h> here instead of expecting previously | Miod Vallat |
2015-08-30 | Provide remaining arch with END() macro for setting calculated size on | Philip Guenther |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-15 | Remove orphaned debug code. | Miod Vallat |
2015-06-29 | Implement membar_* for armv7 with the dmb instruction. The previous | Jonathan Gray |
2015-06-24 | Remove unused KERNEL_PD_SIZE macro which performs unsafe signed shift of | Miod Vallat |
2015-05-29 | add some more cortex A ids | Jonathan Gray |
2015-05-10 | VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of | Jonathan Gray |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-07 | Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be defined | Miod Vallat |
2015-02-07 | Tedu the old idle page zeroing code. | Mark Kettenis |
2015-01-29 | remove no-op simple locks | Theo de Raadt |
2015-01-18 | When restoring spsr values when handling traps use spsr_fsxc instead | Jonathan Gray |
2015-01-18 | The 'mrs' instruction only deals with the whole register without | Jonathan Gray |
2015-01-17 | Add an ascii bit/field diagram for armv7-a psr to match the | Jonathan Gray |
2015-01-11 | armv6 introduced opcodes for reversing words in registers. we can | David Gwynne |
2015-01-01 | Always drain the write buffer on pte sync. Needed for Cortex A7/A15 | Jonathan Gray |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-11-14 | implement the atomic_foo things on arm. | David Gwynne |
2014-10-07 | Use L1_S_V7_AP instead of L1_S_AP for the v7 case | Jonathan Gray |
2014-10-07 | Correct the l1 pte permission bits for armv7. Problem pointed out | Jonathan Gray |
2014-09-30 | Increase text segment size on Arm to 32MB | Tobias Ulmer |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-26 | Remove unnecessary <machine/pte.h> dependency. | Miod Vallat |
2014-01-24 | Remove _KERNEL guard around <sys/lock.h>, for userland to be able to | Miod Vallat |
2014-01-24 | Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
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-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-07-13 | unify register_t to long on all platforms | Theo de Raadt |
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-13 | ovbcopy begone | Theo de Raadt |
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-18 | Get rid of the pmap7 header now that we merged it into the pmap one. | Patrick Wildt |