aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/oprofile
AgeCommit message (Expand)Author
2021-01-29arch: powerpc: Remove oprofileViresh Kumar
2020-08-25powerpc/oprofile: fix spelling mistake "contex" -> "context"Colin Ian King
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-01-26powerpc: use probe_user_read() and probe_user_write()Christophe Leroy
2020-01-03compat: provide compat_ptr() on all architecturesArnd Bergmann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-10-19powerpc: Add -Werror at arch/powerpc levelMichael Ellerman
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani
2018-03-20powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-04powerpc/oprofile: Use setup_timer() helperAllen Pais
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-05constify get_dcookie() and friendsAl Viro
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens
2016-06-14powerpc: Various typo fixesMichael Ellerman
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder
2015-07-13powerpc: Remove mtmsrd(), use existing mtmsr()Anton Blanchard
2015-04-17powerpc/oprofile: reduce mmap_sem hold for exe_fileDavidlohr Bueso
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2014-12-02powerpc/oprofile: Disable pagefaults during user stack readJiang Lu
2014-11-19assorted conversions to %p[dD]Al Viro
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard
2014-07-28powerpc: Remove oprofile RS64 supportMichael Ellerman
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro
2013-08-07powerpc/perf: add 2 additional performance monitor counters for e6500 coreLijun Pan
2013-01-29Merge branch 'merge' into nextBenjamin Herrenschmidt
2013-01-29powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() functionCarl E. Love
2013-01-10powerpc: Build kernel with -mcmodel=mediumAnton Blanchard
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov
2012-09-07powerpc/oprofile: Fix marked events support on Power7+ not set.Carl E. Love
2012-09-05powerpc: Rename 64-bit PVR constants to PVR_fooMichael Ellerman
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell
2011-05-26powerpc/oprofile: Handle events that raise an exception without overflowingEric B Munson
2011-03-31Fix common misspellingsLucas De Marchi