Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
754e0b0e35608ed5206d6a67a791563c631cec07
/
kernel
/
profile.c
2873cd3
exit: Remove profile_handoff_task
by Eric W. Biederman
· 3 years ago
2d4bcf8
exit: Remove profile_task_exit & profile_munmap
by Eric W. Biederman
· 3 years ago
2d186af
profiling: fix shift-out-of-bounds bugs
by Pavel Skripkin
· 3 years, 4 months ago
c5e3a41
kernel: Initialize cpumask before parsing
by Tetsuo Handa
· 3 years, 9 months ago
97a3253
proc: convert everything to "struct proc_ops"
by Alexey Dobriyan
· 5 years ago
ef70eff
kernel/profile.c: use cpumask_available to check for NULL cpumask
by Nathan Chancellor
· 5 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
3905f9a
sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
e722d8d
profile: Convert to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
ade356b
profile: hide unused functions when !CONFIG_PROC_FS
by Arnd Bergmann
· 9 years ago
cb25176
sched/debug: Make schedstats a runtime tunable that is disabled by default
by Mel Gorman
· 9 years ago
96db800
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
by Vlastimil Babka
· 9 years ago
ccbd59c
profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
f3da64d
kernel/profile.c: use static const char instead of static char
by Fabian Frederick
· 11 years ago
aba871f
kernel/profile.c: convert printk to pr_foo()
by Fabian Frederick
· 11 years ago
467a9e1
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
c96d666
kernel: audit/fix non-modular users of module_init in core code
by Paul Gortmaker
· 11 years ago
c270a81
profile: Fix CPU hotplug callback registration
by Srivatsa S. Bhat
· 11 years ago
e97ca8e5
mm: fix GFP_THISNODE callers and clarify
by Johannes Weiner
· 11 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 12 years ago
271a15e
proc: Supply PDE attribute setting accessor functions
by David Howells
· 12 years ago
fbd387a
create_proc_cpu_mask() doesn't need an argument...
by Al Viro
· 12 years ago
ba6fdda
profiling: Remove unused timer hook
by Frederic Weisbecker
· 12 years ago
6d49e35
propagate name change to comments in kernel source
by Nadia Yvette Chambers
· 12 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 14 years ago
6f7bd76
kernel/profile.c: remove some duplicate code from profile_hits()
by Rakib Mullick
· 14 years ago
559fa6e
profile: Use vzalloc() rather than vmalloc() & memset()
by Jesper Juhl
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
3dd6b5f
numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations
by Lee Schermerhorn
· 15 years ago
80b5184
kernel/: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 15 years ago
16a2164
profile: fix stats and data leakage
by Hugh Dickins
· 15 years ago
583a22e
kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_file
by Alexey Dobriyan
· 15 years ago
b62f495
profile: suppress warning about large allocations when profile=1 is specified
by Mel Gorman
· 15 years ago
6484eb3
page allocator: do not check NUMA node ID when the caller knows the node is valid
by Mel Gorman
· 16 years ago
38c7fed
x86: remove some alloc_bootmem_cpumask_var calling
by Yinghai Lu
· 16 years ago
acd8957
profiling: fix broken profiling regression
by Hugh Dickins
· 16 years ago
26e5438
profile: don't include <asm/ptrace.h> twice.
by KOSAKI Motohiro
· 16 years ago
c309b91
cpumask: convert kernel/profile.c
by Rusty Russell
· 16 years ago
33edcf1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Rusty Russell
· 16 years ago
29c0177
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.
by Rusty Russell
· 16 years ago
b8307db
Merge commit 'v2.6.28-rc7' into tracing/core
by Ingo Molnar
· 16 years ago
8419641
cpuinit fixes in kernel/*
by Al Viro
· 16 years ago
60a5151
profiling: clean up profile_nop()
by Andrew Morton
· 16 years ago
e270219f
kernel/profile.c: fix section mismatch warning
by Rakib Mullick
· 16 years ago
ce05fcc
kernel/profile: fix profile_init() section mismatch
by Paul Mundt
· 16 years ago
22b8ce9
profiling: dynamically enable readprofile at runtime
by Dave Hansen
· 16 years ago
b03f648
build kernel/profile.o only when requested
by Adrian Bunk
· 16 years ago
15c8b6c
on_each_cpu(): kill unused 'retry' parameter
by Jens Axboe
· 17 years ago
c33fff0
kernel: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
a655020
kernel: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
f8db694
Nuke a duplicate include from profile.c
by Jesper Juhl
· 17 years ago
1ad82fd
debug: clean up kernel/profile.c
by Paolo Ciarrocchi
· 17 years ago
b3da2a7
sched: document profile=sleep requiring CONFIG_SCHEDSTATS
by Mel Gorman
· 17 years ago
b012d34
make kernel/profile.c:time_hook static
by Adrian Bunk
· 17 years ago
4199cfa
Memoryless nodes: Allow profiling data to fall back to other nodes
by Christoph Lameter
· 17 years ago
cd5bfea
fix compilation with gcc 4.2
by Peter Chubb
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
b653d081
[PATCH] proc: remove useless (and buggy) ->nlink settings
by Alexey Dobriyan
· 18 years ago
bbe1a59b
[PATCH] fix "kvm: add vm exit profiling"
by Andrew Morton
· 18 years ago
07031e1
[PATCH] KVM: add VM-exit profiling
by Ingo Molnar
· 18 years ago
a75acf8
[PATCH] profiling: fix sched profiling typo
by Ingo Molnar
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
02316067
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
by Ingo Molnar
· 18 years ago
ece8a68
[PATCH] sleep profiling
by Ingo Molnar
· 18 years ago
064b022
[PATCH] profile: fix uaccess handling
by Heiko Carstens
· 18 years ago
01a3ee2
[PATCH] bitmap: parse input from kernel and user buffers
by Reinette Chatre
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
fbd9816
[PATCH] Profiling: require buffer allocation on the correct node
by Christoph Lameter
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
9c7b216
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
by Chandra Seetharaman
· 19 years ago
83d722f
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
by Chandra Seetharaman
· 19 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
97d1f15
[PATCH] sem2mutex: kernel/
by Arjan van de Ven
· 19 years ago
6c03652
[PATCH] mostly_read data section
by Christoph Lameter
· 19 years ago
dfaa9c9
[PATCH] profile.c: `schedule' parsing fix
by William Lee Irwin III
· 20 years ago
fbd568a3e
[PATCH] Change synchronize_kernel to _rcu and _sched
by Paul E. McKenney
· 20 years ago
d59dd46
[PATCH] use smp_mb/wmb/rmb where possible
by akpm@osdl.org
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago