aboutsummaryrefslogtreecommitdiff
path: root/kernel/profile.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-27profiling: Remove create_prof_cpu_mask().Gravatar Tetsuo Handa 1-43/+0
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()Gravatar wuchi 1-18/+14
2022-07-29profile: setup_profiling_timer() is moslty not implementedGravatar Ben Dooks 1-2/+6
2022-06-16profiling: fix shift too large makes kernel panicGravatar Chen Zhongjin 1-0/+7
2022-01-08exit: Remove profile_handoff_taskGravatar Eric W. Biederman 1-23/+0
2022-01-08exit: Remove profile_task_exit & profile_munmapGravatar Eric W. Biederman 1-50/+0
2021-09-08profiling: fix shift-out-of-bounds bugsGravatar Pavel Skripkin 1-10/+11
2021-04-10kernel: Initialize cpumask before parsingGravatar Tetsuo Handa 1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-12/+12
2019-12-04kernel/profile.c: use cpumask_available to check for NULL cpumaskGravatar Nathan Chancellor 1-3/+3
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Gravatar Ingo Molnar 1-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-07-15profile: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-116/+65
2016-03-22profile: hide unused functions when !CONFIG_PROC_FSGravatar Arnd Bergmann 1-2/+2
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultGravatar Mel Gorman 1-0/+1
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Gravatar Vlastimil Babka 1-4/+4
2015-02-13profile: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-2/+1
2014-06-06kernel/profile.c: use static const char instead of static charGravatar Fabian Frederick 1-3/+3
2014-06-06kernel/profile.c: convert printk to pr_foo()Gravatar Fabian Frederick 1-9/+5
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+15
2014-04-03kernel: audit/fix non-modular users of module_init in core codeGravatar Paul Gortmaker 1-1/+1
2014-03-20profile: Fix CPU hotplug callback registrationGravatar Srivatsa S. Bhat 1-5/+15
2014-03-10mm: fix GFP_THISNODE callers and clarifyGravatar Johannes Weiner 1-2/+2
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-1/+1
2013-05-01proc: Supply PDE attribute setting accessor functionsGravatar David Howells 1-1/+1
2013-04-09create_proc_cpu_mask() doesn't need an argument...Gravatar Al Viro 1-2/+2
2013-01-24profiling: Remove unused timer hookGravatar Frederic Weisbecker 1-24/+0
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 1-3/+4
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