aboutsummaryrefslogtreecommitdiff
path: root/kernel/profile.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-05-26kernel/profile.c: remove some duplicate code from profile_hits()Gravatar Rakib Mullick 1-7/+9
2010-10-31profile: Use vzalloc() rather than vmalloc() & memset()Gravatar Jesper Juhl 1-4/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-05-27numa: in-kernel profiling: use cpu_to_mem() for per cpu allocationsGravatar Lee Schermerhorn 1-2/+2
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueGravatar Akinobu Mita 1-2/+2
2010-05-14profile: fix stats and data leakageGravatar Hugh Dickins 1-1/+3
2009-09-20kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_fileGravatar Alexey Dobriyan 1-21/+24
2009-07-29profile: suppress warning about large allocations when profile=1 is specifiedGravatar Mel Gorman 1-2/+3
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Gravatar Mel Gorman 1-4/+4
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingGravatar Yinghai Lu 1-6/+0
2009-02-10profiling: fix broken profiling regressionGravatar Hugh Dickins 1-0/+3
2009-01-06profile: don't include <asm/ptrace.h> twice.Gravatar KOSAKI Motohiro 1-1/+0
2009-01-01cpumask: convert kernel/profile.cGravatar Rusty Russell 1-13/+25
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Rusty Russell 1-1/+1
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Gravatar Rusty Russell 1-2/+2
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreGravatar Ingo Molnar 1-2/+2
2008-11-30cpuinit fixes in kernel/*Gravatar Al Viro 1-2/+2
2008-11-19profiling: clean up profile_nop()Gravatar Andrew Morton 1-1/+1
2008-11-18kernel/profile.c: fix section mismatch warningGravatar Rakib Mullick 1-1/+1
2008-10-30kernel/profile: fix profile_init() section mismatchGravatar Paul Mundt 1-1/+1
2008-10-16profiling: dynamically enable readprofile at runtimeGravatar Dave Hansen 1-10/+31
2008-07-25build kernel/profile.o only when requestedGravatar Adrian Bunk 1-4/+0
2008-06-26on_each_cpu(): kill unused 'retry' parameterGravatar Jens Axboe 1-3/+3
2008-04-29kernel: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-2/+2
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-02-08Nuke a duplicate include from profile.cGravatar Jesper Juhl 1-1/+0
2008-01-25debug: clean up kernel/profile.cGravatar Paolo Ciarrocchi 1-50/+49
2007-10-24sched: document profile=sleep requiring CONFIG_SCHEDSTATSGravatar Mel Gorman 1-0/+5
2007-10-17make kernel/profile.c:time_hook staticGravatar Adrian Bunk 1-1/+1
2007-10-16Memoryless nodes: Allow profiling data to fall back to other nodesGravatar Christoph Lameter 1-2/+2
2007-08-11fix compilation with gcc 4.2Gravatar Peter Chubb 1-2/+2
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-09Add suspend-related notifications for CPU hotplugGravatar Rafael J. Wysocki 1-0/+4
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsGravatar Alexey Dobriyan 1-1/+0
2007-01-23[PATCH] fix "kvm: add vm exit profiling"Gravatar Andrew Morton 1-1/+2
2007-01-11[PATCH] KVM: add VM-exit profilingGravatar Ingo Molnar 1-0/+14
2007-01-05[PATCH] profiling: fix sched profiling typoGravatar Ingo Molnar 1-1/+1
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationGravatar Helge Deller 1-1/+1
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useGravatar Ingo Molnar 1-2/+1
2006-12-07[PATCH] sleep profilingGravatar Ingo Molnar 1-9/+30
2006-12-07[PATCH] profile: fix uaccess handlingGravatar Heiko Carstens 1-1/+2
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersGravatar Reinette Chatre 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+4
2006-09-26[PATCH] Profiling: require buffer allocation on the correct nodeGravatar Christoph Lameter 1-4/+12
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Gravatar Chandra Seetharaman 1-1/+1
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsGravatar Chandra Seetharaman 1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesGravatar Alan Stern 1-37/+16
2006-03-23[PATCH] sem2mutex: kernel/Gravatar Arjan van de Ven 1-5/+6