summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
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. Shutemov381-2721/+2722
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds343-1867/+1877
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2-14/+17
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells15-106/+106
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-04oprofile: get rid of pointless forward declarations of struct super_blockAl Viro3-3/+0
2013-09-04oprofilefs_create_...() do not need superblock argumentAl Viro12-105/+104
2013-09-04oprofilefs_mkdir() doesn't need superblock argumentAl Viro11-23/+21
2013-09-04don't bother with passing superblock to oprofile_create_stats_files()Al Viro3-14/+14
2013-09-04oprofile: don't bother with passing superblock to ->create_files()Al Viro10-93/+91
2013-09-04don't bother passing sb to oprofile_create_files()Al Viro3-15/+15
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker4-9/+9
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman69-12/+77
2013-02-23oprofilefs: 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 Khlebnikov6-57/+19
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 Boyd63-572/+176
2012-03-21tidy up after d_make_root() conversionAl Viro6-53/+26
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds117-3003/+5582
2011-12-20Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar5-32/+374
2011-12-19oprofile: Fix uninitialized memory access when writing to writing to oprofilefsRobert Richter3-6/+14
2011-12-07oprofile: Fix oprofile_timer_exit() breakageRobert Richter2-2/+0
2011-11-15Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar11-94/+252
2011-11-15Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgentIngo Molnar3-7/+30
2011-11-04oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter8-103/+208
2011-11-04oprofile: Remove exit function for timer modeRobert Richter2-21/+17
2011-11-04oprofile: Fix crash when unloading module (hr timer mode)Robert Richter2-5/+25
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner5-10/+10
2011-07-26atomic: use <linux/atomic.h>Arun Sharma439-448/+427
2011-07-21perf: Remove the nmi parameter from the oprofile_perf backendWill Deacon1-1/+1
2011-07-01perf: Add context field to perf_eventAvi Kivity12-20/+44
2011-05-31oprofile: Fix locking dependency in sync_start()Robert Richter1-6/+2
2011-05-31oprofile: Free potentially owned tasks in case of errorsRobert Richter1-4/+9
2011-05-24oprofile: Use linux/mutex.hAnton Blanchard2-2/+2
2011-02-15oprofile, s390: Rework hwsampler implementationRobert Richter6-90/+41
2011-02-15oprofile, s390: Enhance OProfile to support System zs hardware sampling featureHeinz Graalfs7-5/+220
2011-02-15oprofile: Introduce new oprofile sample add function (oprofile_add_ext_hw_sam...Heinz Graalfs2-7/+24
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds12-82/+153
2010-10-30Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar5744-270289/+411314
2010-10-29oprofile: Remove deprecated use of flush_scheduled_work()Tejun Heo3-4/+9
2010-10-29oprofile: Fix the hang while taking the cpu offlineSantosh Shilimkar1-0/+13
2010-10-29convert get_sb_single() usersAl Viro25-139/+147
[next]