43 Commits (master)

Author SHA1 Message Date
Renaud Germain a4addecd59 copyedit: concepts chapter 2 years ago
Kian-Meng, Ang 2c15599cfb Fix typos 2 years ago
DeSmooth 1a93aae518 Update Concepts/Linux-cpu-2.md cpumask
In x86_64 architecture `unsigned long` is 8-bytes size, so
 BITS_PER_BYTE * sizeof(long) = 64
3 years ago
Jan Sonntag fa1cf540e8 Fix broken links and emails 4 years ago
Sebastian Fricke 2cff4abf08 Gitbook Links: replace old links with new ones
The old links didn't point to valid locations.
Replace the old links with the new links and test those changes with a
small script: https://github.com/initBasti/markdown_link_check .

______________________________________________________________

In order to find and replace the links, I used the following commands:

grep -rwohP '.' -e "\(https\:\/\/0xax.gitbooks.io\/\S*\)" > links.txt
(Find all links recursivly in the project directories and print out the
 only the matches links)

Within links.txt:
Remove the '(' & ')' => :%s/\(//g  and :%s/\)//g
Remove duplicates => :sort u

Test if the links work with:
python3 md_link_check.py --pattern 0xax.gitbook --output-file bad.txt
(https://github.com/initBasti/markdown_link_check)

Create replace commands:
:%s/.*/grep -rl & '.' | xargs sed -i 's#&##g'
Enter replacement URL between the 2nd & 3rd '#'
Execute commands: :w !sh

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
4 years ago
Bruno Meneguele cdbc603fbd concepts/initcalls: add module_init macro information
While reading about initcalls around the web and kernel source code I found
that the information of what happens to __init functions not explicitly set to
any initcall list pretty useful. With this patch such information is added.

Signed-off-by: Bruno Meneguele <bmeneguele@gmail.com>
4 years ago
Bruno Meneguele cbc004adde concepts/initcalls: rewording and typo corrections
This patch handle different typos present in the initcall section of the book.
It also reword some paragraphs in order to get it clearer to the reader.
Some example codes were also added in order to help the reader to understand
smaller concepts, like the way initcalls callbacks are named in the object
file.

Signed-off-by: Bruno Meneguele <bmeneguele@gmail.com>
4 years ago
Marco Torsello 82aaf56611 Corrected escaping on two URLs
Corrected escaping on two Wikipedia URLs
5 years ago
Alexander Kuleshov 5880a60e6e update links 6 years ago
Alexander Kuleshov e896e56c86
s/http/https for linux-insides 6 years ago
Dongliang Mu 49c8951eb8 modify broken links related with Thoery, Data structure, Misc and so on 6 years ago
Dongliang Mu 4704d82b25 fix broken links related with 'sync, syscall, timer' 6 years ago
Dongliang Mu f159c63e0c Change mm to MM, interrupts to Interrupts 6 years ago
Alexander Kuleshov 9a5bbd33d1 fix links in Concepts/README.md 6 years ago
Joshua Murphy 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 6 years ago
Jeremy Wong 360efa83bd fix typo of "subsys" 7 years ago
Alexander Kuleshov 2b43267b23 Merge branch 'master' of github.com:0xAX/linux-insides 7 years ago
Alexander Kuleshov 7b3bade127 update SUMMARY.md 7 years ago
Alexander Kuleshov b984247630 return notification_chains.md back 7 years ago
dimtass 16bcb10254 Simple typo fix 7 years ago
Aaron Hill 17da4af718
Make all Github links reference a specific commit
Closes #480
7 years ago
Dou Liyang 5a0ab7481d fix a typo
s/consuider/consider
7 years ago
proninyaroslav 90f50c2ac5 Change README links as relative 7 years ago
Alexander Kuleshov a1c01ff077 Merge branch 'patch-1' of https://github.com/incrediblesound/linux-insides into incrediblesound-patch-1 8 years ago
Alexander Kuleshov 5b1fbd83cc Add more information about cpumasks 8 years ago
Kavindra Nikhurpa 28a39fe665 More fixes and corrected contributors.md
Signed-off-by: Kavindra Nikhurpa <kavindra.nikhurpa@hotmail.com>
8 years ago
Mack Stump 3fda046617 fix typos 8 years ago
Piyush Pangtey bc1144ea67 Concpets: initcall: Fixed typos and other errors.
Signed-off-by: Piyush Pangtey <gokuvsvegita@gmail.com>
8 years ago
Abhinav Upadhyay f3840c6c2b Fix few typos. 8 years ago
James H Edwards 4a4358cfc2 Update initcall.md
Change a single misspelled word
Original line "Acutally the main point of the `initcall` mechanism is"
New line "Actually the main point of the `initcall` mechanism is"

Change: Acutally changed to Actually
There are no other changes
8 years ago
0xAX 29ad8faec6 Update initcall.md 8 years ago
0xAX 5306bca105 Update README.md 8 years ago
0xAX a5df9e00d3 Create initcall.md 8 years ago
Dave Willmer 8da68308db Minor typos and grammatical fixes 9 years ago
Dave Willmer a5b4ec093b Minor typos and grammatical fixes 9 years ago
0xAX e3837c7c05 Update cpumask.md 9 years ago
Alexander Kuleshov 6c140e6b0c percpu part finished 9 years ago
LYF610400210 6a3d259c21 Update per-cpu.md
Grammar Fix.
9 years ago
Anton Davydov 984ef074ec Fix typos in repository 9 years ago
0xAX 5f19a5066f Update README.md 9 years ago
0xAX 2b39084719 Create cpumask.md 9 years ago
0xAX b37916efd9 Create README.md 9 years ago
0xAX db4111a750 conecpts directory added 9 years ago