summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * perf stat: Fix tool option consistency: rename -S/--scale to -c/--scaleBrice Goglin2009-08-092-2/+2
| | * perf report: Add debug help for the finding of symbol bugs - show the symtab ...Arnaldo Carvalho de Melo2009-08-093-12/+50
| | * perf report: Fix per task mult-counter stat reportingPeter Zijlstra2009-08-093-5/+35
| | * perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.da...Peter Zijlstra2009-08-091-1/+2
| | * perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker2009-08-093-14/+24
| | * perf top: Update man pageMike Galbraith2009-08-091-13/+99
| | * perf top: Improve interactive key handlingMike Galbraith2009-08-091-35/+73
| | * perf_counter: Fix software counters for fast moving event sourcesPeter Zijlstra2009-08-091-70/+94
| | * perf_counter tools: Allow perf top top users to switch between weighted and i...Mike Galbraith2009-08-091-7/+17
| | * perf_counter tools: Fix/resurrect perf top annotation in a simple interactive...Mike Galbraith2009-08-091-40/+456
| * | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-101-2/+2
| |\ \
| | * | x86/irq: Fix move_irq_desc() for nodes without ramYinghai Lu2009-08-081-2/+2
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-101-7/+22
| |\ \ \
| | * | | x86: Fix serialization in pit_expect_msb()Linus Torvalds2009-08-101-7/+22
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-08-101-4/+3
| |\ \ \ \
| | * | | | PCI hotplug: SGI hotplug: do not use hotplug_slot_attrKenji Kaneshige2009-08-071-10/+3
| | * | | | PCI hotplug: SGI hotplug: fix build failureKenji Kaneshige2009-08-071-0/+6
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-08-103-15/+14
| |\ \ \ \ \
| | * | | | | mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov2009-08-101-11/+11
| | * | | | | mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov2009-08-103-5/+5
| | * | | | | mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov2009-08-101-12/+11
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-08-101-3/+3
| |\ \ \ \ \
| | * | | | | powerpc/dma: pci_set_dma_mask() shouldn't fail if mask fits in RAMBenjamin Herrenschmidt2009-08-101-3/+3
| | |/ / / /
| * | | | | MN10300: includecheck fix: mn10300, pci.hJaswinder Singh Rajput2009-08-101-1/+0
| * | | | | mempool.c: clean up type-castingFigo.zhang2009-08-101-2/+2
| * | | | | documentation: register ioctl entry of nilfs2Ryusuke Konishi2009-08-101-0/+1
| |/ / / /
| * | | | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2009-08-092-1/+13
| |\ \ \ \
| | * | | | UBI: compatible fallback in absense of sequence numbersAdrian Hunter2009-07-241-1/+12
| | * | | | UBI: fix double free on error pathAdrian Hunter2009-07-241-0/+1
| * | | | | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-08-0913-41/+110
| |\ \ \ \ \
| | * | | | | KVM: Avoid redelivery of edge interrupt before next edgeGleb Natapov2009-08-091-5/+5
| | * | | | | KVM: MMU: limit rmap chain lengthMarcelo Tosatti2009-08-061-5/+28
| | * | | | | KVM: ia64: fix build failures due to ia64/unsigned long mismatchesAvi Kivity2009-08-053-11/+14
| | * | | | | KVM: Make KVM_HPAGES_PER_HPAGE unsigned long to avoid build error on powerpcStephen Rothwell2009-08-051-1/+1
| | * | | | | KVM: fix ack not being delivered when msi presentMichael S. Tsirkin2009-08-052-1/+4
| | * | | | | KVM: s390: fix wait_queue handlingChristian Borntraeger2009-08-051-1/+1
| | * | | | | KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka2009-08-051-1/+1
| | * | | | | KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka2009-08-051-2/+2
| | * | | | | KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...Marcelo Tosatti2009-08-051-7/+8
| | * | | | | KVM: SVM: force new asid on vcpu migrationMarcelo Tosatti2009-08-051-3/+3
| | * | | | | KVM: x86: verify MTRR/PAT validityMarcelo Tosatti2009-08-051-1/+38
| | * | | | | KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti2009-08-051-0/+3
| | * | | | | KVM: Fix KVM_GET_MSR_INDEX_LISTJan Kiszka2009-08-051-3/+2
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-08-093-3/+5
| |\ \ \ \ \
| | * | | | | drm/i915: silence vblank warningsFrans Pop2009-08-091-2/+2
| | * | | | | drm: silence pointless vblank warning.Paul Rolland2009-08-091-1/+1
| | * | | | | drm: When adding probed modes, preserve duplicate mode typesKeith Packard2009-08-091-0/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-091-3/+4
| |\ \ \ \ \
| | * | | | | posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Stanislaw Gruszka2009-08-081-3/+4
| | |/ / / /
| * | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-0910-50/+207
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
OpenPOWER on IntegriCloud