summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-22perf tools: Expression parser enhancements for metricsAndi Kleen
2017-08-22perf tools: Add utility function to detect SMT statusAndi Kleen
2017-08-22perf bpf: Tighten detection of BPF eventsAndi Kleen
2017-08-22perf evsel: Fix buffer overflow while freeing eventsAndi Kleen
2017-08-22perf xyarray: Save max_x, max_yAndi Kleen
2017-08-22Merge tag 'perf-core-for-mingo-4.14-20170821' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-08-18perf annotate browser: Circulate percent, total-period and nr-samples viewTaeung Song
2017-08-18perf annotate browser: Support --show-nr-samples optionTaeung Song
2017-08-18perf annotate: Document --show-total-period optionTaeung Song
2017-08-18perf annotate stdio: Support --show-nr-samples optionTaeung Song
2017-08-17perf tools: Use default CPUINFO_PROC where it fitsArnaldo Carvalho de Melo
2017-08-17perf tools: Remove unused cpu_relax() macrosArnaldo Carvalho de Melo
2017-08-17perf events parse: Rename parse_events_parse argumentsArnaldo Carvalho de Melo
2017-08-17perf events parse: Use just one parse events state structArnaldo Carvalho de Melo
2017-08-17perf events parse: Rename parsing state struct to clearer nameArnaldo Carvalho de Melo
2017-08-17perf events parse: Remove some needless local variablesArnaldo Carvalho de Melo
2017-08-17perf trace: Fix off by one string allocation problemArnaldo Carvalho de Melo
2017-08-17perf jevents: Support FCMask and PortMaskAndi Kleen
2017-08-17tools lib bpf: Fix double file test in MakefileDaniel Díaz
2017-08-17Merge tag 'perf-core-for-mingo-4.14-20170816' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-08-17Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-08-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-08-16Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-16perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips
2017-08-16perf bpf: Fix endianness problem when loading parameters in prologueWang Nan
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann
2017-08-15PCI: fix oops when try to find Root Port for a PCI devicedingtianhong
2017-08-15sfc: don't try and read ef10 data on non-ef10 NICBert Kenward
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet
2017-08-15net: Fix a typo in comment about sock flags.Tonghao Zhang
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet
2017-08-15perf script python: Add support for sqlite3 to call-graph-from-sql.pyAdrian Hunter
2017-08-15audit: Receive unmount eventJan Kara
2017-08-15audit: Fix use after free in audit_remove_watch_rule()Jan Kara
2017-08-15Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-08-15perf script python: Rename call-graph-from-postgresql.py to call-graph-from-s...Adrian Hunter
2017-08-15perf script python: Add support for exporting to sqlite3Adrian Hunter
2017-08-15perf scripts python: Fix query in call-graph-from-postgresql.pyAdrian Hunter
2017-08-15perf scripts python: Fix missing call_path_id in export-to-postgresql scriptAdrian Hunter
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller
2017-08-15perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1Arnaldo Carvalho de Melo
2017-08-15perf test shell: Check if 'perf probe' is available, skip tests if notArnaldo Carvalho de Melo
2017-08-15perf tests shell: Remove duplicate skip_if_no_debuginfo() functionArnaldo Carvalho de Melo
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet
2017-08-14dccp: purge write queue in dccp_destroy_sock()Eric Dumazet
2017-08-14udp: fix linear skb reception with PEEK_OFFAl Viro