summaryrefslogtreecommitdiff
path: root/kernel/locking/mutex-debug.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-04-10 06:56:46 -1000
committerLinus Torvalds <torvalds@linux-foundation.org>2022-04-10 06:56:46 -1000
commit50c94de67cfcf858d32a868dcc4e40d8581137c1 (patch)
tree26f0f5e187a11359c2d0d0c379913e4ff632b281 /kernel/locking/mutex-debug.c
parent7136849ea95280685dc6a00a893501e61983b6b9 (diff)
parent273ba85b5e8b971ed28eb5c17e1638543be9237d (diff)
Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking fixes from Borislav Petkov: - Allow the compiler to optimize away unused percpu accesses and change the local_lock_* macros back to inline functions - A couple of fixes to static call insn patching * tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: Revert "mm/page_alloc: mark pagesets as __maybe_unused" Revert "locking/local_lock: Make the empty local_lock_*() function a macro." x86/percpu: Remove volatile from arch_raw_cpu_ptr(). static_call: Remove __DEFINE_STATIC_CALL macro static_call: Properly initialise DEFINE_STATIC_CALL_RET0() static_call: Don't make __static_call_return0 static x86,static_call: Fix __static_call_return0 for i386
Diffstat (limited to 'kernel/locking/mutex-debug.c')
0 files changed, 0 insertions, 0 deletions
e native irqtime accounting headersFrederic Weisbecker 2016-07-14sched/cputime: Clean up the old vtime gen irqtime accounting completelyFrederic Weisbecker 2016-07-14sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING codeRik van Riel 2015-12-04sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker 2015-12-04sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker 2013-12-02context_tracking: Rename context_tracking_active() to context_tracking_cpu_is...Frederic Weisbecker 2013-12-02context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker 2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker 2013-08-14vtime: Describe overriden functions in dedicated arch headersFrederic Weisbecker 2013-05-31vtime: Use consistent clocks among nohz accountingFrederic Weisbecker 2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker 2013-01-27kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker 2013-01-27cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker 2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker 2012-11-19vtime: Explicitly account pending user time on process tickFrederic Weisbecker 2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker 2012-10-29cputime: Separate irqtime accounting from generic vtimeFrederic Weisbecker 2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker 2012-10-29vtime: Make vtime_account_system() irqsafeFrederic Weisbecker 2012-10-29vtime: Gather vtime declarations to their own header fileFrederic Weisbecker