CVS commit: src/sys/arch/arm/arm32

2023-07-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 06:21:02 UTC 2023 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: arm/bus_dma: Fix misleading comment: - * For a virtually-indexed write-back cache, we need - * to do the following things: + * For a write-b

CVS commit: src/sys/arch/arm/xscale

2023-08-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 1 10:35:42 UTC 2023 Modified Files: src/sys/arch/arm/xscale: ixp425_intr.h Log Message: arm/xscale: Do not lower IPL by splraise(9) XXX I have fixed similar bug for xscale/i80321. There should be more in codes written at th

CVS commit: src/sys/arch/arm/xscale

2023-08-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 1 10:35:42 UTC 2023 Modified Files: src/sys/arch/arm/xscale: ixp425_intr.h Log Message: arm/xscale: Do not lower IPL by splraise(9) XXX I have fixed similar bug for xscale/i80321. There should be more in codes written at th

CVS commit: src/sys/arch/arm/arm32

2023-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 2 14:36:40 UTC 2023 Modified Files: src/sys/arch/arm/arm32: db_interface.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/arm/arm32/db_interface.c Please note that diffs are

CVS commit: src/sys/arch/arm/arm32

2023-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 2 14:36:40 UTC 2023 Modified Files: src/sys/arch/arm/arm32: db_interface.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/arm/arm32/db_interface.c Please note that diffs are

CVS commit: src/sys/arch/arm/sunxi

2023-08-03 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 3 08:10:40 UTC 2023 Modified Files: src/sys/arch/arm/sunxi: sunxi_ccu_display.c Log Message: avoid potentially uninitialised variable that likely won't happen. GCC 12 can't tell that hardware / platform design means it won'

CVS commit: src/sys/arch/arm/sunxi

2023-08-03 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 3 08:10:40 UTC 2023 Modified Files: src/sys/arch/arm/sunxi: sunxi_ccu_display.c Log Message: avoid potentially uninitialised variable that likely won't happen. GCC 12 can't tell that hardware / platform design means it won'

CVS commit: src/sys/arch/arm/marvell

2023-08-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Aug 13 22:06:44 UTC 2023 Modified Files: src/sys/arch/arm/marvell: armadaxpreg.h Log Message: fix typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/marvell/armadaxpreg.h Please

CVS commit: src/sys/arch/arm/marvell

2023-08-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Aug 13 22:06:44 UTC 2023 Modified Files: src/sys/arch/arm/marvell: armadaxpreg.h Log Message: fix typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/marvell/armadaxpreg.h Please

CVS commit: src/sys/arch/arm/nxp

2022-12-27 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 27 18:55:06 UTC 2022 Modified Files: src/sys/arch/arm/nxp: if_enet_imx.c Log Message: don't use uninitialised data. should fix PR#57135's crash. XXX: pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 s

CVS commit: src/sys/arch/arm/nxp

2022-12-27 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 27 18:55:06 UTC 2022 Modified Files: src/sys/arch/arm/nxp: if_enet_imx.c Log Message: don't use uninitialised data. should fix PR#57135's crash. XXX: pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 s

CVS commit: src/sys/arch/arm/arm32

2023-01-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 19 08:03:52 UTC 2023 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: Support remaining common boot options. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/sys/arch/arm/arm32/arm

CVS commit: src/sys/arch/arm/arm32

2023-01-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 19 08:03:52 UTC 2023 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: Support remaining common boot options. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/sys/arch/arm/arm32/arm

CVS commit: src/sys/arch/arm/apple

2023-02-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 24 11:19:15 UTC 2023 Modified Files: src/sys/arch/arm/apple: apple_dart.c Log Message: #define for consistency with the rest of the file To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/appl

CVS commit: src/sys/arch/arm/apple

2023-02-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 24 11:19:15 UTC 2023 Modified Files: src/sys/arch/arm/apple: apple_dart.c Log Message: #define for consistency with the rest of the file To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/appl

CVS commit: src/sys/arch/arm/arm32

2023-02-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 25 08:05:46 UTC 2023 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Don't refer to physical_{start,end} here and just pass minimum (0UL) address and maximum (~0UL) physical address. The values are passed th

CVS commit: src/sys/arch/arm/arm32

2023-02-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 25 08:05:46 UTC 2023 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Don't refer to physical_{start,end} here and just pass minimum (0UL) address and maximum (~0UL) physical address. The values are passed th

CVS commit: src/sys/arch/arm/ti

2023-02-27 Thread Christopher KOBAYASHI
Module Name:src Committed By: sekiya Date: Mon Feb 27 21:15:09 UTC 2023 Modified Files: src/sys/arch/arm/ti: if_cpsw.c Log Message: Uncomment and protect sanity checks that would drop into the debugger with a CPSW_DEBUG_DMA define. This handles a condition where checking

CVS commit: src/sys/arch/arm/ti

2023-02-27 Thread Christopher KOBAYASHI
Module Name:src Committed By: sekiya Date: Mon Feb 27 21:15:09 UTC 2023 Modified Files: src/sys/arch/arm/ti: if_cpsw.c Log Message: Uncomment and protect sanity checks that would drop into the debugger with a CPSW_DEBUG_DMA define. This handles a condition where checking

CVS commit: src/sys/arch/arm/arm32

2023-03-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 1 08:17:53 UTC 2023 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: arm32: Optimization: Omit needless membar when triggering softint. When we are triggering a softint, it can't already hold any mutex

CVS commit: src/sys/arch/arm/arm32

2023-03-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 1 08:17:53 UTC 2023 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: arm32: Optimization: Omit needless membar when triggering softint. When we are triggering a softint, it can't already hold any mutex

CVS commit: src/sys/arch/arm/dts

2023-03-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Mar 1 21:07:57 UTC 2023 Modified Files: src/sys/arch/arm/dts: omap3-beagle-xm.dts Log Message: delete attribution per request of contributor To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/dts/omap

CVS commit: src/sys/arch/arm/dts

2023-03-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Mar 1 21:07:57 UTC 2023 Modified Files: src/sys/arch/arm/dts: omap3-beagle-xm.dts Log Message: delete attribution per request of contributor To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/dts/omap

CVS commit: src/sys/arch/arm/arm

2023-03-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 4 08:52:20 UTC 2023 Modified Files: src/sys/arch/arm/arm: compat_16_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/arm/compat_16_machdep.c Pleas

CVS commit: src/sys/arch/arm/arm

2023-03-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 4 08:52:20 UTC 2023 Modified Files: src/sys/arch/arm/arm: compat_16_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/arm/compat_16_machdep.c Pleas

CVS commit: src/sys/arch/arm/dts

2023-08-30 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Wed Aug 30 21:26:05 UTC 2023 Modified Files: src/sys/arch/arm/dts: rk3399-rockpro64.dts Log Message: Re-enable the fan. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/dts/rk3399-rockpro64.dts Please

CVS commit: src/sys/arch/arm/dts

2023-08-30 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Wed Aug 30 21:26:05 UTC 2023 Modified Files: src/sys/arch/arm/dts: rk3399-rockpro64.dts Log Message: Re-enable the fan. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/dts/rk3399-rockpro64.dts Please

CVS commit: src/sys/arch/arm/dts

2023-08-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Aug 31 01:23:55 UTC 2023 Added Files: src/sys/arch/arm/dts: rk3328-nanopi-r2s.dts Log Message: Enable rkv1crypto on nanopi-r2s Follow the example of rock64. Tested by myself. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/arm/dts

2023-08-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Aug 31 01:23:55 UTC 2023 Added Files: src/sys/arch/arm/dts: rk3328-nanopi-r2s.dts Log Message: Enable rkv1crypto on nanopi-r2s Follow the example of rock64. Tested by myself. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/arm/broadcom

2023-09-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Sep 3 11:36:52 UTC 2023 Modified Files: src/sys/arch/arm/broadcom: bcm2835_spi.c Log Message: bcm2835_spi: guard against too large clock divider and clamp if necessary To generate a diff of this commit: cvs rdiff -u -r1.12 -r1

CVS commit: src/sys/arch/arm/broadcom

2023-09-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Sep 3 11:36:52 UTC 2023 Modified Files: src/sys/arch/arm/broadcom: bcm2835_spi.c Log Message: bcm2835_spi: guard against too large clock divider and clamp if necessary To generate a diff of this commit: cvs rdiff -u -r1.12 -r1

CVS commit: src/sys/arch/arm/ti

2023-09-04 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Sep 5 02:59:07 UTC 2023 Modified Files: src/sys/arch/arm/ti: ti_com.c Log Message: ti_com.c: set sc_type to COM_TYPE_OMAP Avoid a kernel hang reported by Brook Milligan in PR port-arm/57598. Patch suggested by RVP, seems

CVS commit: src/sys/arch/arm/ti

2023-09-04 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Sep 5 02:59:07 UTC 2023 Modified Files: src/sys/arch/arm/ti: ti_com.c Log Message: ti_com.c: set sc_type to COM_TYPE_OMAP Avoid a kernel hang reported by Brook Milligan in PR port-arm/57598. Patch suggested by RVP, seems

CVS commit: src/sys/arch/arm/dts

2023-09-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Sep 12 12:56:21 UTC 2023 Modified Files: src/sys/arch/arm/dts: sun8i-h3-orangepi-plus2e.dts Removed Files: src/sys/arch/arm/dts: sun8i-h3-orangepi-one.dts Log Message: Remove now-unneeded and brocken (probably since dt

CVS commit: src/sys/arch/arm/dts

2023-09-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Sep 12 12:56:21 UTC 2023 Modified Files: src/sys/arch/arm/dts: sun8i-h3-orangepi-plus2e.dts Removed Files: src/sys/arch/arm/dts: sun8i-h3-orangepi-one.dts Log Message: Remove now-unneeded and brocken (probably since dt

CVS commit: src/sys/arch/arm/dts

2023-09-14 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Thu Sep 14 12:27:55 UTC 2023 Added Files: src/sys/arch/arm/dts: rk3399-pinebook-pro.dts Log Message: Enable crypto engine on Pinebook Pro. Only used for rng at present. To generate a diff of this commit: cvs rdiff -u -r0 -r1.7 src

CVS commit: src/sys/arch/arm/dts

2023-09-14 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Thu Sep 14 12:27:55 UTC 2023 Added Files: src/sys/arch/arm/dts: rk3399-pinebook-pro.dts Log Message: Enable crypto engine on Pinebook Pro. Only used for rng at present. To generate a diff of this commit: cvs rdiff -u -r0 -r1.7 src

CVS commit: src/sys/arch/arm/fdt

2023-10-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 2 08:42:20 UTC 2023 Modified Files: src/sys/arch/arm/fdt: pmu_fdt.c Log Message: armpmu(4): Add missing newline to error message. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/fdt/pmu

CVS commit: src/sys/arch/arm/fdt

2023-10-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 2 08:42:20 UTC 2023 Modified Files: src/sys/arch/arm/fdt: pmu_fdt.c Log Message: armpmu(4): Add missing newline to error message. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/fdt/pmu

CVS commit: src/sys/arch/arm/cortex

2023-10-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 5 12:30:59 UTC 2023 Modified Files: src/sys/arch/arm/cortex: gic.c Log Message: arm/gic: Check l_blcnt, not l_biglocks. l_biglocks is a now-defunct temporary storage used only when sleeping; l_blcnt is the number of k

CVS commit: src/sys/arch/arm/cortex

2023-10-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 5 12:30:59 UTC 2023 Modified Files: src/sys/arch/arm/cortex: gic.c Log Message: arm/gic: Check l_blcnt, not l_biglocks. l_biglocks is a now-defunct temporary storage used only when sleeping; l_blcnt is the number of k

CVS commit: src/sys/arch/arm/arm32

2023-10-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 6 09:53:02 UTC 2023 Modified Files: src/sys/arch/arm/arm32: fault.c Log Message: Fix previous and restore setting of "user" flag from trapframe. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/sys/ar

CVS commit: src/sys/arch/arm/arm32

2023-10-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 6 09:53:02 UTC 2023 Modified Files: src/sys/arch/arm/arm32: fault.c Log Message: Fix previous and restore setting of "user" flag from trapframe. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/sys/ar

CVS commit: src/sys/arch/arm/rockchip

2023-10-17 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 17 15:09:18 UTC 2023 Modified Files: src/sys/arch/arm/rockchip: rk_gpio.c Log Message: rk_gpio: de-duplicate some code from the fdtbus accessors Make fdtbus accessors implementation agnostic and use the chipset tag to call i

CVS commit: src/sys/arch/arm/rockchip

2023-10-17 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 17 15:09:18 UTC 2023 Modified Files: src/sys/arch/arm/rockchip: rk_gpio.c Log Message: rk_gpio: de-duplicate some code from the fdtbus accessors Make fdtbus accessors implementation agnostic and use the chipset tag to call i

CVS commit: src/sys/arch/arm/rockchip

2023-10-17 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 17 17:31:12 UTC 2023 Modified Files: src/sys/arch/arm/rockchip: rk_gpio.c Log Message: rk_gpio: add support for version 2 controller Based on PR 57597 from Johann Rudloff. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/arch/arm/rockchip

2023-10-17 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 17 17:31:12 UTC 2023 Modified Files: src/sys/arch/arm/rockchip: rk_gpio.c Log Message: rk_gpio: add support for version 2 controller Based on PR 57597 from Johann Rudloff. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/arch/arm/rockchip

2023-10-17 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 17 18:23:55 UTC 2023 Modified Files: src/sys/arch/arm/rockchip: rk3588_cru.h Log Message: rk3588_cru: sync clock id numbers with mainline Linux The previous constants came from the Rockchip board support package, but we want

CVS commit: src/sys/arch/arm/rockchip

2023-10-17 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 17 18:23:55 UTC 2023 Modified Files: src/sys/arch/arm/rockchip: rk3588_cru.h Log Message: rk3588_cru: sync clock id numbers with mainline Linux The previous constants came from the Rockchip board support package, but we want

CVS commit: src/sys/arch/arm/rockchip

2023-10-17 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 17 19:13:05 UTC 2023 Modified Files: src/sys/arch/arm/rockchip: rk3588_cru.c Log Message: rk3588_cru: fix clock id for BIGCORE1 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/rockchip/rk3588_cr

CVS commit: src/sys/arch/arm/rockchip

2023-10-17 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 17 19:13:05 UTC 2023 Modified Files: src/sys/arch/arm/rockchip: rk3588_cru.c Log Message: rk3588_cru: fix clock id for BIGCORE1 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/rockchip/rk3588_cr

CVS commit: src/sys/arch/arm/arm

2023-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 7 13:31:26 UTC 2023 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: smccc: Adjust SMCCC_ARCH_ATTRIBUTE for clang/arm Conditionally use (1) __attribute__ ((target("arch=armv7ve"))) (2) __attribute__ ((target("arm

CVS commit: src/sys/arch/arm/arm

2023-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 7 13:31:26 UTC 2023 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: smccc: Adjust SMCCC_ARCH_ATTRIBUTE for clang/arm Conditionally use (1) __attribute__ ((target("arch=armv7ve"))) (2) __attribute__ ((target("arm

CVS commit: src/sys/arch/arm/cortex

2023-11-11 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 11 17:35:45 UTC 2023 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: gicv3_its: assorted minor improvements - KASSERT that the command queue is not stalled due to async error before issuing more commands.

CVS commit: src/sys/arch/arm/cortex

2023-11-11 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Nov 11 17:35:45 UTC 2023 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: gicv3_its: assorted minor improvements - KASSERT that the command queue is not stalled due to async error before issuing more commands.

CVS commit: src/sys/arch/arm/acpi

2023-11-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 25 20:17:52 UTC 2023 Modified Files: src/sys/arch/arm/acpi: gic_acpi.c Log Message: gicv2: Fix truncation of GICC / GICD base addresses above 4GB. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arc

CVS commit: src/sys/arch/arm/acpi

2023-11-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 25 20:17:52 UTC 2023 Modified Files: src/sys/arch/arm/acpi: gic_acpi.c Log Message: gicv2: Fix truncation of GICC / GICD base addresses above 4GB. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arc

CVS commit: src/sys/arch/arm/ti

2024-04-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 1 15:52:08 UTC 2024 Modified Files: src/sys/arch/arm/ti: ti_gpio.c Log Message: ti_gpio: add gpio(4) interrupt support tested with gpiopps(4) on Beagle Bone Black To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/arch/arm/ti

2024-04-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 1 15:52:08 UTC 2024 Modified Files: src/sys/arch/arm/ti: ti_gpio.c Log Message: ti_gpio: add gpio(4) interrupt support tested with gpiopps(4) on Beagle Bone Black To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/arch/arm/arm32

2024-04-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 13 10:36:01 UTC 2024 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Restore a space I accidentally removed from a copyright with $NetBSD: pmap.c,v 1.396 2020/03/13 16:14:18 skrll Exp $ To generate a diff of

CVS commit: src/sys/arch/arm/arm32

2024-04-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 13 10:36:01 UTC 2024 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Restore a space I accidentally removed from a copyright with $NetBSD: pmap.c,v 1.396 2020/03/13 16:14:18 skrll Exp $ To generate a diff of

CVS commit: src/sys/arch/arm/arm32

2024-04-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 13 12:28:01 UTC 2024 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: port-arm/58135: reproducible pmap KASSERT failure for armv7 with NFS root Don't unconditionally set XN in pmap_clearbit - only set it if a ma

CVS commit: src/sys/arch/arm/arm32

2024-04-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 13 12:28:01 UTC 2024 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: port-arm/58135: reproducible pmap KASSERT failure for armv7 with NFS root Don't unconditionally set XN in pmap_clearbit - only set it if a ma

CVS commit: src/sys/arch/arm/arm

2024-04-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 14 07:56:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: sig_machdep.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/arm/sig_machdep.c Please note that

CVS commit: src/sys/arch/arm/arm

2024-04-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 14 07:56:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: sig_machdep.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/arm/sig_machdep.c Please note that

CVS commit: src/sys/arch/arm/xilinx

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:04:55 UTC 2024 Modified Files: src/sys/arch/arm/xilinx: zynq_uart.c Log Message: Initialize `struct consdev` members cn_dev and cn_pri like other UART drivers do. If cn_dev is 0 instead of NODEV, then the kernel may

CVS commit: src/sys/arch/arm/xilinx

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:04:55 UTC 2024 Modified Files: src/sys/arch/arm/xilinx: zynq_uart.c Log Message: Initialize `struct consdev` members cn_dev and cn_pri like other UART drivers do. If cn_dev is 0 instead of NODEV, then the kernel may

CVS commit: src/sys/arch/arm/include

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 07:29:30 UTC 2024 Modified Files: src/sys/arch/arm/include: setjmp.h Log Message: Improve the comment. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/include/setjmp.h Please note that dif

CVS commit: src/sys/arch/arm/include

2024-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 6 07:29:30 UTC 2024 Modified Files: src/sys/arch/arm/include: setjmp.h Log Message: Improve the comment. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/include/setjmp.h Please note that dif

CVS commit: src/sys/arch/arm/fdt

2024-05-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 10 14:42:21 UTC 2024 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: arm/fdt/cpu_fdt.c: Use `cpu' iattr to attach cpufreq. Now that cpu has an explicit interface attribute, cpufeaturebus, _all_ children of

CVS commit: src/sys/arch/arm/fdt

2024-05-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 10 14:42:21 UTC 2024 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: arm/fdt/cpu_fdt.c: Use `cpu' iattr to attach cpufreq. Now that cpu has an explicit interface attribute, cpufeaturebus, _all_ children of

CVS commit: src/sys/arch/arm/iomd

2024-05-18 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 18 19:04:45 UTC 2024 Modified Files: src/sys/arch/arm/iomd: vidc20config.c Log Message: s/abou/about/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/iomd/vidc20config.c Please

CVS commit: src/sys/arch/arm/iomd

2024-05-18 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 18 19:04:45 UTC 2024 Modified Files: src/sys/arch/arm/iomd: vidc20config.c Log Message: s/abou/about/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/iomd/vidc20config.c Please

CVS commit: src/sys/arch/arm/include

2024-06-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 9 22:35:47 UTC 2024 Modified Files: src/sys/arch/arm/include: asm.h Log Message: arm/asm.h: Respect NETBSD_REVISIONID. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/include/asm.h Ple

CVS commit: src/sys/arch/arm/include

2024-06-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 9 22:35:47 UTC 2024 Modified Files: src/sys/arch/arm/include: asm.h Log Message: arm/asm.h: Respect NETBSD_REVISIONID. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/include/asm.h Ple

CVS commit: src/sys/arch/arm/broadcom

2024-06-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jun 10 06:03:49 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2835_pmwdog.c Log Message: Add support for poweroff. There is no circuitry to actually remove power from RPI, but you can reboot into a low power state.

CVS commit: src/sys/arch/arm/broadcom

2024-06-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jun 10 06:03:49 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2835_pmwdog.c Log Message: Add support for poweroff. There is no circuitry to actually remove power from RPI, but you can reboot into a low power state.

CVS commit: src/sys/arch/arm/sociox

2024-06-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jun 29 11:27:12 UTC 2024 Modified Files: src/sys/arch/arm/sociox: if_scx.c Log Message: scx(4): Fix if_statinc call. We don't have a reference to the local statistics counters, so we can't use if_statinc_ref. But, because

CVS commit: src/sys/arch/arm/sociox

2024-06-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jun 29 11:27:12 UTC 2024 Modified Files: src/sys/arch/arm/sociox: if_scx.c Log Message: scx(4): Fix if_statinc call. We don't have a reference to the local statistics counters, so we can't use if_statinc_ref. But, because

CVS commit: src/sys/arch/arm/pci

2024-06-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 30 09:38:07 UTC 2024 Modified Files: src/sys/arch/arm/pci: pci_msi_machdep.c Log Message: arm: pci: Fix ITS ID lookup for MSIs. pci_get_frameid expects a BDF requestor ID as input, not a Device ID. Fixes MSI/MSI-X suppo

CVS commit: src/sys/arch/arm/pci

2024-06-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 30 09:38:07 UTC 2024 Modified Files: src/sys/arch/arm/pci: pci_msi_machdep.c Log Message: arm: pci: Fix ITS ID lookup for MSIs. pci_get_frameid expects a BDF requestor ID as input, not a Device ID. Fixes MSI/MSI-X suppo

CVS commit: src/sys/arch/arm/arm

2022-06-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 18 08:13:44 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Simplify (imo) #ifdefs a little. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/efi_runtime.c Please

CVS commit: src/sys/arch/arm/arm

2022-06-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 18 08:13:44 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Simplify (imo) #ifdefs a little. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/efi_runtime.c Please

CVS commit: src/sys/arch/arm/amlogic

2022-06-22 Thread Brook Milligan
Module Name:src Committed By: brook Date: Thu Jun 23 03:36:00 UTC 2022 Modified Files: src/sys/arch/arm/amlogic: meson8b_pinctrl.c Log Message: Add a mising gpio pin description. This file enumerates the gpio pins in two different ways: as enum values and as an array of d

CVS commit: src/sys/arch/arm/amlogic

2022-06-22 Thread Brook Milligan
Module Name:src Committed By: brook Date: Thu Jun 23 03:36:00 UTC 2022 Modified Files: src/sys/arch/arm/amlogic: meson8b_pinctrl.c Log Message: Add a mising gpio pin description. This file enumerates the gpio pins in two different ways: as enum values and as an array of d

CVS commit: src/sys/arch/arm/pic

2022-06-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jun 25 12:39:46 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic_splfuncs.c Log Message: pic: splx performance improvement Skip disabling interrupts and check for pending hard interrupts if old ipl was < IPL_VM. To gene

CVS commit: src/sys/arch/arm/pic

2022-06-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jun 25 12:39:46 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic_splfuncs.c Log Message: pic: splx performance improvement Skip disabling interrupts and check for pending hard interrupts if old ipl was < IPL_VM. To gene

CVS commit: src/sys/arch/arm/cortex

2022-06-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jun 25 18:05:09 UTC 2022 Modified Files: src/sys/arch/arm/cortex: gicv3.c Log Message: gicv3: Treat all IPLs below IPL_VM as IPL_NONE for hwpl mappings To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/

CVS commit: src/sys/arch/arm/cortex

2022-06-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jun 25 18:05:09 UTC 2022 Modified Files: src/sys/arch/arm/cortex: gicv3.c Log Message: gicv3: Treat all IPLs below IPL_VM as IPL_NONE for hwpl mappings To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/

CVS commit: src/sys/arch/arm/apple

2022-06-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 28 10:42:22 UTC 2022 Modified Files: src/sys/arch/arm/apple: apple_intc.c Log Message: appleintc: update ci_cpl in pic_set_priority callback To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/

CVS commit: src/sys/arch/arm/apple

2022-06-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 28 10:42:22 UTC 2022 Modified Files: src/sys/arch/arm/apple: apple_intc.c Log Message: appleintc: update ci_cpl in pic_set_priority callback To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/

CVS commit: src/sys/arch/arm/ti

2022-07-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 2 05:03:37 UTC 2022 Modified Files: src/sys/arch/arm/ti: ti_lcdc.c Log Message: Make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/ti/ti_lcdc.c Please note that diffs

CVS commit: src/sys/arch/arm/ti

2022-07-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 2 05:03:37 UTC 2022 Modified Files: src/sys/arch/arm/ti: ti_lcdc.c Log Message: Make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/ti/ti_lcdc.c Please note that diffs

CVS commit: src/sys/arch/arm/ti

2022-07-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 2 05:04:36 UTC 2022 Modified Files: src/sys/arch/arm/ti: ti_lcdc.c Log Message: sort previous To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/ti/ti_lcdc.c Please note that diffs are not pu

CVS commit: src/sys/arch/arm/ti

2022-07-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 2 05:04:36 UTC 2022 Modified Files: src/sys/arch/arm/ti: ti_lcdc.c Log Message: sort previous To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/ti/ti_lcdc.c Please note that diffs are not pu

CVS commit: src/sys/arch/arm/pic

2022-07-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 28 07:15:27 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Catch up with the per lwp astpending (rather than per cpu) flag in the preemption code. NFC as preemption (still) isn't enabled. To generate a

CVS commit: src/sys/arch/arm/pic

2022-07-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 28 07:15:27 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Catch up with the per lwp astpending (rather than per cpu) flag in the preemption code. NFC as preemption (still) isn't enabled. To generate a

CVS commit: src/sys/arch/arm/arm32

2022-07-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 28 09:14:23 UTC 2022 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: arm32: Refactor splhigh and restore in dosoftints. No functional change intended. splhigh always returns ci->ci_cpl, which shou

CVS commit: src/sys/arch/arm/arm32

2022-07-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 28 09:14:23 UTC 2022 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: arm32: Refactor splhigh and restore in dosoftints. No functional change intended. splhigh always returns ci->ci_cpl, which shou

CVS commit: src/sys/arch/arm/pic

2022-07-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 28 10:26:15 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: arm/pic: Assert ci_cpl doesn't lower across interrupt handler. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/arch/a

<    1   2   3   4   5   6   7   8   9   10   >