Age | Commit message (Expand) | Author |
2008-10-13 | traps: x86: finalize unification of traps.c | Alexander van Heukelum |
2008-10-13 | traps: x86: make traps_32.c and traps_64.c equal | Alexander van Heukelum |
2008-10-13 | traps: x86: various noop-changes preparing for unification of traps_xx.c | Alexander van Heukelum |
2008-10-13 | traps: i386: expand clear_mem_error and remove from mach_traps.h | Alexander van Heukelum |
2008-10-13 | traps: i386: use preempt_conditional_sti/cli in do_int3 | Alexander van Heukelum |
2008-10-13 | traps: x86: converge trap_init functions | Alexander van Heukelum |
2008-10-13 | x86, traps: converge do_debug handlers | Alexander van Heukelum |
2008-10-13 | x86, traps: introduce dotraplinkage | Alexander van Heukelum |
2008-10-13 | x86, traps, i386: factor out lazy io-bitmap copy | Alexander van Heukelum |
2008-10-13 | i386: split out dumpstack code from traps_32.c | Alexander van Heukelum |
2008-10-13 | x86: __show_registers() and __show_regs() API unification | Pekka Enberg |
2008-10-13 | traps: i386: make do_trap more like x86_64 | Alexander van Heukelum |
2008-10-13 | i386: trace_hardirqs_fixup should now not be necessary: irqs are off. | Alexander van Heukelum |
2008-10-13 | i386: remove temporary DO_TRAP macros, expanding the last one used | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 19 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 18 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 17 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 16 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 15 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 13 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 12 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 11 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 10 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 9 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 7 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 6 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 5 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 4 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: expand exception 3 DO_TRAP macro | Alexander van Heukelum |
2008-10-13 | i386: convert hardware exception 0 to an interrupt gate | Alexander van Heukelum |
2008-10-13 | i386: prepare to convert exceptions to interrupts | Alexander van Heukelum |
2008-10-13 | i386: remove kprobes' restore_interrupts in favour of conditional_sti | Alexander van Heukelum |
2008-09-23 | signals: demultiplexing SIGTRAP signal | Srinivasa Ds |
2008-07-30 | x86, xsave: enable xsave/xrstor on cpus with xsave support | Suresh Siddha |
2008-07-18 | x86: introducing asm-x86/traps.h | Jaswinder Singh |
2008-07-18 | x86: traps_xx: modify x86_64 to use _log_lvl variants | Alexander van Heukelum |
2008-07-18 | x86: traps_xx: refactor die() like in x86_64 | Alexander van Heukelum |
2008-07-09 | x86: traps_xx: various small changes | Alexander van Heukelum |
2008-07-09 | x86: traps_xx: modify default_do_nmi | Alexander van Heukelum |
2008-07-09 | x86: traps_xx: restructure do_general_protection() | Alexander van Heukelum |
2008-07-09 | x86: traps_xx: modify __die | Alexander van Heukelum |
2008-07-09 | x86: traps_xx: shuffle headers and globals | Alexander van Heukelum |
2008-07-09 | x86: initial changes to unify traps_32.c and traps_64.c | Alexander van Heukelum |
2008-07-08 | x86: fix "x86: let setup_arch call init_apic_mappings for 32bit" | Ingo Molnar |
2008-07-08 | x86: let setup_arch call init_apic_mappings for 32bit | Yinghai Lu |
2008-07-08 | x86: don't use gdt_page openly. | Glauber Costa |
2008-06-16 | Merge branch 'linus' into x86/nmi | Ingo Molnar |
2008-06-12 | x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()" | Vegard Nossum |
2008-05-25 | x86: nmi - unify die_nmi() interface | Cyrill Gorcunov |
2008-04-26 | i386: fix signal type for iret exception | Jan Beulich |