Go to file
Waiman Long 94a12247c4 context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user()
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2169516

commit 2a0aafce963dab996b843f6cdb49237b0ae4a118
Author: Frederic Weisbecker <frederic@kernel.org>
Date:   Wed, 8 Jun 2022 16:40:23 +0200

    context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user()

    context_tracking_cpu_set() is called in order to tell a CPU to track
    user/kernel transitions. Since context tracking is going to expand in
    to also track transitions from/to idle/IRQ/NMIs, the scope
    of this function name becomes too broad and needs to be made more
    specific. Also shorten the prefix to align with the new namespace.

    Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Neeraj Upadhyay <quic_neeraju@quicinc.com>
    Cc: Uladzislau Rezki <uladzislau.rezki@sony.com>
    Cc: Joel Fernandes <joel@joelfernandes.org>
    Cc: Boqun Feng <boqun.feng@gmail.com>
    Cc: Nicolas Saenz Julienne <nsaenz@kernel.org>
    Cc: Marcelo Tosatti <mtosatti@redhat.com>
    Cc: Xiongfeng Wang <wangxiongfeng2@huawei.com>
    Cc: Yu Liao <liaoyu15@huawei.com>
    Cc: Phil Auld <pauld@redhat.com>
    Cc: Paul Gortmaker<paul.gortmaker@windriver.com>
    Cc: Alex Belits <abelits@marvell.com>
    Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
    Reviewed-by: Nicolas Saenz Julienne <nsaenzju@redhat.com>
    Tested-by: Nicolas Saenz Julienne <nsaenzju@redhat.com>

Signed-off-by: Waiman Long <longman@redhat.com>
2023-03-30 08:36:15 -04:00
Documentation Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
LICENSES
arch context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exit_callable() 2023-03-30 08:36:15 -04:00
block Merge: Merge tag 'kernel-5.14.0-284.5.1.el9_2' from 9.2 2023-03-29 12:11:12 +02:00
certs
crypto Merge tag 'kernel-5.14.0-284.2.1.el9_2' from 9.2 2023-03-17 09:14:43 -03:00
drivers Merge: Merge tag 'kernel-5.14.0-284.5.1.el9_2' from 9.2 2023-03-29 12:11:12 +02:00
fs Merge: Merge tag 'kernel-5.14.0-284.5.1.el9_2' from 9.2 2023-03-29 12:11:12 +02:00
include context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user() 2023-03-30 08:36:15 -04:00
init rcu-tasks: Add data structures for lightweight grace periods 2023-03-30 08:36:09 -04:00
ipc
kernel context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user() 2023-03-30 08:36:15 -04:00
lib mm: fix unexpected changes to {failslab|fail_page_alloc}.attr 2023-03-24 11:19:33 -04:00
mm Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
net Merge: Merge tag 'kernel-5.14.0-284.5.1.el9_2' from 9.2 2023-03-29 12:11:12 +02:00
redhat [redhat] kernel-5.14.0-293.el9 2023-03-29 12:13:55 +02:00
samples samples/bpf: Fix typo in xdp_router_ipv4 sample 2023-03-06 14:54:38 +01:00
scripts Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
security Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
sound ASoC: amd: ps: Add a module parameter to influence pdm_gain 2023-02-14 17:32:53 +01:00
tools torture: Create kvm-check-branches.sh output in proper location 2023-03-30 08:36:14 -04:00
usr kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} 2023-03-24 11:18:37 -04:00
virt KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() 2022-10-25 13:53:38 +02:00
.clang-format Merge: Update kernel's PCI subsystem to v6.2 2023-03-27 07:05:15 +02:00
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml CI: Fix kernel-64k DataWarehouse name 2023-03-06 21:20:31 +01:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
Makefile kbuild: do not require sub-make for separate output tree builds 2023-03-02 15:50:28 -05:00
Makefile.rhelver [redhat] kernel-5.14.0-293.el9 2023-03-29 12:13:55 +02:00
README
makefile

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.