index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
profile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-11
kernel/profile.c: simplify duplicated code in profile_setup()
wuchi
1
-18
/
+14
2022-07-29
profile: setup_profiling_timer() is moslty not implemented
Ben Dooks
1
-2
/
+6
2022-06-16
profiling: fix shift too large makes kernel panic
Chen Zhongjin
1
-0
/
+7
2022-01-08
exit: Remove profile_handoff_task
Eric W. Biederman
1
-23
/
+0
2022-01-08
exit: Remove profile_task_exit & profile_munmap
Eric W. Biederman
1
-50
/
+0
2021-09-08
profiling: fix shift-out-of-bounds bugs
Pavel Skripkin
1
-10
/
+11
2021-04-10
kernel: Initialize cpumask before parsing
Tetsuo Handa
1
-1
/
+1
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-12
/
+12
2019-12-04
kernel/profile.c: use cpumask_available to check for NULL cpumask
Nathan Chancellor
1
-3
/
+3
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...
Ingo Molnar
1
-0
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-07-15
profile: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-116
/
+65
2016-03-22
profile: hide unused functions when !CONFIG_PROC_FS
Arnd Bergmann
1
-2
/
+2
2016-02-09
sched/debug: Make schedstats a runtime tunable that is disabled by default
Mel Gorman
1
-0
/
+1
2015-09-08
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
1
-4
/
+4
2015-02-13
profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-2
/
+1
2014-06-06
kernel/profile.c: use static const char instead of static char
Fabian Frederick
1
-3
/
+3
2014-06-06
kernel/profile.c: convert printk to pr_foo()
Fabian Frederick
1
-9
/
+5
2014-04-07
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+15
2014-04-03
kernel: audit/fix non-modular users of module_init in core code
Paul Gortmaker
1
-1
/
+1
2014-03-20
profile: Fix CPU hotplug callback registration
Srivatsa S. Bhat
1
-5
/
+15
2014-03-10
mm: fix GFP_THISNODE callers and clarify
Johannes Weiner
1
-2
/
+2
2013-07-14
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
1
-1
/
+1
2013-05-01
proc: Supply PDE attribute setting accessor functions
David Howells
1
-1
/
+1
2013-04-09
create_proc_cpu_mask() doesn't need an argument...
Al Viro
1
-2
/
+2
2013-01-24
profiling: Remove unused timer hook
Frederic Weisbecker
1
-24
/
+0
2012-12-06
propagate name change to comments in kernel source
Nadia Yvette Chambers
1
-3
/
+4
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-05-26
kernel/profile.c: remove some duplicate code from profile_hits()
Rakib Mullick
1
-7
/
+9
2010-10-31
profile: Use vzalloc() rather than vmalloc() & memset()
Jesper Juhl
1
-4
/
+2
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
[next]