Age | Commit message (Expand) | Author |
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 |
2017-01-04 | unifdef CPU_XSCALE_PXA2X0, ARM_MMU_XSCALE, ARM_MMU_GENERIC (armv3) | Jonathan Gray |
2017-01-03 | Add simplefb(4), a driver to support the framebuffer set up by the firmware | Mark Kettenis |
2017-01-02 | remove unused armv4 and xscale files | Jonathan Gray |
2017-01-01 | recognise Cortex A32 | Jonathan Gray |
2016-12-30 | Remove unused headers. | Jeremie Courreges-Anglas |
2016-12-24 | Match on "arm,gic-400" another GICv2 compat string. | Jonathan Gray |
2016-12-23 | The code to retrieve the interrupt ID only works if the amount of IRQs | Patrick Wildt |
2016-10-22 | If an Access Flag fault happens while we were running the kernel and | Patrick Wildt |
2016-10-21 | Outsource simplebus softc definition so that it can be used by | Patrick Wildt |
2016-10-19 | Change pmap_proc_iflush() to take a process instead of a proc | Philip Guenther |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
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-26 | Remove xscale support. Properly distinguish between ARMv7 and ARMv8. | Mark Kettenis |
2016-09-25 | Make a move towards ending 4 decades of kernel snooping. | Theo de Raadt |
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-24 | Remove a couple of unsused static inline functions. Also remove a comparis | Mark Kettenis |
2016-09-24 | Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clang | Mark Kettenis |
2016-09-23 | Use "%s" to print the version string. Avoids a "format string is not a | Mark Kettenis |
2016-09-21 | Modernize arm assembly in the kernel for clang. | Mark Kettenis |
2016-09-20 | Complete bus_dmamap_load_raw(9) implementation for ARM. My initial | Patrick Wildt |
2016-09-20 | one too many close parentheses | Jasper Lievisse Adriaanse |
2016-09-19 | ansify function definitions | Jasper Lievisse Adriaanse |
2016-09-19 | fix whitespace at EOL | Jasper Lievisse Adriaanse |
2016-09-18 | Use a locator (named "early") to let designated drivers attach before others. | Mark Kettenis |
2016-09-18 | option INSECURE is obsolete | Theo de Raadt |
2016-09-16 | Define PT_ARM_EXIDX. | Mark Kettenis |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-04 | Remove support for tape block devices. Nobody mount(8)s tapes any longer. | Christian Weisgerber |
2016-09-03 | remove strongarm files that were abused by zaurus | Jonathan Gray |
2016-09-03 | Remove zaurus sysctl bits | Philip Guenther |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther |
2016-09-02 | Add switch(4) cdev entry | Kazuya Goda |
2016-08-31 | In pmap_activate instead of doing disable_interrupts/enable_interrupts | Jonathan Gray |
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 |