Age | Commit message (Expand) | Author |
2017-05-10 | Remove pmep_pa_is_mem(). Instead create write-back cachable mappings by | Mark Kettenis |
2017-05-10 | Hook up HPET as a timecounter. | Visa Hankala |
2017-05-10 | Add a PCI attach hook mechanism for htb(4), similar to the one | Visa Hankala |
2017-05-10 | The setting of the cpu feature flags for PCLMUL and AES-NI was guarded with | Theo Buehler |
2017-05-09 | Enable dwge(4). If the network hardware is initialized by U-Boot, the | Mark Kettenis |
2017-05-09 | Whitelist SMBus IO addresses to let the driver, piixpm(4), work again. | Visa Hankala |
2017-05-09 | Fix range check. | Visa Hankala |
2017-05-09 | Mix bits from the built-in RNG with the randomdata section at boot time. | Visa Hankala |
2017-05-08 | After a break point at the beginning of a function, printing its | Alexander Bluhm |
2017-05-08 | Guard debug printf with NETIF_DEBUG ifdef like the other debug prints. | Patrick Wildt |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-05-08 | add printing of arguments in stack traces. | David Gwynne |
2017-05-07 | further improvement to vmm fpu handling (support avx and avx2, block | Mike Larkin |
2017-05-07 | Sync FDT code with arm64. | Mark Kettenis |
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 | Move dwge(4) glue into dev/fdt. | Mark Kettenis |
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-05 | Remove /* FALLTHROUGH */ that isn't (and shouldn't). | Mark Kettenis |
2017-05-05 | Allow setting guest %xcr0 from vmd(8). | Mike Larkin |
2017-05-04 | Also pass the blk offset to disk_unbusy(), so that it can pass it to | Theo de Raadt |
2017-05-04 | enable brgphy, which appears in the edgerouter pro | Jonathan Matthew |
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-03 | explicitly initialise the mutex in the kernel map. | David Gwynne |
2017-05-02 | Zap silly diagnostic reboot message. | 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-05-02 | Remove check for compatible property. Turns out sunxi relied on the broken | Mark Kettenis |
2017-05-02 | Revise MDIO driver code so that device instances can be attached | Visa Hankala |
2017-05-02 | Switch glxsb(4), VIA padlock and AES-NI drivers over to the new AES | Mike Belopuhov |
2017-05-02 | Matching i386 commit to previous amd64 commit (initial support for vmctl | Mike Larkin |
2017-05-02 | Allow setting of guest MSRs from vmd(8). This change is the first part of | Mike Larkin |
2017-04-30 | Make early attrbute work here as well. Remove unreachable panic while there. | Mark Kettenis |
2017-04-30 | Fix priority handling. The interrupt priority registers expose the full range | Mark Kettenis |
2017-04-30 | Remove some KGDB leftovers. | Martin Pieuchot |
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-30 | Remove unused POW status functions. Makes clang happier. | Visa Hankala |
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 |