summaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
AgeCommit message (Expand)AuthorLines
2019-07-04vfs: Convert oprofilefs to use the new mount APIDavid Howells-6/+14
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1
2018-03-29oprofilefs: don't oops on allocation failureAl Viro-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-03-02sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-2/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2016-12-05constify get_dcookie() and friendsAl Viro-1/+1
2016-12-02oprofile/nmi timer: Convert to hotplug state machineSebastian Andrzej Siewior-39/+19
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-1/+1
2016-09-19oprofile/timer: Convert to hotplug state machineSebastian Andrzej Siewior-21/+23
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro-8/+8
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-8/+8
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso-14/+16
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells-8/+8
2014-08-26drivers/oprofile: Replace __get_cpu_var uses for address calculationChristoph Lameter-6/+6
2014-03-20oprofile, nmi-timer: Fix CPU hotplug callback registrationSrivatsa S. Bhat-10/+13
2013-09-03oprofile: get rid of pointless forward declarations of struct super_blockAl Viro-2/+0
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro-39/+38
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro-11/+10
2013-09-03don't bother with passing superblock to oprofile_create_stats_files()Al Viro-14/+14
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro-9/+9
2013-09-03don't bother passing sb to oprofile_create_files()Al Viro-15/+15
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker-2/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2013-02-22oprofilefs: add missing ->i_mutex locking in object creationAl Viro-3/+13
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov-14/+3
2012-08-27oprofile: Remove 'WQ on CPUx, prefer CPUy' warningRobert Richter-8/+3
2012-06-22oprofile, perf: Use per-cpu frameworkRobert Richter-12/+11
2012-06-21oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static arrayWill Deacon-1/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd-11/+3
2012-03-20tidy up after d_make_root() conversionAl Viro-6/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-4/+2
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-34/+209
2011-12-20Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar-1/+0
2011-12-19oprofile: Fix uninitialized memory access when writing to writing to oprofilefsRobert Richter-5/+13
2011-12-07oprofile: Fix oprofile_timer_exit() breakageRobert Richter-1/+0
2011-11-15Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar-18/+214
2011-11-15Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgentIngo Molnar-5/+25
2011-11-04oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter-13/+193
2011-11-04oprofile: Remove exit function for timer modeRobert Richter-21/+17
2011-11-04oprofile: Fix crash when unloading module (hr timer mode)Robert Richter-5/+25
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner-7/+7
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-07-21perf: Remove the nmi parameter from the oprofile_perf backendWill Deacon-1/+1