On 6 August 2016 at 19:04, Daniel Stone wrote:
> Hi Tomeu,
>
> On 22 July 2016 at 15:10, Tomeu Vizoso wrote:
>> +/**
>> + * DOC: CRC ABI
>> + *
>> + * DRM device drivers can provide to userspace CRC information of each
>> frame as
>> + * it reached a given hardware component (a "source").
>> + *
Am 07.08.2016 um 14:38 schrieb Mauro Carvalho Chehab :
> Em Sun, 7 Aug 2016 11:55:27 +0200
> Markus Heiser escreveu:
>
>>
>> Am 06.08.2016 um 14:00 schrieb Mauro Carvalho Chehab
>> :
>>
>>> Being able to build just the media docs is important for us due to several
>>> reasons:
>>>
>>> 1) Me
From: Markus Heiser
Hi Mauro,
this is my approach for a more generic way to build only sphinx sub-folders, we
discussed in [1]. The last patch adds a minimal conf.py to the gpu folder, if
you don't want to patch the gpu folder drop it.
[1] http://marc.info/?t=14705152392
Markus Heiser (3):
From: Markus Heiser
With the media/conf.py, the media folder can be build and distributed
stand-alone. BTW fixed python indentation in media/conf_nitpick.py.
Python indentation is 4 spaces [1] and Python 3 disallows mixing the use
of tabs and spaces for indentation.
[1] https://www.python.org/de
From: Markus Heiser
Remove the 'DOC_NITPIC_TARGETS' from main $(srctree)/Makefile and add a
more generic way to build only a reST sub-folder.
* control *sub-folders* by environment SPHINXDIRS
* control *build-theme* by environment SPHINX_CONF
Folders with a conf.py file, matching $(srctree)/Doc
From: Markus Heiser
With the gpu/conf.py, the gpu folder can be build and distributed
stand-alone.
Signed-off-by: Markus Heiser
---
Documentation/gpu/conf.py | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 Documentation/gpu/conf.py
diff --git a/Documentation/gpu/conf.py b/Documen
On Tue, Aug 02, 2016 at 10:56:20AM -0500, ttha...@opensource.altera.com wrote:
> From: Thor Thayer
>
> Add Altera Arria10 SD-MMC FIFO memory EDAC support. The SD-MMC
> is a dual port RAM implementation which is different than any
> of the other peripherals and therefore requires additional code.
On Tue, Aug 02, 2016 at 10:56:21AM -0500, ttha...@opensource.altera.com wrote:
> From: Thor Thayer
>
> Add the device tree entries needed to support the Altera SD/MMC
> FIFO buffer EDAC on the Arria10 chip.
>
> Signed-off-by: Thor Thayer
> ---
> arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dt
On 08/05/2016 02:01 PM, Andrew Morton wrote:
Bah. What about WARN__ON_ONCE()? Or much heavier ratelimiting?
The problem w/ the WARN_ON_ONCE macro for this case is that it applies
once per _function_ (because of its static variable), not per _device_.
So, after the message happens for a parti
On 08/08/2016 08:36 AM, Borislav Petkov wrote:
On Tue, Aug 02, 2016 at 10:56:20AM -0500, ttha...@opensource.altera.com wrote:
From: Thor Thayer
Add Altera Arria10 SD-MMC FIFO memory EDAC support. The SD-MMC
is a dual port RAM implementation which is different than any
of the other peripheral
Hi Jani,
Am 08.08.2016 um 17:37 schrieb Jani Nikula :
>
> Hi Mauro & co -
>
> I just noticed running 'make htmldocs' rebuilds parts of media docs
> every time on repeated runs. This shouldn't happen. Please investigate.
>
> I wonder if it's related to Documentation/media/Makefile... which I ha
On 08/02/2016 10:56 AM, ttha...@opensource.altera.com wrote:
> From: Thor Thayer
>
> Add the device tree entries needed to support the Altera SD/MMC
> FIFO buffer EDAC on the Arria10 chip.
>
> Signed-off-by: Thor Thayer
> ---
> arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts | 12 +++
Hi Jani,
Em Mon, 8 Aug 2016 18:07:10 +0200
Markus Heiser escreveu:
> Hi Jani,
>
> Am 08.08.2016 um 17:37 schrieb Jani Nikula :
>
> >
> > Hi Mauro & co -
> >
> > I just noticed running 'make htmldocs' rebuilds parts of media docs
> > every time on repeated runs. This shouldn't happen. Please
Remove the check which prevents us from hotplugging into an empty node.
Signed-off-by: Reza Arbab
---
arch/powerpc/mm/numa.c | 13 +
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index 80d067d..bc70c4f 100644
--- a/arch/
Onlining memory into ZONE_MOVABLE requires CONFIG_MOVABLE_NODE.
Enable the use of this config option on PPC64 platforms.
Signed-off-by: Reza Arbab
---
Documentation/kernel-parameters.txt | 2 +-
mm/Kconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff -
When scanning the device tree to initialize the system NUMA topology,
process dt elements with compatible id "ibm,hotplug-aperture" to create
memoryless numa nodes.
These nodes will be filled when hotplug occurs within the associated
address range.
Signed-off-by: Reza Arbab
---
arch/powerpc/mm/
These changes enable onlining memory into ZONE_MOVABLE on power, and the
creation of discrete nodes of movable memory.
Node hotplug is not supported on power [1]. The approach taken instead is to
create a memoryless placeholder node for the designated address range at boot.
Hotplug and onlining of
Signed-off-by: Reza Arbab
---
.../bindings/powerpc/opal/hotplug-aperture.txt | 26 ++
1 file changed, 26 insertions(+)
create mode 100644
Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt
diff --git
a/Documentation/devicetree/bindings/powerpc/opal/hot
This directory will be a collecting point for documentation oriented around
development tools. As a step toward ordering Documentation/ it's a small
one, but we have to start somewhere...
Signed-off-by: Jonathan Corbet
---
Documentation/dev-tools/tools.rst | 16
Documentation/i
This series of patches collects a number of documents related to kernel
development tools, converts them to the Sphinx format, and puts them
together into the dev-tools directory. The resulting formatted
documentation can be seen at:
http://static.lwn.net/kerneldoc/dev-tools/tools.html
I
No textual changes beyond formatting.
Cc: Peter Oberparleiter
Signed-off-by: Jonathan Corbet
---
Documentation/dev-tools/gcov.rst | 256 +
Documentation/dev-tools/tools.rst | 1 +
Documentation/gcov.txt| 257
Cc: Vegard Nossum
Cc: Pekka Enberg
Signed-off-by: Jonathan Corbet
---
Documentation/dev-tools/kmemcheck.rst | 733 +
Documentation/dev-tools/tools.rst | 1 +
Documentation/kmemcheck.txt | 754 --
MAINTAINERS
Another document added to the dev-tools collection.
Cc: Dmitry Vyukov
Signed-off-by: Jonathan Corbet
---
Documentation/dev-tools/kcov.rst | 111 ++
Documentation/dev-tools/tools.rst | 1 +
Documentation/kcov.txt| 111 ---
Cc: Catalin Marinas
Signed-off-by: Jonathan Corbet
---
.../{kmemleak.txt => dev-tools/kmemleak.rst} | 93 --
Documentation/dev-tools/tools.rst | 1 +
MAINTAINERS| 2 +-
3 files changed, 52 insertions(+), 44 dele
No textual changes have been made, but the formatting has obviously been
tweaked.
Cc: Michal Marek
Cc: Gilles Muller
Cc: Nicolas Palix
Cc: Julia Lawall
Signed-off-by: Jonathan Corbet
---
.../{coccinelle.txt => dev-tools/coccinelle.rst} | 359 +++--
Documentation/dev-tools/t
No textual changes beyond formatting.
Cc: Andrey Ryabinin
Cc: Alexander Potapenko
Cc: Dmitry Vyukov
Signed-off-by: Jonathan Corbet
---
Documentation/dev-tools/kasan.rst | 173 ++
Documentation/dev-tools/tools.rst | 1 +
Documentation/kasan.txt |
Cc: Jan Kiszka
Signed-off-by: Jonathan Corbet
---
.../gdb-kernel-debugging.rst} | 77 +-
Documentation/dev-tools/tools.rst | 1 +
2 files changed, 46 insertions(+), 32 deletions(-)
rename Documentation/{gdb-kernel-debugging.txt =>
dev-
Cc: Andrey Ryabinin
Signed-off-by: Jonathan Corbet
---
Documentation/dev-tools/tools.rst| 1 +
Documentation/{ubsan.txt => dev-tools/ubsan.rst} | 42 +---
2 files changed, 24 insertions(+), 19 deletions(-)
rename Documentation/{ubsan.txt => dev-tools/ubsan.r
Fold the sparse document into the development tools set; no changes to the
text itself beyond formatting.
Signed-off-by: Jonathan Corbet
---
Documentation/{sparse.txt => dev-tools/sparse.rst} | 61 +-
Documentation/dev-tools/tools.rst | 1 +
2 files changed,
Acked-by: Julia Lawall
On Mon, 8 Aug 2016, Jonathan Corbet wrote:
> No textual changes have been made, but the formatting has obviously been
> tweaked.
>
> Cc: Michal Marek
> Cc: Gilles Muller
> Cc: Nicolas Palix
> Cc: Julia Lawall
> Signed-off-by: Jonathan Corbet
> ---
> .../{coccinelle.t
30 matches
Mail list logo