HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
kernel
/
arch
/
arm32
/
src
/
mm
/
page_fault.c
@ 4345
– Rev 4117
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4117
5712 d 2 h
decky
/trunk/
arm32: update for the new scheme of device drivers and keyboard/serial modules
streamline arm32 port (as GXemul is still the only machine supported), more cleanup is needed
4018
5721 d 10 h
decky
/trunk/kernel/arch/arm32/
better inline assembler readability using the new symbolic syntax
3790
5775 d 14 h
svoboda
/trunk/kernel/
Make newlines in panic messages consistent. Add periods at end of messages so that it is obvious whether they are printed entirely.
3788
5776 d 3 h
svoboda
/trunk/kernel/
Unify newlines in fault_if_from_uspace() format strings. (Remove them and print newline automatically). Also start messages with caps.
3094
5993 d 7 h
svoboda
/trunk/
Make arm32 compile again.
2772
6077 d 6 h
jermar
/trunk/kernel/arch/arm32/src/mm/
Fix breakage in arm32 non-debug build.
2465
6355 d 11 h
jermar
/trunk/
Merge arm32 into trunk.
2464
6356 d 6 h
jermar
/branches/arm/kernel/
Cleanup of arm32 branch.
- indentation and formatting
- replacement of \n\r with mere \n
- added -DFB_INVERT_ENDIAN so that the framebuffer has correct colors
2418
6370 d 2 h
kebrt
/branches/arm/kernel/arch/arm32/
comments & code cleaning
2415
6370 d 4 h
kebrt
/branches/arm/
comments & code cleaning
2410
6370 d 7 h
stepan
/branches/arm/kernel/arch/arm32/
doxygen @file @brief comments added
2362
6374 d 10 h
jancik
/branches/arm/kernel/arch/arm32/
finalization
2361
6374 d 12 h
jancik
/branches/arm/kernel/arch/arm32/
comments, final revision
2341
6381 d 4 h
kebrt
/branches/arm/kernel/arch/arm32/
comments
2326
6384 d 5 h
kebrt
/branches/arm/kernel/arch/arm32/
debug_print renamed to debug
2318
6385 d 2 h
jancik
/branches/arm/kernel/arch/arm32/src/
bugs removing
2304
6390 d 3 h
kebrt
/branches/arm/kernel/arch/arm32/
refactoring, comments, indentation
2298
6393 d 5 h
stepan
/branches/arm/kernel/arch/arm32/
userspace() and some bugs in exception context saving fixed
2284
6400 d 16 h
stepan
/branches/arm/kernel/arch/arm32/
(at least partially) working (but yet temporary) exception stacks (using thread's kernel stack)
enables to get kconsole running
2278
6401 d 18 h
jancik
/branches/arm/kernel/arch/arm32/
Page faults handlers moved into separate file