Age | Commit message (Expand) | Author |
2011-05-18 | perf bench, x86: Add alternatives-asm.h wrapper | Ingo Molnar |
2011-05-18 | Merge branch 'x86/mem' into perf/core | Ingo Molnar |
2011-05-18 | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar |
2011-05-18 | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit | Jiri Olsa |
2011-05-17 | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, alternative: Add altinstruction_entry macro | Fenghua Yu |
2011-05-17 | x86, alternative, doc: Add comment for applying alternatives order | Fenghua Yu |
2011-05-17 | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, cpufeature: Fix cpuid leaf 7 feature detection | Fenghua Yu |
2011-05-17 | perf: Fix multi-event parsing bug | Stephane Eranian |
2011-05-16 | ftrace/s390: mcount offset calculation | Martin Schwidefsky |
2011-05-16 | ftrace/x86: mcount offset calculation | Martin Schwidefsky |
2011-05-16 | ftrace/recordmcount: mcount address adjustment | Martin Schwidefsky |
2011-05-16 | ftrace/recordmcount: Add helper function get_sym_str_and_relp() | Steven Rostedt |
2011-05-16 | ftrace/recordmcount: Remove duplicate code to find mcount symbol | Steven Rostedt |
2011-05-16 | ftrace/x86: Do not trace .discard.text section | Steven Rostedt |
2011-05-16 | ftrace: Avoid recording mcount on .init sections directly | Steven Rostedt |
2011-05-16 | kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callers | Steven Rostedt |
2011-05-16 | ftrace/recordmcount: Add warning logic to warn on mcount not recorded | Steven Rostedt |
2011-05-16 | ftrace/recordmcount: Make ignored mcount calls into nops at compile time | Steven Rostedt |
2011-05-16 | ftrace/recordmcount: Modify only executable sections | Steven Rostedt |
2011-05-16 | ftrace: Add .kprobe.text section to whitelist for recordmcount.c | Steven Rostedt |
2011-05-16 | ftrace/trivial: Clean up record mcount to use Linux switch style | Steven Rostedt |
2011-05-16 | ftrace/trivial: Clean up recordmcount.c to use Linux style comparisons | Steven Rostedt |
2011-05-12 | x86: Remove warning and warning_symbol from struct stacktrace_ops | Richard Weinberger |
2011-05-10 | perf probe: Fix the missed parameter initialization | Lin Ming |
2011-05-10 | Merge commit 'v2.6.39-rc7' into perf/core | Ingo Molnar |
2011-05-09 | Linux 2.6.39-rc7v2.6.39-rc7 | Linus Torvalds |
2011-05-09 | vm: fix vm_pgoff wrap in upward expansion | Hugh Dickins |
2011-05-09 | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2011-05-09 | Don't lock guardpage if the stack is growing up | Mikulas Patocka |
2011-05-09 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds |
2011-05-09 | drm/i915/lvds: Only act on lid notify when the device is on | Alex Williamson |
2011-05-09 | drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup" | Chris Wilson |
2011-05-09 | drm/i915: Only enable the plane after setting the fb base (pre-ILK) | Chris Wilson |
2011-05-09 | Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa... | Linus Torvalds |
2011-05-09 | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds |
2011-05-09 | Merge branch 'hpfs' | Linus Torvalds |
2011-05-09 | HPFS: Remove unused variable | Mikulas Patocka |
2011-05-09 | HPFS: Move declaration up, so that there are no out-of-scope pointers | Mikulas Patocka |
2011-05-09 | HPFS: Fix some unaligned accesses | Mikulas Patocka |
2011-05-09 | HPFS: Fix endianity. Make hpfs work on big-endian machines | Mikulas Patocka |
2011-05-09 | HPFS: Implement fsync for hpfs | Mikulas Patocka |
2011-05-09 | HPFS: Fix a bug that filesystem was not marked dirty when remounting it | Mikulas Patocka |
2011-05-09 | HPFS: Restrict uid and gid to 16-bit values | Mikulas Patocka |