| Age | Commit message (Expand) | Author |
| 2023-05-06 | s/regster/register/ in comments and error messages. | andvar |
| 2023-05-05 | remove commented out entries, leftover from the imx6q ccm code. | bouyer |
| 2023-05-05 | Fix typo, preventing i2c4 from attaching | bouyer |
| 2023-05-05 | Add a SELFRELOC kernel option for the sake of documentation clarity. | manu |
| 2023-05-04 | The i.mx6sx has 2 OTG and one host-only USB controller, while the 6q has | bouyer |
| 2023-05-04 | experimental IMX6SX support: | bouyer |
| 2023-05-04 | Also build dtb files for CONFIG_SOC_IMX6SX | bouyer |
| 2023-05-04 | Add i.mx6sx compatible entries to drivers that should work as is. | bouyer |
| 2023-05-04 | i.mx6sx platform support: | bouyer |
| 2023-05-04 | i.mx6sx CPU support in the CCM module: the clock tree si different from | bouyer |
| 2023-05-03 | Driver for the MNT ZZ9000 Zorro board. Submitted by Alain Runa. | phx |
| 2023-05-02 | Cleanup previous: Try new bindings first, document old with DTCOMPAT, KNF | jmcneill |
| 2023-05-02 | apparently the 'ahb' and 'ths' clocks were renamed to 'bus' and 'mod' in the | macallan |
| 2023-05-02 | TS7200: Defer event counter registration until after evcnt is initialized | jmcneill |
| 2023-05-01 | Don't overflow when scaling 32bit samples. | mlelstv |
| 2023-05-01 | mutex(9): Write comments in terms of ordering semantics. | riastradh |
| 2023-05-01 | mutex(9): Omit needless membar_consumer. | riastradh |
| 2023-05-01 | drm: KASSERT(A && B) -> KASSERT(A); KASSERT(B) | riastradh |
| 2023-05-01 | xen_clock(4): Sprinkle dtrace probes. | riastradh |
| 2023-05-01 | Default PROC_MACHINE_ARCH to machine_arch and use this for magic | mlelstv |
| 2023-04-30 | codec translates to 16bit slinear_le, not the internal format. | mlelstv |
| 2023-04-30 | sys/sdt.h: Omit spurious trailing semicolon in DTRACE_PROBE*. | riastradh |
| 2023-04-30 | sys/sdt.h: Nix needless SDT_VAR_DECL. | riastradh |
| 2023-04-30 | kern/vfs_subr.c: Revert previous build fixes, no longer needed. | riastradh |
| 2023-04-30 | sys/sdt.h: Make sure SDT_PROBE*, DTRACE_PROBE* compile the arguments. | riastradh |
| 2023-04-30 | sys/cdefs.h: New __MACROUSE for macros to type-check arguments. | riastradh |
| 2023-04-30 | sys/sdt.h: Whitespace cleanup (and internal macro semicolon tidying). | riastradh |
| 2023-04-30 | sys/sdt.h: Properly parenthesize macro arguments. | riastradh |
| 2023-04-30 | sys/sdt.h: Nix trailing whitspace. | riastradh |
| 2023-04-30 | xhci doesn't like 80 packets per USB interval, but 40 seems to be fine | mlelstv |
| 2023-04-29 | Fix builds (hopefully) when DTRACE hooks are not included. | kre |
| 2023-04-29 | sdmmc: Only check chipset WP status for SD cards. | jmcneill |
| 2023-04-29 | dk(4): Rename label for consistency. No functional change intended. | riastradh |
| 2023-04-29 | vfs: Sprinkle dtrace probes into syncer. | riastradh |
| 2023-04-29 | vfs(9): Move SDT_PROVIDER_DEFINE(vfs) from vfs_cache.c to vfs_init.c. | riastradh |
| 2023-04-29 | kern/vfs_init.c: Sort includes. No functional change intended. | riastradh |
| 2023-04-29 | sys/vnode_impl.h: Declare vfs sdt provider. | riastradh |
| 2023-04-29 | kern/vfs_subr.c: Sort includes. No functional change intended. | riastradh |
| 2023-04-29 | Fix build after previous. m68k uses symnum instead of symidx. | skrll |
| 2023-04-29 | tmpfs: Assert no arithmetic overflow in directory node tn_size. | riastradh |
| 2023-04-29 | tmpfs: Refuse sizes that overflow round_page. | riastradh |
| 2023-04-29 | kern/vfs_syscalls.c: Nix trailing whitesapce. | riastradh |
| 2023-04-29 | tmpfs: Nix trailing whitespace. No functional change intended. | riastradh |
| 2023-04-29 | sys/vnode_impl.h: Nix trailing whitespace. | riastradh |
| 2023-04-29 | dk(4): Fix lock assertion in size increase: parent's, not wedge's. | riastradh |
| 2023-04-29 | White space fix. | isaki |
| 2023-04-29 | m68k: Support TT(Transparent Translation) for 020/030 buserror handler. | isaki |
| 2023-04-28 | fix few typos and grammar in comments. | andvar |
| 2023-04-28 | Pass local symbols relocations in both passes and provide the kobj_reloc | skrll |
| 2023-04-27 | Remove an unnecessary cast in a KASSERTMSG | skrll |