summaryrefslogtreecommitdiffstats
path: root/kernel/profile.c
AgeCommit message (Expand)AuthorLines
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker-1/+1
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells-1/+1
2013-04-09create_proc_cpu_mask() doesn't need an argument...Al Viro-2/+2
2013-01-24profiling: Remove unused timer hookFrederic Weisbecker-24/+0
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers-3/+4
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-05-26kernel/profile.c: remove some duplicate code from profile_hits()Rakib Mullick-7/+9
2010-10-31profile: Use vzalloc() rather than vmalloc() & memset()Jesper Juhl-4/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-05-27numa: in-kernel profiling: use cpu_to_mem() for per cpu allocationsLee Schermerhorn-2/+2
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita-2/+2
2010-05-14profile: fix stats and data leakageHugh Dickins-1/+3
2009-09-20kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_fileAlexey Dobriyan-21/+24
2009-07-29profile: suppress warning about large allocations when profile=1 is specifiedMel Gorman-2/+3
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman-4/+4
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu-6/+0
2009-02-10profiling: fix broken profiling regressionHugh Dickins-0/+3
2009-01-06profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro-1/+0
2009-01-01cpumask: convert kernel/profile.cRusty Russell-13/+25
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell-1/+1
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell-2/+2
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar-2/+2
2008-11-30cpuinit fixes in kernel/*Al Viro-2/+2
2008-11-19profiling: clean up profile_nop()Andrew Morton-1/+1
2008-11-18kernel/profile.c: fix section mismatch warningRakib Mullick-1/+1
2008-10-30kernel/profile: fix profile_init() section mismatchPaul Mundt-1/+1
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen-10/+31
2008-07-25build kernel/profile.o only when requestedAdrian Bunk-4/+0
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe-3/+3
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev-2/+2
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox-1/+0
2008-02-08Nuke a duplicate include from profile.cJesper Juhl-1/+0
2008-01-25debug: clean up kernel/profile.cPaolo Ciarrocchi-50/+49
2007-10-24sched: document profile=sleep requiring CONFIG_SCHEDSTATSMel Gorman-0/+5
2007-10-17make kernel/profile.c:time_hook staticAdrian Bunk-1/+1
2007-10-16Memoryless nodes: Allow profiling data to fall back to other nodesChristoph Lameter-2/+2
2007-08-11fix compilation with gcc 4.2Peter Chubb-2/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-0/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki-0/+4
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan-1/+0
2007-01-23[PATCH] fix "kvm: add vm exit profiling"Andrew Morton-1/+2
2007-01-11[PATCH] KVM: add VM-exit profilingIngo Molnar-0/+14
2007-01-05[PATCH] profiling: fix sched profiling typoIngo Molnar-1/+1
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller-1/+1
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar-2/+1
2006-12-07[PATCH] sleep profilingIngo Molnar-9/+30
2006-12-07[PATCH] profile: fix uaccess handlingHeiko Carstens-1/+2
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-1/+4
2006-09-26[PATCH] Profiling: require buffer allocation on the correct nodeChristoph Lameter-4/+12