summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf parse: Copy string to perf_evsel_config_termLeo Yan2020-01-303-1/+9
* perf parse: Refactor 'struct perf_evsel_config_term'Leo Yan2020-01-304-29/+45
* Merge branch 'core/kprobes' into perf/core, to pick up fixesIngo Molnar2020-01-282-25/+45
|\
| * tracing: Initialize ret in syscall_enter_define_fields()Steven Rostedt (VMware)2020-01-171-1/+2
| * kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu2020-01-091-24/+43
* | Merge tag 'perf-core-for-mingo-5.6-20200116' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-01-2018-16/+97
|\ \
| * | perf header: Use last modification time for timestampMichael Petlan2020-01-151-1/+1
| * | perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund2020-01-141-4/+6
| * | perf beauty sockaddr: Fix augmented syscall format warningCengiz Can2020-01-141-1/+1
| * | perf/ui/gtk: Fix gtk2 buildJiri Olsa2020-01-142-2/+2
| * | perf ui gtk: Add missing zalloc objectJiri Olsa2020-01-141-0/+5
| * | perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2020-01-142-2/+3
| * | libperf: Setup initial evlist::all_cpus valueJiri Olsa2020-01-141-0/+3
| * | perf report: Fix no libunwind compiled warning break s390 issueJin Yao2020-01-141-3/+3
| * | perf tools: Support --prefix/--prefix-stripAndi Kleen2020-01-148-2/+61
| * | perf report: Clarify in help that --children is defaultAndi Kleen2020-01-141-1/+2
| * | tools build: Fix test-clang.cpp with Clang 8+Maciej S. Szmigiero2020-01-141-0/+6
| * | perf clang: Fix build with Clang 9Maciej S. Szmigiero2020-01-141-0/+4
* | | Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-20742-4571/+6075
|\ \ \
| * | | Linux 5.5-rc7v5.5-rc7Linus Torvalds2020-01-191-1/+1
| * | | Merge tag 'riscv/for-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-194-25/+73
| |\ \ \
| | * | | riscv: Less inefficient gcc tishift helpers (and export their symbols)Olof Johansson2020-01-182-18/+61
| | * | | riscv: delete temporary filesIlie Halip2020-01-181-1/+2
| | * | | riscv: make sure the cores stay looping in .Lsecondary_parkGreentime Hu2020-01-151-6/+10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-1992-377/+773
| |\ \ \ \
| | * | | | cxgb4: reject overlapped queues in TC-MQPRIO offloadRahul Lakkireddy2020-01-191-1/+27
| | * | | | cxgb4: fix Tx multi channel port rate limitRahul Lakkireddy2020-01-194-3/+96
| | * | | | net: sched: act_ctinfo: fix memory leakEric Dumazet2020-01-191-0/+11
| | * | | | Merge branch 'bnxt_en-fixes'David S. Miller2020-01-183-12/+24
| | |\ \ \ \
| | | * | | | bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.Michael Chan2020-01-183-4/+7
| | | * | | | bnxt_en: Fix ipv6 RFS filter matching logic.Michael Chan2020-01-181-5/+17
| | | * | | | bnxt_en: Fix NTUPLE firmware command failures.Michael Chan2020-01-181-3/+0
| | |/ / / /
| | * | | | net: systemport: Fixed queue mapping in internal ring mapFlorian Fainelli2020-01-171-3/+4
| | * | | | net: dsa: bcm_sf2: Configure IMP port for 2Gb/secFlorian Fainelli2020-01-171-1/+1
| | * | | | net: dsa: sja1105: Don't error out on disabled ports with no phy-modeVladimir Oltean2020-01-171-1/+1
| | * | | | net: phy: dp83867: Set FORCE_LINK_GOOD to default after resetMichael Grzeschik2020-01-171-1/+7
| | * | | | net: hns: fix soft lockup when there is not enough memoryYonglong Liu2020-01-171-3/+1
| | * | | | net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang2020-01-171-12/+0
| | * | | | net/sched: act_ife: initalize ife->metalist earlierEric Dumazet2020-01-171-4/+3
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-175-24/+54
| | |\ \ \ \
| | | * | | | netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger2020-01-161-0/+13
| | | * | | | netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal2020-01-161-0/+6
| | | * | | | netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()Dan Carpenter2020-01-161-0/+1
| | | * | | | netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal2020-01-161-4/+9
| | | * | | | netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal2020-01-161-0/+3
| | | * | | | netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal2020-01-161-1/+1
| | | * | | | netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso2020-01-161-9/+10
| | | * | | | netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-01-131-9/+10
| | | * | | | netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-131-1/+1
| | * | | | | net: wan: lapbether.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-01-161-1/+1