1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-15 20:58:06 +00:00
Commit Graph

73 Commits

Author SHA1 Message Date
SeongJae Park
5272fb33af 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-07-14 19:22:13 +03:00
SeongJae Park
b48eea494f SyncPrim: Fix a typo: s/expnads/expands/
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:22:04 +03:00
SeongJae Park
ea19639bdc SyncPrim: Consistently wrap 'spinlock' with '`'
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:21:55 +03:00
SeongJae Park
97529893d2 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-07-14 19:21:46 +03:00
SeongJae Park
86778ce057 SyncPrim: Consistently wrap 'spinlock' with '`'
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:21:35 +03:00
Ryder
0b1422e7ed Grammar updates for queued spinlocks
Rewrote a few sentences to make them easier to read, grammar corrections.
2019-07-14 19:17:57 +03:00
Timothy Liu
3b562f56a5 Proposed improvements to explanation of spinlock 2019-04-17 21:28:52 +03:00
Takuya Yamamoto
f5541bcf43 Update linux-sync-2.md 2019-04-17 21:16:01 +03:00
Takuya Yamamoto
33bdfe6ea3 Update linux-sync-1.md 2019-04-17 21:12:36 +03:00
Benny Zlotnik
0a164a8611 Remove redundant "the"
Signed-off-by: Benny Zlotnik <uber442@gmail.com>
2018-11-05 14:30:26 +03:00
Dongliang Mu
086e091ca6 modify broken links related with Thoery, Data structure, Misc and so on 2018-08-05 12:45:37 +03:00
Dongliang Mu
fdbf6857a1 fix broken links related with 'sync, syscall, timer' 2018-08-05 12:19:49 +03:00
Dongliang Mu
ff53b78589 modify interrupts from checking 2018-08-05 12:04:12 +03:00
Alexander Kuleshov
6cd97b12c4 fix links in SyncPrim/README.md 2018-08-05 11:16:09 +03:00
Joshua Murphy
103df77212 Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-08-05 11:05:43 +03:00
Horace Heaven
9ce68d06ce Minor sentence fixes to make it easier to read 2018-08-05 11:03:58 +03:00
Alexander Kuleshov
37b402f157 fix typo
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-08-01 20:13:55 +03:00
Fupan Li
94e883c9a5 spinlock: fix the wrong function name of arch_spin_lock
It should be arch_spin_unlock instead of arch_spin_lock.

Signed-off-by: Fupan Li <fupan.li@windriver.com>
2017-12-23 21:21:52 +03:00
jyhuang91
8484a5b70b topo fix 2017-11-26 11:30:54 +03:00
Chandan Rai
0851b0fa4a corrected typos 2017-09-21 21:45:09 +03:00
proninyaroslav
bfc8b1de8e Сделать все ссылки Github ссылками на конкретный коммит 2017-09-21 21:38:18 +03:00
proninyaroslav
b080e38275 Относительные ссылки в README файлах 2017-01-06 20:03:56 +03:00
proninyaroslav
1e47e02143 Исправление ссылок 2017-01-05 22:04:58 +03:00
Pavel V
81ebcbc9f2 identical typos in links to kernel sources 2016-12-15 18:44:13 +03:00
Pavel V
6893a276d4 typos 2016-12-15 18:44:02 +03:00
0xAX
20dff1e29e Merge pull request #439 from swstephenson/master
Work on flow in sync-1.md
2016-12-10 20:09:12 +03:00
Dongliang Mu
2f6c76571b move folder name from interrupts to Interrupts 2016-10-31 23:34:30 -04:00
0xAX
d13caaa7be add missed 'architecture'' 2016-10-24 01:00:02 +06:00
rawcoder
988d301c76 Update sync-5.md
added missing ```
2016-09-06 16:24:33 +05:30
Tim
7be309a495 Minor fix to sentence structure 2016-07-10 23:11:51 -04:00
Tim
e5f784ce7e Minor fix to sentence structure 2016-07-10 23:08:52 -04:00
Tim
418cf4f3f8 Fixes extra link bracket formatting 2016-07-10 23:07:01 -04:00
Tim
a376c04c5c Minor fixes dealing with sentence structure 2016-07-10 22:52:09 -04:00
Alex Gonzalez
dffbc63f44 additionaly -> additionally 2016-07-10 11:17:22 -07:00
Alex Gonzalez
1296c76929 Fix typos with capitalization and punctuation 2016-07-10 11:08:56 -07:00
Andrew Hobden
4d61295758 Actualy -> Actually 2016-07-10 10:30:43 -07:00
Connor Mullen
6fa41a0f21 fixes typos and inverted logic in seqlock theory paragraphs 2016-07-10 10:01:13 -07:00
0xAX
e0c0a108c0 Update sync-6.md 2016-07-10 20:19:11 +06:00
0xAX
6f85b63e34 Update README.md 2016-07-10 20:18:21 +06:00
0xAX
236962132d Create sync-6.md 2016-07-10 20:17:36 +06:00
0xAX
e8ecaa1898 Update sync-5.md 2016-07-05 14:23:18 +06:00
0xAX
1abe8a334b Update sync-5.md 2016-07-05 14:22:55 +06:00
0xAX
bc506fcfcd Remove duplication 2016-07-05 14:20:53 +06:00
Xiaoqin Hu
f9eda4ac05 Fix __down function 2016-06-01 18:38:35 -07:00
Xiaoqin Hu
8998362d50 More precise on what to decrease 2016-06-01 17:53:40 -07:00
ehhuxin
ee30213c0c Fix typo: Se->We 2016-06-01 10:57:55 -07:00
Mack Stump
3fda046617 fix typos 2016-05-19 10:46:26 -04:00
0xAX
22e49c5e2b Update sync-5.md 2016-05-15 21:11:50 +06:00
0xAX
46dab1f55d Update README.md 2016-05-15 21:10:21 +06:00
0xAX
d0608132e6 Create sync-5.md 2016-05-15 21:09:12 +06:00