aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jump_label.h
AgeCommit message (Expand)Author
2016-08-04jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABELJason Baron
2016-06-24locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-09-18jump_label: make static_key_enabled() work on static_key_true/false types tooTejun Heo
2015-09-15locking/static_keys: Fix up the static keys documentationJonathan Corbet
2015-09-08locking/static_keys: Fix a silly typoJonathan Corbet
2015-08-03jump label, locking/static_keys: Update docsJason Baron
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra
2015-08-03locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra
2015-08-03jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra
2015-04-09jump_label: Allow jump labels to be used in assemblyAnton Blanchard
2014-08-10jump_label: Fix small typos in the documentationIngo Molnar
2014-06-04include/linux/jump_label.h: expose the reference countMel Gorman
2014-01-08jump_label: use defined macros instead of hard-coding for better readabilityJiang Liu
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-11-13jump_label: unlikely(x) > 0Roel Kluin
2013-10-19static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa
2013-08-09jump_label: Split jumplabel ratelimitAndrew Jones
2012-07-06jump label: Remove static_branch()Jason Baron
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-01-27jump_label: Add some documentationPeter Zijlstra
2011-12-06jump_label: Provide jump_label_key initializersPeter Zijlstra
2011-12-06perf, core: Rate limit perf_sched_events jump_label patchingGleb Natapov
2011-10-25jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge
2011-10-25jump_label: add arch_jump_label_transform_static() to optimise non-live code ...Jeremy Fitzhardinge
2011-10-25jump_label: if a key has already been initialized, don't nop it outJeremy Fitzhardinge
2011-10-25jump_label: use proper atomic_t initializerJeremy Fitzhardinge
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-04-04jump label: Introduce static_branch() interfaceJason Baron
2010-10-29jump label: Add work around to i386 gcc asm goto bugSteven Rostedt
2010-10-28jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron
2010-10-18jump_label: Add COND_STMT(), reducer wrapperyPeter Zijlstra
2010-10-18jump_label: Use more consistent namingPeter Zijlstra
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron
2010-09-22jump label: Base patch for jump labelJason Baron