aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/jump_label.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland1-1/+1
2022-12-01jump_label: Prevent key->enabled int overflowDmitry Safonov1-4/+17
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel1-2/+0
2022-06-24jump_label: mips: move module NOP patching into arch codeArd Biesheuvel1-6/+1
2022-05-27jump_label,noinstr: Avoid instrumentation for JUMP_LABEL=n buildsPeter Zijlstra1-2/+2
2022-02-16jump_label: Refactor #ifdef of struct static_keyMasahiro Yamada1-7/+2
2022-02-16jump_label: Avoid unneeded casts in STATIC_KEY_INIT_{TRUE,FALSE}Masahiro Yamada1-2/+2
2021-05-12jump_label: Free jump_entry::key bit1 for build usePeter Zijlstra1-2/+5
2021-05-12jump_label, x86: Introduce jump_entry_size()Peter Zijlstra1-0/+9
2021-04-08jump_label: Provide CONFIG-driven build state defaultsKees Cook1-0/+19
2021-01-22jump_label: Do not profile branch annotationsSteven Rostedt (VMware)1-6/+6
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab1-1/+1
2019-06-17jump_label: Batch updates if arch supports itDaniel Bristot de Oliveira1-0/+3
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-13/+9
2018-09-27jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel1-7/+4
2018-09-27jump_label: Implement generic support for relative referencesArd Biesheuvel1-0/+28
2018-09-27jump_label: Abstract jump_entry member accessorsArd Biesheuvel1-0/+34
2018-07-04usercopy: Allow boot cmdline disabling of hardeningChris von Recklinghausen1-0/+6
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf1-2/+2
2018-02-21jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf1-0/+3
2018-02-06jump_label: Add branch hints to static_branch_{un,}likely()Peter Zijlstra1-2/+2
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra1-0/+7
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19locking/static_keys: Improve uninitialized key warningBorislav Petkov1-7/+7
2017-08-10jump_label: Provide hotplug context variantsMarc Zyngier1-2/+9
2017-08-10jump_label: Fix concurrent static_key_enable/disable()Paolo Bonzini1-10/+12
2017-03-07Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+9
2017-03-03jump_label: Add comment about initialization order for anonymous unionsSteven Rostedt (VMware)1-0/+7
2017-03-03jump_label: Fix anonymous union initializationBoris Ostrovsky1-2/+2
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+15
2017-02-15jump_label: Reduce the size of struct static_keyJason Baron1-8/+15
2017-01-19jump_labels: Move header guard #endif down where it belongsLuis R. Rodriguez1-2/+2
2016-10-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2016-09-07jump_labels: Allow array initialisersCatalin Marinas1-0/+12
2016-09-05locking/static_keys: Provide DECLARE and well as DEFINE macrosTony Luck1-0/+6
2016-08-04jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABELJason Baron1-23/+23
2016-06-24locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini1-3/+13
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-7/+11
2015-09-18jump_label: make static_key_enabled() work on static_key_true/false types tooTejun Heo1-7/+11
2015-09-15locking/static_keys: Fix up the static keys documentationJonathan Corbet1-6/+4
2015-09-08locking/static_keys: Fix a silly typoJonathan Corbet1-1/+1
2015-08-03jump label, locking/static_keys: Update docsJason Baron1-21/+46
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra1-10/+139
2015-08-03locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra1-0/+20
2015-08-03jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers to the static_key* patternPeter Zijlstra1-20/+5
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra1-2/+2
2015-04-09jump_label: Allow jump labels to be used in assemblyAnton Blanchard1-4/+17
2014-08-10jump_label: Fix small typos in the documentationIngo Molnar1-9/+8