1882 Commits (5352b11cebbec23cca439d3644090996709a4193)
 

Author SHA1 Message Date
0xAX 5352b11ceb
Merge pull request #783 from Linux-project/imgbot
chore : [ImgBot] Optimize images
2 years ago
0xAX 4ea7ed4512
Merge pull request #785 from jajajasalu2/coreboot-links
Booting: Add coreboot source code links to linux-bootstrap-1.md
2 years ago
0xAX d59b0a6df8
Merge pull request #773 from h4child/patch-3
Update linux-bootstrap-5.md
2 years ago
0xAX 099bec01b5
Merge pull request #701 from sakshatshinde/master
Create a standalone LICENSE.md
2 years ago
0xAX ec71316959
Merge pull request #816 from renaudgermain/copyedit-data-structure
copyedit: data structures chapter
2 years ago
0xAX 553d46fc95
Merge pull request #815 from renaudgermain/copyedit-concepts
copyedit: concepts chapter
2 years ago
0xAX 7a51d543fc
Merge pull request #817 from renaudgermain/copyedit-theory
copyedit: theory chapter
2 years ago
0xAX 1b209a70e2
Merge pull request #814 from renaudgermain/copyedit-cgroups
copyedit: cgroups chapter
2 years ago
0xAX 224c9c6139
Merge pull request #802 from jsat97/patch-1
Update linux-syscall-5.md
2 years ago
0xAX 6cb639ec08
Merge branch 'master' into patch-1 2 years ago
0xAX 831b3df558
Merge pull request #806 from lemon1989/master
fix: irq_backing_store to irq_stack_backing_store.
2 years ago
0xAX 6ad2ca2b60
Merge branch 'master' into master 2 years ago
0xAX 7936eb3824
Merge pull request #813 from renaudgermain/copyedit-memory
copyedit: memory management chapter
2 years ago
0xAX 3fa3c31ea3
Merge pull request #807 from nannxnann/typo
Are these typos in linux-sync-4.md?
2 years ago
0xAX c4b17d17a0
Merge branch 'master' into typo 2 years ago
0xAX c39e839cd9
Merge pull request #812 from renaudgermain/copyedit-synchronization
copyedit: synchronization chapter
2 years ago
0xAX 9478d8a037
Merge pull request #811 from renaudgermain/copyedit-timers
copyedit: timers chapter
2 years ago
0xAX 93f50a69fa
Merge pull request #810 from renaudgermain/copyedit-system-calls
copyedit: system calls chapter
2 years ago
0xAX 8b762b341a
Merge pull request #809 from renaudgermain/copyedit-interrupts
copyedit: interrupts chapter
2 years ago
0xAX 56b6fb3951
Merge pull request #808 from renaudgermain/copyedit-booting
copyedit: booting chapter
2 years ago
Renaud Germain e9bdbe5e6a copyedit: theory chapter 2 years ago
Renaud Germain b4388ea823 copyedit: data structures chapter 2 years ago
Renaud Germain a4addecd59 copyedit: concepts chapter 2 years ago
Renaud Germain b86c8b8519 copyedit: cgroups chapter 2 years ago
Renaud Germain 66a5a99d69 copyedit: memory management chapter 2 years ago
Renaud Germain 4ba602263d copyedit: synchronization chapter 2 years ago
Renaud Germain 96077bf2bb copyedit: timers chapter 2 years ago
Renaud Germain 95045972c3 copyedit: system calls chapter 2 years ago
Renaud Germain 17a0d7bfbc copyedit: interrupts chapter 2 years ago
Renaud Germain 28f5d9627f copyedit: booting chapter 2 years ago
nannxnann ea81d2b833
Update linux-sync-4.md
From "may be negative after `increment`"
=>"may be negative after `decrement`"
2 years ago
nannxnann e9fbdea09a
fix typo in linux-sync-4.md
From "function will `acct` like "
=> function will `act` like 

Maybe another typo or not?
2 years ago
nannxnann 3dcd5b0fd1
typo in linux-sync-4.md?
From " he implementation of the `__mutex_fastpath_lock` "
=> " `t`he implementation of the `__mutex_fastpath_lock` "

Is this a typo?
if not, I will close this PR, Thanks for your review.
2 years ago
0xAX e287181a33
Merge pull request #799 from renaudgermain/copyedit-initialization
copyedit: Initialization chapter
2 years ago
Jingyu Wang d619037f75 fix ALLOC_PT_GREGS_ON_STACK to ALLOC_PT_GPREGS_ON_STACK.
Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
2 years ago
Jingyu Wang 4a530b9573 fix contert_tracking_enter to context_tracking_enter.
Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
2 years ago
Jingyu Wang 64fd9813ed fix local_disable_irq to local_irq_disable.
Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
2 years ago
Jingyu Wang 2ffdc3dbc5 fix: irq_backing_store to irq_stack_backing_store.
Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
2 years ago
0xAX 91361bb963
Merge pull request #803 from digitallyamar/booting-grammar-fix
Fixing grammatical error
2 years ago
0xAX 7005c46ce3
Merge pull request #805 from lemon1989/master
fix CONFIG_X86_MPPAARSE to CONFIG_X86_MPPARSE.
2 years ago
Jingyu Wang 90f3cf49fa Fix typos.
Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
2 years ago
Jingyu Wang 78d85d2d37 fix CONFIG_X86_MPPAARSE to CONFIG_X86_MPPARSE.
Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
2 years ago
digitallyamar 5019a4994a
Fixing grammatical error
Fixed the title to match with what is found in SUMMARY.md file.
2 years ago
Jai 8cf0f48cc8
Update linux-syscall-5.md
edited introduction for improving language -
2 years ago
Renaud Germain b914ca8152 copyedit: Initialization chapter 2 years ago
0xAX fef396fbd7
Merge pull request #797 from renaudgermain/typos-booting-section
fix 2 typos
2 years ago
Renaud Germain fe2ef723c7 fix 2 typos 2 years ago
0xAX cd7e8155f3
Merge pull request #793 from waltforme/fix-typo-cgroups
Fix typos for cgroups
2 years ago
0xAX 1dde1f6559
Merge pull request #795 from yash1120/patch-1
typo fix
2 years ago
0xAX be39f46456
Merge pull request #787 from henrybear327/patch-1
Fix busybox typo
2 years ago