index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
profile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-05-27
numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations
Lee Schermerhorn
1
-2
/
+2
2010-05-27
kernel/: convert cpu notifier to return encapsulate errno value
Akinobu Mita
1
-2
/
+2
2010-05-14
profile: fix stats and data leakage
Hugh Dickins
1
-1
/
+3
2009-09-20
kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_file
Alexey Dobriyan
1
-21
/
+24
2009-07-29
profile: suppress warning about large allocations when profile=1 is specified
Mel Gorman
1
-2
/
+3
2009-06-16
page allocator: do not check NUMA node ID when the caller knows the node is v...
Mel Gorman
1
-4
/
+4
2009-06-11
x86: remove some alloc_bootmem_cpumask_var calling
Yinghai Lu
1
-6
/
+0
2009-02-10
profiling: fix broken profiling regression
Hugh Dickins
1
-0
/
+3
2009-01-06
profile: don't include <asm/ptrace.h> twice.
KOSAKI Motohiro
1
-1
/
+0
2009-01-01
cpumask: convert kernel/profile.c
Rusty Russell
1
-13
/
+25
2008-12-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
1
-1
/
+1
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
1
-2
/
+2
2008-12-04
Merge commit 'v2.6.28-rc7' into tracing/core
Ingo Molnar
1
-2
/
+2
2008-11-30
cpuinit fixes in kernel/*
Al Viro
1
-2
/
+2
2008-11-19
profiling: clean up profile_nop()
Andrew Morton
1
-1
/
+1
2008-11-18
kernel/profile.c: fix section mismatch warning
Rakib Mullick
1
-1
/
+1
2008-10-30
kernel/profile: fix profile_init() section mismatch
Paul Mundt
1
-1
/
+1
2008-10-16
profiling: dynamically enable readprofile at runtime
Dave Hansen
1
-10
/
+31
2008-07-25
build kernel/profile.o only when requested
Adrian Bunk
1
-4
/
+0
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-3
/
+3
2008-04-29
kernel: use non-racy method for proc entries creation
Denis V. Lunev
1
-2
/
+2
2008-04-18
kernel: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-02-08
Nuke a duplicate include from profile.c
Jesper Juhl
1
-1
/
+0
2008-01-25
debug: clean up kernel/profile.c
Paolo Ciarrocchi
1
-50
/
+49
2007-10-24
sched: document profile=sleep requiring CONFIG_SCHEDSTATS
Mel Gorman
1
-0
/
+5
2007-10-17
make kernel/profile.c:time_hook static
Adrian Bunk
1
-1
/
+1
2007-10-16
Memoryless nodes: Allow profiling data to fall back to other nodes
Christoph Lameter
1
-2
/
+2
2007-08-11
fix compilation with gcc 4.2
Peter Chubb
1
-2
/
+2
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
1
-0
/
+4
2007-02-11
[PATCH] proc: remove useless (and buggy) ->nlink settings
Alexey Dobriyan
1
-1
/
+0
2007-01-23
[PATCH] fix "kvm: add vm exit profiling"
Andrew Morton
1
-1
/
+2
2007-01-11
[PATCH] KVM: add VM-exit profiling
Ingo Molnar
1
-0
/
+14
2007-01-05
[PATCH] profiling: fix sched profiling typo
Ingo Molnar
1
-1
/
+1
2006-12-07
[PATCH] struct seq_operations and struct file_operations constification
Helge Deller
1
-1
/
+1
2006-12-07
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
Ingo Molnar
1
-2
/
+1
2006-12-07
[PATCH] sleep profiling
Ingo Molnar
1
-9
/
+30
2006-12-07
[PATCH] profile: fix uaccess handling
Heiko Carstens
1
-1
/
+2
2006-10-11
[PATCH] bitmap: parse input from kernel and user buffers
Reinette Chatre
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+4
2006-09-26
[PATCH] Profiling: require buffer allocation on the correct node
Christoph Lameter
1
-4
/
+12
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-27
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
Chandra Seetharaman
1
-1
/
+1
2006-04-26
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
Chandra Seetharaman
1
-1
/
+1
2006-03-27
[PATCH] Notifier chain update: API changes
Alan Stern
1
-37
/
+16
2006-03-23
[PATCH] sem2mutex: kernel/
Arjan van de Ven
1
-5
/
+6
2005-07-07
[PATCH] mostly_read data section
Christoph Lameter
1
-2
/
+2
2005-05-17
[PATCH] profile.c: `schedule' parsing fix
William Lee Irwin III
1
-6
/
+10
2005-05-01
[PATCH] Change synchronize_kernel to _rcu and _sched
Paul E. McKenney
1
-1
/
+1
[next]