aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jump_label.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-10jump_label: Fix small typos in the documentationIngo Molnar1-9/+8
2014-06-04include/linux/jump_label.h: expose the reference countMel Gorman1-7/+13
2014-01-08jump_label: use defined macros instead of hard-coding for better readabilityJiang Liu1-7/+12
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+10
2013-11-13jump_label: unlikely(x) > 0Roel Kluin1-2/+2
2013-10-19static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa1-0/+10
2013-08-09jump_label: Split jumplabel ratelimitAndrew Jones1-27/+1
2012-07-06jump label: Remove static_branch()Jason Baron1-16/+1
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron1-6/+5
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-39/+100
2012-01-27jump_label: Add some documentationPeter Zijlstra1-0/+32
2011-12-06jump_label: Provide jump_label_key initializersPeter Zijlstra1-0/+3
2011-12-06perf, core: Rate limit perf_sched_events jump_label patchingGleb Natapov1-0/+24
2011-10-25jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge1-5/+9
2011-10-25jump_label: add arch_jump_label_transform_static() to optimise non-live code updatesJeremy Fitzhardinge1-0/+2
2011-10-25jump_label: if a key has already been initialized, don't nop it outJeremy Fitzhardinge1-2/+1
2011-10-25jump_label: use proper atomic_t initializerJeremy Fitzhardinge1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-04jump label: Introduce static_branch() interfaceJason Baron1-33/+56
2010-10-29jump label: Add work around to i386 gcc asm goto bugSteven Rostedt1-1/+1
2010-10-28jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron1-0/+5
2010-10-18jump_label: Add COND_STMT(), reducer wrapperyPeter Zijlstra1-0/+10
2010-10-18jump_label: Use more consistent namingPeter Zijlstra1-4/+4
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron1-1/+7
2010-09-22jump label: Base patch for jump labelJason Baron1-0/+58