aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/profile.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/profile.c: remove some duplicate code from profile_hits()Rakib Mullick2011-05-261-7/+9
* profile: Use vzalloc() rather than vmalloc() & memset()Jesper Juhl2010-10-311-4/+2
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* numa: in-kernel profiling: use cpu_to_mem() for per cpu allocationsLee Schermerhorn2010-05-271-2/+2
* kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-2/+2
* profile: fix stats and data leakageHugh Dickins2010-05-141-1/+3
* kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_fileAlexey Dobriyan2009-09-201-21/+24
* profile: suppress warning about large allocations when profile=1 is specifiedMel Gorman2009-07-291-2/+3
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-4/+4
* x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2009-06-111-6/+0
* profiling: fix broken profiling regressionHugh Dickins2009-02-101-0/+3
* profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro2009-01-061-1/+0
* cpumask: convert kernel/profile.cRusty Russell2009-01-011-13/+25
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-301-1/+1
|\
| * Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2008-12-041-2/+2
| |\
| * | profiling: clean up profile_nop()Andrew Morton2008-11-191-1/+1
* | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-2/+2
| |/ |/|
* | cpuinit fixes in kernel/*Al Viro2008-11-301-2/+2
|/
* kernel/profile.c: fix section mismatch warningRakib Mullick2008-11-181-1/+1
* kernel/profile: fix profile_init() section mismatchPaul Mundt2008-10-301-1/+1
* profiling: dynamically enable readprofile at runtimeDave Hansen2008-10-161-10/+31
* build kernel/profile.o only when requestedAdrian Bunk2008-07-251-4/+0
* on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-3/+3
* kernel: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-2/+2
* kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* Nuke a duplicate include from profile.cJesper Juhl2008-02-081-1/+0
* debug: clean up kernel/profile.cPaolo Ciarrocchi2008-01-251-50/+49
* sched: document profile=sleep requiring CONFIG_SCHEDSTATSMel Gorman2007-10-241-0/+5
* make kernel/profile.c:time_hook staticAdrian Bunk2007-10-171-1/+1
* Memoryless nodes: Allow profiling data to fall back to other nodesChristoph Lameter2007-10-161-2/+2
* fix compilation with gcc 4.2Peter Chubb2007-08-111-2/+2
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+4
* [PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan2007-02-111-1/+0
* [PATCH] fix "kvm: add vm exit profiling"Andrew Morton2007-01-231-1/+2
* [PATCH] KVM: add VM-exit profilingIngo Molnar2007-01-111-0/+14
* [PATCH] profiling: fix sched profiling typoIngo Molnar2007-01-051-1/+1
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-1/+1
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+1
* [PATCH] sleep profilingIngo Molnar2006-12-071-9/+30
* [PATCH] profile: fix uaccess handlingHeiko Carstens2006-12-071-1/+2
* [PATCH] bitmap: parse input from kernel and user buffersReinette Chatre2006-10-111-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+4
* [PATCH] Profiling: require buffer allocation on the correct nodeChristoph Lameter2006-09-261-4/+12
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-261-1/+1
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-37/+16
* [PATCH] sem2mutex: kernel/Arjan van de Ven2006-03-231-5/+6
* [PATCH] mostly_read data sectionChristoph Lameter2005-07-071-2/+2