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
/
rcu
/
kernel
/
arch
/
amd64
/
include
/
interrupt.h
@ 3465
– Rev 2131
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
2131
6431 d 21 h
decky
/branches/
add development branches
2089
6487 d 1 h
decky
/trunk/
huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
2071
6497 d 17 h
jermar
/trunk/
(c) versus (C)
1958
6580 d 0 h
decky
/trunk/kernel/arch/amd64/
amd64: adopt new IRQ interface
1940
6588 d 21 h
decky
/trunk/kernel/arch/amd64/
amd64: fix compilation, keyboard not checked yet
1888
6622 d 21 h
jermar
/trunk/
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
1787
6687 d 20 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1780
6694 d 21 h
jermar
/kernel/trunk/
Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).
1705
6715 d 2 h
cejka
/kernel/trunk/
Added file with modules definitions and descriptions.
We are able to change modules order and their description in one place.
1702
6716 d 0 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
1595
6723 d 6 h
palkovsky
/kernel/trunk/
Added kernel circular buffer klog.
Added automatic killing of tasks raising inappropriate exceptions.
TODO: Fix vsnprintf return value(and behaviour according to specs) and remove workaround in klog.
1288
6755 d 2 h
jermar
/kernel/trunk/
Complete implementation of copy_from_uspace() and copy_to_uspace()
for amd64 and ia32. Other architectures still compile and run,
but need to implement their own assembly-only memcpy(), memcpy_from_uspace(),
memcpy_to_uspace() and their failover parts. For these architectures
only dummy implementations are provided.
1077
6804 d 0 h
palkovsky
/kernel/trunk/
Modified debugger to be able to coexist in AS watch mode and SMP.
1072
6804 d 2 h
palkovsky
/kernel/trunk/
Added debugger to AMD64.
Added automatic debugging of AS if it is not rewritten with zero.
Did small changes to IPC infrastructure.
1051
6804 d 21 h
jermar
/kernel/trunk/arch/amd64/
Move amd64's ident_page_mapper() and page_fault() to page.h.
1050
6804 d 22 h
palkovsky
/kernel/trunk/
Added null console for buffering output when no real output available.
Added identity mapper for AMD64 that allows whole physical memory to be
accessed before paging is initialized.
1021
6805 d 20 h
jermar
/kernel/trunk/
Hopefully final version of interrupt handlers for amd64 and ia32.
amd64 has been especially tricky to debug.
Error code detection is now done in compile time.
958
6807 d 18 h
jermar
/kernel/trunk/
Nicer ia32 interrupt handlers and structures holding interrupted context data.
Unify the name holding interrupted context data on all architectures to be istate.
825
6839 d 21 h
jermar
/kernel/trunk/
Remove WAKEUP_IPI stuff.
Make it possible to use PAGE_GLOBAL on ia32, amd64 and mips32.
Make ia32 and amd64 map the kernel using PAGE_GLOBAL.
800
6842 d 17 h
palkovsky
/kernel/trunk/arch/amd64/include/
Split AMD interrupt.h from ia32 version.