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