summaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
AgeCommit message (Expand)Author
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05constify get_dcookie() and friendsAl Viro
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2014-08-26drivers/oprofile: Replace __get_cpu_var uses for address calculationChristoph Lameter
2014-03-20oprofile, nmi-timer: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2013-09-03oprofile: get rid of pointless forward declarations of struct super_blockAl Viro
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro
2013-09-03don't bother with passing superblock to oprofile_create_stats_files()Al Viro
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro
2013-09-03don't bother passing sb to oprofile_create_files()Al Viro
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-22oprofilefs: add missing ->i_mutex locking in object creationAl Viro
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov
2012-08-27oprofile: Remove 'WQ on CPUx, prefer CPUy' warningRobert Richter
2012-06-22oprofile, perf: Use per-cpu frameworkRobert Richter
2012-06-21oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static arrayWill Deacon
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-20tidy up after d_make_root() conversionAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-12-20Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar
2011-12-19oprofile: Fix uninitialized memory access when writing to writing to oprofilefsRobert Richter
2011-12-07oprofile: Fix oprofile_timer_exit() breakageRobert Richter
2011-11-15Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar
2011-11-15Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgentIngo Molnar
2011-11-04oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter
2011-11-04oprofile: Remove exit function for timer modeRobert Richter
2011-11-04oprofile: Fix crash when unloading module (hr timer mode)Robert Richter
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-21perf: Remove the nmi parameter from the oprofile_perf backendWill Deacon
2011-07-01perf: Add context field to perf_eventAvi Kivity
2011-05-31oprofile: Fix locking dependency in sync_start()Robert Richter
2011-05-31oprofile: Free potentially owned tasks in case of errorsRobert Richter
2011-05-24oprofile: Use linux/mutex.hAnton Blanchard