aboutsummaryrefslogtreecommitdiff
path: root/kernel/jump_label.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22jump_label,module: Don't alloc static_key_mod for __ro_after_init keysGravatar Peter Zijlstra 1-0/+53
2022-12-01jump_label: Prevent key->enabled int overflowGravatar Dmitry Safonov 1-12/+44
2022-10-27jump_label: Use atomic_try_cmpxchg() in static_key_slow_inc_cpuslocked()Gravatar Uros Bizjak 1-6/+2
2022-06-24jump_label: make initial NOP patching the special caseGravatar Ard Biesheuvel 1-9/+5
2022-06-24jump_label: mips: move module NOP patching into arch codeGravatar Ard Biesheuvel 1-26/+1
2021-07-05jump_label: Fix jump_label_text_reserved() vs __initGravatar Peter Zijlstra 1-5/+8
2021-05-12jump_label: Free jump_entry::key bit1 for build useGravatar Peter Zijlstra 1-4/+6
2021-05-12jump_label, x86: Introduce jump_entry_size()Gravatar Peter Zijlstra 1-1/+1
2021-03-19static_call: Fix static_call_update() sanity checkGravatar Peter Zijlstra 1-0/+8
2020-12-18jump_label: Fix usage in module __initGravatar Peter Zijlstra 1-3/+5
2020-10-16kernel/: fix repeated words in commentsGravatar Randy Dunlap 1-1/+1
2020-09-01jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved()Gravatar Peter Zijlstra 1-2/+8
2019-08-29jump_label: Don't warn on __exit jump entriesGravatar Andrew Murray 1-1/+3
2019-06-17jump_label: Batch updates if arch supports itGravatar Daniel Bristot de Oliveira 1-0/+23
2019-06-17jump_label: Sort entries of the same key by the codeGravatar Daniel Bristot de Oliveira 1-0/+14
2019-06-17jump_label: Add a jump_label_can_update() helperGravatar Daniel Bristot de Oliveira 1-11/+18
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-29locking/static_key: Don't take sleeping locks in __static_key_slow_dec_deferr...Gravatar Jakub Kicinski 1-19/+13
2019-04-29locking/static_key: Factor out the fast path of static_key_slow_dec()Gravatar Jakub Kicinski 1-8/+15
2019-04-29locking/static_key: Add support for deferred static branchesGravatar Jakub Kicinski 1-7/+10
2019-04-03locking/static_key: Fix false positive warnings on concurrent dec/incGravatar Peter Zijlstra 1-8/+13
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 1-7/+3
2018-10-16Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...Gravatar Ingo Molnar 1-55/+45
2018-10-02jump_label: Fix NULL dereference bug in __jump_label_mod_update()Gravatar Ard Biesheuvel 1-1/+1
2018-09-27jump_label: Annotate entries that operate on __init code earlierGravatar Ard Biesheuvel 1-34/+14
2018-09-27jump_label: Implement generic support for relative referencesGravatar Ard Biesheuvel 1-1/+21
2018-09-27jump_label: Abstract jump_entry member accessorsGravatar Ard Biesheuvel 1-25/+15
2018-09-10jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operationsGravatar Peter Zijlstra 1-0/+5
2018-09-10Merge branch 'locking/urgent' into locking/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2018-09-10jump_label: Fix typo in warning messageGravatar Borislav Petkov 1-1/+1
2018-09-10jump_label: Use static_key_linked() accessorGravatar Borislav Petkov 1-1/+1
2018-03-20jump_label: Disable jump labels in __exit codeGravatar Josh Poimboeuf 1-3/+4
2018-03-14jump_label: Fix sparc64 warningGravatar Josh Poimboeuf 1-1/+2
2018-02-21extable: Make init_kernel_text() globalGravatar Josh Poimboeuf 1-3/+1
2018-02-21jump_label: Warn on failed jump_label patching attemptGravatar Josh Poimboeuf 1-5/+8
2018-02-21jump_label: Explicitly disable jump labels in __init codeGravatar Josh Poimboeuf 1-0/+16
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockGravatar Peter Zijlstra 1-3/+9
2017-11-14jump_label: Invoke jump_label_test() via early_initcall()Gravatar Jason Baron 1-1/+1
2017-10-19locking/static_keys: Improve uninitialized key warningGravatar Borislav Petkov 1-7/+7
2017-08-10jump_label: Provide hotplug context variantsGravatar Marc Zyngier 1-4/+18
2017-08-10jump_label: Split out code under the hotplug lockGravatar Marc Zyngier 1-9/+19
2017-08-10jump_label: Move CPU hotplug lockingGravatar Marc Zyngier 1-2/+4
2017-08-10jump_label: Add RELEASE barrier after text changesGravatar Peter Zijlstra 1-2/+9
2017-08-10jump_label: Fix concurrent static_key_enable/disable()Gravatar Paolo Bonzini 1-22/+37
2017-05-26jump_label: Reorder hotplug lock and jump_label_lockGravatar Thomas Gleixner 1-6/+14
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-26/+127
2017-02-15jump_label: Reduce the size of struct static_keyGravatar Jason Baron 1-26/+127
2017-01-12jump_labels: API for flushing deferred jump label updatesGravatar David Matlack 1-0/+7
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+3
2016-08-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+4