aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-5/+15
|\
| * profile: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-5/+15
* | kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-04-031-1/+1
|/
* mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-101-2/+2
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
* create_proc_cpu_mask() doesn't need an argument...Al Viro2013-04-091-2/+2
* profiling: Remove unused timer hookFrederic Weisbecker2013-01-241-24/+0
* propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-3/+4
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* 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-091-0/+3
* profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro2009-01-061-1/+0
* cpumask: convert kernel/profile.cRusty Russell2008-12-311-13/+25
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-291-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-061-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