Merge keystone/android12-5.10-keystone-qcom-release.43+ (d8b574b) into msm-5.10

* refs/heads/tmp-d8b574b:
  ANDROID: power: wakeup_reason: change abort log
  ANDROID: GKI: Update abi_gki_aarch64_qcom list for rwsem list add
  ANDROID: Add hook to show vendor info for transactions
  ANDROID: vendor_hooks: Export direct reclaim trace points
  ANDROID: Update the ABI representation
  ANDROID: qcom: Add xfrm and skb related symbols
  ANDROID: iommu: Revise vendor hook param for iova free tracking
  ANDROID: abi_gki_aarch64_qcom: Add additional symbols for 32bit execve
  ANDROID: sched: add restricted tracehooks for 32bit execve
  ANDROID: GKI: Update symbols to symbol list
  ANDROID: coresight: Update ETE DT yaml file
  ANDROID: coresight: Update ETE/TRBE to v6 merged upstream
  ANDROID: kvm: arm64: Clarify the comment for SPE save context
  BACKPORT: arm64: KVM: Enable access to TRBE support for host
  BACKPORT: KVM: arm64: Move SPE availability check to VCPU load
  UPSTREAM: KVM: arm64: Handle access to TRFCR_EL1
  ANDROID: GKI: Enable ARCH_SPRD and SPRD_TIMER
  UPSTREAM: x86, lto: Pass -stack-alignment only on LLD < 13.0.0
  ANDROID: fix permission error of page_pinner
  ANDROID: gki_config: disable per-cgroup pressure tracking
  FROMGIT: cgroup: make per-cgroup pressure stall tracking configurable
  Revert "ANDROID: make per-cgroup PSI tracking configurable"
  FROMLIST: arm: Mark the recheduling IPI as raw interrupt
  FROMLIST: arm64: Mark the recheduling IPI as raw interrupt
  FROMLIST: genirq: Allow an interrupt to be marked as 'raw'
  FROMLIST: genirq: Add __irq_modify_status() helper to clear/set special flags
  ANDROID: GKI: Update abi_gki_aarch64_qcom list for shmem allocations
  Revert "f2fs: avoid attaching SB_ACTIVE flag during mount/remount"
  f2fs: remove false alarm on iget failure during GC
  ANDROID: arm64: consolidate.fragment: Disable CONFIG_CMA_DEBUG
  f2fs: enable extent cache for compression files in read-only
  f2fs: fix to avoid adding tab before doc section
  f2fs: introduce f2fs_casefolded_name slab cache
  f2fs: swap: support migrating swapfile in aligned write mode
  f2fs: swap: remove dead codes
  f2fs: compress: add compress_inode to cache compressed blocks
  f2fs: clean up /sys/fs/f2fs/<disk>/features
  f2fs: add pin_file in feature list
  f2fs: Advertise encrypted casefolding in sysfs
  f2fs: Show casefolding support only when supported
  f2fs: support RO feature
  f2fs: logging neatening

Conflicts:
	Documentation/devicetree/bindings
	Documentation/devicetree/bindings/arm/ete.yaml

Change-Id: Iebec14659071b2f616b5c84e2b6d47e2300562b8
Signed-off-by: Ivaylo Georgiev <irgeorgiev@codeaurora.org>
This commit is contained in:
Ivaylo Georgiev
2021-06-27 21:13:44 -07:00
62 changed files with 3981 additions and 1299 deletions

View File

@@ -517,16 +517,21 @@
ccw_timeout_log [S390]
See Documentation/s390/common_io.rst for details.
cgroup_disable= [KNL] Disable a particular controller
Format: {name of the controller(s) to disable}
cgroup_disable= [KNL] Disable a particular controller or optional feature
Format: {name of the controller(s) or feature(s) to disable}
The effects of cgroup_disable=foo are:
- foo isn't auto-mounted if you mount all cgroups in
a single hierarchy
- foo isn't visible as an individually mountable
subsystem
- if foo is an optional feature then the feature is
disabled and corresponding cgroup files are not
created
{Currently only "memory" controller deal with this and
cut the overhead, others just disable the usage. So
only cgroup_disable=memory is actually worthy}
Specifying "pressure" disables per-cgroup pressure
stall information accounting feature
cgroup_no_v1= [KNL] Disable cgroup controllers and named hierarchies in v1
Format: { { controller | "all" | "named" }