Age | Commit message (Expand) | Author |
2018-02-10 | Convert armv7 to MI mutex. | Martin Pieuchot |
2018-01-26 | Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@. | Mark Kettenis |
2018-01-23 | Revise 'struct fpreg' such that it can actually represent the full VFPv3-D32 | Mark Kettenis |
2018-01-15 | Improve defense against branch predictor target injection (Spectre "variant 2") | Mark Kettenis |
2017-10-01 | set MAXSSIZ to the same value as on all other architectures (32MB) | Christian Weisgerber |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-08-27 | Add glass console support for arm64. This uses the "stdout-path" property | Mark Kettenis |
2017-08-20 | Add Cortex-A55 and Cortex-A75 part numbers. | Jonathan Gray |
2017-08-12 | remove apmwarn sysctl which is not used | Ted Unangst |
2017-07-31 | Use unsigned long instead of uint32_t, which is the appropriate integer | Mark Kettenis |
2017-07-12 | remove CPU_LIDSUSPEND/machdep.lidsuspend | Martin Natano |
2017-06-29 | kill RCSID macros; discussed with millert | Theo de Raadt |
2017-06-23 | Unbreak profiling assembly functions in userland by defining the | Martin Pieuchot |
2017-05-18 | Fix kernel build on armv7 and sh. | Visa Hankala |
2017-05-12 | Make atomic.h ready to be included in userland. | Martin Pieuchot |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-04-27 | Bring over the changes to mainbus(4) and simplebus(4) from arm64. | Mark Kettenis |
2017-04-24 | Add support for Cortex-A12. Even though ARM rebranded these as Cortex-A17 | Mark Kettenis |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-03-03 | Fix the lidsuspend sysctl name in arm/include/cpu.h | Tom Cosgrove |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-15 | Bump MAXTSIZ to 64M on arm. | Jeremie Courreges-Anglas |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-02-06 | add a license for the code in here, all of which i seem to have written. | David Gwynne |
2017-01-06 | there is no longer a need to ifdef __armv7__ armv6 rev instructions | Jonathan Gray |
2017-01-06 | unifdef CPU_ARMv7 and ARM_ARCH_7 | Jonathan Gray |
2017-01-05 | Complete idle PCB allocation for secondary processors so that it makes | Patrick Wildt |
2017-01-04 | unifdef CPU_XSCALE_PXA2X0, ARM_MMU_XSCALE, ARM_MMU_GENERIC (armv3) | Jonathan Gray |
2017-01-01 | recognise Cortex A32 | Jonathan Gray |
2016-12-30 | Remove unused headers. | Jeremie Courreges-Anglas |
2016-10-22 | If an Access Flag fault happens while we were running the kernel and | Patrick Wildt |
2016-10-05 | Some device trees use 64-bit intermediate virtual addresses. This | Patrick Wildt |
2016-10-02 | The userspace TCB_GET() shouldn't take an argument | Philip Guenther |
2016-09-24 | Stick the thread control block pointer into a CPU register on ARMv7. | Patrick Wildt |
2016-09-24 | If the value of r0 upon entering the kernel is zero, interpret this as the | Mark Kettenis |
2016-09-21 | Modernize arm assembly in the kernel for clang. | Mark Kettenis |
2016-09-16 | Define PT_ARM_EXIDX. | Mark Kettenis |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-08-27 | Add support for the PXN bit in level 1 translation table descriptors and | Mark Kettenis |
2016-08-26 | Implement bus dma support for loading raw mappings so that we can use | Patrick Wildt |
2016-08-26 | Remove the code that switches around MMU domains on armv7. MMU domains are | Mark Kettenis |
2016-08-25 | Enable the UWXN bit in the SCTRL register when available. This should | Mark Kettenis |
2016-08-24 | Replace pmap_fault_fixup() with an access flag fault handler on armv7. | Mark Kettenis |
2016-08-22 | Before pmap7.c rev 1.35 and pmap.h rev 1.44 DMA'able memory with the | Jonathan Gray |
2016-08-20 | Don't set MSGBUFSIZE here such that the setting in <machine/param.h> takes | Mark Kettenis |
2016-08-19 | Start using to XN flag to enforce that mappings without PROT_EXEC are | Mark Kettenis |
2016-08-19 | Adjust the definitions of L1_S_COHERENT_v7, L2_L_COHERENT_v7 and | Mark Kettenis |
2016-08-19 | Use Access Flag to do page reference emulation. | Mark Kettenis |
2016-08-18 | Separate out the Access Flag bit from the Access Permission bits in the | Mark Kettenis |