CVS log for src/sys/arch/powerpc/include/asm.h
Up to [cvs.NetBSD.org] / src / sys / arch / powerpc / include
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jan 6 10:46:44 2025 UTC (10 days, 23 hours ago) by martin
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +5 -3
lines
PR 58960: fix misunderstanding in semantic and provide both the original
id string as well as _NETBSD_REVISIONID.
Do not rely on string concatenation in the inline assembler, use .ascii
and .asciz for individual string parts instead.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Jan 4 18:37:23 2025 UTC (12 days, 16 hours ago) by martin
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +9 -1
lines
PR 58960: powerpc/asm.h: Respect NETBSD_REVISIONID.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Feb 10 08:36:04 2024 UTC (11 months, 1 week ago) by andvar
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2
lines
s/psuedo/pseudo/ in comments.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Jan 7 22:59:32 2022 UTC (3 years ago) by andvar
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
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,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +7 -7
lines
s/udpate/update/
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jul 6 08:20:40 2020 UTC (4 years, 6 months ago) by rin
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +6 -6
lines
Consistently use _LP64 instead of __LP64__, although both are defined for
powerpc64.
No binary changes intended.
Revision 1.48.18.2: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:10 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.48.18.1: preferred, colored; branchpoint 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.18.1: +3 -1
lines
Sync with HEAD
Revision 1.49.4.1: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:28:59 2020 UTC (4 years, 8 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49: +4 -2
lines
Sync with HEAD
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Apr 18 10:37:37 2020 UTC (4 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: phil-wifi-20200421,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
It's __RCSID for an extra level of indirection on PPC
Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Apr 17 14:19:44 2020 UTC (4 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +4 -2
lines
Mark the .ident section as mergable string section to avoid redundant
entries.
Revision 1.48.18.1: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:49 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +17 -1
lines
Merge changes from current as of 20200406
Revision 1.48.22.1: download - view: text, markup, annotated - select for diffs
Tue Mar 3 18:54:59 2020 UTC (4 years, 10 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +17 -1
lines
Pull up following revision(s) (requested by rin in ticket #755):
sys/arch/evbppc/conf/std.virtex: revision 1.4
sys/arch/powerpc/powerpc/trap_subr.S: revision 1.81
sys/arch/powerpc/ibm4xx/4xx_trap_subr.S: revision 1.8
sys/arch/evbppc/conf/std.walnut: revision 1.9
common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h: revision 1.7
sys/arch/powerpc/include/asm.h: revision 1.49
common/lib/libc/arch/powerpc/atomic/atomic_cas.S: revision 1.9
sys/arch/powerpc/ibm4xx/trap_subr.S: revision 1.28
sys/arch/powerpc/include/lock.h: revision 1.15
sys/arch/evbppc/conf/std.obs266: revision 1.3
common/lib/libc/arch/powerpc/atomic/atomic_swap.S: revision 1.8
sys/arch/powerpc/powerpc/locore_subr.S: revision 1.61
sys/arch/powerpc/powerpc/lock_stubs.S: revision 1.12
sys/arch/evbppc/conf/std.obs200: revision 1.5
Implement workaround for IBM405 Errata 77 (aka CPU_210), where
interrupted stwcx. may errantly write data to memory:
https://elinux.org/images/1/1d/Ppc405gp-errata.pdf
This is because stwcx. is split into two pieces in the pipeline.
We need to
(1) insert dcbt before every stwcx. instruction, as well as
(2) insert sync before every rfi/rfci instruction.
It is unclear which processors are affected, but according to Linux,
all 405-based cores up until 405GPR and 405EP are affected:
https://github.com/torvalds/linux/blob/master/arch/powerpc/platforms/40x/Kconfig#L140
For kernel, this workaround can be restricted to affected processors.
However, for kernel modules and userland, we have to enable it for all
32bit powerpc archs in order to share common binaries as before.
Proposed on port-powerpc:
http://mail-index.netbsd.org/port-powerpc/2020/02/21/msg003583.html
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 1 23:23:36 2020 UTC (4 years, 10 months ago) by rin
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.48: preferred, colored
Changes since revision 1.48: +17 -1
lines
Implement workaround for IBM405 Errata 77 (aka CPU_210), where
interrupted stwcx. may errantly write data to memory:
https://elinux.org/images/1/1d/Ppc405gp-errata.pdf
This is because stwcx. is split into two pieces in the pipeline.
We need to
(1) insert dcbt before every stwcx. instruction, as well as
(2) insert sync before every rfi/rfci instruction.
It is unclear which processors are affected, but according to Linux,
all 405-based cores up until 405GPR and 405EP are affected:
https://github.com/torvalds/linux/blob/master/arch/powerpc/platforms/40x/Kconfig#L140
For kernel, this workaround can be restricted to affected processors.
However, for kernel modules and userland, we have to enable it for all
32bit powerpc archs in order to share common binaries as before.
Proposed on port-powerpc:
http://mail-index.netbsd.org/port-powerpc/2020/02/21/msg003583.html
Revision 1.39.12.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:37 2017 UTC (7 years, 1 month ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.39.12.2: preferred, colored; branchpoint 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39.12.2: +16 -12
lines
update from HEAD
Revision 1.47.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 6 15:18:00 2015 UTC (9 years, 9 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47: +5 -1
lines
Sync with HEAD
Revision 1.46.4.1: download - view: text, markup, annotated - select for diffs
Wed Feb 4 22:00:24 2015 UTC (9 years, 11 months ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
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
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +13 -13
lines
Pull up following revision(s) (requested by chs in ticket #492):
lib/libc/arch/powerpc64/sys/__vfork14.S: revision 1.2
lib/libc/arch/powerpc64/sys/__syscall.S: revision 1.2
lib/libc/arch/powerpc/sys/__syscall.S: revision 1.3
lib/libc/arch/powerpc64/sys/syscall.S: revision 1.2
lib/libc/arch/powerpc/sys/__clone.S: revision 1.6
lib/libc/arch/powerpc64/gen/__setjmp14.S: revision 1.3
sys/arch/powerpc/include/asm.h: revision 1.47
lib/libc/arch/powerpc64/sys/cerror.S: revision 1.6
lib/libc/arch/powerpc64/sys/getcontext.S: revision 1.5
lib/libc/arch/powerpc64/sys/brk.S: revision 1.5
lib/libc/arch/powerpc64/sys/ptrace.S: revision 1.3
lib/libc/arch/powerpc64/genassym.cf: revision 1.1
lib/libc/arch/powerpc64/gen/__sigsetjmp14.S: revision 1.3
lib/libc/arch/powerpc/sys/getcontext.S: revision 1.6
compat/powerpc64/powerpc/bsd.powerpc.mk: revision 1.3
lib/libc/arch/powerpc64/sys/pipe.S: revision 1.2
lib/libc/arch/powerpc/sys/brk.S: revision 1.14
lib/libc/arch/powerpc64/SYS.h: revision 1.3
lib/libc/arch/powerpc64/sys/fork.S: revision 1.2
lib/libc/arch/powerpc64/sys/__sigtramp2.S: revision 1.4
lib/libc/arch/powerpc64/Makefile.inc: revision 1.3
lib/libc/arch/powerpc/sys/pipe.S: revision 1.9
lib/libc/compiler_rt/Makefile.inc: revision 1.25
lib/libc/arch/powerpc64/sys/sbrk.S: revision 1.4, 1.5
lib/libc/arch/powerpc64/sys/__clone.S: revision 1.2
lib/libc/arch/powerpc/sys/sbrk.S: revision 1.13
lib/libc/arch/powerpc/SYS.h: revision 1.13
powerpc64 uses the same sources as powerpc and needs the long double as
double-double sources.
-
Spell LdAddr consistently
-
Add LDFLAGS+=-Wl,-m,elf32ppc_nbsd
-
Fix cmpptr/cmpreq/etc to use right mnemonics
-
Minimize differences between powerpc and powerpc64
-
Fix powerpc64 assembly to use right instructions for 64bit CPUs.
-
Use hidden for __curbrk and __minbrk to avoid GOT/TOC relocations.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Jan 12 02:32:33 2015 UTC (10 years ago) by dennis
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20191119,
phil-wifi-20190609,
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-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
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,
netbsd-9-base,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
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,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
isaki-audio2-base,
isaki-audio2,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: phil-wifi,
netbsd-9
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -1
lines
Name the offsets to the remaining fields in the ppc64
stack frame header. Add a stack frame alignment macro
to avoid hard-coding that.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Aug 23 02:21:44 2014 UTC (10 years, 4 months ago) by matt
Branches: MAIN
CVS tags: nick-nhusb-base
Branch point for: nick-nhusb
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +13 -13
lines
Fix cmpptr/cmpreq/etc to use right mnemonics
Revision 1.39.12.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:19 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.39.12.1: preferred, colored; branchpoint 1.39: preferred, colored
Changes since revision 1.39.12.1: +44 -14
lines
Rebase to HEAD as of a few days ago.
Revision 1.39.2.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:04 2014 UTC (10 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.39.2.1: preferred, colored; branchpoint 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39.2.1: +48 -16
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:22 2014 UTC (10 years, 8 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +44 -14
lines
sync with head
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Mar 6 19:05:24 2014 UTC (10 years, 10 months ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -4
lines
Add _XENTRY which doesn't set the section to .text
Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Feb 28 05:26:23 2014 UTC (10 years, 10 months ago) by matt
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +27 -1
lines
Add cmp{ptr,long,reg}{,l}{,i}
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Feb 27 18:12:28 2014 UTC (10 years, 10 months ago) by matt
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +8 -8
lines
Use ## for concatenation
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Feb 27 15:58:03 2014 UTC (10 years, 10 months ago) by matt
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -1
lines
Add P2SZREG to be usign with .p2align
Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Sep 12 15:36:17 2013 UTC (11 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -4
lines
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
vs big PIC mode. Retire -DPIC and -DBIGPIC.
Revision 1.39.12.1: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:28:53 2013 UTC (11 years, 10 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +8 -4
lines
resync with head
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Jan 29 15:45:43 2013 UTC (11 years, 11 months ago) by kiyohara
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
khorben-n900,
agc-symver-base,
agc-symver
Branch point for: rmind-smpnet
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -3
lines
Support 16bits over stack size.
Revision 1.39.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:33:02 2013 UTC (12 years ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -2
lines
sync with (a bit old) head
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Nov 25 01:10:37 2012 UTC (12 years, 1 month ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -2
lines
provide _ENTRY(x) because some code needs it.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Oct 26 01:46:11 2011 UTC (13 years, 2 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
tls-maxphys
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +202 -210
lines
- Indent ifdefs, comment endif and else cpp tags
- Add missing END macro for LP64
- Make whitespace consistent
Revision 1.36.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 23 14:19:30 2011 UTC (13 years, 6 months ago) by cherry
Branches: cherry-xenmp
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +6 -5
lines
Catchup with rmind-uvmplock merge.
Revision 1.29.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 12 00:24:04 2011 UTC (13 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.29.2.1: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.2.1: +5 -4
lines
sync with head
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jun 8 05:11:07 2011 UTC (13 years, 7 months ago) by matt
Branches: MAIN
CVS tags: rmind-uvmplock-nbase,
rmind-uvmplock-base
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1
lines
In INIT_CPUINFO, make L_CPU to set the cpu_info (just to be safe).
Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:06:27 2011 UTC (13 years, 7 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +27 -13
lines
Sync with HEAD.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Jun 5 16:52:25 2011 UTC (13 years, 7 months ago) by matt
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -5
lines
Remove <machine/atomic.h>; use <sys/atomic.h> instead.
Add <powerpc/cpuset.h> (for mpc85xx pmap).
Add some initial MP code for mpc85xx
Rework ipi code to be common across all ppcs
Change PPC to keep curlwp in %r13 while in the kernel.
Move astpending from cpu_info to mdlwp
Improve cpu_need_resched to be more MP friendly.
Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:51:37 2011 UTC (13 years, 10 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +58 -18
lines
sync with head
Revision 1.34.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:19:35 2011 UTC (13 years, 11 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +6 -6
lines
Sync with HEAD
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Feb 7 06:37:01 2011 UTC (13 years, 11 months ago) by matt
Branches: MAIN
CVS tags: uebayasi-xip-base7,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: cherry-xenmp
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
binutils is automagically doing securecrt so make sure plt calls are emitted
with the secureplt magic as well.
Revision 1.26.26.3: download - view: text, markup, annotated - select for diffs
Wed Jan 26 08:51:12 2011 UTC (13 years, 11 months ago) by matt
Branches: matt-nb5-pq3
Diff to: previous 1.26.26.2: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.26.2: +4 -4
lines
Init CI_CURPCB too.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jan 23 15:51:07 2011 UTC (13 years, 11 months ago) by matt
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -5
lines
Some ports use %r0 as tmp2 to INIT_CPUINFO which has adverse effects so
never use tmp2 to hold an address.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jan 18 01:02:54 2011 UTC (14 years ago) by matt
Branches: MAIN
Branch point for: bouyer-quota2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +24 -10
lines
Add support for BookE Freescale MPC85xx (e500 core) processors.
Add fast softint support for PowerPC (though only booke uses it).
Redo FPU/VEC support and add e500 SPE support.
Rework trap/intrs to use a common trapframe format.
Support SOFTFLOAT (no hardfloat or fpu emulation) for BookE.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jan 17 08:23:56 2011 UTC (14 years ago) by matt
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3
lines
Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't it
soon will.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Jan 16 02:41:55 2011 UTC (14 years ago) by matt
Branches: MAIN
CVS tags: jruoho-x86intr-base
Branch point for: jruoho-x86intr
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +21 -1
lines
Add PIC_GOTSETUP and PIC_TOCSETUP which replace the old methods to get the
GOT (via a bl) to the new REL16 based relocs. This is another step to
supporting secure plt.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jan 15 07:23:49 2011 UTC (14 years ago) by matt
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -2
lines
Add END(sym)
Add __RCSID (to match cdefs.h)
Revision 1.26.26.2: download - view: text, markup, annotated - select for diffs
Tue Jan 11 07:10:15 2011 UTC (14 years ago) by matt
Branches: matt-nb5-pq3
Diff to: previous 1.26.26.1: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.26.1: +2 -1
lines
Add a END(y) for function sizes.
Revision 1.26.26.1: download - view: text, markup, annotated - select for diffs
Fri Jan 7 01:51:02 2011 UTC (14 years ago) by matt
Branches: matt-nb5-pq3
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +13 -6
lines
Allow implementation to not have an interrupt stack (booke).
Use .ident for RCSID
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Dec 20 21:11:25 2010 UTC (14 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +9 -5
lines
Consistently use .gnu.warning with .pushsectio and .popsection on all
architectures instead of obsolete STABS frames for linker warnings.
Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:39:42 2010 UTC (14 years, 8 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +2 -2
lines
Sync with HEAD.
Revision 1.26.4.1: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:50 2010 UTC (14 years, 10 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +4 -4
lines
sync with head
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Mar 9 22:36:41 2010 UTC (14 years, 10 months ago) by matt
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1
Branch point for: rmind-uvmplock
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
Put ASM RCSIDs into .ident
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Dec 10 05:10:03 2009 UTC (15 years, 1 month ago) by rmind
Branches: MAIN
CVS tags: uebayasi-xip-base,
matt-premerge-20091211
Branch point for: uebayasi-xip
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3
lines
Rename L_ADDR to L_PCB and amend some comments accordingly.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Nov 26 00:19:20 2009 UTC (15 years, 1 month ago) by matt
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3
lines
Kill proc0paddr. Use lwp0.l_addr instead.
Revision 1.25.16.1: download - view: text, markup, annotated - select for diffs
Thu Apr 3 12:42:23 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +25 -1
lines
Sync with HEAD.
Revision 1.25.12.1: download - view: text, markup, annotated - select for diffs
Mon Mar 24 07:15:02 2008 UTC (16 years, 9 months ago) by keiichi
Branches: keiichi-mipv6
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +25 -1
lines
sync with head.
Revision 1.24.10.2: download - view: text, markup, annotated - select for diffs
Sun Mar 23 02:04:17 2008 UTC (16 years, 10 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.24.10.1: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.10.1: +25 -1
lines
sync with HEAD
Revision 1.17.8.4: download - view: text, markup, annotated - select for diffs
Wed Feb 27 08:36:23 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.17.8.3: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.8.3: +25 -1
lines
sync with head.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Feb 23 19:38:47 2008 UTC (16 years, 10 months ago) by matt
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
nick-hppapmap,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
matt-nb5-pq3-base,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
jymxensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-socklock-base1,
ad-audiomp2-base,
ad-audiomp2
Branch point for: yamt-nfs-mp,
matt-nb5-pq3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +25 -1
lines
Add clrr{ptr,long,reg}i, l{ptr,long,reg}arx, st{ptr,long,reg}cx macros
Revision 1.24.10.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:20:32 2007 UTC (17 years, 2 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1
lines
sync with HEAD
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:56:40 2007 UTC (17 years, 3 months ago) by garbled
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
mjf-devfs,
matt-armv6-base,
jmcneill-pm-base,
jmcneill-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1
lines
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.
TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.
NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
Revision 1.17.8.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:28:57 2007 UTC (17 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.17.8.2: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.8.2: +1 -3
lines
sync with head.
Revision 1.23.22.2: download - view: text, markup, annotated - select for diffs
Thu Aug 2 05:34:15 2007 UTC (17 years, 5 months ago) by macallan
Branches: ppcoea-renovation
Diff to: previous 1.23.22.1: preferred, colored; branchpoint 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23.22.1: +0 -0
lines
sync with HEAD
Revision 1.23.16.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:01:26 2007 UTC (17 years, 6 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +1 -3
lines
Sync with head.
Revision 1.23.14.1: download - view: text, markup, annotated - select for diffs
Sun May 27 12:27:56 2007 UTC (17 years, 7 months ago) by ad
Branches: vmlocking
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +1 -3
lines
Sync with head.
Revision 1.23.22.1: download - view: text, markup, annotated - select for diffs
Tue May 22 17:27:20 2007 UTC (17 years, 8 months ago) by matt
Branches: ppcoea-renovation
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -3
lines
Update to HEAD.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu May 17 14:51:26 2007 UTC (17 years, 8 months ago) by yamt
Branches: MAIN
CVS tags: yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
ppcoea-renovation-base,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
jmcneill-pm,
hpcarm-cleanup,
bouyer-xenamd64
Branch point for: matt-armv6
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -3
lines
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
from doc/BRANCHES:
idle lwp, and some changes depending on it.
1. separate context switching and thread scheduling.
(cf. gmcgarry_ctxsw)
2. implement idle lwp.
3. clean up related MD/MI interfaces.
4. make scheduler(s) modular.
Revision 1.23.10.1: download - view: text, markup, annotated - select for diffs
Tue Apr 3 15:20:09 2007 UTC (17 years, 9 months ago) by matt
Branches: yamt-idlelwp
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +1 -3
lines
Adapt powerpc to yamt-idlelwp. Nuke cpu_setfunc.
Don't define _HAVE_BITENDIAN_BITOPS. Misc cleanups.
Revision 1.17.8.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:46:44 2006 UTC (18 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.17.8.1: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.8.1: +74 -4
lines
sync with head.
Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:42:28 2006 UTC (18 years, 4 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +74 -4
lines
sync with head
Revision 1.19.6.1: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:42:40 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +74 -4
lines
sync with head
Revision 1.19.14.1: download - view: text, markup, annotated - select for diffs
Thu Jul 13 17:49:01 2006 UTC (18 years, 6 months ago) by gdamore
Branches: gdamore-uart
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +74 -4
lines
Merge from HEAD.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jul 12 23:52:21 2006 UTC (18 years, 6 months ago) by ross
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-idlelwp-base8,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
thorpej-atomic-base,
thorpej-atomic,
rpaulo-netinet-merge-pcb-base,
reinoud-bufcleanup,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
newlock2,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm,
ad-audiomp-base,
ad-audiomp,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-idlelwp,
vmlocking,
ppcoea-renovation,
mjf-ufs-trans
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -1
lines
wrap as(1)-only elements in #ifdef _LOCORE
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jul 7 21:26:54 2006 UTC (18 years, 6 months ago) by ross
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +17 -1
lines
Add stmd and lmd macros.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jul 6 15:26:51 2006 UTC (18 years, 6 months ago) by ross
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +15 -3
lines
more refinements for ppc64 PIC/PLT/TOC issues
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jul 1 20:34:49 2006 UTC (18 years, 6 months ago) by ross
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +44 -4
lines
Add ppc64 ENTRY() macro that defines the descriptor and the dot symbol.
Revision 1.17.8.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:55:03 2006 UTC (18 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -1
lines
sync with head.
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 1 14:51:31 2006 UTC (18 years, 11 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +7 -1
lines
sync with head.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jan 20 22:02:40 2006 UTC (19 years ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
peter-altq-base,
peter-altq,
gdamore-uart-base,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi
Branch point for: yamt-pdpolicy,
rpaulo-netinet-merge-pcb,
gdamore-uart
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -1
lines
Add a STRONG_ALIAS macro
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:18:43 2005 UTC (19 years, 1 month ago) by christos
Branches: MAIN
Branch point for: yamt-uio_vmspace
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1
lines
merge ktrace-lwp.
Revision 1.15.8.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:20 2005 UTC (19 years, 8 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +4 -1
lines
sync with -current
Revision 1.12.2.4: download - view: text, markup, annotated - select for diffs
Mon Jan 24 08:34:27 2005 UTC (19 years, 11 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.12.2.3: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.2.3: +4 -1
lines
Sync with HEAD.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jan 23 00:23:57 2005 UTC (19 years, 11 months ago) by simonb
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
ktrace-lwp-base,
kent-audio2-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3
lines
Use lis@h/ori@l instead of lis@ha/addi@l since we may use r0 and addi
is one of those funny instructions that treats r0 == 0 when used as the
first arg.
Fixes problems on ibm4xx. Ok'd by matt@.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jan 19 22:22:56 2005 UTC (20 years ago) by matt
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -1
lines
Split the hw-dependent powermanglement into its own function and make
Idle call that. Add a ci_idlespin function pointer to cpu_info.
Update INIT_CPUINFO to initialize it to a naked 'blr' instruction.
In oea/cpu_subr.c, add cpu_idlespin and make ci_idlespin point to it.
Revision 1.12.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:20:41 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.12.2.2: preferred, colored
Changes since revision 1.12.2.2: +1 -1
lines
Fix the sync with head I botched.
Revision 1.12.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:39:11 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.12.2.1: preferred, colored
Changes since revision 1.12.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:39:29 2004 UTC (20 years, 5 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +49 -10
lines
Sync with HEAD
Revision 1.8.18.1: download - view: text, markup, annotated - select for diffs
Fri Jul 23 14:03:04 2004 UTC (20 years, 6 months ago) by tron
Branches: netbsd-1-6
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +7 -1
lines
Pull up revision 1.10 (requested by skrll in ticket #1725):
Don't define register references if not KERNEL or STANDALONE.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 8 07:14:26 2003 UTC (21 years, 5 months ago) by matt
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: kent-audio2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -10
lines
Nuke ci_spillstk/CI_SPILLSTK. No longer needed.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Aug 2 19:40:39 2003 UTC (21 years, 5 months ago) by matt
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -5
lines
Nuke stmreg/ldmreg. PPC64 doesn't have a lmd/stmd so make sure lmw/stmw
don't invoke valid instructions on PPC64.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 31 06:23:55 2003 UTC (21 years, 5 months ago) by matt
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +43 -1
lines
Define SZREG {4,8} appropriately. Add pseudo-instructions (via #define)
to load/store int, long, pointer, register, multiple registers. This is so
assembly files can be support IPL32 and LP64 PowerPC implementations.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 2 20:43:23 2003 UTC (21 years, 11 months ago) by matt
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +41 -1
lines
Perform a rototill of the powerpc code. Mandate use of SPRG0 to store
a pointer to current cpu's cpu_info structure. Use cpu_info for
intstk,intr_depth,still_stk,idle_pcb,curpcb,curlwp,etal even on
non-MULTIPROCESSOR machines. Add common macros GET_CPUINFO and
INIT_CPUINFO to get and initialize the cpu_info struct on startup. Make
ibm4xx use the standard <powerpc/frame.h>. Use IFRAME_xx in ibm4xx
trap_subr.S instead of explicit magic offsets. Move INTSTK and SPILLSTK
to std.<platform>. Change faultbuf to a struct instead of an array.
On MPC6XX cpus, stop using the vector page for temporary space and use
reserved space in cpu_info.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 18 21:36:44 2003 UTC (22 years ago) by matt
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -1
lines
Add a temporary bridge to use %foo regnames in kernel / standalone code.
Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 6 08:39:13 2002 UTC (22 years, 4 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +9 -1
lines
sync kqueue branch with HEAD
Revision 1.8.16.2: download - view: text, markup, annotated - select for diffs
Sat Aug 31 13:45:45 2002 UTC (22 years, 4 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.8.16.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.16.1: +7 -1
lines
catch up with -current.
Revision 1.8.8.2: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:43:02 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.8.8.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.8.1: +182 -0
lines
Catch up to -current.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jul 30 06:09:10 2002 UTC (22 years, 5 months ago) by matt
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
fvdl_fs64_base
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -1
lines
Don't define register references if not KERNEL or STANDALONE.
Revision 1.8.16.1: download - view: text, markup, annotated - select for diffs
Tue Jul 16 13:09:57 2002 UTC (22 years, 6 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1
lines
catch up with -current.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:26:58 2002 UTC (22 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1
lines
Add ENTRY_NOPROFILE().
Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 21 19:32:08 2001 UTC (23 years, 7 months ago) by nathanw
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +82 -1
lines
Catch up to -current.
Revision 1.8.8.1
Wed Jun 13 06:01:48 2001 UTC (23 years, 7 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.8: +0 -174
lines
file asm.h was added on branch nathanw_sa on 2002-08-01 02:43:02 +0000
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 13 06:01:48 2001 UTC (23 years, 7 months ago) by simonb
Branches: MAIN
CVS tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf,
newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
ifpoll-base,
eeh-devprop-base,
eeh-devprop
Branch point for: netbsd-1-6,
nathanw_sa,
kqueue,
gehenna-devsw
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +82 -1
lines
Add a port to IBM's PPC405GP Reference Board (the "walnut")
by Eduardo Horvath and Simon Burge of Wasabi Systems.
IBM 4xx series CPU features:
- New pmap and revised trap handler.
- Support on-chip timers, PCI controller, UARTs
- Framework for on-chip ethernet and watchdog timer.
General PowerPC features:
- Add in-kernel PPC floating point emulation
- New in{,4}_cksum that is between 1.5 and 5 times faster than the
old version depending on CPU type.
General changes:
- Kernel support for generic dbsym-style symbols.
Revision 1.6.8.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:31:07 2000 UTC (24 years, 2 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +7 -1
lines
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
Revision 1.6.18.1: download - view: text, markup, annotated - select for diffs
Tue Jul 25 08:37:14 2000 UTC (24 years, 5 months ago) by kleink
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +7 -1
lines
Pull up rev. 1.7 (approved by thorpej):
For ELF, add a WEAK_ALIAS() macro.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 23 12:18:49 2000 UTC (24 years, 7 months ago) by kleink
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -1
lines
Add a WEAK_ALIAS() macro.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 5 07:59:13 1999 UTC (25 years, 10 months ago) by tsubai
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
netbsd-1-5-base,
netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
minoura-xpg4dl-base,
minoura-xpg4dl,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-newbase,
chs-ubc2-base,
chs-ubc2
Branch point for: thorpej_scsipi,
netbsd-1-5
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
First-cut of profiling support.
XXX userland only, for now.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 2 00:58:43 1998 UTC (26 years, 1 month ago) by thorpej
Branches: MAIN
CVS tags: kenh-if-detach-base,
kenh-if-detach
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -1
lines
Implement WARN_REFERENCES().
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 24 11:17:17 1998 UTC (26 years, 2 months ago) by tsubai
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
Add PIC definitions.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 16 22:52:50 1997 UTC (27 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-signal-base,
thorpej-signal,
netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3,
marc-pcmcia-bp,
marc-pcmcia-base,
marc-pcmcia,
eeh-paddr_t-base,
eeh-paddr_t,
chs-ubc-base,
chs-ubc,
bouyer-scsipi
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -6
lines
Update for Elf.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Nov 30 02:49:04 1996 UTC (28 years, 1 month ago) by jtc
Branches: MAIN
CVS tags: thorpej-setroot,
mrg-vm-swap,
is-newarp-before-merge,
is-newarp-base,
is-newarp
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
PROF -> GPROF
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Sep 30 16:34:20 1996 UTC (28 years, 3 months ago) by ws
Branches: MAIN
PowerPC port
CVSweb <webmaster@jp.NetBSD.org>