summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-01perfcounter tools: fix pointer mismatchThomas Gleixner1-1/+1
2009-05-01perfcounter tools: make rdclock an inline functionThomas Gleixner1-7/+11
2009-05-01perfcounter tools: move common defines ... to local header fileThomas Gleixner5-181/+70
2009-05-01perf_counter tools: remove build generated filesThomas Gleixner3-6/+0
2009-05-01perf_counter tools: fix x86 syscall numbersIngo Molnar3-6/+6
2009-05-01perf_counter: documentation updatePeter Zijlstra1-54/+220
2009-05-01perf_counter: tool: handle 0-length data filesPeter Zijlstra1-0/+5
2009-05-01perf_counter: fix nmi-watchdog interactionPeter Zijlstra1-0/+3
2009-05-01perf_counter: fix race in perf_output_*Peter Zijlstra2-30/+105
2009-04-30Merge branch 'core/signal' into perfcounters/coreThomas Gleixner54-507/+915
2009-04-30x86: hookup sys_rt_tgsigqueueinfoThomas Gleixner4-0/+5
2009-04-30signals: implement sys_rt_tgsigqueueinfoThomas Gleixner4-0/+41
2009-04-30signals: split do_tkillThomas Gleixner1-12/+18
2009-04-30perf_counter tools: fix infinite loop in perf-report on zeroed event recordsIngo Molnar1-2/+16
2009-04-30perf_counter tools: perf stat: make -l default-onIngo Molnar1-1/+1
2009-04-30perf_counter tools: add perf-report to the MakefileIngo Molnar1-1/+5
2009-04-30mutex: add atomic_dec_and_mutex_lock(), fixAndrew Morton2-24/+25
2009-04-30perf_counter: update copyright noticePaul Mackerras1-0/+1
2009-04-30Linux 2.6.30-rc4v2.6.30-rc4Linus Torvalds1-2/+2
2009-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-2/+2
2009-04-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds11-41/+49
2009-04-30locking, rtmutex.c: Documentation cleanupLuis Henriques1-4/+4
2009-04-30perf_counter, x86: rename bitmasks to ->used_mask and ->active_maskRobert Richter1-14/+14
2009-04-29V4L/DVB (11652): au0828: fix kernel oops regression on USB disconnect.Devin Heitmueller1-2/+4
2009-04-29V4L/DVB (11626): cx23885: Two fixes for DViCO FusionHDTV DVB-T Dual ExpressChristopher Pascoe2-2/+3
2009-04-29V4L/DVB (11612): mx3_camera: Fix compilation with CONFIG_PMSascha Hauer1-4/+0
2009-04-29V4L/DVB (11570): patch: s2255drv: fix race condition on set modeDean Anderson1-1/+1
2009-04-29V4L/DVB (11568): cx18: Fix the handling of i2c bus registration errorJean Delvare1-3/+13
2009-04-29V4L/DVB (11561a): move media after i2cGuennadi Liakhovetski1-2/+2
2009-04-29V4L/DVB (11516): drivers/media/video/saa5246a.c: fix use-after-freeDan Carpenter1-2/+1
2009-04-29V4L/DVB (11515): drivers/media/video/saa5249.c: fix use-after-free and leakDan Carpenter1-2/+2
2009-04-29V4L/DVB (11494a): cx231xx Kconfig fixesMauro Carvalho Chehab1-22/+22
2009-04-29V4L/DVB (11494): cx18: Send correct input routing value to external audio mul...Andy Walls1-1/+1
2009-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds33-447/+795
2009-04-29mutex: add atomic_dec_and_mutex_lock()Eric Paris1-0/+23
2009-04-29perf_counter: powerpc: allow use of limited-function countersPaul Mackerras7-76/+479
2009-04-29perf_counter: add/update copyrightsIngo Molnar2-7/+8
2009-04-29perf_counter: update 'perf top' documentationRobert Richter1-1/+1
2009-04-29perf_counter, x86: remove unused function argument in intel_pmu_get_status()Robert Richter1-3/+3
2009-04-29perf_counter, x86: remove vendor check in fixed_mode_idx()Robert Richter1-1/+1
2009-04-29perf_counter, x86: introduce max_period variableRobert Richter1-8/+12
2009-04-29perf_counter, x86: return raw count with x86_perf_counter_update()Robert Richter1-3/+4
2009-04-29perf_counter, x86: implement the interrupt handler for AMD cpusRobert Richter1-8/+37
2009-04-29perf_counter, x86: change and remove pmu initialization checksRobert Richter1-21/+13
2009-04-29perf_counter, x86: rework counter disable functionsRobert Richter1-25/+23
2009-04-29perf_counter, x86: rework counter enable functionsRobert Richter1-28/+24
2009-04-29perf_counter, x86: consistent use of type int for counter indexRobert Richter2-5/+5
2009-04-29perf_counter, x86: generic use of cpuc->activeRobert Richter1-11/+9
2009-04-29perf_counter, x86: rename cpuc->active_maskRobert Richter1-5/+5
2009-04-29perf_counter, x86: make x86_pmu_read() static inlineRobert Richter1-1/+1