Age | Commit message (Expand) | Author | Files | Lines |
2009-06-12 | perfcounters: remove powerpc definitions of perf_counter_do_pending | Stephen Rothwell | 2 | -3/+1 |
2009-06-12 | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 19 | -2/+4684 |
2009-06-11 | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+1 |
2009-06-11 | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+6 |
2009-06-11 | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 3 | -7/+11 |
2009-06-11 | perf_counter: Rename L2 to LL cache | Peter Zijlstra | 6 | -6/+6 |
2009-06-11 | perf_counter: Standardize event names | Peter Zijlstra | 6 | -33/+33 |
2009-06-11 | perf_counter: powerpc: Implement generalized cache events for POWER processors | Paul Mackerras | 8 | -6/+294 |
2009-06-11 | perf_counters: powerpc: Add support for POWER7 processors | Paul Mackerras | 3 | -1/+322 |
2009-06-11 | perf_counter: Accurate period data | Peter Zijlstra | 1 | -3/+6 |
2009-06-11 | perf_counter: Introduce struct for sample data | Peter Zijlstra | 1 | -3/+7 |
2009-06-11 | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -7/+11 |
2009-06-10 | KVM: Fix interrupt unhalting a vcpu when it shouldn't | Gleb Natapov | 1 | -0/+6 |
2009-06-06 | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 1 | -83/+195 |
2009-06-06 | perf_counter: Separate out attr->type from attr->config | Ingo Molnar | 1 | -3/+3 |
2009-06-04 | perf_counter: powerpc: Use new identifier names in powerpc-specific code | Paul Mackerras | 1 | -1/+1 |
2009-06-03 | perf_counter: powerpc: Fix race causing "oops trying to read PMC0" errors | Paul Mackerras | 1 | -2/+14 |
2009-06-03 | perf_counter: powerpc: Fix event alternative code generation on POWER5/5+ | Paul Mackerras | 2 | -4/+4 |
2009-06-02 | perf_counter: Rename perf_counter_hw_event => perf_counter_attr | Peter Zijlstra | 1 | -19/+19 |
2009-06-02 | perf_counter: Rename various fields | Peter Zijlstra | 1 | -6/+6 |
2009-06-02 | powerpc/pmac: Update PowerMac 32-bit defconfig | Benjamin Herrenschmidt | 1 | -83/+195 |
2009-06-01 | Merge branch 'linus' into irq/numa | Ingo Molnar | 85 | -1852/+4373 |
2009-06-01 | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 18 | -311/+556 |
2009-05-27 | powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency. | Benjamin Herrenschmidt | 6 | -83/+54 |
2009-05-27 | powerpc: Minor cleanups of kernel virt address space definitions | Benjamin Herrenschmidt | 5 | -12/+37 |
2009-05-27 | powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mm | Benjamin Herrenschmidt | 3 | -1/+1 |
2009-05-27 | Revert "powerpc: Rework dma-noncoherent to use generic vmalloc layer" | Benjamin Herrenschmidt | 2 | -57/+271 |
2009-05-26 | perf_counter: powerpc: Implement interrupt throttling | Paul Mackerras | 1 | -5/+43 |
2009-05-26 | powerpc/mm: Fix broken MMU PID stealing on !SMP | Hideo Saito | 1 | -3/+3 |
2009-05-23 | block: Do away with the notion of hardsect_size | Martin K. Petersen | 1 | -1/+1 |
2009-05-22 | powerpc/maple: Add a quirk to disable MSI for IPR on Bimini | Michael Ellerman | 1 | -0/+14 |
2009-05-18 | perf_counter: powerpc: initialize cpuhw pointer before use | Paul Mackerras | 1 | -2/+1 |
2009-05-18 | Merge commit 'v2.6.30-rc6' into perfcounters/core | Ingo Molnar | 99 | -12707/+3854 |
2009-05-18 | powerpc: Explicit alignment for .data.cacheline_aligned | Benjamin Herrenschmidt | 1 | -0/+1 |
2009-05-18 | powerpc/ps3: Update ps3_defconfig | Geoff Levand | 1 | -43/+62 |
2009-05-18 | powerpc/ftrace: Fix constraint to be early clobber | Steven Rostedt | 1 | -1/+1 |
2009-05-18 | powerpc/ftrace: Use pr_devel() in ftrace.c | Michael Ellerman | 1 | -10/+10 |
2009-05-18 | powerpc: Do not assert pte_locked for hugepage PTE entries | Mel Gorman | 1 | -1/+2 |
2009-05-15 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+1 |
2009-05-15 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 67 | -1541/+3816 |
2009-05-15 | perf_counter: powerpc: supply more precise information on counter overflow ev... | Paul Mackerras | 5 | -7/+97 |
2009-05-15 | perf_counter: powerpc: use u64 for event codes internally | Paul Mackerras | 7 | -52/+48 |
2009-05-15 | perf_counter: frequency based adaptive irq_period | Peter Zijlstra | 1 | -7/+6 |
2009-05-15 | perf_counter: Rework the perf counter disable/enable | Peter Zijlstra | 1 | -12/+12 |
2009-05-15 | powerpc: Fix PCI ROM access | Benjamin Herrenschmidt | 2 | -10/+26 |
2009-05-15 | powerpc/pseries: Really fix the oprofile CPU type on pseries | Benjamin Herrenschmidt | 1 | -1/+1 |
2009-05-15 | powerpc/cell: Make ptcal more reliable | Gerhard Stenzel | 1 | -3/+14 |
2009-05-15 | powerpc: Allow mem=x cmdline to work with 4G+ | Becky Bruce | 4 | -8/+8 |
2009-05-15 | powerpc/mpic: Fix incorrect allocation of interrupt rev-map | Kumar Gala | 1 | -7/+9 |
2009-05-15 | powerpc: Fix oprofile sampling of marked events on POWER7 | Maynard Johnson | 1 | -1/+8 |