Age | Commit message (Expand) | Author | Files | Lines |
2008-10-13 | traps: x86: various noop-changes preparing for unification of traps_xx.c | Alexander van Heukelum | 1 | -4/+0 |
2008-10-13 | traps: i386: expand clear_mem_error and remove from mach_traps.h | Alexander van Heukelum | 1 | -6/+0 |
2008-10-13 | traps: x86: converge trap_init functions | Alexander van Heukelum | 2 | -9/+11 |
2008-10-13 | x86, traps: converge do_debug handlers | Alexander van Heukelum | 1 | -4/+0 |
2008-10-13 | x86, traps: introduce dotraplinkage | Alexander van Heukelum | 1 | -37/+36 |
2008-10-13 | x86, traps: split out math_error and simd_math_error | Alexander van Heukelum | 1 | -3/+3 |
2008-10-13 | x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2 | Vegard Nossum | 2 | -3/+9 |
2008-10-13 | x86: __show_registers() and __show_regs() API unification | Pekka Enberg | 1 | -2/+1 |
2008-10-13 | x86: move prefill_possible_map calling early, fix, V2 | Chuck Ebbert | 1 | -5/+3 |
2008-10-13 | x86: merge winchip-2 and winchip-2a cpu choices | Krzysztof Helt | 1 | -2/+0 |
2008-10-13 | traps: x86: remove trace_hardirqs_fixup from pagefault handler | Alexander van Heukelum | 1 | -21/+0 |
2008-10-13 | x86: remove SEGMENT_IS_FLAT_CODE | Glauber Costa | 1 | -3/+0 |
2008-10-13 | x86: use user_mode macro | Glauber Costa | 1 | -3/+0 |
2008-10-13 | x86: make mm/gup.c more virtualization friendly | Jan Beulich | 1 | -1/+1 |
2008-10-13 | x86: add memory clobber in switch_to() | Vegard Nossum | 1 | -1/+4 |
2008-10-13 | x86: check dsdt before find oem table for es7000, v2 | Yinghai Lu | 1 | -0/+1 |
2008-10-13 | x86: add early_memremap() | Jeremy Fitzhardinge | 1 | -0/+1 |
2008-10-13 | x86: remove duplicate early_ioremap declarations | Jeremy Fitzhardinge | 2 | -17/+0 |
2008-10-13 | x86: add _PAGE_IOMAP pte flag for IO mappings | Jeremy Fitzhardinge | 1 | -2/+12 |
2008-10-13 | i386: remove kprobes' restore_interrupts in favour of conditional_sti | Alexander van Heukelum | 1 | -9/+0 |
2008-10-13 | x86-64: reduce boot fixmap space | Jan Beulich | 1 | -4/+4 |
2008-10-13 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -1/+4 |
2008-10-12 | Merge branch 'x86-core-v2-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 25 | -172/+395 |
2008-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 1 | -1/+1 |
2008-10-12 | add key_revoke() dummy for KEYS=n | Adrian Bunk | 1 | -0/+1 |
2008-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 3 | -25/+27 |
2008-10-12 | Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x... | Ingo Molnar | 25 | -172/+395 |
2008-10-12 | x86: memory corruption check - cleanup | Ingo Molnar | 2 | -17/+17 |
2008-10-12 | Merge branch 'linus' into x86/memory-corruption-check | Ingo Molnar | 925 | -63805/+7476 |
2008-10-12 | Merge branches 'core/signal' and 'x86/spinlocks' into x86/xen | Ingo Molnar | 5 | -43/+42 |
2008-10-12 | Merge branch 'linus' into x86/spinlocks | Ingo Molnar | 678 | -62799/+5765 |
2008-10-12 | Merge branch 'linus' into x86/xen | Ingo Molnar | 919 | -63745/+7377 |
2008-10-12 | x86: ioperm user_regset | Roland McGrath | 1 | -0/+1 |
2008-10-12 | Merge branch 'x86/urgent' into core/signal | Ingo Molnar | 663 | -62732/+5447 |
2008-10-12 | Fix comment in include/linux/mmc/host.h | Thomas Petazzoni | 1 | -1/+1 |
2008-10-12 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 5 | -10/+92 |
2008-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2 | -114/+314 |
2008-10-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 918 | -63623/+6999 |
2008-10-11 | Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ... | Linus Torvalds | 57 | -249/+833 |
2008-10-11 | Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D | Ingo Molnar | 17 | -61/+478 |
2008-10-11 | Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B | Ingo Molnar | 41 | -189/+356 |
2008-10-11 | Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l... | Linus Torvalds | 9 | -28/+177 |
2008-10-11 | Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -2/+19 |
2008-10-11 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 8 | -18/+238 |
2008-10-11 | net: fix dummy 'nf_conntrack_event_cache()' | Linus Torvalds | 1 | -1/+1 |
2008-10-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 83 | -678/+2573 |
2008-10-11 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 458 | -60863/+0 |
2008-10-11 | Merge branch 'for-linus' of git://git.alsa-project.org/alsa-kernel | Linus Torvalds | 17 | -507/+587 |
2008-10-11 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 2 | -3/+6 |
2008-10-11 | MIPS: Move headfiles to new location below arch/mips/include | Ralf Baechle | 462 | -61610/+0 |