index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
context_tracking.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
1
-2
/
+2
2023-04-29
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2023-04-14
context_tracking: Fix KCSAN noinstr violation
Josh Poimboeuf
1
-1
/
+1
2023-03-21
entry: Fix noinstr warning in __enter_from_user_mode()
Josh Poimboeuf
1
-0
/
+1
2023-01-31
cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG
Peter Zijlstra
1
-0
/
+27
2022-07-05
context_tracking: Convert state to atomic_t
Frederic Weisbecker
1
-22
/
+10
2022-07-05
rcu/context-tracking: Move RCU-dynticks internal functions to context_tracking
Frederic Weisbecker
1
-0
/
+20
2022-07-05
context_tracking: Take idle eqs entrypoints over RCU
Frederic Weisbecker
1
-0
/
+8
2022-06-30
context_tracking: Split user tracking Kconfig
Frederic Weisbecker
1
-6
/
+6
2022-06-30
context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user()
Frederic Weisbecker
1
-1
/
+1
2022-06-30
context_tracking: Rename context_tracking_enter/exit() to ct_user_enter/exit()
Frederic Weisbecker
1
-6
/
+7
2022-06-30
context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...
Frederic Weisbecker
1
-2
/
+2
2022-06-22
context_tracking: Rename __context_tracking_enter/exit() to __ct_user_enter/e...
Frederic Weisbecker
1
-6
/
+6
2021-09-15
x86: Always inline context_tracking_guest_enter()
Peter Zijlstra
1
-1
/
+1
2021-05-05
context_tracking: KVM: Move guest enter/exit wrappers to KVM's domain
Sean Christopherson
1
-45
/
+0
2021-05-05
context_tracking: Consolidate guest enter/exit wrappers
Sean Christopherson
1
-41
/
+24
2021-05-05
sched/vtime: Move guest enter/exit vtime accounting to vtime.h
Sean Christopherson
1
-16
/
+1
2021-05-05
context_tracking: Move guest exit vtime accounting to separate helpers
Wanpeng Li
1
-6
/
+16
2021-05-05
context_tracking: Move guest exit context tracking to separate helpers
Wanpeng Li
1
-1
/
+8
2020-11-19
context_tracking: Don't implement exception_enter/exit() on CONFIG_HAVE_CONTE...
Frederic Weisbecker
1
-2
/
+4
2020-07-24
compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....
Ingo Molnar
1
-0
/
+2
2020-06-11
context_tracking: Ensure that the critical path cannot be instrumented
Thomas Gleixner
1
-3
/
+3
2020-05-19
context_tracking: Make guest_enter/exit() .noinstr ready
Thomas Gleixner
1
-5
/
+16
2020-01-27
KVM: remove unused guest_enter
Alex Shi
1
-9
/
+0
2019-10-29
sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...
Frederic Weisbecker
1
-2
/
+2
2019-10-29
context_tracking: Rename context_tracking_is_cpu_enabled() to context_trackin...
Frederic Weisbecker
1
-1
/
+1
2019-10-29
context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...
Frederic Weisbecker
1
-10
/
+10
2019-10-09
sched/cputime: Rename vtime_account_system() to vtime_account_kernel()
Frederic Weisbecker
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+34
2016-07-10
x86/entry: Avoid interrupt flag save and restore
Paolo Bonzini
1
-0
/
+15
2016-06-28
context_tracking: move rcu_virt_note_context_switch out of kvm_host.h
Paolo Bonzini
1
-4
/
+34
2015-12-04
sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...
Frederic Weisbecker
1
-2
/
+2
2015-11-10
context_tracking: avoid irq_save/irq_restore on guest entry and exit
Paolo Bonzini
1
-2
/
+6
2015-11-10
context_tracking: remove duplicate enabled check
Paolo Bonzini
1
-2
/
+2
2015-07-07
context_tracking: Add ct_state() and CT_WARN_ON()
Andy Lutomirski
1
-0
/
+15
2015-05-07
context_tracking: Inherit TIF_NOHZ through forks instead of context switches
Frederic Weisbecker
1
-10
/
+0
2015-03-09
kvm,rcu,nohz: use RCU extended quiescent state when running KVM guest
Rik van Riel
1
-0
/
+6
2015-03-09
context_tracking: Generalize context tracking APIs to support user and guest
Rik van Riel
1
-3
/
+6
2015-03-09
context_tracking: Rename context symbols to prepare for transition state
Frederic Weisbecker
1
-1
/
+1
2013-12-02
context_tracking: Wrap static key check into more intuitive function name
Frederic Weisbecker
1
-5
/
+5
2013-08-14
vtime: Optimize full dynticks accounting off case with static keys
Frederic Weisbecker
1
-4
/
+2
2013-08-14
context_tracking: Split low level state headers
Frederic Weisbecker
1
-30
/
+1
2013-08-14
context_tracking: Optimize context switch off case with static keys
Frederic Weisbecker
1
-2
/
+9
2013-08-14
context_tracking: Optimize guest APIs off case with static key
Frederic Weisbecker
1
-2
/
+17
2013-08-14
context_tracking: Optimize main APIs off case with static key
Frederic Weisbecker
1
-5
/
+22
2013-08-14
context_tracking: Ground setup for static key use
Frederic Weisbecker
1
-0
/
+10
2013-08-13
nohz: Only enable context tracking on full dynticks CPUs
Frederic Weisbecker
1
-0
/
+2
2013-08-13
vtime: Update a few comments
Frederic Weisbecker
1
-6
/
+4
2013-08-13
context_tracing: Fix guest accounting with native vtime
Frederic Weisbecker
1
-30
/
+22
[next]