SeongJae Park
eb1bd311bb
SyncPrim: Fix wrong link to kernel files
...
A few links to kernel files in Torvalds's github mirror repo is missing
'/blob/'. This commit fixes the links.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-05-21 04:23:50 +09:00
SeongJae Park
92b23c9ac3
SyncPrim: Fix a typo: s/expnads/expands/
...
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-05-21 04:23:50 +09:00
SeongJae Park
e5cdd6810d
SyncPrim: Consistently wrap 'spinlock' with '`'
...
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-05-21 04:23:50 +09:00
SeongJae Park
1ef8bdb653
SyncPrim: Add missed description
...
A description about 'spin_lock_irqsave' and 'spin_lock_irq' is missing
lock acquisition. This commit adds the missed description.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-05-21 04:22:09 +09:00
SeongJae Park
5e190ae3b8
SyncPrim: Consistently wrap 'spinlock' with '`'
...
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-05-21 04:21:45 +09:00
SeongJae Park
6708f9ff85
contributors: Add SeongJae
...
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-05-21 04:20:59 +09:00
xindoo
ceef21cc6e
fix some lexcial mistakes
2019-05-17 17:17:05 +08:00
0xAX
b97cc6aaf5
Merge pull request #667 from WarpspeedSCP/grammar-fix
...
Fix grammar and improve formatting for linux-bootstrap section
2019-04-24 17:23:16 +06:00
0xAX
3080d0d2bc
Merge pull request #668 from rjbergerud/patch-1
...
Grammar updates for queued spinlocks
2019-04-24 14:24:32 +06:00
Ryder
bf7b8d8cfb
Grammar updates for queued spinlocks
...
Rewrote a few sentences to make them easier to read, grammar corrections.
2019-04-16 18:53:10 -07:00
WarpspeedSCP
64712ac607
fix typo
2019-04-16 22:21:45 +05:30
Raghav Shankar
2ef0a4023b
Fix grammar and improve formatting
2019-04-15 23:56:02 +05:30
0xAX
60989bf10e
Merge pull request #666 from Jekton/master
...
Fix desc about movzbl in linux-bootstrap-2.md
2019-03-29 17:39:24 +06:00
Jekton Luo
f1237841c1
Fix desc about movzbl in linux-bootstrap-2.md
2019-03-28 11:57:59 +08:00
0xAX
58ee66cb11
Merge pull request #663 from tlkh/patch-1
...
Proposed improvements to explanation of spinlock
2019-03-18 14:15:38 +06:00
Timothy Liu
c387a1b8cf
Proposed improvements to explanation of spinlock
2019-03-17 17:16:01 +08:00
0xAX
88fcfc3c72
Merge pull request #661 from emacsliu/Cgroups-fix
...
fix the ambiguous sentence
2019-03-12 12:24:18 +06:00
Maurice Aiken
dc844a5dc9
fix the ambiguous sentence
2019-03-12 10:54:53 +08:00
0xAX
f68edbdc50
Merge pull request #660 from changuoqiang/master
...
Update linux-initialization-6.md
2019-03-09 00:02:03 +06:00
Alexander Kuleshov
e205c3966b
fix segmenta address in boot 1
...
Thank you to @changuoqiang and @PinoTsao
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2019-03-09 00:00:31 +06:00
johnny
fc971e9a82
Update linux-initialization-6.md
...
SMBIOS EPS table residents in physical memory addresses between 0xF0000 and 0xFFFFF
2019-03-08 22:26:21 +08:00
0xAX
fe84eb39eb
Merge pull request #659 from changuoqiang/master
...
Update linux-initialization-5.md
2019-03-08 14:21:54 +06:00
johnny
021ae97f58
Update linux-initialization-5.md
...
typo
2019-03-07 21:53:17 +08:00
0xAX
f1500c6ca8
Merge pull request #657 from changuoqiang/master
...
Update linux-initialization-5.md
2019-03-07 12:52:33 +06:00
johnny
f8b7194f0c
Update linux-initialization-5.md
...
typo
2019-03-06 10:06:00 +08:00
Dongliang Mu
a7eb7a8d7f
Merge pull request #656 from changuoqiang/master
...
Update linux-initialization-4.md
2019-03-04 13:50:25 -05:00
johnny
990f5a098b
Update linux-initialization-4.md
...
typo
2019-03-04 21:37:36 +08:00
Dongliang Mu
e09cb1d313
Merge pull request #655 from changuoqiang/master
...
Update linux-initialization-3.md
2019-03-03 12:13:26 -05:00
johnny
3af39d78e3
Update linux-initialization-3.md
...
typo
2019-03-02 14:43:14 +08:00
0xAX
b50008f768
Merge pull request #654 from changuoqiang/master
...
Update linux-initialization-2.md
2019-03-01 00:06:45 +06:00
johnny
db53aa2fcc
Update linux-initialization-2.md
...
the stack top before early_idt_handler_common execute is vector number
2019-02-28 21:41:55 +08:00
0xAX
87627bc608
Merge pull request #653 from yuzibo/fix
...
Syscall: fix syscall table entry for 86_64
2019-02-24 23:04:26 +06:00
Bo YU
d71137fbf2
Syscall: fix syscall table entry for 86_64
...
Fix the maxium number of syscall table for 86_64
in kernel version: v5.0.0-rc7
Signed-off-by: Bo YU <tsu.yubo@gmail.com>
2019-02-24 21:45:00 +08:00
0xAX
c9fbcafdb6
Merge pull request #652 from dlrobertson/master
...
Fix nit in Paging file
2019-02-20 15:44:26 +06:00
Dan Robertson
bf8256c14f
Fix nit in Paging file
2019-02-20 02:39:30 +00:00
Dongliang Mu
c10d1d6a3f
Merge pull request #651 from RorraVox/linux-misc-4-fix
...
cand to and
2019-02-19 12:38:56 -05:00
I°_°I
340f313fdb
cand to and
...
"From this moment we have `argc`cand `argv" -> "From this moment we have `argc` and `argv"
2019-02-19 14:20:13 +01:00
0xAX
70efeaa4cf
Merge pull request #650 from junsooo/korean-translation
...
add Korean translation
2019-02-11 13:35:20 +06:00
junsoolee
b7f3007605
add Korean translation
2019-02-07 00:35:34 +09:00
0xAX
06ea47fd3a
Merge pull request #649 from Blameying/linux-syscall-md3-fix
...
fix file syscall3 vdso-image-32.c
2019-01-24 13:32:38 +06:00
blameying
4594062472
fix file syscall3 vdso-image-32.c
2019-01-23 19:06:57 +08:00
0xAX
255838aa92
Merge pull request #648 from PinoTsao/improve
...
Sentences improvement in linux-bootstrap-4.md
2019-01-19 13:45:42 +06:00
Cao jin
c2092a481e
Sentences improvement in linux-bootstrap-4.md
...
This patch fixed half of issue of #645 :
1.
"The value assigned to it is an offset relative to the offset of the segment"
-->
"The value assigned to it is an offset relative to the segment"
2.
"adding the address field of the instruction and the value of the program counter"
-->
"adding the address field of the instruction to the value of the program counter"
3.
"PAE mode" --> "PAE", because PAE is not a mode.
4.
"5 bit" --> "the 5th bit"
2019-01-15 10:37:27 +08:00
0xAX
838380b941
Merge pull request #646 from tkyymmt/sync-2
...
Update linux-sync-2.md
2018-12-31 13:51:29 +06:00
Takuya Yamamoto
1b2ddf49e3
Update linux-sync-2.md
2018-12-28 18:46:14 +09:00
0xAX
b8589636ed
Merge pull request #643 from rmayf/patch-1
...
Minor capitalization nitpick
2018-12-16 23:06:21 +06:00
Reid Mayfield
7225b45c3b
Minor capitalization nitpick
...
Reset vector -> reset vector
2018-12-14 20:33:55 +11:00
Dongliang Mu
0956160db0
Merge pull request #641 from yuanli-cn/patch-1
...
Fix the typo
2018-12-01 14:02:07 +08:00
Dongliang Mu
a5039741aa
Merge pull request #642 from prettykernel/patch-1
...
typo fix
2018-12-01 13:58:05 +08:00
prettykernel
66654361ca
typo fix
2018-12-01 13:30:26 +08:00