summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf tools: Update Makefile with some helpJesse Brandeburg2011-02-162-9/+40
| * | perf annotate browser: Use the percent color for the whole lineArnaldo Carvalho de Melo2011-02-161-2/+3
| * | perf annotate: Check if offset is less than symbol sizeArnaldo Carvalho de Melo2011-02-161-1/+2
| * | perf ui: Serialize screen updatesArnaldo Carvalho de Melo2011-02-165-1/+23
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-02-179-197/+74
|\ \ \ | |/ / |/| |
| * | tracing: Deprecate tracing_enabled for tracing_onSteven Rostedt2011-02-082-19/+23
| * | tracing: Remove obsolete sched_switch tracerSteven Rostedt2011-02-082-158/+0
| * | tracing: Compile time initialization for event flags valueLai Jiangshan2011-02-081-4/+4
| * | trivial: Fix Steven's Copyright typosUwe Kleine-König2011-02-082-2/+2
| * | tracing: Add unstable sched clock note to the warningJiri Olsa2011-02-081-2/+6
| * | tracing/syscalls: Early terminate search for sys_ni_syscallIan Munsie2011-02-071-0/+3
| * | tracing/syscalls: Allow arch specific syscall symbol matchingIan Munsie2011-02-072-7/+18
| * | tracing/syscalls: Make arch_syscall_addr weakIan Munsie2011-02-072-1/+4
| * | tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie2011-02-071-4/+4
| * | tracing/syscalls: Don't add events for unmapped syscallsIan Munsie2011-02-072-0/+10
| |/
* | perf: Optimize hrtimer eventsPeter Zijlstra2011-02-161-3/+32
* | perf: Optimize throttling codePeter Zijlstra2011-02-163-20/+29
* | perf, x86: Add support for AMD family 15h core countersRobert Richter2011-02-163-3/+186
* | perf, x86: Store perfctr msr addresses in config_base/event_baseRobert Richter2011-02-163-19/+14
* | perf, x86: Add new AMD family 15h msrs to perfctr reservation codeRobert Richter2011-02-161-0/+4
* | perf, x86: Calculate perfctr msr addresses in helper functionsRobert Richter2011-02-162-15/+25
* | perf, x86: Use helper function in x86_pmu_enable_all()Robert Richter2011-02-161-11/+8
* | perf tool: Add cgroup supportStephane Eranian2011-02-169-10/+276
* | perf: Add cgroup supportStephane Eranian2011-02-166-38/+671
* | cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra2011-02-163-18/+22
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-02-16376-2095/+3252
|\ \
| * | perf: Fix throttle logicPeter Zijlstra2011-02-161-4/+15
| * | perf, x86: P4 PMU: Fix spurious NMI messagesCyrill Gorcunov2011-02-162-3/+9
| * | Linux 2.6.38-rc5v2.6.38-rc5Linus Torvalds2011-02-151-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2011-02-1518-69/+165
| |\ \
| | * | m68knommu: set flow handler for secondary interrupt controller of 5249Greg Ungerer2011-02-161-1/+3
| | * | m68knommu: remove use of IRQ_FLG_LOCK from 68360 platform supportGreg Ungerer2011-02-162-2/+2
| | * | m68knommu: fix dereference of port.ttyGreg Ungerer2011-02-161-15/+14
| | * | m68knommu: add missing linker __modver sectionGreg Ungerer2011-02-161-0/+6
| | * | m68knommu: fix mis-named variable int set_irq_chip loopGreg Ungerer2011-02-161-2/+2
| | * | m68knommu: add optimize memmove() functionGreg Ungerer2011-02-163-2/+107
| | * | m68k: remove arch specific non-optimized memcmp()Greg Ungerer2011-02-162-14/+1
| | * | m68knommu: fix use of un-defined _TIF_WORK_MASKGreg Ungerer2011-02-083-3/+0
| | * | m68knommu: Rename m548x_wdt.c to m54xx_wdt.cPhilippe De Muyter2011-02-083-4/+4
| | * | m68knommu: fix m548x_wdt.c compilation after headers renamingPhilippe De Muyter2011-02-081-25/+25
| | * | m68knommu: Remove dependencies on nonexistent M68KNOMMUGeert Uytterhoeven2011-02-082-2/+2
| * | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-02-1546-302/+679
| |\ \ \
| | * | | drm/radeon/kms: hopefully fix pll issues for real (v3)Alex Deucher2011-02-151-14/+8
| | * | | drm/radeon/kms: add bounds checking to avivo pll algoAlex Deucher2011-02-151-0/+10
| | * | | drm: fix wrong usages of drm_device in DRM Developer's GuideXiao Jiang2011-02-151-3/+3
| | * | | drm/radeon/kms: fix a few more atombios endian issuesAlex Deucher2011-02-152-7/+7
| | * | | Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixesDave Airlie2011-02-1411-99/+229
| | |\ \ \
| | | * | | drm/i915: Fix resume regression from 5d1d0ccChris Wilson2011-02-111-2/+1
| | | * | | drm/i915/tv: Use polling rather than interrupt-based hotplugChris Wilson2011-02-111-13/+30
| | | * | | drm/i915: Trigger modesetting if force-audio changesChris Wilson2011-02-113-18/+91