169 Commits (master)

Author SHA1 Message Date
0xAX 201e64871b
Merge pull request #613 from tkyymmt/patch
Update linux-initialization-2.md
6 years ago
0xAX 477bddc220
Merge pull request #615 from tkyymmt/patch3
Add UNWIND_HINT_IRET_REGS feature description
6 years ago
Takuya Yamamoto 8d8dc63250 Update Early interrupts handlers section 6 years ago
Takuya Yamamoto e5252b800a Add UNWIND_HINT_IRET_REGS feature description 6 years ago
Takuya Yamamoto 76337791b4 Update the definition of idt_descr 6 years ago
Takuya Yamamoto 424408f34f Update linux-initialization-2.md 6 years ago
Takuya Yamamoto 5f0d9efc9b Update descriptions related to initial_stack 6 years ago
Yaroslav Pronin 2429f0622c
Fix path to setup.h 6 years ago
Alexander Kuleshov 9d2aa869a1
initialization: update links to kernel-parameters docs
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Alexander Kuleshov 4382670c38
fix previous part before init chapter 6 years ago
Alexander Kuleshov e896e56c86
s/http/https for linux-insides 6 years ago
Alexander Kuleshov 9679dbdd91 init-5: fix DMI
Found by @kele1997
6 years ago
Dongliang Mu 49c8951eb8 modify broken links related with Thoery, Data structure, Misc and so on 6 years ago
Dongliang Mu 4a57db7015 fix broken links 6 years ago
Dongliang Mu 72c71c2560 fix interrupts 6 years ago
Dongliang Mu f159c63e0c Change mm to MM, interrupts to Interrupts 6 years ago
Firo Yang 723b07605c In the following expression, we add the value of phys_base to the
rax register, not the address of phys_base.
addq    phys_base(%rip), %rax

BTW, the value of phys_base =
the actual loaded physical address of kernel after relocation - the
likned physical address of kernel.

Signed-off-by: Firo Yang <firogh@gmail.com>
7 years ago
NeoCui 657c37e03f update the entry_64.S link in the linux-initialization-5.md file 7 years ago
NeoCui f8cf93cd4c update the "kernel stack" link in the linux-initialization-5.md 7 years ago
0xAX 974c45019d Merge branch 'master' into master 7 years ago
0xAX 9c65648dd0 Merge pull request #504 from jbcayrou/patch-2
Fix typo linux-initialization-3
7 years ago
JB Cayrou b96b249fdf Fix arch_local_irq_disable C code extract
In linux-initialization-4.md part, 'arch_local_irq_disable' is explained but the
code displayed is the 'arch_local_irq_enable' function.
7 years ago
Jean-Baptiste Cayrou c546f39a95 Fix typo linux-initialization-3 7 years ago
Chandan Rai 976c775471 corrected typos 7 years ago
Aaron Hill 17da4af718
Make all Github links reference a specific commit
Closes #480
7 years ago
Radek Dostál 4e08a7e426 Initialization: make grep command more precise
Idea is clearly to grep for "kthreadd", even though grepping for "kthread"
will also work.

Signed-off-by: Radek Dostál <rd@radekdostal.com>
7 years ago
Radek Dostál 684c5ee70b Initialization: fix spelling
"hierarcy" => "hierarchy"
"hierarcies" => "hierarcies"

Signed-off-by: Radek Dostál <rd@radekdostal.com>
7 years ago
Radek Dostál 9dafe28254 Initialization: fix copy paste error
replace "will have will have" with only "will have"

Signed-off-by: Radek Dostál <rd@radekdostal.com>
7 years ago
Alexander Kuleshov 29771f71d8 typo fixed 7 years ago
Alexander Kuleshov 62916fb719 fix a typo 7 years ago
Alexander Kuleshov 6792d39c66 fix a typo 7 years ago
Alexander Kuleshov 30600495c4
fix articles 7 years ago
Alexander Kuleshov 7be6e28f7e rewrite scheduler initialization part 7 years ago
Alexander Kuleshov 2d64a01b64 update linux-initialization-8.md part 7 years ago
Alexander Kuleshov 1a15aeda5a IDT diagram fixed 7 years ago
Alexander Kuleshov df66966959
remove description of lockdep_init() 7 years ago
proninyaroslav 90f50c2ac5 Change README links as relative 7 years ago
Alexander Kuleshov f3bc5949e2 Many fixes for initialization and MM related parts 8 years ago
Jakub Wilk ddad9dfb4f Initialization: Fix typos 8 years ago
Mack Stump 3fda046617 fix typos 8 years ago
Jonathan G Rennison f021bdf8cc Fix malformed links in SyncPrim 3 & 4 and Initialization 7.
'CPU mask' link in Initialization 7 is double-bracketed.
'Previous part' links in SyncPrim 3 & 4 have two opening brackets
and one closing.
'Previous part' link in SyncPrim 4 points to current page,
instead of previous.

Append to contributors.
8 years ago
Michael 509c808a9f Update linux-initialization-1.md 8 years ago
Michael 57947bf2e6 Update README.md 8 years ago
0xAX d817bbe358 Merge pull request #359 from olshevskiy87/fix_typos_init
fix typos in Initialization chapter
8 years ago
0xAX c613d61bc2 Update linux-initialization-9.md 8 years ago
0xAX 2dc9a29596 Merge pull request #330 from QuentinPerez/typo
Fix typo linux-initialization 3
8 years ago
Dmitriy Olshevskiy f4f5eb96ba fix typos in Initialization chapter 8 years ago
haishanh fbe7909510 Fix some typos in chapter Initialization
linux-initialization-2.md:

 * `arlready -> already`
 * `instruuction -> instruction`

linux-initialization-3.md:

 * `initilized -> initialized`

linux-initialization-4.md:

 * `killobytes -> kilobytes`

linux-initialization-5.md:

 * `killobytes -> kilobytes`
 * `resason -> reason`
 * `subscract -> substract`
 * `comminicate -> communicate`
 * `initializtion -> initialization`
 * `Initiaization -> initialization`
 * `parameteres -> parameters`
8 years ago
Quentin Perez b61356ef47
Fix typo linux-initialization 3 8 years ago
Alexander Kuleshov ff5238bf0c Updated second part of the Linux kernel initialization process 8 years ago
Alexander Kuleshov ba2c286334 update initialzation-1.md 8 years ago
zhaoxiaoqiang 0d1ee9e346 fix grammer errors of the rest parts 8 years ago
zhaoxiaoqiang da85529d83 fix some grammer errors 8 years ago
zhaoxiaoqiang ae5cbb4c20 fix minor grammer errors 8 years ago
zhaoxiaoqiang 146b3bb4b3 fix grammer errors and refine some statements 8 years ago
zhaoxiaoqiang c840c6fb98 fix statements errors 8 years ago
zhaoxiaoqiang bbab87a550 fix grammer errors in initialization/README.md 8 years ago
0xAX 77d85abc21 Merge pull request #283 from shivanshuag/master
Fix grammar in Initialization/linux-initialization-1.md
9 years ago
Shivanshu Agrawal 1d94008ee0 Fix grammar in Initialization/linux-initialization-1.md 9 years ago
mudongliang ae6b0f52ee revert internals to insides in initialization 9 years ago
mudongliang dbfb8d4cd3 modify 'internals' to 'insides' 9 years ago
ruthgrace 7dce350a07 fixed broken link to Radix Tree page 9 years ago
Simarpreet Singh 6b6d490030 Update linux-initialization-1.md
Fixing some grammatical errors.
9 years ago
Nan Xiao 7a3a4014c9 Update linux-initialization-2.md
Fix some typos.
9 years ago
Diogo Kersting bfe6fc596a Some english fixes - "runned" 9 years ago
Diogo Kersting 2b8dfaded3 Fix a few english typos - "can be runned not" 9 years ago
Adam Shannon 4e776d815d fixing init #9 link 9 years ago
Adam Shannon b9fe3f60b3 Fixing last couple of links in init readme. 9 years ago
0xAX ab8dbb9985 Update README.md 9 years ago
0xAX 2681740d8c Create linux-initialization-10.md 9 years ago
0xAX a141e210b7 Update README.md 9 years ago
0xAX c755233a7c Create linux-initialization-9.md 9 years ago
0xAX 2a35aabc62 Update README.md 9 years ago
leboeuf a5a04676bb Fixed some typos and grammatical errors 9 years ago
Maximilien Richer 91c9fbd036 Fix broken link 9 years ago
0xAX dda54c95b7 Update linux-initialization-8.md 9 years ago
0xAX 54f36dac7a Update linux-initialization-8.md 9 years ago
0xAX 265165af9a Update linux-initialization-8.md 9 years ago
0xAX c8b1c36d32 Update README.md 9 years ago
0xAX d6521a5b8b Create linux-initialization-8.md 9 years ago
Brandon Wamboldt f45b4e3a9e Remove space from linux-initialization-6.md 9 years ago
0xAX 2677e5eadf Update README.md 9 years ago
0xAX 46a17b8308 Update linux-initialization-7.md 9 years ago
0xAX 15959834df Update linux-initialization-7.md 9 years ago
0xAX f40975dcde Update and rename linux-initialization-7.md to linux-initialization-7.md 9 years ago
0xAX 5999440ebf Create linux-initialization-7.md 9 years ago
0xAX 12f572e5a8 Update README.md 9 years ago
0xAX 91e2f4d65d Create linux-initialization-6.md 9 years ago
0xAX 22aeaad0cb Update linux-initialization-5.md 9 years ago
Anton Davydov 984ef074ec Fix typos in repository 9 years ago
0xAX 4850d91f92 Update linux-initialization-5.md 9 years ago
0xAX 6288991b78 Update linux-initialization-1.md 9 years ago
0xAX 73b4cf2a12 Update README.md 9 years ago
0xAX 8284efaa04 Create linux-initialization-5.md 9 years ago
0xAX 806237c802 Update linux-initialization-4.md 9 years ago
0xAX 1315e69ca2 Create linux-initialization-4.md 9 years ago
gabesullice 0ea35206e2 Update Initialization/README.md grammar.
Add gabesullice to contributors.md
9 years ago
0xAX 43a20464c4 Merge pull request #76 from akash0x53/fixes-3
spelling fix.
9 years ago
Akash Shende f05fb8d00e spelling fix. 9 years ago
Alexander Polakov e3b71349a1 engrish 9 years ago