aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-18perf bench, x86: Add alternatives-asm.h wrapperIngo Molnar
2011-05-18Merge branch 'x86/mem' into perf/coreIngo Molnar
2011-05-18Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2011-05-18x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa
2011-05-17x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSBFenghua Yu
2011-05-17x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBFenghua Yu
2011-05-17x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSBFenghua Yu
2011-05-17x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSBFenghua Yu
2011-05-17x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSBFenghua Yu
2011-05-17x86, alternative: Add altinstruction_entry macroFenghua Yu
2011-05-17x86, alternative, doc: Add comment for applying alternatives orderFenghua Yu
2011-05-17x86, mem, intel: Initialize Enhanced REP MOVSB/STOSBFenghua Yu
2011-05-17x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSBFenghua Yu
2011-05-17x86, cpufeature: Fix cpuid leaf 7 feature detectionFenghua Yu
2011-05-17perf: Fix multi-event parsing bugStephane Eranian
2011-05-16ftrace/s390: mcount offset calculationMartin Schwidefsky
2011-05-16ftrace/x86: mcount offset calculationMartin Schwidefsky
2011-05-16ftrace/recordmcount: mcount address adjustmentMartin Schwidefsky
2011-05-16ftrace/recordmcount: Add helper function get_sym_str_and_relp()Steven Rostedt
2011-05-16ftrace/recordmcount: Remove duplicate code to find mcount symbolSteven Rostedt
2011-05-16ftrace/x86: Do not trace .discard.text sectionSteven Rostedt
2011-05-16ftrace: Avoid recording mcount on .init sections directlySteven Rostedt
2011-05-16kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callersSteven Rostedt
2011-05-16ftrace/recordmcount: Add warning logic to warn on mcount not recordedSteven Rostedt
2011-05-16ftrace/recordmcount: Make ignored mcount calls into nops at compile timeSteven Rostedt
2011-05-16ftrace/recordmcount: Modify only executable sectionsSteven Rostedt
2011-05-16ftrace: Add .kprobe.text section to whitelist for recordmcount.cSteven Rostedt
2011-05-16ftrace/trivial: Clean up record mcount to use Linux switch styleSteven Rostedt
2011-05-16ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsSteven Rostedt
2011-05-12x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger
2011-05-10perf probe: Fix the missed parameter initializationLin Ming
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar
2011-05-09Linux 2.6.39-rc7v2.6.39-rc7Linus Torvalds
2011-05-09vm: fix vm_pgoff wrap in upward expansionHugh Dickins
2011-05-09Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka
2011-05-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds
2011-05-09drm/i915/lvds: Only act on lid notify when the device is onAlex Williamson
2011-05-09drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup"Chris Wilson
2011-05-09drm/i915: Only enable the plane after setting the fb base (pre-ILK)Chris Wilson
2011-05-09Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds
2011-05-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2011-05-09Merge branch 'hpfs'Linus Torvalds
2011-05-09HPFS: Remove unused variableMikulas Patocka
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka
2011-05-09HPFS: Fix some unaligned accessesMikulas Patocka
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka