2008-10-13 |
Alexander van Heukelum | traps: x86_64: make math_state_restore more like i386 Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86: converge trap_init functions Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm> Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | x86, traps: converge do_debug handlers Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | x86, traps: introduce dotraplinkage Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | x86, traps, i386: factor out lazy io-bitmap copy Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | x86, traps: split out math_error and simd_math_error Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | x86_64: split out dumpstack code from traps_64.c Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: split out dumpstack code from traps_32.c Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: i386: make do_trap more like x86_64 Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86: remove trace_hardirqs_fixup from pagefault... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86_64: remove trace_hardirqs_fixup from debug... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86_64: remove trace_hardirqs_fixup from int3... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86_64: remove trace_hardirqs_fixup from DO_ERROR_INF... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86_64: add TRACE_IRQS_OFF in paranoidentry... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86_64: add TRACE_IRQS_OFF in error_entry Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: trace_hardirqs_fixup should now not be necessary... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: add TRACE_IRQS_OFF for the exception 3 (int3) Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: add TRACE_IRQS_OFF for the nmi Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: add TRACE_IRQS_OFF for exception 1 (debug) Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: add TRACE_IRQS_OFF to entry_32.S in 'error_code' Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: remove temporary DO_TRAP macros, expanding the... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 19 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 18 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 17 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 16 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 15 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 13 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 12 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 11 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 10 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 9 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 7 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 6 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 5 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 4 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: expand exception 3 DO_TRAP macro Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: convert hardware exception 0 to an interrupt... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: prepare to convert exceptions to interrupts Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: remove kprobes' restore_interrupts in favour... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-24 |
Alexander van Heukelum | x86, 64-bit, dwarf2: push pushes 8 bytes and popf pops 8 Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-18 |
Alexander van Heukelum | x86: traps_xx: modify x86_64 to use _log_lvl variants Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-18 |
Alexander van Heukelum | x86: traps_xx: refactor die() like in x86_64 Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-18 |
Alexander van Heukelum | x86, cleanup: fix description of __fls(): __fls(0)... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-09 |
Alexander van Heukelum | x86: traps_xx: various small changes Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-09 |
Alexander van Heukelum | x86: traps_xx: modify default_do_nmi Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-09 |
Alexander van Heukelum | x86: traps_xx: restructure do_general_protection() Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-09 |
Alexander van Heukelum | x86: traps_xx: modify do_trap Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-09 |
Alexander van Heukelum | x86: traps_xx: modify __die Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-09 |
Alexander van Heukelum | x86: traps_xx: shuffle headers and globals Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-07-09 |
Alexander van Heukelum | x86: initial changes to unify traps_32.c and traps_64.c Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-05-25 |
Alexander van Heukelum | x86: move i386 memory setup code to e820_32.c Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-05-23 |
Alexander van Heukelum | cpumask: make for_each_cpu_mask a bit smaller Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-29 |
Alexander van Heukelum | x86: fix warning in "x86: clean up vSMP detection" Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86, bitops: select the generic bitmap search functions Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: finalize bitops unification Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86, UML: remove x86-specific implementations of find_first_bit Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: optimize find_first_bit for small bitmaps Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: switch 64-bit to generic find_first_bit Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: generic versions of find_first_(zero_)bit, convert... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | bitops: use __fls for fls64 on 64-bit archs Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | generic: implement __fls on all 64-bit archs Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | generic: introduce a generic __fls implementation Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: merge the simple bitops and move them to bitops.h Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86, generic: optimize find_next_(zero_)bit for small...
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86, uml: fix uml with generic find_next_bit for x86 Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: change x86 to use generic find_next_bit Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-19 |
Alexander van Heukelum | x86: cleanup boot-heap usage Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-18 |
Alexander van Heukelum | [POWERPC] Use asm-generic/bitops/find.h in bitops.h Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-17 |
Alexander van Heukelum | x86: remove superfluous initialisation in boot code.
|
commit | commitdiff | tree |
2008-04-17 |
Alexander van Heukelum | x86: reserve end-of-conventional-memory to 1MB, 64... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-17 |
Alexander van Heukelum | x86: reserve end-of-conventional-memory to 1MB, 32... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-17 |
Alexander van Heukelum | x86: reserve end-of-conventional-memory to 1MB, 64-bit Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-17 |
Alexander van Heukelum | x86: reserve_early end-of-conventional-memory to 1MB... Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-04-17 |
Alexander van Heukelum | x86: reserve end-of-conventional-memory to 1MB on 32-bit Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-02-24 |
Alexander van Heukelum | Solve section mismatch for free_area_init_core. Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |
2008-02-01 |
Alexander van Heukelum | x86: avoid section mismatch involving arch_register_cpu Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
|
commit | commitdiff | tree |