aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf_counter: Fix PERF_COUNTER_CONTEXT_SWITCHES for cpu countersPeter Zijlstra2009-05-251-4/+3
* perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra2009-05-253-11/+19
* perf_counter: Make pctrl() affect inherited counters tooPeter Zijlstra2009-05-251-24/+24
* perf_counter: Remove unused ABI bitsPeter Zijlstra2009-05-251-2/+2
* perf_counter: Fix perf-$cmd invokationPeter Zijlstra2009-05-251-1/+1
* perf stat: flip around ':k' and ':u' flagsIngo Molnar2009-05-251-2/+2
* perf_counter: Move child perfcounter init to after scheduler initIngo Molnar2009-05-251-1/+1
* perf top: Reduce display overheadMike Galbraith2009-05-251-26/+28
* perf_counter tools: increase limits, fixIngo Molnar2009-05-251-2/+2
* perf_counter: Increase mmap limitIngo Molnar2009-05-241-0/+6
* perf top: fix segfaultMike Galbraith2009-05-241-2/+3
* perf_counter: Remove perf_counter_context::nr_enabledPeter Zijlstra2009-05-242-11/+1
* perf_counter: Change pctrl() behaviourPeter Zijlstra2009-05-244-63/+39
* perf_counter: Simplify context cleanupPeter Zijlstra2009-05-231-4/+1
* perf_counter: Fix userspace buildPeter Zijlstra2009-05-234-22/+22
* perf_counter: Sanitize context lockingPeter Zijlstra2009-05-231-2/+7
* perf_counter: Sanitize counter->mutexPeter Zijlstra2009-05-232-32/+22
* perf_counter: Fix dynamic irq_period loggingPeter Zijlstra2009-05-233-2/+5
* perf_counter tools: increase limitsIngo Molnar2009-05-221-2/+2
* perf_counter: fix !PERF_COUNTERS build failureIngo Molnar2009-05-221-1/+2
* perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras2009-05-223-16/+107
* perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras2009-05-227-101/+145
* perf_counter: Fix context removal deadlockIngo Molnar2009-05-202-6/+7
* perf_counter: Optimize sched in/out of countersPeter Zijlstra2009-05-201-6/+19
* perf_counter: Optimize disable of time based sw countersPeter Zijlstra2009-05-201-2/+4
* perf_counter: Log irq_period changesPeter Zijlstra2009-05-202-1/+47
* perf_counter: Solve the rotate_ctx vs inherit race differentlyPeter Zijlstra2009-05-202-11/+5
* perf_counter: fix counter inheritance raceIngo Molnar2009-05-202-1/+10
* perf_counter: fix counter freeing logicIngo Molnar2009-05-202-12/+9
* perf_counter, x86: speed up the scheduling fast-pathIngo Molnar2009-05-181-3/+2
* perf_counter: powerpc: initialize cpuhw pointer before usePaul Mackerras2009-05-181-2/+1
* Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-18786-9550/+17774
|\
| * Linux 2.6.30-rc6Linus Torvalds2009-05-151-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-05-153-3/+10
| |\
| | * PCI MSI: Fix MSI-X with NIU cardsMatthew Wilcox2009-05-111-2/+6
| | * PCI: Fix pci-e port driver slot_reset bad default return valueZhang, Yanmin2009-05-052-1/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6Linus Torvalds2009-05-153-4/+7
| |\ \
| | * | Bluetooth: Don't trigger disconnect timeout for security mode 3 pairingMarcel Holtmann2009-05-091-1/+1
| | * | Bluetooth: Don't use hci_acl_connect_cancel() for incoming connectionsMarcel Holtmann2009-05-091-3/+1
| | * | Bluetooth: Fix wrong module refcount when connection setup failsMarcel Holtmann2009-05-092-0/+5
| * | | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-05-1513-24/+175
| |\ \ \
| | * | | drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl.Carl Worth2009-05-144-0/+44
| | * | | drm/i915: Set HDMI hot plug interrupt enable for only the output in question.Ma Ling2009-05-141-5/+12
| | * | | drm/i915: Include 965GME pci ID in IS_I965GM(dev) to match UMS.Ma Ling2009-05-141-1/+2
| | * | | drm/i915: Use the GM45 VGA hotplug workaround on G45 as well.Ma Ling2009-05-141-1/+1
| | * | | drm/i915: ignore LVDS on intel graphics systems that lie about having itJarod Wilson2009-05-141-8/+46
| | * | | drm/i915: sanity check IER at wait_request timeJesse Barnes2009-05-141-0/+9
| | * | | drm/i915: workaround IGD i2c bus issue in kernel side (v2)Shaohua Li2009-05-144-1/+25
| | * | | drm/i915: Don't allow binding objects into the last page of the aperture.Eric Anholt2009-05-141-2/+10
| | * | | drm/i915: save/restore fence registers across suspend/resumeKeith Packard2009-04-302-0/+25