summaryrefslogtreecommitdiffstats
path: root/kernel/jump_label.c
Commit message (Expand)AuthorAgeFilesLines
* jump_label: Prevent key->enabled int overflowDmitry Safonov2022-12-011-12/+44
* jump_label: Use atomic_try_cmpxchg() in static_key_slow_inc_cpuslocked()Uros Bizjak2022-10-271-6/+2
* jump_label: make initial NOP patching the special caseArd Biesheuvel2022-06-241-9/+5
* jump_label: mips: move module NOP patching into arch codeArd Biesheuvel2022-06-241-26/+1
* jump_label: Fix jump_label_text_reserved() vs __initPeter Zijlstra2021-07-051-5/+8
* jump_label: Free jump_entry::key bit1 for build usePeter Zijlstra2021-05-121-4/+6
* jump_label, x86: Introduce jump_entry_size()Peter Zijlstra2021-05-121-1/+1
* static_call: Fix static_call_update() sanity checkPeter Zijlstra2021-03-191-0/+8
* jump_label: Fix usage in module __initPeter Zijlstra2020-12-181-3/+5
* kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
* jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved()Peter Zijlstra2020-09-011-2/+8
* jump_label: Don't warn on __exit jump entriesAndrew Murray2019-08-291-1/+3
* jump_label: Batch updates if arch supports itDaniel Bristot de Oliveira2019-06-171-0/+23
* jump_label: Sort entries of the same key by the codeDaniel Bristot de Oliveira2019-06-171-0/+14
* jump_label: Add a jump_label_can_update() helperDaniel Bristot de Oliveira2019-06-171-11/+18
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* locking/static_key: Don't take sleeping locks in __static_key_slow_dec_deferr...Jakub Kicinski2019-04-291-19/+13
* locking/static_key: Factor out the fast path of static_key_slow_dec()Jakub Kicinski2019-04-291-8/+15
* locking/static_key: Add support for deferred static branchesJakub Kicinski2019-04-291-7/+10
* locking/static_key: Fix false positive warnings on concurrent dec/incPeter Zijlstra2019-04-031-8/+13
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-7/+3
* Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...Ingo Molnar2018-10-161-55/+45
|\
| * jump_label: Fix NULL dereference bug in __jump_label_mod_update()Ard Biesheuvel2018-10-021-1/+1
| * jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel2018-09-271-34/+14
| * jump_label: Implement generic support for relative referencesArd Biesheuvel2018-09-271-1/+21
| * jump_label: Abstract jump_entry member accessorsArd Biesheuvel2018-09-271-25/+15
* | jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operationsPeter Zijlstra2018-09-101-0/+5
* | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2018-09-101-1/+1
|\|
| * jump_label: Fix typo in warning messageBorislav Petkov2018-09-101-1/+1
* | jump_label: Use static_key_linked() accessorBorislav Petkov2018-09-101-1/+1
|/
* jump_label: Disable jump labels in __exit codeJosh Poimboeuf2018-03-201-3/+4
* jump_label: Fix sparc64 warningJosh Poimboeuf2018-03-141-1/+2
* extable: Make init_kernel_text() globalJosh Poimboeuf2018-02-211-3/+1
* jump_label: Warn on failed jump_label patching attemptJosh Poimboeuf2018-02-211-5/+8
* jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf2018-02-211-0/+16
* sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra2018-01-241-3/+9
* jump_label: Invoke jump_label_test() via early_initcall()Jason Baron2017-11-141-1/+1
* locking/static_keys: Improve uninitialized key warningBorislav Petkov2017-10-191-7/+7
* jump_label: Provide hotplug context variantsMarc Zyngier2017-08-101-4/+18
* jump_label: Split out code under the hotplug lockMarc Zyngier2017-08-101-9/+19
* jump_label: Move CPU hotplug lockingMarc Zyngier2017-08-101-2/+4
* jump_label: Add RELEASE barrier after text changesPeter Zijlstra2017-08-101-2/+9
* jump_label: Fix concurrent static_key_enable/disable()Paolo Bonzini2017-08-101-22/+37
* jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-261-6/+14
* Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-02-271-26/+127
|\
| * jump_label: Reduce the size of struct static_keyJason Baron2017-02-151-26/+127
* | jump_labels: API for flushing deferred jump label updatesDavid Matlack2017-01-121-0/+7
|/
* Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-051-0/+3
|\
| * jump_label: Make it possible for arches to invoke jump_label_init() earlierKevin Hao2016-08-011-0/+3
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-08-041-1/+4
|\ \