Age | Commit message (Expand) | Author |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-06 | correct the depend list of a target introduced in rev 1.9 | Jonathan Gray |
2017-06-05 | track permissions of original file | Theo de Raadt |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-04 | Create gap.* with umask 007 instead of 077 to make kernel builds after | Theo Buehler |
2017-06-04 | Remove comment that no longer is true. esym is not written by our | Patrick Wildt |
2017-06-04 | Split early startup code out of locore.S into locore0.S. Adjust link | Patrick Wildt |
2017-06-03 | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. | Theo de Raadt |
2017-06-01 | Pass the correct dma tag to the load buffer function. Passing t only | Patrick Wildt |
2017-05-30 | Kill db_sym_t. | Martin Pieuchot |
2017-05-27 | Use EFI memory map to discover available physical memory. | Mark Kettenis |
2017-05-21 | Give the vp pool its own allocator. Avoiding the logic that creates large | Mark Kettenis |
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 |