Age | Commit message (Expand) | Author | Files | Lines |
2010-12-21 | perf record,report,annotate,diff: Process events in order | Ian Munsie | 4 | -1/+10 |
2010-12-21 | perf session: Fallback to unordered processing if no sample_id_all | Ian Munsie | 14 | -15/+31 |
2010-12-16 | perf, x86: Provide a PEBS capable cycle event | Peter Zijlstra | 1 | -0/+26 |
2010-12-16 | perf: Sysfs enumeration | Peter Zijlstra | 2 | -1/+95 |
2010-12-16 | perf: Dynamic pmu types | Peter Zijlstra | 10 | -15/+54 |
2010-12-16 | init: Initialized IDR earlier | Peter Zijlstra | 1 | -1/+1 |
2010-12-16 | perf: Move perf_event_init() into main.c | Peter Zijlstra | 2 | -2/+2 |
2010-12-16 | perf, x86: Detect broken BIOSes that corrupt the PMU | Peter Zijlstra | 1 | -6/+42 |
2010-12-16 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 63 | -220/+905 |
2010-12-16 | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 3 | -3/+13 |
2010-12-16 | perf: Fix off by one in perf_swevent_init() | Dan Carpenter | 1 | -1/+1 |
2010-12-13 | x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not enabled | Don Zickus | 1 | -0/+3 |
2010-12-10 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 8 | -66/+127 |
2010-12-10 | perf, sparc: Fix CONFIG_PERF_EVENTS=y build error | Ingo Molnar | 1 | -1/+1 |
2010-12-10 | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls | Don Zickus | 6 | -18/+30 |
2010-12-10 | lockup detector: Compile fixes from removing the old x86 nmi watchdog | Don Zickus | 2 | -2/+10 |
2010-12-09 | x86: Address 'unused' warning in hw_nmi.c again | Rakib Mullick | 1 | -1/+1 |
2010-12-09 | perf session: Remove unneeded dump_printf calls | Arnaldo Carvalho de Melo | 1 | -12/+11 |
2010-12-09 | perf session: Split out user event processing | Thomas Gleixner | 1 | -18/+24 |
2010-12-09 | perf session: Split out sample preprocessing | Thomas Gleixner | 1 | -15/+25 |
2010-12-09 | perf session: Move dump code to event delivery path | Thomas Gleixner | 1 | -5/+5 |
2010-12-09 | perf session: Add file_offset to event delivery function | Thomas Gleixner | 1 | -4/+8 |
2010-12-09 | perf session: Store file offset in sample_queue | Thomas Gleixner | 1 | -2/+5 |
2010-12-09 | perf session: Consolidate the dump code | Thomas Gleixner | 2 | -25/+40 |
2010-12-09 | perf session: Dont queue events w/o timestamps | Thomas Gleixner | 1 | -1/+1 |
2010-12-09 | perf event: Prevent unbound event__name array access | Thomas Gleixner | 4 | -6/+19 |
2010-12-09 | perf report: Allow user to specify path to kallsyms file | David Ahern | 4 | -2/+13 |
2010-12-08 | perf: Stop all counters on reboot | Peter Zijlstra | 1 | -1/+23 |
2010-12-08 | perf, amd: Remove the nb lock | Peter Zijlstra | 1 | -13/+3 |
2010-12-08 | perf: Fix duplicate events with multiple-pmu vs software events | Peter Zijlstra | 2 | -6/+30 |
2010-12-08 | Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes... | Linus Torvalds | 7 | -12/+76 |
2010-12-08 | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 15 | -121/+210 |
2010-12-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 9 | -2/+317 |
2010-12-08 | drm/i915: i915 cannot provide switcher services. | Dave Airlie | 1 | -34/+0 |
2010-12-07 | Input: wacom - add new Bamboo PT (0xdb) | David Foley | 1 | -0/+3 |
2010-12-07 | Merge branch 'fixes/2637-rc5/s3c24xx' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 11 | -21/+89 |
2010-12-08 | ARM: S3C24XX: Fix mess with gpio {set,get}_pull callbacks | Vasily Khoruzhick | 8 | -20/+81 |
2010-12-08 | drm/radeon/kms: fix vram base calculation on rs780/rs880 | Alex Deucher | 1 | -2/+4 |
2010-12-08 | drm/radeon/kms: fix formatting of vram and gtt info | Alex Deucher | 1 | -2/+2 |
2010-12-08 | drm/radeon/kms: forbid big bo allocation (fdo 31708) v3 | Jerome Glisse | 1 | -2/+11 |
2010-12-08 | drm: Don't try and disable an encoder that was never enabled | Chris Wilson | 1 | -1/+1 |
2010-12-08 | drm: Add missing drm_vblank_put() along queue vblank error path | Chris Wilson | 1 | -5/+14 |
2010-12-08 | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Dave Airlie | 9 | -75/+178 |
2010-12-07 | drm/i915/dp: Only apply the workaround if the select is still active | Chris Wilson | 1 | -2/+6 |
2010-12-07 | MN10300: Fix interrupt mask alteration function call name in gdbstub | David Howells | 3 | -3/+6 |
2010-12-07 | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2010-12-07 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 10 | -39/+144 |
2010-12-07 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2 | -1/+20 |
2010-12-07 | autofs4 - remove ioctl mutex (bz23142) | Ian Kent | 1 | -11/+1 |
2010-12-07 | perf makefile: Allow strong and weak functions in LIB_OBJS | Ian Munsie | 1 | -1/+1 |