summaryrefslogtreecommitdiffstats
path: root/kernel/jump_label.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+13Star
* 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/+3Star
* Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...Ingo Molnar2018-10-161-55/+45Star
|\
| * 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/+14Star
| * jump_label: Implement generic support for relative referencesArd Biesheuvel2018-09-271-1/+21
| * jump_label: Abstract jump_entry member accessorsArd Biesheuvel2018-09-271-25/+15Star
* | 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/+1Star
* 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
|\ \
| * | jump_label: disable preemption around __module_text_address().Rusty Russell2016-08-041-1/+4
| |/
* / jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABELJason Baron2016-08-041-0/+53
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-251-1/+1
|\
| * locking/static_keys: Fix non static symbol Sparse warningWei Yongjun2016-07-071-1/+1
* | locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini2016-06-241-3/+33
|/
* treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* locking/static_keys: Add selftestPeter Zijlstra2015-08-031-1/+38
* locking/static_keys: Add a new static_key interfacePeter Zijlstra2015-08-031-7/+30
* locking/static_keys: Rework update logicPeter Zijlstra2015-08-031-50/+38Star
* jump_label: Add jump_entry_key() helperPeter Zijlstra2015-08-031-4/+9
* jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra2015-08-031-9/+16
* jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-9/+9