Age | Commit message (Expand) | Author |
2016-05-20 | add init_mainbus() hooks for the other armv7 platforms | Jonathan Gray |
2016-05-19 | Make fdt_node_add_property() behave like fdt_node_set_property() if the | Mark Kettenis |
2016-05-19 | Fix the previous commit which made work queue entries get released too | Visa Hankala |
2016-05-19 | Disable dynamic short buffering to make all RX data land on buffers | Visa Hankala |
2016-05-19 | Remove the PHYTEC phyFLEX support code, patrick says he no longer | Jonathan Gray |
2016-05-19 | Match compatible strings for utilite which identifies as "cm-fx6" in | Jonathan Gray |
2016-05-19 | Use OF_is_compatible(9). Simplifies the code and should make pci within | Mark Kettenis |
2016-05-19 | Implement OF_is_compatible(9). | Mark Kettenis |
2016-05-18 | Introduce a per-platform init_mainbus() hook that can be used to attach | Mark Kettenis |
2016-05-18 | Save and restore 'gbr' register when enter/leaving the kernel, and use | Philip Guenther |
2016-05-18 | Remove unused probe function. | Mark Kettenis |
2016-05-18 | tabs vs spaces | Mike Larkin |
2016-05-18 | add a check for the acpi trampoline data page to match the code check | Mike Larkin |
2016-05-18 | Split i386 mp hatch trampoline into code and data pages, and protect each | Mike Larkin |
2016-05-18 | Accept cnmac as a valid rootdev from uboot on octeon. | Visa Hankala |
2016-05-17 | Fix a few more warnings such that this compiles again. | Mark Kettenis |
2016-05-17 | Enable -Wall -Werror. Fix warnings uncovered by this. | Mark Kettenis |
2016-05-17 | Add support for passing an FDT. The bootloader will update the "bootargs" | Mark Kettenis |
2016-05-17 | Enable the pcf8523 RTC on Hummingboard and CuBox-i. | Mark Kettenis |
2016-05-16 | Make this actually work. This makes the following changes: | Mark Kettenis |
2016-05-16 | Use OF_is_compatible(9) here. | Mark Kettenis |
2016-05-16 | POSTREAD needs to flush the D-cache since speculative loads might (and do) | Mark Kettenis |
2016-05-16 | Implement membar(9) for armv5. As there are no barrier instructions in | Jonathan Gray |
2016-05-16 | fix perms (previous cleanup commit introduced part of an unrelated change) | Mike Larkin |
2016-05-16 | spaces -> tabs | Mike Larkin |
2016-05-16 | default to int3 padding if we ever introduce ENTRY/NENTRY pads here | Mike Larkin |
2016-05-16 | place .globals further up, to reduce confusion | Theo de Raadt |
2016-05-16 | Pad end of code in the MP trampoline with int3 instead of 0x0 as it is | Mike Larkin |
2016-05-16 | Use int3 padding instead of nop in the ACPI resume trampoline, as it is | Mike Larkin |
2016-05-15 | Implement TCB_{GET,SET} using PAL_{rd,wr}unique. | Philip Guenther |
2016-05-15 | Give the 32-bit and 64-bit EFI boatloaders different names such that we can | Mark Kettenis |
2016-05-15 | Map the ADMA2 descriptor table use BUS_DMA_COHERENT and add a missing | Mark Kettenis |
2016-05-14 | Since GetTime() doesn't work on U-Boot, use timer events to simulate a clock | Mark Kettenis |
2016-05-14 | Move rpm read to a own function analog pwm read. No functional change. | Marcus Glocker |
2016-05-14 | Fix typo; M_NOWAIT should be EX_NOWAIT. Fortunately this was harmless. | Mark Kettenis |
2016-05-14 | Add support for pwm fans. | Marcus Glocker |
2016-05-14 | Handle boot options, and pass the boot device to the kernel. The boot device | Mark Kettenis |
2016-05-14 | Make getsecs() return 0 if EFI doesn't tell us the time. | Mark Kettenis |
2016-05-14 | Tell the kernel where its symbols are. | Mark Kettenis |
2016-05-14 | Load the kernel at the address pre-allocated by the EFI bootloader. | Mark Kettenis |
2016-05-14 | Need some startup assembly code as well. | Mark Kettenis |
2016-05-14 | Initial stab at an EFI bootloader for armv7. Bits and pieces from FreeBSD | Mark Kettenis |
2016-05-14 | Return correct rpm values for all fans. | Marcus Glocker |
2016-05-11 | delete SROP mitigation debug code; it works | Theo de Raadt |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-11 | fix compile issues in MD sigreturn(2) | Peter Hessler |
2016-05-11 | fix sigcookie value, address was off due to trapframe nesting | Theo de Raadt |
2016-05-11 | crank to 6.0-beta | Theo de Raadt |
2016-05-11 | Add the sigcontext cookie clearing block, which was missed in the previous | Theo de Raadt |
2016-05-11 | Another attempt to make the mips64 pmap MP-safe. Now at least | Visa Hankala |