Age | Commit message (Expand) | Author |
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 |
2017-05-02 | Remove check for compatible property. Turns out sunxi relied on the broken | Mark Kettenis |
2017-04-30 | Make early attrbute work here as well. Remove unreachable panic while there. | Mark Kettenis |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-04-27 | Bring over the changes to mainbus(4) and simplebus(4) from arm64. | Mark Kettenis |
2017-04-27 | Use (32-bit) word-sized access in the a4x bus space routine even if only | 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-21 | As a first step towards SMP, use an array for the destination masks with | Mark Kettenis |
2017-03-21 | Avoid panic in arm_sync_icache() by only flushing the parts of the address | Mark Kettenis |
2017-03-12 | Bring SROP mitigation to arm64. Make some small modifications to the arm | Mark Kettenis |
2017-03-07 | Record the target mask for the boot CPU when we attach and use that to pick | Mark Kettenis |
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-28 | Switch geteblks()'s size argument from int to size_t. It's called with | Martin Natano |
2017-02-15 | Bump MAXTSIZ to 64M on arm. | Jeremie Courreges-Anglas |
2017-02-12 | Split up fork1(): | Philip Guenther |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-02-07 | There are 1023 possible values for the interrupts, but our masks limit | Patrick Wildt |
2017-02-06 | add a license for the code in here, all of which i seem to have written. | David Gwynne |
2017-01-24 | Rename pfind(9) into tfind(9) to reflect that it deals with threads. | Martin Pieuchot |
2017-01-23 | remove #defines present in MI conf.h; ok kettenis | Theo de Raadt |
2017-01-23 | No need to explicitly use config_activate_children in the cfattach struct. | Mark Kettenis |
2017-01-21 | Move virtio config from files.pci to files.pci | Reyk Floeter |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2017-01-13 | Ansify cpu_sysctl() on alpha, arm, arm64, luna88k and sparc64. | Frederic Cambus |
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 |