The NetBSD Project

CVS log for src/sys/arch/aarch64/aarch64/db_machdep.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / aarch64 / aarch64

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Oct 26 23:38:05 2022 UTC (2 years, 2 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2 lines
ddb/db_active.h: New home for extern db_active.

This can be included unconditionally, and db_active can then be
queried unconditionally; if DDB is not in the kernel, then db_active
is a constant zero.  Reduces need for #include opt_ddb.h, #ifdef DDB.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun May 29 16:45:00 2022 UTC (2 years, 7 months ago) by ryo
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +24 -22 lines
- Display "cpu[<CPUINDEX>]" instead of "cpu[<CPUID>]".
- Also add cpu_info->ci_onproc to display.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon May 2 10:13:15 2022 UTC (2 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +25 -13 lines
Only print the appropriate PAR fields for PAR.F={0,1}

Group the fields in the header.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Oct 31 16:23:47 2021 UTC (3 years, 2 months ago) by skrll
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +17 -6 lines
Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep.

The AP initialisation code in cpu_init_secondary_processor will read and
initialise the required system registers and state for the BP to attach
and report.

Rework the interrupt handler code for this new sequence. Thankfully,
this removes a bunch of code for bcm2836mp.

The VFP detection handler on <= armv7 relies on the global undefined
handler being in place until the BP attaches vfp. That is, after the
APs have been spun up.

gicv3_its.c has a serialisation issue which is protected against in
the gicv3_its_cpu_init, which is called from cpu_hatch, with a spin
lock. The serialisation issue needs addressing more completely.

Tested on RPI3, Apple M1, QEMU, and lx2k

Fixes PR port-arm/56264:
   diagnostic assertion "l->l_stat == LSONPROC" failed on RPI3

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Oct 17 22:44:34 2021 UTC (3 years, 3 months ago) by ryo
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +20 -19 lines
When booted with "boot netbsd -1" (disable multiprocessor boot),
"ddb>continue" didn't work when ddb was started by breakpoint trap.

Revision 1.39.4.1: download - view: text, markup, annotated - select for diffs
Thu May 13 00:47:20 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +4 -4 lines
Sync with HEAD.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Apr 30 20:07:22 2021 UTC (3 years, 8 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -4 lines
Make the ddb for pmap / pte information pmap agnostic

Revision 1.28.2.2: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:13 2021 UTC (3 years, 9 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.28.2.1: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.2.1: +420 -200 lines
Sync with HEAD.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Mar 11 10:34:34 2021 UTC (3 years, 10 months ago) by ryo
Branches: MAIN
CVS tags: thorpej-futex-base, thorpej-cfargs-base, thorpej-cfargs
Branch point for: thorpej-i2c-spi-conf
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +18 -15 lines
Numeric modifiers conflict with the syntax interpretation of ddb, so use 'b', 'w', 'l', 'q' instead.
Also, change load/store('l','s') to 'r','w' like the other arch.

 >db{0}> machine watch/1 hostname
 >Bad modifier

 >db{0}> machine watch/s1 hostname
 >add watchpoint 0 as ffffc00001087848

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Mar 11 09:48:40 2021 UTC (3 years, 10 months ago) by ryo
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +37 -18 lines
- fixed a problem where hardware {break,watch}points other than #0 could not be cleared
- hardware {break,watch}point addresses are now strictly checked

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Mar 9 16:44:27 2021 UTC (3 years, 10 months ago) by ryo
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +314 -143 lines
Add support hardware breakpoint and watchpoint again.

Limited support for hardware watchpoint has been available for some time, but it
has not been working properly. In addition, it stopped working at the time of
the PTRACE support commit on 2018-12-13. This has been fixed to work correctly,
and also fixed to be practical by sharing hardware watchpoints and breakpoints
between CPUs on MULTIPROCESSOR.

Also fixed a bug that causes a malfunction when switching CPUs with
"machine cpu N" when entering ddb mode from other than cpu_Debugger().

I have confirmed that the CPU can be switched by "machine cpu N" and return from
ddb properly in each case where ddb is called triggered by ddb break/watchpoint,
hardware break/watchpoint, and cpu_Debugger().

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Mar 9 16:43:13 2021 UTC (3 years, 10 months ago) by ryo
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +11 -6 lines
"machine cpu" command shows pc of trapframe and the symbol

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Mar 9 16:42:36 2021 UTC (3 years, 10 months ago) by ryo
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +36 -36 lines
match the macro name to the order of the arguments. NFC.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Feb 23 07:13:51 2021 UTC (3 years, 10 months ago) by mrg
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -6 lines
introduce DDB_END_CMD and replace more than 20 copies of the same
list of NULLs and 0.  idea from rillig@.

all touched ports built, several booted.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Feb 5 21:44:34 2021 UTC (3 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -4 lines
Avoid duplicate definition of ddb_regs in crash(8).

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jan 18 01:38:44 2021 UTC (4 years ago) by rin
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +6 -2 lines
Fix build as crash(8); Protect db_md_meminfo_cmd() by defined(_KERNEL).

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jan 17 00:23:59 2021 UTC (4 years ago) by mrg
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +24 -2 lines
add a command to dump the bootconfig passed meminfo.

Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 14 14:37:44 2020 UTC (4 years, 1 month ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +8 -6 lines
Sync w/ HEAD.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Dec 11 18:03:33 2020 UTC (4 years, 1 month ago) by skrll
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -2 lines
s:aarch64/cpufunc.h:arm/cpufunc.h:

a baby step in the grand arm header unification challenge

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Dec 3 07:45:51 2020 UTC (4 years, 1 month ago) by skrll
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -6 lines
Provide and use a sev() macro for the sev instruction.

While here use the correct barrier to ensure completion of memory accesses
before a couple of the sev() calls.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 22 07:31:15 2020 UTC (4 years, 2 months ago) by skrll
Branches: MAIN
Branch point for: thorpej-futex
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -4 lines
Use the dmb/dsb/isb macros... if nothing else they're all now consistent
about the "memory" assembler contraint.

No binary change

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Oct 22 07:23:24 2020 UTC (4 years, 2 months ago) by skrll
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -3 lines
Simplify the cpufunc.h header, i.e. always use #include <arm/cpufunc.h>

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Aug 12 13:19:35 2020 UTC (4 years, 5 months ago) by skrll
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -4 lines
Part II of ad's aarch64 performance improvements (cpu_switch.S bugs are
all mine)

- Use tpidr_el1 to hold curlwp and not curcpu, because curlwp is accessed
  much more often by MI code.  It also makes curlwp preemption safe and
  allows aarch64_curlwp() to be a const function (curcpu must be volatile).

- Make ASTs operate per-LWP rather than per-CPU, otherwise sometimes LWPs
  can see spurious ASTs (which doesn't cause a problem, it just means some
  time may be wasted).

- Use plain stores to set/clear ASTs.  Make sure ASTs are always set on the
  same CPU as the target LWP, and delivered via IPI if posted from a remote
  CPU so that they are resolved quickly.

- Add some cache line padding to struct cpu_info, to match x86.

- Add a memory barrier in a couple of places where ci_curlwp is set.  This
  is needed whenever an LWP that is resuming on the CPU could hold an
  adaptive mutex.  The barrier needs to drain the CPU's store buffer, so
  that the update to ci_curlwp becomes globally visible before the LWP can
  resume and call mutex_exit().  By my reading of the ARM docs it looks like
  the instruction I used will do the right thing, but I'm not 100% sure.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jul 2 11:10:48 2020 UTC (4 years, 6 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +21 -2 lines
Add ddb "mach reset" command for Arm ports.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri May 22 19:29:26 2020 UTC (4 years, 7 months ago) by ryo
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +32 -8 lines
fix to do backtrace properly for running LWPs and cpu_lwp_fork().
when dump of pcb_tf, only the switchframe part is now displayed instead of the whole trapframe.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri May 22 04:46:26 2020 UTC (4 years, 7 months ago) by ryo
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +17 -7 lines
instead of reading memory directly, db_read_bytes() is used to avoid faults in ddb.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed May 13 05:37:16 2020 UTC (4 years, 8 months ago) by chs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -2 lines
for "mach cpuinfo", print ci_biglock_count too.

Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:02 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.2.2.3: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.3: +1 -0 lines
Sync with HEAD

Revision 1.20.4.1: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:28:50 2020 UTC (4 years, 9 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +3 -2 lines
Sync with HEAD

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Apr 16 08:03:30 2020 UTC (4 years, 9 months ago) by ryo
Branches: MAIN
CVS tags: phil-wifi-20200421, bouyer-xenpvh-base2, bouyer-xenpvh-base1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2 lines
add the case of kdb_trap(-1) called from pic_ipi_ddb().
it depended on the update timing of 'db_recover'.

Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:27 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.2.2.2: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.2: +55 -10 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:23 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.1: +4 -3 lines
Merge changes from current as of 20200406

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Feb 29 21:30:19 2020 UTC (4 years, 10 months ago) by ryo
Branches: MAIN
CVS tags: phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, bouyer-xenpvh-base
Branch point for: bouyer-xenpvh
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -3 lines
use macro

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Sep 7 09:27:25 2019 UTC (5 years, 4 months ago) by ryo
Branches: MAIN
CVS tags: phil-wifi-20191119, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +24 -5 lines
prevent switching to CPUs that are not responding to IPI_DDB.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Sep 7 09:21:17 2019 UTC (5 years, 4 months ago) by ryo
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +34 -8 lines
add "machine cpuinfo/a" to show cpuinfo[] of all cpus

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Aug 11 15:52:55 2019 UTC (5 years, 5 months ago) by skrll
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Align output from db_md_cpuinfo_cmd

Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:42 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +255 -141 lines
Sync with HEAD

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Mar 20 07:16:07 2019 UTC (5 years, 10 months ago) by ryo
Branches: MAIN
CVS tags: phil-wifi-20190609, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, isaki-audio2-base, isaki-audio2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +35 -2 lines
- add reg_{s1e0r,s1e0w,s1e1r,s1e1w}_write() macro.
- show the result of AT insn at ddb "machine pte" command.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 19 16:45:28 2019 UTC (5 years, 10 months ago) by ryo
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +67 -13 lines
- add ddb command "machine ttbr" to dump MMU tables.
- tidy up descriptions, usages and messages.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jan 27 02:08:36 2019 UTC (5 years, 11 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Merge the [pgoyette-compat] branch

Revision 1.1.28.7: download - view: text, markup, annotated - select for diffs
Fri Jan 18 08:50:12 2019 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.1.28.6: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.28.6: +7 -5 lines
Synch with HEAD

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Dec 27 09:55:27 2018 UTC (6 years ago) by mrg
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -5 lines
make savecore for arm64 basically work.

- move MD lwp "md_ktf" member into struct pcb.  the pcb is used by
  the gdb "bsd-kvm" target code to find the stack of each thread
  and needs to be available in a well known location.
- implement aarch64_nbsd_supply_pcb() in GDB.  makes basic gdb work
  on a crash dump.
- remove '#if L_MD_KTF + 8 == L_MD_CPACR' conditional code, as there
  is no more L_MD_KTF.

with this gdb has minimal working functionality with "target kvm",
and crash can at least "ps" on a crash dump.

ok skrll.

Revision 1.1.28.6: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:01:30 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.28.5: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.28.5: +11 -11 lines
Sync with HEAD, resolve a few conflicts

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Dec 13 10:44:25 2018 UTC (6 years, 1 month ago) by ryo
Branches: MAIN
CVS tags: pgoyette-compat-1226
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -5 lines
add support PT_STEP

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Nov 28 19:13:15 2018 UTC (6 years, 1 month ago) by ryo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
Comment out implementation specific registers to avoid illegal instruction trap on ThunderX

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Nov 28 08:16:46 2018 UTC (6 years, 1 month ago) by ryo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -6 lines
don't pass illegal cpu index to cpu_lookup(). it may cause KASSERT.

Revision 1.1.28.5: download - view: text, markup, annotated - select for diffs
Sat Oct 20 06:58:23 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.28.4: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.28.4: +32 -2 lines
Sync with head

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 12 01:28:57 2018 UTC (6 years, 3 months ago) by ryo
Branches: MAIN
CVS tags: pgoyette-compat-1126, pgoyette-compat-1020
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +32 -2 lines
add initial support of COMPAT_NETBSD32 on AArch64.
arm ELF32 EABI binaries could be execute in AArch32 state on AArch64. A32 THUMB mode is not supported yet.

Revision 1.1.28.4: download - view: text, markup, annotated - select for diffs
Sun Sep 30 01:45:35 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.28.3: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.28.3: +9 -2 lines
Ssync with HEAD

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Sep 15 19:47:48 2018 UTC (6 years, 4 months ago) by jakllsch
Branches: MAIN
CVS tags: pgoyette-compat-0930
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -2 lines
make kernel-groveling crash(8) work on aarch64

Revision 1.1.28.3: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:22 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.28.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.28.2: +4 -117 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 14 05:51:54 2018 UTC (6 years, 5 months ago) by ryo
Branches: MAIN
CVS tags: pgoyette-compat-0906
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -115 lines
no need machine local ddb command pmaphist any more.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 11 04:46:17 2018 UTC (6 years, 5 months ago) by ryo
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
use DDB_EXPR_FMT. fix typo.

Revision 1.1.28.2: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:37:25 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.28.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.28.1: +119 -18 lines
Sync with HEAD

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jul 17 00:31:03 2018 UTC (6 years, 6 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-compat-0728
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -8 lines
add missing casts; use PRI?64 instead of ll?

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 9 06:33:08 2018 UTC (6 years, 6 months ago) by ryo
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -0 lines
fix compile error

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 9 06:19:53 2018 UTC (6 years, 6 months ago) by ryo
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +111 -12 lines
add MULTIPROCESSOR support

Revision 1.1.28.1: download - view: text, markup, annotated - select for diffs
Sat Apr 7 04:12:10 2018 UTC (6 years, 9 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +812 -40 lines
Sync with HEAD.  77 conflicts resolved - all of them $NetBSD$

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 1 04:35:03 2018 UTC (6 years, 9 months ago) by ryo
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407
Branch point for: phil-wifi
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +812 -40 lines
Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)

Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:39 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.1: +88 -0 lines
Rebase to HEAD as of a few days ago.

Revision 1.1.4.1
Sun Aug 10 05:47:37 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.1: +0 -88 lines
file db_machdep.c was added on branch tls-maxphys on 2014-08-20 00:02:39 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 05:47:37 2014 UTC (10 years, 5 months ago) by matt
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, tls-maxphys-base, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, nick-nhusb, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: tls-maxphys, pgoyette-compat
Preliminary files for AARCH64 (64-bit ARM) support.
Enough for a distribution build.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>