Age | Commit message (Expand) | Author |
2018-05-15 | Remove a4x bus space hack. | Mark Kettenis |
2018-05-07 | Use speed from device tree for serial console on armv7 too. | Mark Kettenis |
2018-05-04 | Add a common rules file for ofw sources to help keep the configurations | Visa Hankala |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2018-03-20 | To allow sharing more code between armv7 and arm64 platforms, introduce | Patrick Wildt |
2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. | Martin Pieuchot |
2018-03-16 | Make FPU registers available in core dumps and through ptrace(2). | Mark Kettenis |
2018-03-08 | Rework and cleanup the linker script for armv7. The main feature is | Patrick Wildt |
2018-03-05 | Do not redefine PAGE_SHIFT/PAGE_SIZE/PAGE_MASK in vmparam.h; those | Theo de Raadt |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-03-01 | AAPCS requires 8-byte alignment for 64-bit types. We missed this when we | Mark Kettenis |
2018-02-28 | Explicitly align svcstack and esym. Finally fixes the problem where | Mark Kettenis |
2018-02-25 | Typo: auxilliary -> auxiliary | Philip Guenther |
2018-02-23 | Get rid of the cpu_on_fn hook and call the psci(4) functions directly instead | Mark Kettenis |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-11 | Rework the DDB trace handling for armv7. By switching to clang the | Patrick Wildt |
2018-02-10 | Convert armv7 to MI mutex. | Martin Pieuchot |
2018-02-10 | Replace two spaces indents with tabs. Makes it easier to read and | Patrick Wildt |
2018-02-10 | Supplying entropy from etext has created a regression on arm where we | Patrick Wildt |
2018-02-10 | Put the ldscript parts into a single file instead of storing it as head | Patrick Wildt |
2018-02-06 | Make sure sigfillsiz is word aligned. | Patrick Wildt |
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 |
2018-01-11 | Add size for free. | Visa Hankala |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-29 | Use register_t instead of uint32_t in smc/hmc calls such that arguments | Mark Kettenis |
2017-12-24 | For systems where the cpu node in the device tree has a "clocks" property, | Mark Kettenis |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-10-26 | Discard exception handling information as we do on other architectures. | Mark Kettenis |
2017-10-01 | set MAXSSIZ to the same value as on all other architectures (32MB) | Christian Weisgerber |
2017-09-11 | Remove whitespace in inline assembly output constraint strings. While | Jonathan Gray |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
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-17 | Fix typo in comments: s/return/returns/ in "a function that never return." | Tom Cosgrove |
2017-08-17 | tedu unused, vestigial, arm STACKCHECKS code that only fills and never checks | Tom Cosgrove |
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-25 | Print CPU type as we do on arm64. This is how ARM prints revisions in its | Mark Kettenis |
2017-07-21 | Accessing a mmap(2)ed file behind its end should result in a SIGBUS | 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-05-05 | Remove /* FALLTHROUGH */ that isn't (and shouldn't). | Mark Kettenis |