Age | Commit message (Expand) | Author |
2018-08-11 | Use MAXCPUS as the number of elements for the array of per-cpu data. | Mark Kettenis |
2018-08-08 | Extend the FDT interrupt API to support masking and unmasking IRQs. | Patrick Wildt |
2018-08-06 | Make it possible to build a MULTIPROCESSOR kernel on armv7. While this | Mark Kettenis |
2018-08-06 | Give the FDT interrupt API a more generic naming by replacing the | Patrick Wildt |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-07-09 | Add PCI machdep headers based on the arm64 port. | Patrick Wildt |
2018-07-09 | Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an | Patrick Wildt |
2018-06-30 | Remove strange /* End of file */ style. | Theo de Raadt |
2018-06-26 | Make ast() call refreshcreds(). Tweak this code to be similar to the amd64. | Mark Kettenis |
2018-06-23 | Save and restore FPU registers around signal handlers. | Mark Kettenis |
2018-06-22 | Move up the setting of pcb_tf, refreshcreds(), and stack check so that | Philip Guenther |
2018-06-22 | Update the pointer to the trapframe in the PCB when handling an AST. | Mark Kettenis |
2018-06-22 | Save and restore the relevant FPU state on armv7. | Mark Kettenis |
2018-06-04 | Remove the cpu_reset_needs_v4_MMU_disable flag; it's always true for hardware | Mark Kettenis |
2018-06-03 | Remove #ifdef __XSCALE__ bits. No binary change. | Mark Kettenis |
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 |