| Age | Commit message (Expand) | Author |
| 2021-08-09 | Fix CVS eff-up. | thorpej |
| 2021-08-09 | Port over the changes from thorpej-i2c-spi-conf to thorpej-i2c-spi-conf2, | thorpej |
| 2021-08-08 | Define preprocessor symbols (__HAVE_OPENFIRMWARE_VARIANT_AAPL and | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-07 | pass sensor locations to i2c devices if we can find them | macallan |
| 2021-07-30 | make thermal zone parameters configurable by sysctl | macallan |
| 2021-07-28 | check temperatures a bit more often | macallan |
| 2021-07-28 | adjust comments, break a long line | macallan |
| 2021-07-27 | first step towards abstracting thermal zone management out of the fcu driver | macallan |
| 2021-07-27 | move the fcu driver into arch/macppc where it belongs | macallan |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-07-02 | port-macppc/56289: kernel spinout on macppc when runing ATF tests with LOCKDEBUG | jmcneill |
| 2021-06-23 | nbmacppc-fixcoff did not cross-build correctly on OpenBSD because | cjep |
| 2021-06-18 | do ii2 locking dance in psoc_dump() | macallan |
| 2021-06-18 | use opt_psoc.h, suppress some debug output in !PSOC_DEBUG | macallan |
| 2021-06-18 | use opt_lmu.h | macallan |
| 2021-06-18 | defflag LMU_DEBUG and PSOC_DEBUG | macallan |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-05-24 | PR 56205: make the 64bit build work | martin |
| 2021-05-12 | - Define a device call for PCI bus instances to fetch a direct child's | thorpej |
| 2021-05-01 | Remove unnecessary interface attributes from "smu". | thorpej |
| 2021-04-26 | snapper carries multiple interface attributes, so be explicit about | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-12 | remove shadowed (common) declarations of various libsa variables | mrg |
| 2021-04-02 | Add gpt wedge support | martin |
| 2021-04-02 | Add bpf | martin |
| 2021-03-28 | Enable a few more filesystems | martin |
| 2021-03-28 | Remove makeoptions DEBUG="-g" - we have better ways to achieve the same | martin |
| 2021-03-28 | Add siisata | martin |
| 2021-03-11 | add basic support for iMac G5 audio: | macallan |
| 2021-03-10 | switch G5 iMacs to full speed | macallan |
| 2021-03-09 | add support for the CPU temperature sensor found in iMac G5s | macallan |
| 2021-03-06 | Change pic_name from "openpic" to "u3_ht" so that it can be | rin |
| 2021-03-05 | Convert to intr_establish_xname(). | rin |
| 2021-03-02 | add gffb | macallan |
| 2021-02-28 | - When starting the boot program, cache a bunch of OFW frequently used | thorpej |
| 2021-02-27 | Un-do a bunch of misguided code sharing. It's not really shared if it's | thorpej |
| 2021-02-26 | Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than in | thorpej |
| 2021-02-25 | more node name adjustments | macallan |
| 2021-02-25 | deal with node name inconsistencies between PowerMac10,x and 8,x | macallan |
| 2021-02-17 | Document the register state on entry per the OpenFirmware PowerPC CPU | thorpej |
| 2021-02-13 | Improve readability of this file by adding register prefixes. | thorpej |
| 2021-02-13 | Call cpu_model_init() after clearing the MSR. | thorpej |
| 2021-02-12 | No need for a prototype of ofbcopy() here. | thorpej |
| 2021-02-11 | remove unused/useless #ifdef block | macallan |
| 2021-02-06 | Calling halt_{input,output} is done by the MI audio layer if necessary. | isaki |
| 2021-01-27 | Use DEVICE_COMPAT_EOL. | thorpej |
| 2021-01-26 | There is not much point in of_compatible() returning -1 for "no match" | thorpej |
| 2021-01-25 | Since we're using designated initialisers for compat data, we should | thorpej |
| 2021-01-21 | add a commented out compat_ossaudio wherever there's compat_linux | nia |