| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/mem' into perf/core | Ingo Molnar | 2011-05-18 | 11 | -54/+219 |
|\ |
|
| * | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit | Jiri Olsa | 2011-05-18 | 2 | -3/+3 |
| * | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -12/+42 |
| * | x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -1/+28 |
| * | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -13/+32 |
| * | x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -10/+55 |
| * | x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -9/+24 |
| * | x86, alternative: Add altinstruction_entry macro | Fenghua Yu | 2011-05-17 | 1 | -0/+9 |
| * | x86, alternative, doc: Add comment for applying alternatives order | Fenghua Yu | 2011-05-17 | 1 | -0/+9 |
| * | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -4/+15 |
| * | x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -0/+1 |
| * | x86, cpufeature: Fix cpuid leaf 7 feature detection | Fenghua Yu | 2011-05-17 | 1 | -2/+1 |
* | | ftrace/x86: mcount offset calculation | Martin Schwidefsky | 2011-05-16 | 1 | -4/+3 |
* | | ftrace/x86: Do not trace .discard.text section | Steven Rostedt | 2011-05-16 | 1 | -1/+1 |
* | | x86: Remove warning and warning_symbol from struct stacktrace_ops | Richard Weinberger | 2011-05-12 | 5 | -58/+0 |
* | | Merge commit 'v2.6.39-rc7' into perf/core | Ingo Molnar | 2011-05-10 | 11 | -65/+221 |
|\ \
| |/ |
|
| * | perf events, x86: Fix Intel Nehalem and Westmere last level cache event defin... | Peter Zijlstra | 2011-05-06 | 1 | -35/+52 |
| * | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor... | Ingo Molnar | 2011-05-06 | 4 | -9/+132 |
| |\ |
|
| | * | Merge branch 'stable/bug-fixes-for-rc5' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2011-05-03 | 1 | -1/+124 |
| | |\ |
|
| | | * | xen: mask_rw_pte mark RO all pagetable pages up to pgt_buf_top | Stefano Stabellini | 2011-05-02 | 1 | -1/+1 |
| | | * | xen/mmu: Add workaround "x86-64, mm: Put early page table high" | Konrad Rzeszutek Wilk | 2011-05-02 | 1 | -0/+123 |
| | * | | x86, reboot: Fix relocations in reboot_32.S | H. Peter Anvin | 2011-05-02 | 1 | -6/+6 |
| | * | | x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo() | Yinghai Lu | 2011-05-01 | 1 | -1/+1 |
| | * | | x86, AMD: Fix APIC timer erratum 400 affecting K8 Rev.A-E processors | Boris Ostrovsky | 2011-05-01 | 1 | -1/+1 |
| * | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2011-05-04 | 1 | -10/+26 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | x86, hw_breakpoints: Fix racy access to ptrace breakpoints | Frederic Weisbecker | 2011-04-25 | 1 | -10/+26 |
| * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-04-29 | 3 | -10/+52 |
| |\ \ \ |
|
| * | | | | x86: ce4100: Configure IOAPIC pins for USB and SATA to level type | Sebastian Andrzej Siewior | 2011-04-28 | 1 | -3/+3 |
| * | | | | x86: devicetree: Configure IOAPIC pin only once | Sebastian Andrzej Siewior | 2011-04-28 | 3 | -7/+7 |
| * | | | | x86, setup: When probing memory with e801, use ax/bx as a pair | H. Peter Anvin | 2011-04-25 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'perf/stat' into perf/core | Ingo Molnar | 2011-05-06 | 2 | -16/+29 |
|\ \ \ \ |
|
| * | | | | perf events, x86: Add Westmere stalled-cycles-frontend/backend events | Ingo Molnar | 2011-04-29 | 1 | -0/+6 |
| * | | | | perf, x86: Add new stalled cycles events for Intel and AMD CPUs | Ingo Molnar | 2011-04-29 | 2 | -7/+11 |
| * | | | | perf events: Add generic front-end and back-end stalled cycle event definitions | Ingo Molnar | 2011-04-29 | 1 | -1/+1 |
| * | | | | perf event, x86: Use better stalled cycles metric | Ingo Molnar | 2011-04-28 | 1 | -2/+2 |
| * | | | | perf events, x86: Mark constrant tables read mostly | Ingo Molnar | 2011-04-26 | 1 | -10/+10 |
| * | | | | perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLES | Ingo Molnar | 2011-04-26 | 1 | -0/+3 |
| * | | | | Merge branch 'perf/urgent' into perf/stat | Ingo Molnar | 2011-04-26 | 4 | -10/+35 |
| |\ \ \ \ |
|
* | | | | | | perf events, x86: Add SandyBridge stalled-cycles-frontend/backend events | Lin Ming | 2011-05-06 | 1 | -0/+6 |
* | | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-05-01 | 4 | -16/+68 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | perf, x86, nmi: Move LVT un-masking into irq handlers | Don Zickus | 2011-04-27 | 3 | -6/+33 |
| | |/ / /
| |/| | | |
|
| * | | | | perf events, x86: Work around the Nehalem AAJ80 erratum | Ingo Molnar | 2011-04-26 | 1 | -2/+14 |
| * | | | | perf, x86: Fix BTS condition | Peter Zijlstra | 2011-04-26 | 2 | -2/+5 |
| | |/ /
| |/| | |
|
| * | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2011-04-23 | 1 | -0/+5 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | PM: Add missing syscore_suspend() and syscore_resume() calls | Rafael J. Wysocki | 2011-04-20 | 1 | -0/+5 |
| * | | | perf, x86: Update/fix Intel Nehalem cache events | Peter Zijlstra | 2011-04-22 | 1 | -4/+4 |
| * | | | perf, x86: P4 PMU - Don't forget to clear cpuc->active_mask on overflow | Cyrill Gorcunov | 2011-04-22 | 1 | -1/+1 |
| * | | | x86, perf event: Turn off unstructured raw event access to offcore registers | Ingo Molnar | 2011-04-22 | 1 | -1/+5 |
| * | | | perf: Support Xeon E7's via the Westmere PMU driver | Andi Kleen | 2011-04-22 | 1 | -0/+1 |
* | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-04-27 | 4 | -14/+19 |
|\ \ \ \
| |_|_|/
|/| | | |
|