Age | Commit message (Expand) | Author | Files | Lines |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 1 | -2/+2 |
2016-12-05 | constify get_dcookie() and friends | Al Viro | 1 | -1/+1 |
2016-09-13 | powerpc/sparse: Make a bunch of things static | Daniel Axtens | 2 | -3/+3 |
2016-06-14 | powerpc: Various typo fixes | Michael Ellerman | 1 | -1/+1 |
2016-03-01 | powerpc: Fix misspellings in comments. | Adam Buchbinder | 1 | -2/+2 |
2015-07-13 | powerpc: Remove mtmsrd(), use existing mtmsr() | Anton Blanchard | 1 | -2/+2 |
2015-04-17 | powerpc/oprofile: reduce mmap_sem hold for exe_file | Davidlohr Bueso | 1 | -5/+8 |
2014-12-11 | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+4 |
2014-12-02 | powerpc/oprofile: Disable pagefaults during user stack read | Jiang Lu | 1 | -2/+4 |
2014-11-19 | assorted conversions to %p[dD] | Al Viro | 1 | -6/+4 |
2014-09-25 | powerpc: Ensure global functions include their prototype | Anton Blanchard | 1 | -0/+1 |
2014-07-28 | powerpc: Remove oprofile RS64 support | Michael Ellerman | 3 | -226/+1 |
2014-03-19 | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} | Viresh Kumar | 1 | -2/+1 |
2014-01-15 | powerpc: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 6 | -6/+0 |
2013-09-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -0/+30 |
2013-09-03 | oprofilefs_create_...() do not need superblock argument | Al Viro | 1 | -12/+12 |
2013-09-03 | oprofilefs_mkdir() doesn't need superblock argument | Al Viro | 1 | -1/+1 |
2013-09-03 | oprofile: don't bother with passing superblock to ->create_files() | Al Viro | 1 | -14/+14 |
2013-08-07 | powerpc/perf: add 2 additional performance monitor counters for e6500 core | Lijun Pan | 1 | -0/+30 |
2013-01-29 | Merge branch 'merge' into next | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-01-29 | powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() function | Carl E. Love | 1 | -1/+1 |
2013-01-10 | powerpc: Build kernel with -mcmodel=medium | Anton Blanchard | 1 | -1/+1 |
2012-10-09 | mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file | Konstantin Khlebnikov | 1 | -11/+4 |
2012-09-07 | powerpc/oprofile: Fix marked events support on Power7+ not set. | Carl E. Love | 1 | -1/+99 |
2012-09-05 | powerpc: Rename 64-bit PVR constants to PVR_foo | Michael Ellerman | 1 | -8/+8 |
2012-03-28 | Disintegrate asm/system.h for PowerPC | David Howells | 6 | -6/+0 |
2012-03-21 | powerpc: Remove FW_FEATURE ISERIES from arch code | Stephen Rothwell | 1 | -3/+0 |
2011-05-26 | powerpc/oprofile: Handle events that raise an exception without overflowing | Eric B Munson | 1 | -1/+23 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -4/+4 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
2010-10-14 | oprofile/fsl emb: Don't set MSR[PMM] until after clearing the interrupt. | Scott Wood | 1 | -7/+8 |
2010-10-13 | powerpc/Makefiles: Change to new flag variables | matt mooney | 1 | -3/+1 |
2010-09-02 | powerpc: Use is_32bit_task() helper to test 32-bit binary | Denis Kirjanov | 1 | -1/+1 |
2010-07-14 | powerpc/oprofile: Don't build server oprofile drivers on 64-bit BookE | Benjamin Herrenschmidt | 2 | -2/+2 |
2010-06-07 | powerpc/oprofile: fix potential buffer overrun in op_model_cell.c | Denis Kirjanov | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -0/+2 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -2/+2 |
2009-11-09 | tree-wide: fix a very frequent spelling mistake | Dirk Hohndel | 1 | -1/+1 |
2009-07-08 | powerpc: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-06-16 | powerpc: Add configurable -Werror for arch/powerpc | Michael Ellerman | 1 | -0/+2 |
2009-05-19 | powerpc/oprofile: Remove unused dump_pmcs() in FSL oprofile | Michael Ellerman | 1 | -14/+0 |
2009-05-15 | powerpc: Fix oprofile sampling of marked events on POWER7 | Maynard Johnson | 1 | -1/+8 |
2009-03-11 | powerpc/oprofile: G4 oprofile has variable number of counters | Octavian Purdila | 1 | -10/+11 |
2009-02-10 | powerpc/cell: Add missing #include for oprofile | Michael Neuling | 1 | -0/+1 |
2009-01-13 | powerpc: Change u64/s64 to a long long integer type | Ingo Molnar | 1 | -3/+3 |
2009-01-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri... | Linus Torvalds | 4 | -140/+697 |
2009-01-08 | powerpc/oprofile: fix whitespaces in op_model_cell.c | Robert Richter | 1 | -13/+11 |
2009-01-08 | powerpc/oprofile: IBM CELL: add SPU event profiling support | Carl Love | 4 | -16/+537 |
2009-01-08 | powerpc/oprofile: fix cell/pr_util.h | Robert Richter | 1 | -2/+2 |
2009-01-08 | powerpc/oprofile: IBM CELL: cleanup and restructuring | Carl Love | 2 | -153/+191 |