summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@nvidia.com>2023-12-07 14:03:09 -0400
committerJoerg Roedel <jroedel@suse.de>2023-12-12 10:18:47 +0100
commit6ff6e184f1f4d4993d45ca3f934c8288890965fe (patch)
treede774399bb41b1ad5ad572670adaec7fa7a9bb4e /tools/perf/scripts/python/flamegraph.py
parent4720287c7bf76e59d19d4dfbdc3f54eeea6fd46b (diff)
iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
Nothing needs this pointer. Return a normal error code with the usual IOMMU semantic that ENODEV means 'there is no IOMMU driver'. Reviewed-by: Jerry Snitselaar <jsnitsel@redhat.com> Reviewed-by: Lu Baolu <baolu.lu@linux.intel.com> Acked-by: Rob Herring <robh@kernel.org> Tested-by: Hector Martin <marcan@marcan.st> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> Link: https://lore.kernel.org/r/2-v2-16e4def25ebb+820-iommu_fwspec_p1_jgg@nvidia.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
include/linux/sysctl.h?h=zii&id=7abc9b53bd515d7953d1f4e069b062ec4b5ba9e7'>sysctl: allow registration of const struct ctl_tableThomas Weißschuh 2024-10-09sysctl: move internal interfaces to const struct ctl_tableThomas Weißschuh 2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados 2024-06-03sysctl: constify ctl_table arguments of utility functionThomas Weißschuh 2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2024-04-24sysctl: move sysctl type to ctl_table_headerThomas Weißschuh 2024-04-24sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh 2024-04-24sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh 2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh 2023-12-28sysctl: remove struct ctl_pathThomas Weißschuh 2023-12-28sysctl: delete unused define SYSCTL_PERM_EMPTY_DIRThomas Weißschuh 2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen 2023-08-15sysctl: Add size arg to __register_sysctl_initJoel Granados 2023-08-15sysctl: Add size to register_sysctlJoel Granados 2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados 2023-08-15sysctl: Add ctl_table_size to ctl_table_headerJoel Granados 2023-06-18sysctl: replace child with an enumerationJoel Granados 2023-05-23sysctl: Refactor base paths registrationsJoel Granados 2023-05-23sysctl: stop exporting register_sysctl_tableJoel Granados 2023-05-02sysctl: remove register_sysctl_paths()Luis Chamberlain 2022-08-08mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song 2022-06-30sysctl: add proc_dointvec_ms_jiffies_minmaxYuwei Wang 2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang 2022-01-30include/linux/sysctl.h: fix register_sysctl_mount_point() return typeAndrew Morton 2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain 2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain 2022-01-22fs: move pipe sysctls to is own fileLuis Chamberlain 2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain 2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain 2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain 2022-01-22random: move the random sysctl declarations to its own fileXiaoming Ni 2022-01-22firmware_loader: move firmware sysctl to its own filesXiaoming Ni 2022-01-22eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni 2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni 2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni 2021-08-17sysctl: introduce new proc handler proc_doboolJia He 2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet 2020-08-14all arch: remove system call sys_sysctlXiaoming Ni 2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka 2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig 2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig 2019-12-04include/linux/sysctl.h: inline braces for ctl_table and ctl_table_headerAlessio Balsini