summaryrefslogtreecommitdiff
path: root/kernel/profile.c
AgeCommit message (Expand)Author
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()wuchi
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks
2022-06-16profiling: fix shift too large makes kernel panicChen Zhongjin
2022-01-08exit: Remove profile_handoff_taskEric W. Biederman
2022-01-08exit: Remove profile_task_exit & profile_munmapEric W. Biederman
2021-09-08profiling: fix shift-out-of-bounds bugsPavel Skripkin
2021-04-10kernel: Initialize cpumask before parsingTetsuo Handa
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-12-04kernel/profile.c: use cpumask_available to check for NULL cpumaskNathan Chancellor
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-07-15profile: Convert to hotplug state machineSebastian Andrzej Siewior
2016-03-22profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-02-13profile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-06-06kernel/profile.c: use static const char instead of static charFabian Frederick
2014-06-06kernel/profile.c: convert printk to pr_foo()Fabian Frederick
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker
2014-03-20profile: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-04-09create_proc_cpu_mask() doesn't need an argument...Al Viro
2013-01-24profiling: Remove unused timer hookFrederic Weisbecker
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
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