summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-01-24 00:32:09 +0900
committerLinus Walleij <linus.walleij@linaro.org>2016-01-28 14:25:50 +0100
commit3a42a042f5cbefa925484a9bc4abd1bfeec5d779 (patch)
tree09cdcb5729bafcf3820f422cc10a8f1759afffcf /tools/perf/scripts/python/task-analyzer.py
parent411a1fb80fb6d7cf50b8ff3811d25dbf262d6328 (diff)
downloadkernel-3a42a042f5cbefa925484a9bc4abd1bfeec5d779.tar.gz
pinctrl: sunxi: guard sub-directory with CONFIG_PINCTRL_SUNXI
CONFIG_PINCTRL_SUNXI is more suitable than CONFIG_ARCH_SUNXI to guard the drivers/pinctrl/sunxi/ directory. (I renamed CONFIG_PINCTRL_SUNXI_COMMON to CONFIG_PINCTRL_SUNXI.) Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
td>netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal 2018-04-27netfilter: nf_tables: make meta expression builtinFlorian Westphal 2017-08-02netfilter: constify nf_loginfo structuresJulia Lawall 2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso 2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang 2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso 2016-10-26netfilter: nf_tables: allow expressions to return STOLENFlorian Westphal 2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang 2016-09-25netfilter: nf_tables: add range expressionPablo Neira Ayuso 2016-09-23netfilter: nf_tables: check tprot_set first when we use xt.thoffLiping Zhang 2016-09-23netfilter: nf_tables: improve nft payload fast evalLiping Zhang 2016-06-15netfilter: nf_tables: fix a wrong check to skip the inactive rulesLiping Zhang 2015-12-09netfilter: nf_tables: fix nf_log_trace based tracingFlorian Westphal 2015-12-09netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal 2015-12-09netfilter: nf_tables: extend tracing infrastructureFlorian Westphal 2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman 2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman 2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman 2015-07-15netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman 2015-06-23netfilter: nftables: Do not run chains in the wrong network namespaceEric W. Biederman 2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy 2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy 2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy 2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy