summaryrefslogtreecommitdiff
path: root/drivers/oprofile
AgeCommit message (Expand)AuthorFilesLines
2020-06-15oprofile: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-5/+5
2020-04-16drivers/oprofile: Open access for CAP_PERFMON privileged processAlexey Budankov1-1/+1
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-1/+1
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+4
2019-10-18oprofile: Use pr_warn instead of pr_warningKefeng Wang1-4/+4
2019-07-04vfs: Convert oprofilefs to use the new mount APIDavid Howells1-6/+14
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-03-29oprofilefs: don't oops on allocation failureAl Viro1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-12-05constify get_dcookie() and friendsAl Viro1-1/+1
2016-12-02oprofile/nmi timer: Convert to hotplug state machineSebastian Andrzej Siewior1-39/+19
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-19oprofile/timer: Convert to hotplug state machineSebastian Andrzej Siewior1-21/+23
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-8/+8
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+8
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso1-14/+16
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-8/+8
2014-08-26drivers/oprofile: Replace __get_cpu_var uses for address calculationChristoph Lameter2-6/+6
2014-03-20oprofile, nmi-timer: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-10/+13
2013-09-03oprofile: get rid of pointless forward declarations of struct super_blockAl Viro2-2/+0
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro4-39/+38
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro3-11/+10
2013-09-03don't bother with passing superblock to oprofile_create_stats_files()Al Viro3-14/+14
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro2-9/+9
2013-09-03don't bother passing sb to oprofile_create_files()Al Viro3-15/+15
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker1-2/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22oprofilefs: add missing ->i_mutex locking in object creationAl Viro1-3/+13
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov1-14/+3
2012-08-27oprofile: Remove 'WQ on CPUx, prefer CPUy' warningRobert Richter1-8/+3
2012-06-22oprofile, perf: Use per-cpu frameworkRobert Richter1-12/+11
2012-06-21oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static arrayWill Deacon1-1/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-11/+3
2012-03-20tidy up after d_make_root() conversionAl Viro1-6/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-34/+209
2011-12-20Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar1-1/+0
2011-12-19oprofile: Fix uninitialized memory access when writing to writing to oprofilefsRobert Richter2-5/+13
2011-12-07oprofile: Fix oprofile_timer_exit() breakageRobert Richter1-1/+0
2011-11-15Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar4-18/+214