Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:09:49 UTC 2024
Modified Files:
src/sys/arch/arm/arm: psci.c psci.h
Log Message:
psci: Add support for PSCI_CPU_SUSPEND
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/psci.c
cvs r
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:09:49 UTC 2024
Modified Files:
src/sys/arch/arm/arm: psci.c psci.h
Log Message:
psci: Add support for PSCI_CPU_SUSPEND
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/psci.c
cvs r
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 21:55:06 UTC 2024
Modified Files:
src/sys/arch/arm/arm: arm_cpu_topology.c
Log Message:
arm64: Fix Oryon topology.
The Oryon CPUs don't set the MT bit in MPIDR_EL1, leading to a bogus
topology. Work around this for n
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 21:55:06 UTC 2024
Modified Files:
src/sys/arch/arm/arm: arm_cpu_topology.c
Log Message:
arm64: Fix Oryon topology.
The Oryon CPUs don't set the MT bit in MPIDR_EL1, leading to a bogus
topology. Work around this for n
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
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
Module Name:src
Committed By: andvar
Date: Mon Jan 15 19:34:13 UTC 2024
Modified Files:
src/sys/arch/arm/arm: disksubr_acorn.c
Log Message:
Replace format specifier from %08x to PRId64 for bp->blkno.
Exchange incorrectly placed printf() __func__ and loop arguments.
Fixes
Module Name:src
Committed By: andvar
Date: Mon Jan 15 19:34:13 UTC 2024
Modified Files:
src/sys/arch/arm/arm: disksubr_acorn.c
Log Message:
Replace format specifier from %08x to PRId64 for bp->blkno.
Exchange incorrectly placed printf() __func__ and loop arguments.
Fixes
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
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
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
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
Module Name:src
Committed By: skrll
Date: Thu Oct 20 06:58:38 UTC 2022
Modified Files:
src/sys/arch/arm/arm: bcopyinout.S bcopyinout_xscale.S blockio.S
copystr.S cpu_in_cksum.S cpufunc_asm_arm10.S cpufunc_asm_arm67.S
cpufunc_asm_arm7tdmi.S cpufunc_as
Module Name:src
Committed By: skrll
Date: Thu Oct 20 06:58:38 UTC 2022
Modified Files:
src/sys/arch/arm/arm: bcopyinout.S bcopyinout_xscale.S blockio.S
copystr.S cpu_in_cksum.S cpufunc_asm_arm10.S cpufunc_asm_arm67.S
cpufunc_asm_arm7tdmi.S cpufunc_as
Module Name:src
Committed By: jmcneill
Date: Sat Oct 15 11:19:23 UTC 2022
Modified Files:
src/sys/arch/arm/arm: efi_runtime.c
Log Message:
Add a boot option to disable EFI runtime services.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm
Module Name:src
Committed By: jmcneill
Date: Sat Oct 15 11:19:23 UTC 2022
Modified Files:
src/sys/arch/arm/arm: efi_runtime.c
Log Message:
Add a boot option to disable EFI runtime services.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm
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
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
Module Name:src
Committed By: skrll
Date: Mon May 16 07:07:17 UTC 2022
Modified Files:
src/sys/arch/arm/arm: cpufunc.c
Log Message:
port-arm/50635: arm11_setup() cpuctrlmask value causes CPU_CONTROL_VECRELOC bit
to toggle
Fix slightly differently to as suggested in the P
Module Name:src
Committed By: skrll
Date: Mon May 16 07:07:17 UTC 2022
Modified Files:
src/sys/arch/arm/arm: cpufunc.c
Log Message:
port-arm/50635: arm11_setup() cpuctrlmask value causes CPU_CONTROL_VECRELOC bit
to toggle
Fix slightly differently to as suggested in the P
Module Name:src
Committed By: martin
Date: Sun Apr 3 09:49:37 UTC 2022
Modified Files:
src/sys/arch/arm/arm: efi_runtime.c
Log Message:
efi_rtcopy is only used on little endian kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/efi
Module Name:src
Committed By: martin
Date: Sun Apr 3 09:49:37 UTC 2022
Modified Files:
src/sys/arch/arm/arm: efi_runtime.c
Log Message:
efi_rtcopy is only used on little endian kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/efi
Module Name:src
Committed By: skrll
Date: Sat Jan 8 09:01:00 UTC 2022
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/arm/undefined.c
Please note that diffs are not public
Module Name:src
Committed By: skrll
Date: Sat Jan 8 09:01:00 UTC 2022
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/arm/undefined.c
Please note that diffs are not public
Module Name:src
Committed By: skrll
Date: Sat Jan 8 09:00:23 UTC 2022
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
Make VERBOSE_ARM32 compile again and reduce #ifdefs while I'm here
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/
Module Name:src
Committed By: skrll
Date: Sat Jan 8 09:00:23 UTC 2022
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
Make VERBOSE_ARM32 compile again and reduce #ifdefs while I'm here
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/
Module Name:src
Committed By: skrll
Date: Sat Nov 27 08:51:01 UTC 2021
Modified Files:
src/sys/arch/arm/arm: cpufunc.c
Log Message:
Apply some errata workarounds for Cortex A17
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/sys/arch/arm/arm/cpufunc.c
Module Name:src
Committed By: skrll
Date: Sat Nov 27 08:51:01 UTC 2021
Modified Files:
src/sys/arch/arm/arm: cpufunc.c
Log Message:
Apply some errata workarounds for Cortex A17
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/sys/arch/arm/arm/cpufunc.c
Module Name:src
Committed By: skrll
Date: Thu Nov 11 07:26:41 UTC 2021
Modified Files:
src/sys/arch/arm/arm: cpufunc_asm.S
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm/cpufunc_asm.S
Please note that
Module Name:src
Committed By: skrll
Date: Thu Nov 11 07:26:41 UTC 2021
Modified Files:
src/sys/arch/arm/arm: cpufunc_asm.S
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm/cpufunc_asm.S
Please note that
Module Name:src
Committed By: skrll
Date: Sat Oct 30 09:23:10 UTC 2021
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
Remove stale comment
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/arm/arm/undefined.c
Please note that dif
Module Name:src
Committed By: skrll
Date: Sat Oct 30 09:23:10 UTC 2021
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
Remove stale comment
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/arm/arm/undefined.c
Please note that dif
Module Name:src
Committed By: skrll
Date: Sat Oct 30 08:20:35 UTC 2021
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
KNF and remove (some) unnecessary #includes
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/arm/arm/undefined.
Module Name:src
Committed By: skrll
Date: Sat Oct 30 08:20:35 UTC 2021
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
KNF and remove (some) unnecessary #includes
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/arm/arm/undefined.
Module Name:src
Committed By: skrll
Date: Sat Oct 30 08:10:49 UTC 2021
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
Use designated initialisers for static handlers and reduce the kernel size
a little.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: skrll
Date: Sat Oct 30 08:10:49 UTC 2021
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
Use designated initialisers for static handlers and reduce the kernel size
a little.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: skrll
Date: Tue Oct 26 06:34:03 UTC 2021
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
G/C FAST_FPE
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm/undefined.c
Please note that diffs are n
Module Name:src
Committed By: skrll
Date: Tue Oct 26 06:34:03 UTC 2021
Modified Files:
src/sys/arch/arm/arm: undefined.c
Log Message:
G/C FAST_FPE
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm/undefined.c
Please note that diffs are n
Oops, forgot to mention: No binary changes.
On 2021/10/07 18:58, Rin Okuyama wrote:
Module Name:src
Committed By: rin
Date: Thu Oct 7 09:58:27 UTC 2021
Modified Files:
src/sys/arch/arm/arm: cpufunc_asm_armv5_ec.S
Log Message:
Reduce diff with cpufunc_asm_armv5.S, from
Module Name:src
Committed By: rin
Date: Thu Oct 7 09:58:27 UTC 2021
Modified Files:
src/sys/arch/arm/arm: cpufunc_asm_armv5_ec.S
Log Message:
Reduce diff with cpufunc_asm_armv5.S, from which this file was derived.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r
Module Name:src
Committed By: rin
Date: Thu Oct 7 09:58:27 UTC 2021
Modified Files:
src/sys/arch/arm/arm: cpufunc_asm_armv5_ec.S
Log Message:
Reduce diff with cpufunc_asm_armv5.S, from which this file was derived.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r
Module Name:src
Committed By: rin
Date: Thu Oct 7 09:57:27 UTC 2021
Modified Files:
src/sys/arch/arm/arm: cpufunc_asm_armv5.S
Log Message:
trailing whitespace/tab
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/cpufunc_asm_armv5.S
Pleas
Module Name:src
Committed By: rin
Date: Thu Oct 7 09:57:27 UTC 2021
Modified Files:
src/sys/arch/arm/arm: cpufunc_asm_armv5.S
Log Message:
trailing whitespace/tab
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/cpufunc_asm_armv5.S
Pleas
Module Name:src
Committed By: jmcneill
Date: Sat Sep 18 09:49:57 UTC 2021
Modified Files:
src/sys/arch/arm/arm: bus_stubs.c
Log Message:
bus_space_is_equal: fix crash when called with NULL tag
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/a
Module Name:src
Committed By: jmcneill
Date: Sat Sep 18 09:49:57 UTC 2021
Modified Files:
src/sys/arch/arm/arm: bus_stubs.c
Log Message:
bus_space_is_equal: fix crash when called with NULL tag
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/a
Module Name:src
Committed By: skrll
Date: Sun Sep 12 07:14:50 UTC 2021
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
Log Message:
More debug.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/arm/armv6_start.S
Please note that diffs ar
Module Name:src
Committed By: skrll
Date: Sun Sep 12 07:14:50 UTC 2021
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
Log Message:
More debug.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/arm/armv6_start.S
Please note that diffs ar
Module Name:src
Committed By: jmcneill
Date: Wed Sep 8 11:02:05 UTC 2021
Modified Files:
src/sys/arch/arm/arm: bus_stubs.c
Log Message:
Consider two tags equal if they share the same cookie. For fdtbus,
we may have different tags to deal with mapping attributes and CPU vs
Module Name:src
Committed By: jmcneill
Date: Wed Sep 8 11:02:05 UTC 2021
Modified Files:
src/sys/arch/arm/arm: bus_stubs.c
Log Message:
Consider two tags equal if they share the same cookie. For fdtbus,
we may have different tags to deal with mapping attributes and CPU vs
On 2020/11/12 6:52, matthew green wrote:
"Rin Okuyama" writes:
Module Name:src
Committed By: rin
Date: Tue Nov 10 21:40:07 UTC 2020
Modified Files:
src/sys/arch/arm/arm: cpu_exec.c
Log Message:
Test (epp->ep_esch->es_emul != &emul_netbsd) instead of
nice, this is a st
"Rin Okuyama" writes:
> Module Name: src
> Committed By: rin
> Date: Tue Nov 10 21:40:07 UTC 2020
>
> Modified Files:
> src/sys/arch/arm/arm: cpu_exec.c
>
> Log Message:
> Test (epp->ep_esch->es_emul != &emul_netbsd) instead of
nice, this is a step forward.
an optimisation on it co
Module Name:src
Committed By: joerg
Date: Mon Oct 28 18:14:38 UTC 2019
Modified Files:
src/sys/arch/arm/arm: fusu.S
Log Message:
Add operand that GNU as considers optional, but LLVM doesn't.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm
Module Name:src
Committed By: joerg
Date: Mon Oct 28 18:14:38 UTC 2019
Modified Files:
src/sys/arch/arm/arm: fusu.S
Log Message:
Add operand that GNU as considers optional, but LLVM doesn't.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm
Module Name:src
Committed By: christos
Date: Thu Oct 24 18:34:22 UTC 2019
Modified Files:
src/sys/arch/arm/arm: disassem.c
Log Message:
Add a function cast
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/arm/disassem.c
Please note that dif
Module Name:src
Committed By: christos
Date: Thu Oct 24 18:34:22 UTC 2019
Modified Files:
src/sys/arch/arm/arm: disassem.c
Log Message:
Add a function cast
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/arm/disassem.c
Please note that dif
Module Name:src
Committed By: jmcneill
Date: Thu Jul 25 02:00:40 UTC 2019
Modified Files:
src/sys/arch/arm/arm: efi_runtime.c
Log Message:
Only try to call EFI RT's reset once. If it faults for some reason, just
return an error so the kernel will try to PSCI reset instead.
Module Name:src
Committed By: jmcneill
Date: Thu Jul 25 02:00:40 UTC 2019
Modified Files:
src/sys/arch/arm/arm: efi_runtime.c
Log Message:
Only try to call EFI RT's reset once. If it faults for some reason, just
return an error so the kernel will try to PSCI reset instead.
Module Name:src
Committed By: skrll
Date: Wed Jun 12 06:53:21 UTC 2019
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
Log Message:
Comment fix
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm/armv6_start.S
Please note that diffs ar
Module Name:src
Committed By: skrll
Date: Wed Jun 12 06:53:21 UTC 2019
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
Log Message:
Comment fix
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm/armv6_start.S
Please note that diffs ar
Module Name:src
Committed By: skrll
Date: Wed Jun 12 06:51:32 UTC 2019
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
Log Message:
Debug output improvement
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/arm/armv6_start.S
Please note
Module Name:src
Committed By: skrll
Date: Wed Jun 12 06:51:32 UTC 2019
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
Log Message:
Debug output improvement
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/arm/armv6_start.S
Please note
On Sat, Mar 09, 2013 at 10:10:45AM +, Michael van Elst wrote:
> Module Name: src
> Committed By: mlelstv
> Date: Sat Mar 9 10:10:45 UTC 2013
>
> Modified Files:
> src/sys/arch/arm/arm: disksubr_acorn.c
>
> Log Message:
> Errors are supposed to be negative errno numbers, not -1
Hi, matt.
(2012/12/28 14:10), Matt Thomas wrote:
On Dec 27, 2012, at 7:48 PM, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Fri Dec 28 03:48:00 UTC 2012
Modified Files:
src/sys/arch/arm/arm: cpufunc.c
Log Message:
Enable DCache Streaming Switch a
On Dec 27, 2012, at 7:48 PM, SAITOH Masanobu wrote:
> Module Name: src
> Committed By: msaitoh
> Date: Fri Dec 28 03:48:00 UTC 2012
>
> Modified Files:
> src/sys/arch/arm/arm: cpufunc.c
>
> Log Message:
> Enable DCache Streaming Switch and Write Allocate.
> This change improve sy
On Sun, Dec 23, 2012 at 01:26:21PM +, Matt Thomas wrote:
> Module Name: src
> Committed By: matt
> Date: Sun Dec 23 13:26:21 UTC 2012
>
> Modified Files:
> src/sys/arch/arm/arm: cpu_in_cksum_fold.S
>
> Log Message:
> Conditional execution still takes one cycle per skipped instr
Module Name:src
Committed By: uebayasi
Date: Sun Jan 3 04:25:16 UTC 2010
Modified Files:
src/sys/arch/arm/arm: cpufunc_asm_arm10.S cpufunc_asm_arm11.S
cpufunc_asm_arm67.S cpufunc_asm_arm7tdmi.S cpufunc_asm_arm8.S
cpufunc_asm_arm9.S cpufunc_asm_sa1.S
66 matches
Mail list logo