| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-03-10 | perf, x86: Fix LBR enable/disable vs cpuc->enabled |  Peter Zijlstra | 1 | -3/+4 |
| 2010-03-10 | perf, x86: Fix PEBS enable/disable vs cpuc->enabled |  Peter Zijlstra | 1 | -2/+3 |
| 2010-03-10 | perf, x86: Fix pebs drains |  Peter Zijlstra | 1 | -12/+3 |
| 2010-03-10 | perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) |  Peter Zijlstra | 1 | -3/+2 |
| 2010-03-10 | perf, x86: Robustify PEBS fixup |  Peter Zijlstra | 1 | -2/+19 |
| 2010-03-10 | perf, x86: Clear the LBRs on init |  Peter Zijlstra | 2 | -2/+19 |
| 2010-03-10 | perf, x86: Disable PEBS on clovertown chips |  Peter Zijlstra | 2 | -0/+31 |
| 2010-03-10 | perf, x86: Fix silly bug in data store buffer allocation |  Peter Zijlstra | 1 | -3/+1 |
| 2010-03-10 | x86: Move MAX_INSN_SIZE into asm/insn.h |  Peter Zijlstra | 3 | -3/+3 |
| 2010-03-10 | perf, x86: Expose the full PEBS record using PERF_SAMPLE_RAW |  Peter Zijlstra | 1 | -0/+14 |
| 2010-03-10 | perf, x86: Clean up IA32_PERF_CAPABILITIES usage |  Peter Zijlstra | 4 | -31/+42 |
| 2010-03-10 | perf, x86: use LBR for PEBS IP+1 fixup |  Peter Zijlstra | 4 | -39/+138 |
| 2010-03-10 | perf, x86: Implement simple LBR support |  Peter Zijlstra | 3 | -0/+259 |
| 2010-03-10 | perf, x86: Add PEBS infrastructure |  Peter Zijlstra | 3 | -261/+669 |
| 2010-03-10 | perf, x86: Fix double enable calls |  Peter Zijlstra | 1 | -0/+4 |
| 2010-03-10 | perf, x86: Fix double disable calls |  Peter Zijlstra | 1 | -1/+2 |
| 2010-03-10 | perf, x86: Properly account n_added |  Peter Zijlstra | 1 | -2/+2 |
| 2010-03-10 | perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) |  Peter Zijlstra | 2 | -15/+7 |
| 2010-03-10 | perf, x86: Fix x86_pmu_start |  Peter Zijlstra | 1 | -13/+10 |
| 2010-03-10 | perf, x86: Use unlocked bitops |  Peter Zijlstra | 3 | -6/+5 |
| 2010-03-10 | perf, x86: Change x86_pmu.{enable,disable} calling convention |  Peter Zijlstra | 3 | -33/+38 |
| 2010-03-10 | perf, x86: Remove superfluous arguments to x86_perf_event_update() |  Peter Zijlstra | 2 | -13/+8 |
| 2010-03-10 | perf, x86: Remove superfluous arguments to x86_perf_event_set_period() |  Peter Zijlstra | 2 | -9/+8 |
| 2010-03-10 | perf, x86, Do not user perf_disable from NMI context |  Peter Zijlstra | 1 | -6/+5 |
| 2010-03-10 | perf: Rework and fix the arch CPU-hotplug hooks |  Peter Zijlstra | 5 | -66/+110 |
| 2010-03-10 | perf: Provide generic perf_sample_data initialization |  Peter Zijlstra | 5 | -13/+10 |
| 2010-03-09 | Merge commit 'v2.6.34-rc1' into perf/urgent |  Ingo Molnar | 1683 | -39775/+71129 |
| 2010-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 |  Linus Torvalds | 13 | -25/+60 |
| 2010-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog |  Linus Torvalds | 3 | -1/+24 |
| 2010-03-08 | [S390] smsgiucv: declare char pointers as "const" |  Hendrik Brueckner | 1 | -1/+1 |
| 2010-03-08 | [S390] remove unused qdio flags in zfcp and qeth |  Ursula Braun | 1 | -7/+0 |
| 2010-03-08 | [S390] Cleanup xtime usage |  John Stultz | 1 | -5/+5 |
| 2010-03-08 | [S390] uaccess: make sure copy_from_user_overflow is builtin |  Heiko Carstens | 1 | -1/+2 |
| 2010-03-07 | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes |  Eric W. Biederman | 1 | -0/+1 |
| 2010-03-07 | platform-drivers: move probe to .devinit.text in arch/arm |  Uwe Kleine-König | 4 | -4/+4 |
| 2010-03-07 | Driver core: Constify struct sysfs_ops in struct kobj_type |  Emese Revfy | 5 | -5/+5 |
| 2010-03-07 | sysdev: fix missing s390 conversion |  Heiko Carstens | 1 | -1/+3 |
| 2010-03-07 | sysdev: Pass attribute in sysdev_class attributes show/store |  Andi Kleen | 3 | -15/+47 |
| 2010-03-07 | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 38 | -162/+1610 |
| 2010-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 |  Linus Torvalds | 28 | -478/+1295 |
| 2010-03-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 |  Linus Torvalds | 10 | -55/+67 |
| 2010-03-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq |  Linus Torvalds | 3 | -0/+635 |
| 2010-03-07 | [WATCHDOG] watchdog_info constify |  Wim Van Sebroeck | 1 | -1/+1 |
| 2010-03-06 | parisc: use __ratelimit in unaligned.c |  Akinobu Mita | 1 | -10/+4 |
| 2010-03-06 | parisc: Convert to read/update_persistent_clock |  john stultz | 1 | -16/+13 |
| 2010-03-06 | parisc: Simplify param.h by including <asm-generic/param.h> |  Robert P. J. Day | 1 | -22/+1 |
| 2010-03-06 | parisc: drop unnecessary cast in __ldcw_align() macro |  Helge Deller | 1 | -1/+1 |
| 2010-03-06 | parisc: add strict copy size checks (v2) |  Helge Deller | 3 | -3/+41 |
| 2010-03-06 | parisc: remove trailing space in messages |  Frans Pop | 1 | -2/+2 |
| 2010-03-06 | parisc: ditto sys_accept4 |  Kyle McMartin | 2 | -1/+3 |