Home | History | Annotate | only in /src/sys/rump/kern/lib/libsljit/arch
History log of /src/sys/rump/kern/lib/libsljit/arch
RevisionDateAuthorComments
 1.1 21-Jan-2019  alnsn branches: 1.1.2; 1.1.6;
Add sljit rump glue for aarch64.

XXX arm_icache_sync_range() and mips_icache_sync_range() call

(void)rumpcomp_sync_icache((void *)va, (uint64_t)sz);

but linking fails if I do the same on aarch64 (I suspect it also
fails on 32bit arm and mips).

As a workaround, I call __builtin___clear_cache().
 1.1.6.2 10-Jun-2019  christos Sync with HEAD
 1.1.6.1 21-Jan-2019  christos file cpufunc.c was added on branch phil-wifi on 2019-06-10 22:09:52 +0000
 1.1.2.2 26-Jan-2019  pgoyette Sync with HEAD
 1.1.2.1 21-Jan-2019  pgoyette file cpufunc.c was added on branch pgoyette-compat on 2019-01-26 22:00:37 +0000
 1.1 21-Jan-2019  alnsn branches: 1.1.2; 1.1.6;
Add sljit rump glue for aarch64.

XXX arm_icache_sync_range() and mips_icache_sync_range() call

(void)rumpcomp_sync_icache((void *)va, (uint64_t)sz);

but linking fails if I do the same on aarch64 (I suspect it also
fails on 32bit arm and mips).

As a workaround, I call __builtin___clear_cache().
 1.1.6.2 10-Jun-2019  christos Sync with HEAD
 1.1.6.1 21-Jan-2019  christos file sljit_rump.c was added on branch phil-wifi on 2019-06-10 22:09:52 +0000
 1.1.2.2 26-Jan-2019  pgoyette Sync with HEAD
 1.1.2.1 21-Jan-2019  pgoyette file sljit_rump.c was added on branch pgoyette-compat on 2019-01-26 22:00:37 +0000
 1.1 23-Jul-2014  alnsn branches: 1.1.2; 1.1.6;
Implement rumpcomp_sync_icache() hyprecall for arm and add
a barebone implementation of arm cache ops to librumpkern_sljit.
 1.1.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 23-Jul-2014  tls file cpufunc.c was added on branch tls-maxphys on 2014-08-20 00:04:40 +0000
 1.1.2.2 10-Aug-2014  tls Rebase.
 1.1.2.1 23-Jul-2014  tls file cpufunc.c was added on branch tls-earlyentropy on 2014-08-10 06:56:51 +0000
 1.1 23-Jul-2014  alnsn branches: 1.1.2; 1.1.6;
Implement rumpcomp_sync_icache() hyprecall for arm and add
a barebone implementation of arm cache ops to librumpkern_sljit.
 1.1.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 23-Jul-2014  tls file sljit_rump.c was added on branch tls-maxphys on 2014-08-20 00:04:40 +0000
 1.1.2.2 10-Aug-2014  tls Rebase.
 1.1.2.1 23-Jul-2014  tls file sljit_rump.c was added on branch tls-earlyentropy on 2014-08-10 06:56:51 +0000
 1.3 22-Jan-2019  alnsn Cast register_t to uintptr_t before casting to void *.

Not sure what's going on here but evbmips64-el build fails
without this cast.
 1.2 22-Jan-2019  alnsn Sync the first argument type with mco_icache_sync_range.
 1.1 22-Jul-2014  alnsn branches: 1.1.2; 1.1.6; 1.1.30; 1.1.32;
Implement rumpcomp_sync_icache() hyprecall for mips and add
a barebone implementation if mips cache ops to librumpkern_sljit.
 1.1.32.1 10-Jun-2019  christos Sync with HEAD
 1.1.30.1 26-Jan-2019  pgoyette Sync with HEAD
 1.1.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 22-Jul-2014  tls file cache.c was added on branch tls-maxphys on 2014-08-20 00:04:40 +0000
 1.1.2.2 10-Aug-2014  tls Rebase.
 1.1.2.1 22-Jul-2014  tls file cache.c was added on branch tls-earlyentropy on 2014-08-10 06:56:51 +0000
 1.1 22-Jul-2014  alnsn branches: 1.1.2; 1.1.6;
Implement rumpcomp_sync_icache() hyprecall for mips and add
a barebone implementation if mips cache ops to librumpkern_sljit.
 1.1.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 22-Jul-2014  tls file sljit_rump.c was added on branch tls-maxphys on 2014-08-20 00:04:40 +0000
 1.1.2.2 10-Aug-2014  tls Rebase.
 1.1.2.1 22-Jul-2014  tls file sljit_rump.c was added on branch tls-earlyentropy on 2014-08-10 06:56:51 +0000

RSS XML Feed