Displaying 20 results from an estimated 21 matches for "submitchecklist".
2016 Oct 24
0
[PATCH v3 34/37] docs: fix locations of several documents that got moved
...nfsroot.txt | 4 +-
Documentation/frv/booting.txt | 2 +-
Documentation/hwmon/submitting-patches | 8 ++--
Documentation/isdn/README | 2 +-
Documentation/ja_JP/HOWTO | 24 +++++-----
Documentation/ja_JP/SubmitChecklist | 8 ++--
Documentation/ja_JP/SubmittingPatches | 18 ++++----
Documentation/ja_JP/stable_api_nonsense.txt | 4 +-
Documentation/ja_JP/stable_kernel_rules.txt | 6 +--
Documentation/kernel-per-CPU-kthreads.txt | 2 +-
Documentation/ko_KR/HOWTO...
2016 Oct 24
0
[PATCH v3 34/37] docs: fix locations of several documents that got moved
...nfsroot.txt | 4 +-
Documentation/frv/booting.txt | 2 +-
Documentation/hwmon/submitting-patches | 8 ++--
Documentation/isdn/README | 2 +-
Documentation/ja_JP/HOWTO | 24 +++++-----
Documentation/ja_JP/SubmitChecklist | 8 ++--
Documentation/ja_JP/SubmittingPatches | 18 ++++----
Documentation/ja_JP/stable_api_nonsense.txt | 4 +-
Documentation/ja_JP/stable_kernel_rules.txt | 6 +--
Documentation/kernel-per-CPU-kthreads.txt | 2 +-
Documentation/ko_KR/HOWTO...
2016 Oct 18
2
[PATCH v2 34/37] docs: fix locations of several documents that got moved
...nfsroot.txt | 4 +-
Documentation/frv/booting.txt | 2 +-
Documentation/hwmon/submitting-patches | 8 ++--
Documentation/isdn/README | 2 +-
Documentation/ja_JP/HOWTO | 24 +++++-----
Documentation/ja_JP/SubmitChecklist | 8 ++--
Documentation/ja_JP/SubmittingPatches | 18 ++++----
Documentation/ja_JP/stable_api_nonsense.txt | 4 +-
Documentation/ja_JP/stable_kernel_rules.txt | 6 +--
Documentation/kernel-per-CPU-kthreads.txt | 2 +-
Documentation/ko_KR/HOWTO...
2016 Oct 18
2
[PATCH v2 34/37] docs: fix locations of several documents that got moved
...nfsroot.txt | 4 +-
Documentation/frv/booting.txt | 2 +-
Documentation/hwmon/submitting-patches | 8 ++--
Documentation/isdn/README | 2 +-
Documentation/ja_JP/HOWTO | 24 +++++-----
Documentation/ja_JP/SubmitChecklist | 8 ++--
Documentation/ja_JP/SubmittingPatches | 18 ++++----
Documentation/ja_JP/stable_api_nonsense.txt | 4 +-
Documentation/ja_JP/stable_kernel_rules.txt | 6 +--
Documentation/kernel-per-CPU-kthreads.txt | 2 +-
Documentation/ko_KR/HOWTO...
2011 Jun 15
0
linux-next: Tree for June 15 (xen)
...ince 20110614:
on x86_64:
arch/x86/xen/mmu.c: In function 'xen_flush_tlb_others':
arch/x86/xen/mmu.c:1234: error: 'num_processors' undeclared (first use in this function)
kernel .config file is attached. (CONFIG_SMP is not enabled.)
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config-r8110
Type: application/octet-stream
Size: 57008 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20110615/65fffea6/attachment-...
2011 Jun 15
0
linux-next: Tree for June 15 (xen)
...ince 20110614:
on x86_64:
arch/x86/xen/mmu.c: In function 'xen_flush_tlb_others':
arch/x86/xen/mmu.c:1234: error: 'num_processors' undeclared (first use in this function)
kernel .config file is attached. (CONFIG_SMP is not enabled.)
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config-r8110
Type: application/octet-stream
Size: 57008 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20110615/65fffea6/attachment-...
2011 Dec 19
1
linux-next: Tree for Dec 19 (xen)
...> Changes since 20111216:
drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_init':
drivers/xen/xenbus/xenbus_dev_frontend.c:609:2: error: implicit declaration of function 'xen_domain'
Full randconfig file is attached.
--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: config-r3441
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20111219/1331dc77/attachment-0001.ksh>
2011 Jun 15
0
linux-next: Tree for June 15 (xen)
...ince 20110614:
on x86_64:
arch/x86/xen/mmu.c: In function 'xen_flush_tlb_others':
arch/x86/xen/mmu.c:1234: error: 'num_processors' undeclared (first use in this function)
kernel .config file is attached. (CONFIG_SMP is not enabled.)
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config-r8110
Type: application/octet-stream
Size: 57008 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20110615/65fffea6/attachment-...
2011 Dec 19
1
linux-next: Tree for Dec 19 (xen)
...> Changes since 20111216:
drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_init':
drivers/xen/xenbus/xenbus_dev_frontend.c:609:2: error: implicit declaration of function 'xen_domain'
Full randconfig file is attached.
--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: config-r3441
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20111219/1331dc77/attachment-0001.ksh>
2007 Apr 18
1
[PATCH 1/2] Clean up asm-x86_64/bugs.h
Most of asm-x86_64/bugs.h is code which should be in a C file, so put it there.
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Andi Kleen <ak@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
---
arch/x86_64/kernel/Makefile | 3 ++-
arch/x86_64/kernel/bugs.c | 28 ++++++++++++++++++++++++++++
include/asm-x86_64/alternative.h | 1 +
2007 Apr 18
1
[PATCH 1/2] Clean up asm-x86_64/bugs.h
Most of asm-x86_64/bugs.h is code which should be in a C file, so put it there.
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Andi Kleen <ak@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
---
arch/x86_64/kernel/Makefile | 3 ++-
arch/x86_64/kernel/bugs.c | 28 ++++++++++++++++++++++++++++
include/asm-x86_64/alternative.h | 1 +
2011 Jun 09
2
[PATCH 7/7] [v4] drivers/virt: introduce Freescale hypervisor management driver
On Thursday 09 June 2011 01:10:09 Randy Dunlap wrote:
> On Wed, 8 Jun 2011 17:45:54 -0500 Timur Tabi wrote:
>
> > Add the drivers/virt directory, which houses drivers that support
> > virtualization environments, and add the Freescale hypervisor management
> > driver.
>
> It can't go in linux/virt or linux/virt/fsl instead? why drivers/ ?
>
> or maybe
2011 Jun 09
2
[PATCH 7/7] [v4] drivers/virt: introduce Freescale hypervisor management driver
On Thursday 09 June 2011 01:10:09 Randy Dunlap wrote:
> On Wed, 8 Jun 2011 17:45:54 -0500 Timur Tabi wrote:
>
> > Add the drivers/virt directory, which houses drivers that support
> > virtualization environments, and add the Freescale hypervisor management
> > driver.
>
> It can't go in linux/virt or linux/virt/fsl instead? why drivers/ ?
>
> or maybe
2007 Apr 18
2
[PATCH] Simplify smp_call_function*() by using common implementation
smp_call_function and smp_call_function_single are almost complete
duplicates of the same logic. This patch combines them by
implementing them in terms of the more general
smp_call_function_mask().
[ Jan, Andi: This only changes arch/i386; can x86_64 be changed in the
same way? ]
[ Rebased onto Jan's x86_64-mm-consolidate-smp_send_stop patch ]
Signed-off-by: Jeremy Fitzhardinge
2007 Apr 18
2
[PATCH] Simplify smp_call_function*() by using common implementation
smp_call_function and smp_call_function_single are almost complete
duplicates of the same logic. This patch combines them by
implementing them in terms of the more general
smp_call_function_mask().
[ Jan, Andi: This only changes arch/i386; can x86_64 be changed in the
same way? ]
[ Rebased onto Jan's x86_64-mm-consolidate-smp_send_stop patch ]
Signed-off-by: Jeremy Fitzhardinge
2011 Dec 21
1
Re: linux-next: Tree for Dec 21 (xen)
...2/20/2011 10:47 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20111220:
drivers/xen/xenbus/xenbus_dev_backend.c:74:2: error: implicit declaration of function ''xen_initial_domain''
Full randconfig file is attached.
--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
2011 Jul 25
1
linux-next: Tree for July 25 (xen)
...r list
include/trace/events/xen.h:31: warning: 'struct multicall_entry' declared inside parameter list
include/trace/events/xen.h:31: warning: 'struct multicall_entry' declared inside parameter list
Full kernel config file is attached.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config-r9359
Type: application/octet-stream
Size: 66469 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20110725/c9d90db2/attachment-...
2011 Jul 25
1
linux-next: Tree for July 25 (xen)
...r list
include/trace/events/xen.h:31: warning: 'struct multicall_entry' declared inside parameter list
include/trace/events/xen.h:31: warning: 'struct multicall_entry' declared inside parameter list
Full kernel config file is attached.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config-r9359
Type: application/octet-stream
Size: 66469 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20110725/c9d90db2/attachment-...
2011 Jul 25
1
linux-next: Tree for July 25 (xen)
...r list
include/trace/events/xen.h:31: warning: 'struct multicall_entry' declared inside parameter list
include/trace/events/xen.h:31: warning: 'struct multicall_entry' declared inside parameter list
Full kernel config file is attached.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config-r9359
Type: application/octet-stream
Size: 66469 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20110725/c9d90db2/attachment-...
2011 Jun 09
2
[PATCH 7/7] [v5] drivers/virt: introduce Freescale hypervisor management driver
Add the drivers/virt directory, which houses drivers that support
virtualization environments, and add the Freescale hypervisor management
driver.
The Freescale hypervisor management driver provides several services to
drivers and applications related to the Freescale hypervisor:
1. An ioctl interface for querying and managing partitions
2. A file interface to reading incoming doorbells
3. An