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)
/
/
branches
/
arm
/
kernel
/
arch
/
arm32
/
src
/
interrupt.c
@ 4652
– Rev 4665
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
4665
5580 d 14 h
pillai
/branches/arm/kernel/arch/arm32/src/
Change the exception handling logic:
Exception handler switches from exception mode to kernel mode(supervisor mode) before proceeding to
the exc_dispatch() C function. This assures that exception handling is re-entrant and
kernel would not get confused with different processor modes inside the kernel.
Also fixes a kernel panic during nested interrupts.
4652
5587 d 13 h
pillai
/branches/arm/kernel/arch/arm32/src/
Fixed a logical error in checking the processor mode before enabling interrupts
4651
5587 d 15 h
pillai
/branches/arm/
Generic framework for arm architecture
Support for integratorcp
pl050 keyboard controller driver in kernel and userland.
4647
5589 d 12 h
jermar
/branches/arm/
Branch out a new arm branch.
4117
5714 d 7 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
2465
6357 d 15 h
jermar
/trunk/
Merge arm32 into trunk.
2464
6358 d 10 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
2411
6372 d 11 h
stepan
/branches/arm/kernel/arch/arm32/
whitespace normalization
2410
6372 d 12 h
stepan
/branches/arm/kernel/arch/arm32/
doxygen @file @brief comments added
2407
6372 d 14 h
stepan
/branches/arm/kernel/arch/arm32/
comments & code cleaning
2343
6382 d 10 h
stepan
/branches/arm/kernel/arch/arm32/src/
interrupt_restore() fixed
2341
6383 d 9 h
kebrt
/branches/arm/kernel/arch/arm32/
comments
2312
6387 d 14 h
stepan
/branches/arm/kernel/arch/arm32/
IRQ enabling/disabling SUPERbug(enable="disable") fixed
2274
6406 d 19 h
kebrt
/branches/arm/kernel/arch/arm32/
machine_... functions from gxemul.c used instead of switching like #if MACHINE == GXEMUL_MACHINE_TESTARM
2263
6410 d 8 h
kebrt
/branches/arm/kernel/
gxemul HW devices mapped using hw_map(), #define MACHINE_TESTARM_GXEMUL added
2245
6413 d 18 h
stepan
/branches/arm/kernel/arch/arm32/
irq dispatching
gxemul irq controller and timer "drivers"
2214
6419 d 11 h
kebrt
/branches/arm/kernel/arch/arm32/
console_init() added, gxemul driver edited ("msim" string removed)
2177
6423 d 20 h
stepan
/branches/arm/kernel/arch/arm32/src/
arch/regutils.h changes reflected
2162
6427 d 18 h
stepan
/branches/arm/kernel/arch/arm32/
interrupt enabling/disabling