summaryrefslogtreecommitdiff
path: root/include/linux/jump_label.h
AgeCommit message (Expand)Author
2021-05-12jump_label: Free jump_entry::key bit1 for build usePeter Zijlstra
2021-05-12jump_label, x86: Introduce jump_entry_size()Peter Zijlstra
2021-04-08jump_label: Provide CONFIG-driven build state defaultsKees Cook
2021-01-22jump_label: Do not profile branch annotationsSteven Rostedt (VMware)
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab
2019-06-17jump_label: Batch updates if arch supports itDaniel Bristot de Oliveira
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2018-09-27jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel
2018-09-27jump_label: Implement generic support for relative referencesArd Biesheuvel
2018-09-27jump_label: Abstract jump_entry member accessorsArd Biesheuvel
2018-07-04usercopy: Allow boot cmdline disabling of hardeningChris von Recklinghausen
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf
2018-02-21jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf
2018-02-06jump_label: Add branch hints to static_branch_{un,}likely()Peter Zijlstra
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-19locking/static_keys: Improve uninitialized key warningBorislav Petkov
2017-08-10jump_label: Provide hotplug context variantsMarc Zyngier
2017-08-10jump_label: Fix concurrent static_key_enable/disable()Paolo Bonzini
2017-03-07Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-03jump_label: Add comment about initialization order for anonymous unionsSteven Rostedt (VMware)
2017-03-03jump_label: Fix anonymous union initializationBoris Ostrovsky
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-02-15jump_label: Reduce the size of struct static_keyJason Baron
2017-01-19jump_labels: Move header guard #endif down where it belongsLuis R. Rodriguez
2016-10-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-09-07jump_labels: Allow array initialisersCatalin Marinas
2016-09-05locking/static_keys: Provide DECLARE and well as DEFINE macrosTony Luck
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