aboutsummaryrefslogtreecommitdiff
path: root/include/linux/jump_label.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-10jump_label: Provide hotplug context variantsGravatar Marc Zyngier 1-2/+9
2017-08-10jump_label: Fix concurrent static_key_enable/disable()Gravatar Paolo Bonzini 1-10/+12
2017-03-07Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+9
2017-03-03jump_label: Add comment about initialization order for anonymous unionsGravatar Steven Rostedt (VMware) 1-0/+7
2017-03-03jump_label: Fix anonymous union initializationGravatar Boris Ostrovsky 1-2/+2
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-8/+15
2017-02-15jump_label: Reduce the size of struct static_keyGravatar Jason Baron 1-8/+15
2017-01-19jump_labels: Move header guard #endif down where it belongsGravatar Luis R. Rodriguez 1-2/+2
2016-10-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+6
2016-09-07jump_labels: Allow array initialisersGravatar Catalin Marinas 1-0/+12
2016-09-05locking/static_keys: Provide DECLARE and well as DEFINE macrosGravatar Tony Luck 1-0/+6
2016-08-04jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABELGravatar Jason Baron 1-23/+23
2016-06-24locking/static_key: Fix concurrent static_key_slow_inc()Gravatar Paolo Bonzini 1-3/+13
2015-11-23treewide: Remove old email addressGravatar Peter Zijlstra 1-1/+1
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-7/+11
2015-09-18jump_label: make static_key_enabled() work on static_key_true/false types tooGravatar Tejun Heo 1-7/+11
2015-09-15locking/static_keys: Fix up the static keys documentationGravatar Jonathan Corbet 1-6/+4
2015-09-08locking/static_keys: Fix a silly typoGravatar Jonathan Corbet 1-1/+1
2015-08-03jump label, locking/static_keys: Update docsGravatar Jason Baron 1-21/+46
2015-08-03locking/static_keys: Add a new static_key interfaceGravatar Peter Zijlstra 1-10/+139
2015-08-03locking/static_keys: Add static_key_{en,dis}able() helpersGravatar Peter Zijlstra 1-0/+20
2015-08-03jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Gravatar Peter Zijlstra 1-20/+5
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Gravatar Peter Zijlstra 1-2/+2
2015-04-09jump_label: Allow jump labels to be used in assemblyGravatar Anton Blanchard 1-4/+17
2014-08-10jump_label: Fix small typos in the documentationGravatar Ingo Molnar 1-9/+8
2014-06-04include/linux/jump_label.h: expose the reference countGravatar Mel Gorman 1-7/+13
2014-01-08jump_label: use defined macros instead of hard-coding for better readabilityGravatar Jiang Liu 1-7/+12
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+10
2013-11-13jump_label: unlikely(x) > 0Gravatar Roel Kluin 1-2/+2
2013-10-19static_key: WARN on usage before jump_label_init was calledGravatar Hannes Frederic Sowa 1-0/+10
2013-08-09jump_label: Split jumplabel ratelimitGravatar Andrew Jones 1-27/+1
2012-07-06jump label: Remove static_branch()Gravatar Jason Baron 1-16/+1
2012-02-28static keys: Inline the static_key_enabled() functionGravatar Jason Baron 1-6/+5
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Gravatar Ingo Molnar 1-39/+100
2012-01-27jump_label: Add some documentationGravatar Peter Zijlstra 1-0/+32
2011-12-06jump_label: Provide jump_label_key initializersGravatar Peter Zijlstra 1-0/+3
2011-12-06perf, core: Rate limit perf_sched_events jump_label patchingGravatar Gleb Natapov 1-0/+24
2011-10-25jump-label: initialize jump-label subsystem much earlierGravatar Jeremy Fitzhardinge 1-5/+9
2011-10-25jump_label: add arch_jump_label_transform_static() to optimise non-live code ...Gravatar Jeremy Fitzhardinge 1-0/+2
2011-10-25jump_label: if a key has already been initialized, don't nop it outGravatar Jeremy Fitzhardinge 1-2/+1
2011-10-25jump_label: use proper atomic_t initializerGravatar Jeremy Fitzhardinge 1-2/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-04-04jump label: Introduce static_branch() interfaceGravatar Jason Baron 1-33/+56
2010-10-29jump label: Add work around to i386 gcc asm goto bugGravatar Steven Rostedt 1-1/+1
2010-10-28jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexGravatar Jason Baron 1-0/+5
2010-10-18jump_label: Add COND_STMT(), reducer wrapperyGravatar Peter Zijlstra 1-0/+10
2010-10-18jump_label: Use more consistent namingGravatar Peter Zijlstra 1-4/+4
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsGravatar Jason Baron 1-1/+7
2010-09-22jump label: Base patch for jump labelGravatar Jason Baron 1-0/+58