- 28 Jul, 2021 1 commit
-
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
- 02 Sep, 2019 1 commit
-
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
- 13 Aug, 2019 1 commit
-
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
- 15 Apr, 2019 1 commit
-
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
- 22 Aug, 2018 1 commit
-
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
- 03 Nov, 2015 1 commit
-
-
Adam Wujek authored
Include parent_common.mk from up directory. Which may contain various environment definitions such compiler, linker, etc. If such file is not present it will not affect build. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 02 Nov, 2015 2 commits
-
-
Adam Wujek authored
remove all *.ko.cmd and *.o.cmd files Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 21 Jul, 2015 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 17 Sep, 2014 1 commit
-
-
Federico Vaga authored
Mapping zio_block to a scatterlist is a common operations. This patch simply adds a set of helpers to manage the scatter DMA mapping. Signed-off-by:
Federico Vaga <federico.vaga@cern.ch> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 14 Jul, 2014 2 commits
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
/dev/zio-sniff.ctrl is a misc device, selected by CONFIG_ZIO_SNIFF_DEV which currently is on by default. Every time a block is released, a copy of the control is delivered to every reader of the device. This is meant to be useful for monitoring, and to retrieve the perfomance figures that will be added by later commits. We need a sniff device to monitor output channels, because even the application driving I/O cannot recover the control structures that leave the ZIO pipeline. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com>
-
- 11 Jun, 2014 2 commits
-
-
Federico Vaga authored
src point to the source code. Obj point to the object. Sometimes they live toghether but users can decide to build the object outside the source tree. Signed-off-by:
Federico Vaga <federico.vaga@cern.ch> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
Federico Vaga authored
Because their are not part of the module building but simple user space application. To avoid confusion, do not use kbuild environment style Signed-off-by:
Federico Vaga <federico.vaga@cern.ch> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 18 Jan, 2014 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 08 Jan, 2014 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 18 Dec, 2013 1 commit
-
-
Juan David González Cobas authored
For traceability purposes, we include commit descriptions as MODULE_VERSION information in drivers that are deployed in CERN control system. Ideally, the commit description should be added to all the binary blobs installed, but the kernel module is critical in this connection, as it is crucial to trace back quickly the whereabouts of installed .ko sources. Signed-off-by:
Juan David Gonzalez Cobas <dcobas@cern.ch> Acked-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com>
-
- 25 Jan, 2013 2 commits
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 24 Nov, 2012 4 commits
-
-
Alessandro Rubini authored
We are getting rid of the "zio-" prefix in all file names. The prefix is needed module names (so all single-file devices triggers and buffers) but not in component files. This simplifies stuff a little for our command lines and tab completion. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 09 Nov, 2012 1 commit
-
-
Alessandro Rubini authored
This is a library-like set of functions, but they are not in the kernel, as far as I know, so let's offer them here. We will use them in the vmalloc buffer, in place of the circular buffer we have now, and for allocating minor device numbers. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com>
-
- 16 Apr, 2012 1 commit
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com>
-
- 31 Jan, 2012 3 commits
-
-
Alessandro Rubini authored
Testing /dev/urandom versus zzero-0-1-data (the random device) shows this increases performance by 0.1 usecs per block. We are now just over 0.7 usecs per block on my development PC. This also introduces zio-core.c with generic stuff. We agree that zio-sys will become zio-sysfs over time. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com> Conflicts: Makefile
-
Alessandro Rubini authored
Now that the default trigger and default buffer are includes, the module shoud be called zio.ko. zio-core.c will be the non-sysfs stuff currently in zio-sys.c Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com>
-
Alessandro Rubini authored
We introduced -DDEBUG in two makefiles by error. One error each of us. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com>
-
- 30 Jan, 2012 1 commit
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com>
-
- 24 Jan, 2012 1 commit
-
-
Alessandro Rubini authored
This moves zio-dump to the tools directory. The Makefiles are suitable for out-of-kenrel compilation but not for in-kernel compilation, at this point. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com>
-
- 20 Nov, 2011 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 15 Nov, 2011 1 commit
-
-
Alessandro Rubini authored
The flags were incorrectly passed to make, now they are not. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Federico Vaga <federico.vaga@gmail.com>
-
- 12 Nov, 2011 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 04 Nov, 2011 1 commit
-
-
Federico Vaga authored
From this commit onwards the whole thing compiles and works (from 2.6.34 onwards). We chose to save you from the past history of internal zio development. Signed-off by: Federico Vaga <federico.vaga@gmail.com> Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-