| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r346332: | Emmanuel Vadot | 2020-06-16 | 2 | -0/+230 |
| * | MFC r346645, r346664, r346687, r347387, r347836, r347088, 347089, r346956, | Hans Petter Selasky | 2020-05-01 | 1 | -0/+42 |
| * | MFC r360051: tty: convert tty_lock_assert to tty_assert_locked | Kyle Evans | 2020-04-24 | 1 | -1/+1 |
| * | MFC r355214, r355239, r355274, r355276-r355277, r355295, r355298 | Ian Lepore | 2019-12-07 | 1 | -1/+2 |
| * | MFC r350229-r350230, r350408, r350410, r350673-r350674 | Emmanuel Vadot | 2019-08-10 | 1 | -1/+2 |
| * | MFC r348169-r348170, r348172-r348173, r348183-r348184 | Ian Lepore | 2019-06-23 | 1 | -3/+5 |
| * | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
| * | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | ofw_cpu: Add support for getting cpu clock via clock property | Emmanuel Vadot | 2018-07-31 | 1 | -3/+27 |
| * | Add missing include of sys/boot.h | Warner Losh | 2018-07-13 | 1 | -0/+1 |
| * | Use boot_parse_* to parse command line args and retire cut-n-paste | Warner Losh | 2018-07-13 | 1 | -39/+1 |
| * | Attach dev.cpu nodes on powerpc SMT cores, using only the first found thread | Justin Hibbits | 2018-06-20 | 1 | -4/+37 |
| * | Check for a 'pci' prefix rather than a full match in get_addr_props | Justin Hibbits | 2018-06-15 | 1 | -1/+3 |
| * | ofw_reg_to_paddr(): Fix minor typo in KASSERT message | Justin Hibbits | 2018-06-15 | 1 | -1/+1 |
| * | simplebus pnp: Do not generate pnp info is the bus status is not okay | Emmanuel Vadot | 2018-06-12 | 1 | -0/+4 |
| * | dev/ofw: Fix ofw_fdt_getprop() return values to match documentation | Breno Leitao | 2018-06-07 | 1 | -5/+2 |
| * | Use NULL for SYSINIT's last arg, which is a pointer type | Ed Maste | 2018-05-18 | 1 | -1/+1 |
| * | Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc | Oleksandr Tymoshenko | 2018-04-09 | 3 | -15/+27 |
| * | Make OF_searchencprop signature consistent with OF_getencprop | Oleksandr Tymoshenko | 2018-04-09 | 2 | -2/+2 |
| * | Clean up OF_getprop_alloc API | Oleksandr Tymoshenko | 2018-04-08 | 3 | -16/+45 |
| * | Add api for creating resource list based on 'assigned-addresses' | Marcin Wojtas | 2018-04-04 | 2 | -4/+23 |
| * | [ofw] fix errneous checks for OF_finddevice(9) return value | Oleksandr Tymoshenko | 2018-03-20 | 2 | -2/+2 |
| * | ofw_fdt: Simplify parts with new libfdt methods | Kyle Evans | 2018-02-26 | 1 | -38/+18 |
| * | Set internal error returns for OF_peer(), OF_child(), and OF_parent() to | Nathan Whitehorn | 2018-02-19 | 1 | -3/+3 |
| * | Out of an abundance of caution, NUL out the first byte in the PNP | Warner Losh | 2018-01-28 | 1 | -0/+1 |
| * | Remove fdt fixups for powerpc, they are no longer needed. | Justin Hibbits | 2018-01-13 | 1 | -2/+2 |
| * | Avoid use of the fdt_get_property_*() API, which is intrinsically | Nathan Whitehorn | 2017-12-30 | 1 | -7/+6 |
| * | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 2 | -7/+2 |
| * | Back out OF module installation in the event of failure. PS3 firmware gives | Nathan Whitehorn | 2017-11-28 | 1 | -0/+6 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 13 | -0/+26 |
| * | Do not bind to CPUs with SMT, which use a different CPU numbering convention | Nathan Whitehorn | 2017-11-25 | 1 | -0/+4 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 2 | -0/+4 |
| * | 'private' isn't a PNP string field, so instead used the reserved '#' | Warner Losh | 2017-10-04 | 1 | -1/+1 |
| * | Enable OF_setprop API function to add property in FDT | Marcin Wojtas | 2017-08-10 | 1 | -1/+5 |
| * | Enable using ofw_bus_find_compatible in early platform code | Marcin Wojtas | 2017-08-09 | 1 | -10/+2 |
| * | Add support for "compatible" parameter in ofw_fdt_fixup | Marcin Wojtas | 2017-08-09 | 1 | -1/+10 |
| * | Update comment ot reflect realilty, we know also take care of CPUs that | Olivier Houchard | 2017-04-20 | 1 | -1/+2 |
| * | ePAPR states that any non-boot CPU will come in "disabled" state. So we should | Olivier Houchard | 2017-04-20 | 1 | -2/+4 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 2 | -2/+2 |
| * | Convert PCIe Hot Plug to using pci_request_feature | Warner Losh | 2017-02-25 | 1 | -0/+1 |
| * | sys/dev: Replace zero with NULL for pointers. | Pedro F. Giffuni | 2017-02-20 | 1 | -1/+1 |
| * | Expand OpenFirmware API with ofw_bus_node_status_okay | Wojciech Macek | 2017-01-25 | 2 | -0/+20 |
| * | Restrict where we need to define fdt_fixup_table to just PowerPC and | Andrew Turner | 2016-09-23 | 1 | -2/+11 |
| * | Add a ofw_parse_bootargs function, and use it for powerpc | Justin Hibbits | 2016-09-21 | 2 | -0/+64 |
| * | Check all compatible strings on uart devices in powerpc | Justin Hibbits | 2016-08-28 | 2 | -3/+26 |
| * | INTRNG: Rework handling with resources. Partially revert r301453. | Michal Meloun | 2016-08-19 | 3 | -62/+6 |
| * | OFWPCI: Don't strip RF_ACTIVE from flags when parent bus method is called. | Michal Meloun | 2016-08-14 | 1 | -2/+2 |
| * | Remove NULL checks after M_WAITOK allocations from sys/dev/ofw/. | Edward Tomasz Napierala | 2016-08-09 | 2 | -18/+0 |
| * | Add hw.fdt sysctl node. | Stephen J. Kiernan | 2016-08-06 | 1 | -0/+21 |