summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2025-12-03 14:18:35 -0600
committerBjorn Helgaas <bhelgaas@google.com>2025-12-03 14:18:35 -0600
commit2b12e31cb39d681d8844254ca9db1e92cb562c8f (patch)
treec9aa28195188469185dca6022c26b9ecf031c910 /tools/perf/scripts/python
parentf4620f6216dbfb5ef8b31bc3eb558cde0b20913a (diff)
parentb5e719f26107f4a7f82946dc5be92dceb9b443cb (diff)
downloadkernel-2b12e31cb39d681d8844254ca9db1e92cb562c8f.tar.gz
Merge branch 'pci/controller/dwc'
- Update PORT_LOGIC_LTSSM_STATE_MASK to be a 6-bit mask as per spec, not a 5-bit mask (Shawn Lin) - Clear L1 PM Substate Capability 'Supported' bits unless glue driver says it's supported, which prevents users from enabling non-working L1SS. Currently only qcom and tegra194 support L1SS (Bjorn Helgaas) - Remove now-superfluous L1SS disable code from tegra194 (Bjorn Helgaas) - Configure L1SS support in dw-rockchip when DT says 'supports-clkreq' (Shawn Lin) * pci/controller/dwc: PCI: dw-rockchip: Configure L1SS support PCI: tegra194: Remove unnecessary L1SS disable code PCI: dwc: Advertise L1 PM Substates only if driver requests it PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
/distro/kernel/commit/security/commoncap.c?h=master&id=a793d79ea3e041081cd7cbd8ee43d0b5e4914a2b'>fs: move mapping helpersChristian Brauner 2021-04-27Merge tag 'fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds 2021-04-15security: commoncap: clean up kernel-doc commentsRandy Dunlap 2021-03-24security: commoncap: fix -Wstringop-overread warningArnd Bergmann 2021-03-12Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file cap...Eric W. Biederman 2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2021-02-22Merge branch 'userns-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2021-01-28cap: fix conversions on getxattrMiklos Szeredi 2021-01-24commoncap: handle idmapped mountsChristian Brauner 2021-01-24xattr: handle idmapped mountsTycho Andersen 2021-01-24acl: handle idmapped mountsChristian Brauner 2021-01-24capability: handle idmapped mountsChristian Brauner 2020-12-29capabilities: Don't allow writing ambiguous v3 file capabilitiesEric W. Biederman 2020-12-14vfs: move cap_convert_nscap() call into vfs_setxattr()Miklos Szeredi 2020-05-29exec: Compute file based creds only onceEric W. Biederman 2020-05-29exec: Add a per bprm->file version of per_clearEric W. Biederman 2020-05-27Merge commit a4ae32c71fe9 ("exec: Always set cap_ambient in cap_bprm_set_creds")Eric W. Biederman 2020-05-26exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman 2020-05-21exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman