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
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-21
ftrace: Show a list of all functions that have ever been enabled
Steven Rostedt (Google)
1
-5
/
+46
2023-03-21
ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
Florent Revest
1
-1
/
+1
2023-03-21
ftrace: Store direct called addresses in their ops
Florent Revest
1
-2
/
+5
2023-03-21
ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
Florent Revest
1
-17
/
+17
2023-03-21
ftrace: Remove the legacy _ftrace_direct API
Florent Revest
1
-393
/
+0
2023-03-21
ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
Florent Revest
1
-1
/
+5
2023-03-19
Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2023-03-19
ftrace: Set direct_ops storage-class-specifier to static
Tom Rix
1
-1
/
+1
2023-03-14
Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+2
2023-03-09
ftrace: Fix invalid address access in lookup_rec() when index is 0
Chen Zhongjin
1
-1
/
+2
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2023-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+104
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+22
2023-01-24
ftrace: Export ftrace_free_filter() to modules
Mark Rutland
1
-1
/
+22
2023-01-24
ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS
Mark Rutland
1
-5
/
+104
2023-01-19
livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
Zhen Lei
1
-1
/
+1
2022-12-15
Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-9
/
+19
2022-12-14
ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernels
Guilherme G. Piccoli
1
-0
/
+1
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-5
/
+11
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+1
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2022-11-23
ftrace: Avoid needless updates of the ftrace function call
Steven Rostedt (Google)
1
-2
/
+15
2022-11-23
ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPU
Zheng Yejian
1
-7
/
+3
2022-11-18
ftrace: pass fregs to arch_ftrace_set_direct_caller()
Mark Rutland
1
-2
/
+1
2022-11-17
ftrace: Fix null pointer dereference in ftrace_add_mod()
Xiu Jianfeng
1
-0
/
+1
2022-11-17
ftrace: Optimize the allocation for mcount entries
Wang Wensheng
1
-1
/
+1
2022-11-17
ftrace: Fix the possible incorrect kernel message
Wang Wensheng
1
-1
/
+1
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+3
2022-11-02
ftrace: Fix use-after-free for dynamic ftrace_ops
Li Huafei
1
-13
/
+3
2022-10-25
ftrace: Add support to resolve module symbols in ftrace_lookup_symbols
Jiri Olsa
1
-5
/
+11
2022-10-13
Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-4
/
+1
2022-10-12
ftrace: Fix char print issue in print_ip_ins()
Zheng Yejian
1
-4
/
+1
2022-10-10
Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-7
/
+27
2022-10-05
ftrace: Still disable enabled records marked as disabled
Steven Rostedt (Google)
1
-4
/
+16
2022-09-27
ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_caller
Song Liu
1
-1
/
+5
2022-09-27
ftrace: Properly unset FTRACE_HASH_FL_MOD
Zheng Yejian
1
-2
/
+6
2022-09-26
ftrace: Keep the resolved addr in kallsyms_callback
Jiri Olsa
1
-2
/
+1
2022-08-22
ftrace: Fix build warning for ops_references_rec() not used
Wang Jingjin
1
-46
/
+33
2022-08-21
Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+10
2022-08-21
ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
Yang Jihong
1
-0
/
+10
2022-07-22
ftrace: Allow IPMODIFY and DIRECT ops on the same function
Song Liu
1
-26
/
+216
2022-07-22
ftrace: Add modify_ftrace_direct_multi_nolock
Song Liu
1
-24
/
+62
2022-06-16
ftrace: Keep address offset in ftrace_lookup_symbols
Jiri Olsa
1
-2
/
+11
2022-05-29
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-36
/
+174
2022-05-28
ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak function
Steven Rostedt (Google)
1
-2
/
+139
2022-05-26
ftrace: Clean up hash direct_functions on register failures
Song Liu
1
-3
/
+2
2022-05-26
ftrace: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-26
ftrace: Remove return value of ftrace_arch_modify_*()
Li kunyu
1
-12
/
+4
2022-05-26
ftrace: Deal with error return code of the ftrace_process_locs() function
Yuntao Wang
1
-4
/
+13
2022-05-26
tracing: Use trace_create_file() to simplify creation of tracefs entries
Yuntao Wang
1
-6
/
+3
[next]