summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-16transition from index.txt to READMEManuel Traut
README is now in asciidoc format Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16update for 2014Manuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16move device driver devel to the endManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16update index.txtManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16configure for fh useManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16configure template for fh useManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16changed for pruefung 2013Manuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16vorl1 - update charts, fix buildManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16fix master vorlManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16fix tailpres.texManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16remove cpu stuff from vorl1Manuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16fix path for deb.shManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16updated index.txt for ss 2013Manuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16make questions more clearManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16add pruefung 2012Manuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16add pruefung 2011Manuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16make hch a freelancerManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16updated todays index.txtManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16updated index.txt with lwnManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2018-03-16updated index.txt with lwnManuel Traut
Signed-off-by: Manuel Traut <manut@x1.localdomain>
2018-03-16updated index.txt and prepared slidesets for vorl4,5Manuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16fix build of linux-deviceManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16add example for linux deviceManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16kernel-deve/device: bus_id is no longer member of struct deviceManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16updated index with lwnManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16add new chapter about the struct deviceManuel Traut
- what is it - how is it used - should be extended to sth. like linux driver model overview Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16updated lwn from heise newsManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16updated lwn and orgaManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16updated index with topics for next vorlesungManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16updated terminplanManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16prepared stuff for vorl1Manuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16fix ae oe ue in tex filesManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16add old index.txt from sose 2011Manuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16add Terminplan pdf from hswegtManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16update makefile to build all pdfsManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-16updated index for sose 2012Manuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-03-07application-devel: Integrate Git-Basic slidesHolger Dengler
Signed-off-by: Holger Dengler <dengler@linutronix.de>
2018-03-07application-devel: add Git-Basics slidesHolger Dengler
Signed-off-by: Holger Dengler <dengler@linutronix.de>
2018-03-07embedded-devel: typo: remove duplicate wordHolger Dengler
Signed-off-by: Holger Dengler <dengler@linutronix.de>
2018-03-02basics: sh-programming: more variable setting examplesJohn Ogness
There are several methods of setting and printing variables. Add a couple frames to help clarify that before jumping into the more complex examples. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-03-02basics: sh-programming: add "case" exampleJohn Ogness
A simple example demonstrating the syntax of "case". Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-03-02add colordiff toolJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-23dd-multi.sh: wait for new partitionsJohn Ogness
There is a latency between when partprobe is called and when udev actually creates the device nodes. Wait for the desired device nodes to appear before continuing. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-23mtrace: force PIEJohn Ogness
In case it is run on a system where PIE is not the default, explicitly set for the binary to be built as PIE. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-23add gnome-screenshotJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-20remove german slides when english are availableJohn Ogness
Remove german slides if a completely translated english version is available. For slides that have been translated to english, but do not contain all the information of the german slides, the german slides are still available. But they are only available for reference. That will not be built. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-20tools: add ipc dbus exampleJohn Ogness
2018-02-20tools: rename 'rtex' tool to 'pgflt'John Ogness
The rtex tool only demonstrates prefaultingn to avoid runtime page faults. It makes more sense to call it pgflt. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-20ipc: add frames to summarize methodsJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-20module-basics: fix wrappingJohn Ogness
Wrap lines that are too long for the slide. Signed-off-by: John Ogness <john.ogness@linutronix.de>