summaryrefslogtreecommitdiff
path: root/kernel/profile.c
AgeCommit message (Expand)Author
2011-05-26kernel/profile.c: remove some duplicate code from profile_hits()Rakib Mullick
2010-10-31profile: Use vzalloc() rather than vmalloc() & memset()Jesper Juhl
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-05-27numa: in-kernel profiling: use cpu_to_mem() for per cpu allocationsLee Schermerhorn
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-14profile: fix stats and data leakageHugh Dickins
2009-09-20kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_fileAlexey Dobriyan
2009-07-29profile: suppress warning about large allocations when profile=1 is specifiedMel Gorman
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu
2009-02-10profiling: fix broken profiling regressionHugh Dickins
2009-01-06profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro
2009-01-01cpumask: convert kernel/profile.cRusty Russell
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar
2008-11-30cpuinit fixes in kernel/*Al Viro
2008-11-19profiling: clean up profile_nop()Andrew Morton
2008-11-18kernel/profile.c: fix section mismatch warningRakib Mullick
2008-10-30kernel/profile: fix profile_init() section mismatchPaul Mundt
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen
2008-07-25build kernel/profile.o only when requestedAdrian Bunk
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-02-08Nuke a duplicate include from profile.cJesper Juhl
2008-01-25debug: clean up kernel/profile.cPaolo Ciarrocchi
2007-10-24sched: document profile=sleep requiring CONFIG_SCHEDSTATSMel Gorman
2007-10-17make kernel/profile.c:time_hook staticAdrian Bunk
2007-10-16Memoryless nodes: Allow profiling data to fall back to other nodesChristoph Lameter
2007-08-11fix compilation with gcc 4.2Peter Chubb
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan
2007-01-23[PATCH] fix "kvm: add vm exit profiling"Andrew Morton
2007-01-11[PATCH] KVM: add VM-exit profilingIngo Molnar
2007-01-05[PATCH] profiling: fix sched profiling typoIngo Molnar
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar
2006-12-07[PATCH] sleep profilingIngo Molnar
2006-12-07[PATCH] profile: fix uaccess handlingHeiko Carstens
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-26[PATCH] Profiling: require buffer allocation on the correct nodeChristoph Lameter
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern
2006-03-23[PATCH] sem2mutex: kernel/Arjan van de Ven
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter