summaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
Commit message (Expand)AuthorAgeFilesLines
* module: Fix up module_notifier return valuesPeter Zijlstra2020-09-011-2/+2
* oprofile: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* drivers/oprofile: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
* tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-1/+1
* Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-4/+4
|\
| * oprofile: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-4/+4
* | vfs: Convert oprofilefs to use the new mount APIDavid Howells2019-07-041-6/+14
|/
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* oprofilefs: don't oops on allocation failureAl Viro2018-03-291-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-1/+1
|\
| * constify get_dcookie() and friendsAl Viro2016-12-051-1/+1
* | oprofile/nmi timer: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-021-39/+19
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | oprofile/timer: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-21/+23
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-8/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-8/+8
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-8/+8
* | oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-04-171-14/+16
|/
* drivers/oprofile: Replace __get_cpu_var uses for address calculationChristoph Lameter2014-08-262-6/+6
* oprofile, nmi-timer: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-10/+13
* oprofile: get rid of pointless forward declarations of struct super_blockAl Viro2013-09-032-2/+0
* oprofilefs_create_...() do not need superblock argumentAl Viro2013-09-034-39/+38
* oprofilefs_mkdir() doesn't need superblock argumentAl Viro2013-09-033-11/+10
* don't bother with passing superblock to oprofile_create_stats_files()Al Viro2013-09-033-14/+14
* oprofile: don't bother with passing superblock to ->create_files()Al Viro2013-09-032-9/+9
* don't bother passing sb to oprofile_create_files()Al Viro2013-09-033-15/+15
* drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker2013-07-141-2/+2
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* oprofilefs: add missing ->i_mutex locking in object creationAl Viro2013-02-221-3/+13
* mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2012-10-091-14/+3
* oprofile: Remove 'WQ on CPUx, prefer CPUy' warningRobert Richter2012-08-271-8/+3
* oprofile, perf: Use per-cpu frameworkRobert Richter2012-06-221-12/+11
* oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static arrayWill Deacon2012-06-211-1/+1
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-11/+3
* tidy up after d_make_root() conversionAl Viro2012-03-201-6/+3
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-064-34/+209
|\
| * Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar2011-12-201-1/+0
| |\
| | * oprofile: Fix oprofile_timer_exit() breakageRobert Richter2011-12-071-1/+0
| * | Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar2011-11-154-18/+214
| |\|