summaryrefslogtreecommitdiffstats
path: root/kernel/jump_label.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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/+38
* 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
* module, jump_label: Fix module lockingPeter Zijlstra2015-05-271-4/+6
* static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa2013-10-191-0/+5
* jump_label: Split jumplabel ratelimitAndrew Jones2013-08-091-0/+1
* jump_label: Export jump_label_rate_limit()Gleb Natapov2012-08-061-0/+1
* static keys: Inline the static_key_enabled() functionJason Baron2012-02-281-6/+0
* static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-54/+74
* jump label: Fix compiler warningJason Baron2012-02-221-1/+1
* jump label: Add a WARN() if jump label key count goes negativeJason Baron2012-02-221-1/+4