Age | Commit message (Expand) | Author |
2017-05-21 | Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as found | Mark Kettenis |
2017-05-18 | AAPCS64 requires 16 byte stack alignment. Set the bits in the system | Jonathan Gray |
2017-05-12 | Make atomic.h ready to be included in userland. | Martin Pieuchot |
2017-05-10 | Remove pmep_pa_is_mem(). Instead create write-back cachable mappings by | Mark Kettenis |
2017-05-09 | Enable dwge(4). If the network hardware is initialized by U-Boot, the | Mark Kettenis |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-05-07 | Pass the address of the EFI system table and the EFI memory map through | Mark Kettenis |
2017-05-06 | Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs. | Mark Kettenis |
2017-05-06 | Print full MIDR for CPUs that can't be identified. | Mark Kettenis |
2017-05-06 | Now that we have a table of Cavium part numbers add the part number for | Jonathan Gray |
2017-05-05 | Add rkpinctrl(4), a driver to configure pins on Rockchip SoCs. For now, | Mark Kettenis |
2017-05-05 | Add glue to attach SDHC compliant controllers using the FDT. This makes | Mark Kettenis |
2017-05-05 | Add the missing cache flush operations for non-coherent mappings. | Mark Kettenis |
2017-05-04 | Recognize various Cavium ThunderX cores. | Mark Kettenis |
2017-05-03 | Bring boot() in line with our other architectures. | Mark Kettenis |
2017-05-02 | Zap silly diagnostic reboot message. | Mark Kettenis |
2017-05-02 | The pmap_vp_enter() function should only ever be called for userland mappings | Mark Kettenis |
2017-05-02 | Remove check for compatible property here as well. | Mark Kettenis |
2017-04-30 | Fix priority handling. The interrupt priority registers expose the full range | Mark Kettenis |
2017-04-30 | Add rkclock(4), a driver for the Rockchip RK3399 clocks. | Mark Kettenis |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Add xhci@fdt, and move ehci(4) from the sunxi block to the generic block. | Mark Kettenis |
2017-04-30 | Add rkgrf(4), a driver that makes the "generic register file" of the Rockchip | Mark Kettenis |
2017-04-30 | Make early attrbute work here as well. Remove unreachable panic while there. | Mark Kettenis |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-04-29 | Decrement ci_idepth on all returns from agintc_irq_handler(). | Mark Kettenis |
2017-04-29 | Add agintc(4), a driver for interrupt controllers conforming to ARM's | Mark Kettenis |
2017-04-29 | Move the userret() call out of data_abort() and simply call it just before we | Mark Kettenis |
2017-04-29 | Call refreshcreds() in ast() since we may get there without going through | Mark Kettenis |
2017-04-29 | store cpu model information in the buffer used by the hw.model sysctl | Jonathan Gray |
2017-04-27 | Use (32-bit) word-sized access in the a4x bus space routine even if only | Mark Kettenis |
2017-04-27 | Add code to identify the CPUs on arm64 systems. The primary CPU is attached | Mark Kettenis |
2017-04-24 | Stop dumping registers on "normal" segmentation faults. Do print the contents | Mark Kettenis |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-16 | Define EXT_IMPLICIT_NBIT like we do on sparc64 and mips64. Makes vaious | Mark Kettenis |
2017-04-15 | The tlb flushes in pmap_set_{l1,l2,l3} use ranges that don't fully make sense. | Mark Kettenis |
2017-04-13 | A little bit more trivial cleanup. | Mark Kettenis |
2017-04-13 | Use the non-interrupt-safe pool allocator for the vp pool to avoid runninng | Mark Kettenis |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-04-11 | Recognize break conditions and enter ddb if ddb.console is set. | Mark Kettenis |
2017-04-11 | Revise 'struct fpreg' and dump floating-point register in core dumps. Also | Mark Kettenis |
2017-04-08 | For legacy interrupt use the tag of the topmost bridge to establish the | Mark Kettenis |
2017-04-08 | Bring over the changes I made to the armv7 version of this driver such that | Mark Kettenis |
2017-04-04 | Cleanup the code further. Get rid of the remaining C++-style comments, | Mark Kettenis |
2017-04-02 | On ARMv8, the translation table walk is fully coherent so there is no | Mark Kettenis |
2017-03-28 | Add an instruction synchronisation barrier instruction after changing | Jonathan Gray |
2017-03-28 | Previous W^X diff only changed the access permissions in the bootstrap page | Mark Kettenis |
2017-03-26 | Switch arm64 generic timer to use virtual timer instead of physical | Dale Rahn |
2017-03-24 | Simplify ASID allocation code considerably by allocating an ASID up front | Mark Kettenis |
2017-03-22 | Implement kernel W^X for arm64. For this purpose align the different segments | Mark Kettenis |