summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-07-15profile: Convert to hotplug state machineSebastian Andrzej Siewior2-116/+66
2016-03-22profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann1-2/+2
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman13-90/+256
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka18-37/+38
2015-02-14profile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-2/+1
2014-06-06kernel/profile.c: use static const char instead of static charFabian Frederick1-3/+3
2014-06-06kernel/profile.c: convert printk to pr_foo()Fabian Frederick1-9/+5
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds51-226/+550
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker6-9/+7
2014-03-20profile: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-5/+15
2014-03-11mm: fix GFP_THISNODE callers and clarifyJohannes Weiner8-13/+19
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker27-59/+62
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells14-35/+40
2013-04-09create_proc_cpu_mask() doesn't need an argument...Al Viro3-8/+6
2013-01-24profiling: Remove unused timer hookFrederic Weisbecker2-37/+0
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers19-23/+24
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-05-27kernel/profile.c: remove some duplicate code from profile_hits()Rakib Mullick1-7/+9
2010-10-31profile: Use vzalloc() rather than vmalloc() & memset()Jesper Juhl1-4/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann339-73/+538
2010-05-27numa: in-kernel profiling: use cpu_to_mem() for per cpu allocationsLee Schermerhorn1-2/+2
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita7-13/+17
2010-05-15profile: fix stats and data leakageHugh Dickins1-1/+3
2009-09-20kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_fileAlexey Dobriyan1-21/+24
2009-07-30profile: suppress warning about large allocations when profile=1 is specifiedMel Gorman1-2/+3
2009-06-17page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman17-24/+33
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu5-29/+12
2009-02-09profiling: fix broken profiling regressionHugh Dickins1-0/+3
2009-01-06profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro1-1/+0
2008-12-31cpumask: convert kernel/profile.cRusty Russell1-13/+25
2008-12-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2975-81339/+144604
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell19-59/+86
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar278-2538/+5399
2008-11-30cpuinit fixes in kernel/*Al Viro2-3/+3
2008-11-19profiling: clean up profile_nop()Andrew Morton1-1/+1
2008-11-18kernel/profile.c: fix section mismatch warningRakib Mullick1-1/+1
2008-10-30kernel/profile: fix profile_init() section mismatchPaul Mundt1-1/+1
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen4-13/+84
2008-07-25build kernel/profile.o only when requestedAdrian Bunk3-22/+41
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe48-84/+84
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev10-55/+16
2008-04-19kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox6-7/+1
2008-02-08Nuke a duplicate include from profile.cJesper Juhl1-1/+0
2008-01-25debug: clean up kernel/profile.cPaolo Ciarrocchi1-50/+49
2007-10-24sched: document profile=sleep requiring CONFIG_SCHEDSTATSMel Gorman2-1/+7
2007-10-17make kernel/profile.c:time_hook staticAdrian Bunk2-4/+1
2007-10-16Memoryless nodes: Allow profiling data to fall back to other nodesChristoph Lameter1-2/+2
2007-08-11fix compilation with gcc 4.2Peter Chubb3-4/+7
2007-05-21Detach sched.h from mm.hAlexey Dobriyan109-30/+126
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki47-27/+152
[next]