1255 Commits (1e47e0214301ddc960c44ef83a924849aeff34e7)
 

Author SHA1 Message Date
0xAX 5b0d41829c Update SUMMARY.md 8 years ago
0xAX 46dab1f55d Update README.md 8 years ago
0xAX d0608132e6 Create sync-5.md 8 years ago
0xAX 8709507ce5 Merge pull request #395 from zhangyangjing/master
Update interrupts-9.md
8 years ago
Yangjing Zhang 75ed29a57b Update interrupts-9.md 8 years ago
Yangjing Zhang 04918b1c0c Update interrupts-9.md 8 years ago
Yangjing Zhang fc1fecbf06 Update interrupts-9.md 8 years ago
0xAX c001ecc929 Merge pull request #394 from choleraehyq/patch-1
Fix a little typo in linux-mm-1.md
8 years ago
Cholerae Hu 0a12882381 Update linux-mm-1.md
Fix a typo.
8 years ago
0xAX e084d29ef0 Merge pull request #393 from zhangyangjing/master
fix for issue #392
8 years ago
Yangjing Zhang 286a34ed9b fix for issue #392 8 years ago
0xAX 717dc647fe Merge pull request #391 from JGRennison/link-fixes
Fix malformed links in SyncPrim 3 & 4 and Initialization 7.
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
0xAX a11d58536b Merge pull request #390 from thanatos/fix-missing-code-block-end-markers
Fix some missing code block end markers
8 years ago
Roy Wellington Ⅳ 4773e2721f Fix some missing code block end markers
Some of the code blocks in `SyncPrim/sync-4.md` were missing their end markers,
causing normal text to be added to the code block. Fix that.
8 years ago
0xAX 371bf87a40 Update sync-4.md 8 years ago
0xAX c71bb9b6f4 Update README.md 8 years ago
0xAX 52691aeb86 Update SUMMARY.md 8 years ago
0xAX b44ce990b1 Create sync-4.md 8 years ago
0xAX e4e13f6289 Merge pull request #387 from JustusAdam/inline-asm-patch-1
Syntactic rewrite
8 years ago
Yoshihiro YUNOMAE 5545d5f6af Add yunomae to contributors 8 years ago
Yoshihiro YUNOMAE f057964f98 Fix typo 8 years ago
Justus Adam f221cbbf82 Updated contributors 9 years ago
Justus Adam 7061f4bc1f Syntactic rewrite
Reformatted text preserving the original semantics
9 years ago
Matthew Fernandez 5954812ed2 Fix some mixed types in asm.md.
This commit fixes some instances where return types did not match the type of
the variable being returned or printf format strings did not match the types of
arguments.
9 years ago
0xAX c488370cc3 Merge pull request #383 from Utanith/patch-1
Update asm.md
9 years ago
Utanith 0126dccdca Update asm.md
Lots and lots of editing for readability. Hope it helps!
9 years ago
0xAX f02f275597 Merge pull request #382 from jwilk/spelling
Theory/asm: Fix typos
9 years ago
Jakub Wilk a56eb1e9c3 Add jwilk to contributors 9 years ago
Jakub Wilk 61674465a6 Theory/asm: Fix typos 9 years ago
0xAX 99ad079996 Update README.md 9 years ago
0xAX 40484fa5ef Update SUMMARY.md 9 years ago
0xAX b80486dde2 Create asm.md 9 years ago
0xAX c235ead9f1 Merge pull request #378 from Alcaro/boot-fixes
Fix a huge pile of issues
9 years ago
0xAX 63d0455c7e Update README.md 9 years ago
0xAX cd7e2cf0e9 Update SUMMARY.md 9 years ago
0xAX 397726d0d2 Create sync-3.md 9 years ago
0xAX ff459eab13 Merge pull request #374 from kratorius/patch-1
Fix typos
9 years ago
0xAX f329d47863 Update radix-tree.md 9 years ago
0xAX 358488aa32 Merge pull request #381 from grkvlt/patch-1
Fix typo
9 years ago
Andrew Donald Kennedy 967fb8fb0f Fix typo 9 years ago
0xAX ea263b85f5 Update sync-2.md 9 years ago
0xAX 08dada28f8 Update README.md 9 years ago
0xAX 109adb0345 Merge pull request #380 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
9 years ago
The Gitter Badger 159b8355f3 Add Gitter badge 9 years ago
Alcaro 8c1b3221fb Clarify and fix various facts, and fix more typos than I can count.
- rep stosl reduces ecx by 1 per write operation, not 4. Source: http://www.fermimn.gov.it/linux/quarta/x86/rep.htm
- Clarification: The four Page Directory tables contain 2048 entries in total, not 2048 each. Source: http://wiki.osdev.org/Page_Tables#Long_mode_.2864-bit.29_page_map
- Registers can not contain %rip-relative addresses, since %rip changes every single instruction. Only the instructions themselves can contain RIP-relative addresses.
- The first argument to decompress_kernel is called rmode, not boot_param.
- The boot_params struct goes in %rdi, not %rsi. Source: https://en.wikipedia.org/wiki/X86_calling_conventions#System_V_AMD64_ABI
- find_random_addr does not ensure that the 'memory region is not less than value of kernel alignment'; it ensures the kernel is at or above the minimum load address.
9 years ago
0xAX e9efc4533a Merge pull request #377 from Alcaro/patch-2
Fix MCA link
9 years ago
Alcaro f23e2bf684 Fix MCA link
Links are \[text\](URL) in Markdown, not (text)[URL].
9 years ago
0xAX c2c0b3ebd4 Merge pull request #375 from thismachinechills/patch-1
Correct the include/linux/spinlock.h URL
9 years ago
alex 2ba7d9da54 Correct the include/linux/spinlock.h URL
The URL specified for the file `include/linux/spinlock.h` is incorrect. The correct link is [https://github.com/torvalds/linux/blob/master/include/linux/spinlock.h](https://github.com/torvalds/linux/blob/master/include/linux/spinlock.h).
9 years ago