summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-09-11x86/ptrace: Fix regs_get_argument_nth() to add correct offsetMasami Hiramatsu1-1/+1
2009-09-11kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu1-0/+24
2009-09-11x86: Add MMX support for instruction decoderMasami Hiramatsu1-107/+200
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker164-1037/+1818
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar158-1017/+1778
2009-09-05powerpc: Fix i8259 interrupt driver kernel crash on ML510Roderick Colenbrander1-1/+0
2009-09-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2-4/+8
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-7/+6
2009-09-05Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-3/+3
2009-09-04x86: Remove unused config macros from instruction decoder selftestMasami Hiramatsu1-5/+0
2009-09-04x86: Allow x86-32 instruction decoder selftest on x86-64Masami Hiramatsu2-8/+8
2009-09-04sparc64: Fix bootup with mcount in some configs.David S. Miller3-6/+5
2009-09-03sparc64: Kill spurious NMI watchdog triggers by increasing limit to 30 seconds.David S. Miller1-1/+1
2009-09-03perf_counter/powerpc: Fix cache event codes for POWER7Paul Mackerras1-3/+3
2009-09-02[IA64] fix csum_ipv6_magic()Jiri Bohac1-3/+5
2009-09-02[IA64] Fix warning in dma-mapping.cLuck, Tony1-1/+3
2009-08-30kprobes/x86-64: Fix to move common_interrupt to .kprobes.textMasami Hiramatsu1-0/+8
2009-08-30kprobes/x86: Fix to add __kprobes to in-kernel fault handing functionsMasami Hiramatsu1-5/+6
2009-08-30kprobes/x86-64: Allow to reenter probe on post_handlerMasami Hiramatsu1-11/+0
2009-08-30kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SSMasami Hiramatsu1-16/+10
2009-08-28parisc: fix warning in traps.cGrant Grundler1-1/+1
2009-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+12
2009-08-26Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-136/+79
2009-08-27powerpc/ps3: Update ps3_defconfigGeoff Levand1-136/+75
2009-08-27powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registrationGeert Uytterhoeven1-0/+4
2009-08-27tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker1-2/+6
2009-08-27x86: Check awk features before generating inat-tables.cMasami Hiramatsu1-0/+20
2009-08-27x86: Fix x86 instruction decoder selftest to check only .textMasami Hiramatsu1-1/+1
2009-08-27x86: Add pt_regs register and stack access APIsMasami Hiramatsu2-0/+174
2009-08-27kprobes: Cleanup fix_riprel() using insn decoder on x86Masami Hiramatsu1-105/+23
2009-08-27kprobes: Checks probe address is instruction boudary on x86Masami Hiramatsu1-0/+73
2009-08-27x86: X86 instruction decoder build-time selftestMasami Hiramatsu5-0/+182
2009-08-27x86: Instruction decoder APIMasami Hiramatsu8-0/+1948
2009-08-26m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_openGeert Uytterhoeven3-1/+7
2009-08-26m68k: Fix redefinition of pgprot_noncachedAlexey Dobriyan1-2/+1
2009-08-26arch/m68k/include/asm/motorola_pgalloc.h: fix kunmap argAndrew Morton1-6/+4
2009-08-26m68k: cnt reaches -1, not 0Roel Kluin1-2/+4
2009-08-26tracing: Remove FTRACE_SYSCALL_MAX definitionsJason Baron1-7/+0
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron1-4/+4
2009-08-26tracing: Define NR_syscalls for x86_64Jason Baron2-0/+7
2009-08-26tracing: Define NR_syscalls for x86 (32)Jason Baron1-0/+2
2009-08-26tracing: Add syscall tracepoints - s390 arch updateHendrik Brueckner1-9/+27
2009-08-26x86: Fix vSMP boot crashYinghai Lu1-0/+10
2009-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds12-140/+167
2009-08-25x86, xen: Initialize cx to suppress warningH. Peter Anvin1-0/+1
2009-08-25x86, xen: Suppress WP test on XenJeremy Fitzhardinge1-0/+1
2009-08-25sparc64: Validate linear D-TLB misses.David S. Miller4-28/+76
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone2-11/+9
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2-4/+4
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone11-19/+20