| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 2 | -2/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 12 | -23/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 11 | -22/+0 |
* | ofw(4): Add my copyright and additional history for ofw_reg_to_paddr() | Marius Strobl | 2023-08-06 | 1 | -0/+3 |
* | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 11 | -11/+11 |
* | ofw_cpu: quiet secondary CPU devices | Mitchell Horne | 2023-06-09 | 1 | -0/+5 |
* | ofw_cpu: whitespace cleanup | Mitchell Horne | 2023-06-09 | 1 | -21/+21 |
* | ofwbus: only allow unit number zero | Mitchell Horne | 2023-04-17 | 1 | -0/+5 |
* | ofwbus: remove arm64 ifdefs | Mitchell Horne | 2023-04-17 | 1 | -23/+2 |
* | ofwbus: remove handling of resources from ofwbus | Elliott Mitchell | 2023-04-17 | 1 | -83/+9 |
* | ofw: fix memory leak in ofwbus_attach() | Christos Margiolis | 2023-04-17 | 1 | -0/+1 |
* | Adjust function definition in ofw to avoid clang 15 warning | Andrew Turner | 2022-08-22 | 1 | -2/+2 |
* | ofw_cpu: Make ext_resources non-optional for arm* and riscv | Emmanuel Vadot | 2022-05-16 | 1 | -3/+3 |
* | Add serial-number to hw.fdt sysctl area if found in fdt. | Mike Karels | 2022-03-09 | 1 | -9/+40 |
* | fdt: Expose the model, compatible and freebsd dts brandind as sysctl | Emmanuel Vadot | 2022-03-09 | 1 | -1/+38 |
* | Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights | Ed Maste | 2022-02-08 | 2 | -2/+0 |
* | Fix error value returned by ofw_bus_gen_get_node(). | Michal Meloun | 2022-01-20 | 1 | -1/+1 |
* | Suppress D_NEEDGIANT warnings for some drivers | Mark Johnston | 2021-06-14 | 1 | -1/+1 |
* | openpromio(4): remove obsolete pseudo device driver | Marius Strobl | 2021-01-16 | 2 | -285/+0 |
* | [PowerPC] Allow traversal of oversize OF properties. | Brandon Bergren | 2020-11-13 | 2 | -2/+27 |
* | ofw: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 6 | -7/+1 |
* | tty: convert tty_lock_assert to tty_assert_locked to hide lock type | Kyle Evans | 2020-04-17 | 1 | -1/+1 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (11 of many) | Pawel Biernacki | 2020-02-24 | 1 | -2/+2 |
* | Remove sparc64 kernel support | Warner Losh | 2020-02-03 | 1 | -4/+1 |
* | SPDX: update some tags with two licenses. | Pedro F. Giffuni | 2019-12-28 | 1 | -1/+1 |
* | Add an OFWBUS_PNP_INFO() macro for devices that hang directly off the root | Ian Lepore | 2019-11-30 | 1 | -1/+2 |
* | ofw: ofw_reg_to_paddr: Use a 256 static array for the cell | Emmanuel Vadot | 2019-08-07 | 1 | -1/+2 |
* | Add necessary bits for Linux KPI to work correctly on powerpc | Justin Hibbits | 2019-08-04 | 1 | -0/+42 |
* | Define macros making it easier to define bus-specific pnpinfo for FDT systems. | Ian Lepore | 2019-05-23 | 1 | -3/+5 |
* | ofw_graph: Add functions for graph bindings | Emmanuel Vadot | 2019-04-17 | 2 | -0/+230 |
* | 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 |