search for: jimix

Displaying 20 results from an estimated 23 matches for "jimix".

2006 Aug 07
5
[PATCH][LINUX] use machine_emergency_restart() from the generic header.
This patch uses the standard generic header for the definition of machine_emergency_restart() and reverses the call path for XenoLinux. Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> --- diff -r 7680b29c03a6 drivers/xen/core/reboot.c --- a/drivers/xen/core/reboot.c Sat Aug 05 11:33:24 2006 -0400 +++ b/drivers/xen/core/reboot.c Mon Aug 07 09:50:33 2006 -0400 @@ -9,6 +9,7 @@ #include <linux/stringify.h> #include <asm/irq.h> #include <asm/mmu...
2006 Aug 11
2
[PATCH][XEN] Use a union to pack the dual-short combos in an endian neutral way.
The first to members of a grant entry are updated as a combined pair. The following union patch uses a union so updated can happen in an endian neutral fashion. Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> diff -r 1f611b58729f xen/common/grant_table.c --- a/xen/common/grant_table.c Wed Aug 09 18:53:00 2006 -0400 +++ b/xen/common/grant_table.c Fri Aug 11 12:29:48 2006 -0400 @@ -32,6 +32,17 @@ #include <xen/guest_access.h> #include <acm/acm_hooks.h> +/* The first to...
2006 Aug 01
0
[PATCH][TOOLS] ppc64 is not a LIB_64_ARCH
changeset: 11208:a40c8bae08a81181c38a43a744b5d87db22066ea parent: 11206:12da2c3245bbbf63781e2ad5e6f2eb489d93957c user: Jimi Xenidis <jimix@watson.ibm.com> date: Tue Aug 01 16:40:33 2006 -0400 files: tools/python/xen/util/auxbin.py description: [TOOLS] ppc64 is not a LIB_64_ARCH Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> diff -r 12da2c3245bbbf63781e2ad5e6f2eb489d93957c -r a40c8bae08a81181c38a43a744b5d87...
2006 May 08
2
Resend: xenolinux hg repo
resend to larger group: which one is the right one? I''m going thru some merge hell and a need some newer PPC code from kernel.org. is it: http://xenbits.xensource.com/linux-2.6-xen.hg (worked on) --or-- http://xenbits.xensource.com/ext/linux-2.6-merge.hg (six weeks of nothing) there is also linux-2.6.rc-xen.hg, linux-2.6.tip-xen.hg, linux-2.6- patchqueue.hg the PPC team
2007 Apr 18
1
[rfc][patch][linux] ioctl32() compat plumbing for xen calls
changeset: 30726:2a6fda4e7dde1a0a5d29a62303e85bcea868eb47 tag: tip user: Jimi Xenidis <jimix@watson.ibm.com> date: Thu Jul 13 11:51:38 2006 -0400 files: drivers/xen/privcmd/Makefile drivers/xen/privcmd/compat_privcmd.c fs/compat_ioctl.c include/xen/public/privcmd.h description: [ppc] ioctl32() compat plumbing for xen calls The following patch deals with xen ioctl32() data...
2006 Sep 22
0
[XenPPC] Re: [PATCH] Fix BUG in alloc_heap_pages
...ent > and returns, and then the next call to the same function looks through > the same list and decides that it is not empty and tries to do a > list_del, which triggers the BUG I am seeing. > > Thanks to Jimi Xenidis for tracking this down. > > Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> > Acked-by: Amos Waterland <apw@us.ibm.com> > > --- > > page_alloc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -r 5418062d2da8 xen/common/page_alloc.c > --- a/xen/common/page_alloc.c Tue Sep 19 11:26:00 2006 -0500 > +...
2006 Aug 07
0
[PATCH][LINUX] use machine_emergency_restart() from the
--text follows this line-- This patch uses the standard generic header for the definition of machine_emergency_restart() and reverses the call path for XenoLinux. Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> --- diff -r 7680b29c03a6 drivers/xen/core/reboot.c --- a/drivers/xen/core/reboot.c Sat Aug 05 11:33:24 2006 -0400 +++ b/drivers/xen/core/reboot.c Mon Aug 07 09:50:33 2006 -0400 @@ -9,6 +9,7 @@ #include <linux/stringify.h> #include <asm/irq.h> #include <asm/mmu...
2006 Aug 18
0
[PATCH/RFC] gcc warnings of void * arithmetic
Not sure if you guys want these patches, should I just turn off -Wpointer-arith in the PPC build or everyone else can turn it on? Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> --- diff -r 66cd49a0e239 xen/drivers/video/vga.c --- a/xen/drivers/video/vga.c Fri Aug 18 13:30:01 2006 -0400 +++ b/xen/drivers/video/vga.c Fri Aug 18 13:43:30 2006 -0400 @@ -185,17 +185,17 @@ static inline void vga_io_w_fast(uint16_ outw(VGA_OUT16VAL(val, reg), port); }...
2006 Apr 19
0
[patch] define and use cpu_test_and_clear() and some type checking fixes
This patch defines a test_and_clear bitop for cpumask_t pointers. Also fixes "wrong pointer type" for type specific bitops by using &foo [0] instead of &foo. NOTE: hard tabs are not my own :) Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> -- diff -r b3ca881c903b xen/include/xen/cpumask.h --- a/xen/include/xen/cpumask.h Wed Apr 19 10:26:37 2006 -0400 +++ b/xen/include/xen/cpumask.h Wed Apr 19 11:45:07 2006 -0400 @@ -111,6 +111,12 @@ static inline int __cpu_test_and_set(int static inline int __cpu_test_and_set(int...
2006 Oct 25
2
Re: [Xen-staging] [xen-unstable] [XEND] Open xend-debug.log in append mode.
Missed this in the [patch] state. If we are gonna do this can we get a timestamp on every open? or every message? -JX On Oct 25, 2006, at 5:30 AM, Xen staging patchbot-unstable wrote: > # HG changeset patch > # User kfraser@localhost.localdomain > # Date 1161768423 -3600 > # Node ID 0c7923eb6b9846c92f1c15486e06ee9745bcf676 > # Parent 410df40afc014555ce7bfcad2852de9e6d0425f0
2006 Mar 30
3
[patch] bitops on irq_cpustat_t->__softirq_pending
...sharing. I know Jimi has investigated this subject... Please apply. -- Hollis Blanchard IBM Linux Technology Center Use long instead of int for irq_cpustat_t->__softirq_pending, allowing PowerPC to share this file unchanged (PowerPC bitops operate on longs). Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> diff -r 50778f42f2dd xen/include/asm-x86/hardirq.h --- a/xen/include/asm-x86/hardirq.h Wed Mar 29 16:02:40 2006 +0100 +++ b/xen/include/asm-x86/hardirq.h Wed Mar 29 16:23:32 2006 -0600 @@ -5,7 +5,7 @@ #include <xen/c...
2007 Apr 18
8
Phone meeting about kernel virtualization hooks
I would like to host a phone meeting to discuss the plans for the xen sub-architecture of x86. Hopefully Chris can share his vision and we can agree on some next steps to getting this done and into the mainline kernel. From my understanding, it would be good if the "To" list could make it. If anyone believes others should attend, please let them know. Please let me know if you are
2007 Apr 18
8
Phone meeting about kernel virtualization hooks
I would like to host a phone meeting to discuss the plans for the xen sub-architecture of x86. Hopefully Chris can share his vision and we can agree on some next steps to getting this done and into the mainline kernel. From my understanding, it would be good if the "To" list could make it. If anyone believes others should attend, please let them know. Please let me know if you are
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...yering <meyering@redhat.com> Jim Paradis <jparadis@redhat.com> Jim Paris <jim@jtan.com> Jim Quinlan <jim2101024@gmail.com> Jim Rees <rees@umich.edu> Jim Schutt <jaschut@sandia.gov> Jim Somerville <Jim.Somerville@windriver.com> Jimi Xenidis <jimix@pobox.com> Jimi Xenidis <jimix@pobox.com> (for PPC_CHROMA bug fix) Jin Navy <nhjin@qca.qualcomm.com> Jin Park <jinyoungp@nvidia.com> Jin Qing <b24347@freescale.com> Jing Huang <huangj@brocade.com> Jing Wang <windsdaemon@gmail.com> Jingjie Jiang &...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...yering <meyering@redhat.com> Jim Paradis <jparadis@redhat.com> Jim Paris <jim@jtan.com> Jim Quinlan <jim2101024@gmail.com> Jim Rees <rees@umich.edu> Jim Schutt <jaschut@sandia.gov> Jim Somerville <Jim.Somerville@windriver.com> Jimi Xenidis <jimix@pobox.com> Jimi Xenidis <jimix@pobox.com> (for PPC_CHROMA bug fix) Jin Navy <nhjin@qca.qualcomm.com> Jin Park <jinyoungp@nvidia.com> Jin Qing <b24347@freescale.com> Jing Huang <huangj@brocade.com> Jing Wang <windsdaemon@gmail.com> Jingjie Jiang &...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...yering <meyering@redhat.com> Jim Paradis <jparadis@redhat.com> Jim Paris <jim@jtan.com> Jim Quinlan <jim2101024@gmail.com> Jim Rees <rees@umich.edu> Jim Schutt <jaschut@sandia.gov> Jim Somerville <Jim.Somerville@windriver.com> Jimi Xenidis <jimix@pobox.com> Jimi Xenidis <jimix@pobox.com> (for PPC_CHROMA bug fix) Jin Navy <nhjin@qca.qualcomm.com> Jin Park <jinyoungp@nvidia.com> Jin Qing <b24347@freescale.com> Jing Huang <huangj@brocade.com> Jing Wang <windsdaemon@gmail.com> Jingjie Jiang &...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...yering <meyering@redhat.com> Jim Paradis <jparadis@redhat.com> Jim Paris <jim@jtan.com> Jim Quinlan <jim2101024@gmail.com> Jim Rees <rees@umich.edu> Jim Schutt <jaschut@sandia.gov> Jim Somerville <Jim.Somerville@windriver.com> Jimi Xenidis <jimix@pobox.com> Jimi Xenidis <jimix@pobox.com> (for PPC_CHROMA bug fix) Jin Feng <jin88.feng@gmail.com> Jin Navy <nhjin@qca.qualcomm.com> Jin Park <jinyoungp@nvidia.com> Jin Qing <b24347@freescale.com> Jing Huang <huangj@brocade.com> Jing Wang <win...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...yering <meyering@redhat.com> Jim Paradis <jparadis@redhat.com> Jim Paris <jim@jtan.com> Jim Quinlan <jim2101024@gmail.com> Jim Rees <rees@umich.edu> Jim Schutt <jaschut@sandia.gov> Jim Somerville <Jim.Somerville@windriver.com> Jimi Xenidis <jimix@pobox.com> Jimi Xenidis <jimix@pobox.com> (for PPC_CHROMA bug fix) Jin Feng <jin88.feng@gmail.com> Jin Navy <nhjin@qca.qualcomm.com> Jin Park <jinyoungp@nvidia.com> Jin Qing <b24347@freescale.com> Jing Huang <huangj@brocade.com> Jing Wang <win...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...yering <meyering@redhat.com> Jim Paradis <jparadis@redhat.com> Jim Paris <jim@jtan.com> Jim Quinlan <jim2101024@gmail.com> Jim Rees <rees@umich.edu> Jim Schutt <jaschut@sandia.gov> Jim Somerville <Jim.Somerville@windriver.com> Jimi Xenidis <jimix@pobox.com> Jimi Xenidis <jimix@pobox.com> (for PPC_CHROMA bug fix) Jin Feng <jin88.feng@gmail.com> Jin Navy <nhjin@qca.qualcomm.com> Jin Park <jinyoungp@nvidia.com> Jin Qing <b24347@freescale.com> Jing Huang <huangj@brocade.com> Jing Wang <win...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...yering <meyering@redhat.com> Jim Paradis <jparadis@redhat.com> Jim Paris <jim@jtan.com> Jim Quinlan <jim2101024@gmail.com> Jim Rees <rees@umich.edu> Jim Schutt <jaschut@sandia.gov> Jim Somerville <Jim.Somerville@windriver.com> Jimi Xenidis <jimix@pobox.com> Jimi Xenidis <jimix@pobox.com> (for PPC_CHROMA bug fix) Jin Feng <jin88.feng@gmail.com> Jin Navy <nhjin@qca.qualcomm.com> Jin Park <jinyoungp@nvidia.com> Jin Qing <b24347@freescale.com> Jing Huang <huangj@brocade.com> Jing Wang <win...