1. ac0bb6b perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb by Konstantin Khlebnikov · 7 years ago
  2. 2826478 perf tools: Really install manpages via 'make install-man' by Konstantin Khlebnikov · 7 years ago
  3. 3067eaa perf test: Add test cases for new data source encoding by Andi Kleen · 7 years ago
  4. 52839e6 perf tools: Add support for printing new mem_info encodings by Andi Kleen · 7 years ago
  5. 41d3d6d perf vendor events: Add Skylake server uncore event list by Andi Kleen · 8 years ago
  6. 630171d perf vendor events: Add core event list for Skylake Server by Andi Kleen · 8 years ago
  7. d66dccd perf tools: Dedup events in expression parsing by Andi Kleen · 7 years ago
  8. 8d3db2b perf tools: Increase maximum number of events in expressions by Andi Kleen · 7 years ago
  9. d73bad0 perf tools: Expression parser enhancements for metrics by Andi Kleen · 7 years ago
  10. de5077c perf tools: Add utility function to detect SMT status by Andi Kleen · 7 years ago
  11. 77d0871 perf bpf: Tighten detection of BPF events by Andi Kleen · 7 years ago
  12. 475fb53 perf evsel: Fix buffer overflow while freeing events by Andi Kleen · 7 years ago
  13. d74be47 perf xyarray: Save max_x, max_y by Andi Kleen · 7 years ago
  14. ba63f76 Merge tag 'perf-core-for-mingo-4.14-20170821' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 7 years ago
  15. 3a555c7 perf annotate browser: Circulate percent, total-period and nr-samples view by Taeung Song · 7 years ago
  16. 9cef4b0 perf annotate browser: Support --show-nr-samples option by Taeung Song · 7 years ago
  17. 01c8562 perf annotate: Document --show-total-period option by Taeung Song · 7 years ago
  18. 1ac3937 perf annotate stdio: Support --show-nr-samples option by Taeung Song · 7 years ago
  19. 9a57eaf perf tools: Use default CPUINFO_PROC where it fits by Arnaldo Carvalho de Melo · 7 years ago
  20. 4717e03 perf tools: Remove unused cpu_relax() macros by Arnaldo Carvalho de Melo · 7 years ago
  21. 5d9cdc1 perf events parse: Rename parse_events_parse arguments by Arnaldo Carvalho de Melo · 7 years ago
  22. d17d087 perf events parse: Use just one parse events state struct by Arnaldo Carvalho de Melo · 7 years ago
  23. 5d369a7 perf events parse: Rename parsing state struct to clearer name by Arnaldo Carvalho de Melo · 7 years ago
  24. 07806a1 perf events parse: Remove some needless local variables by Arnaldo Carvalho de Melo · 7 years ago
  25. d6d4fc6 perf trace: Fix off by one string allocation problem by Arnaldo Carvalho de Melo · 7 years ago
  26. c73881e perf jevents: Support FCMask and PortMask by Andi Kleen · 7 years ago
  27. f15d5e6 tools lib bpf: Fix double file test in Makefile by Daniel Díaz · 7 years ago
  28. 9881223 Merge tag 'perf-core-for-mingo-4.14-20170816' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 7 years ago
  29. 927d2c2 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  30. ac9a4090 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  31. 422ce07 Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  32. 35435cd perf test shell: Replace '|&' with '2>&1 |' to work with more shells by Kim Phillips · 7 years ago
  33. db26984 perf bpf: Fix endianness problem when loading parameters in prologue by Wang Nan · 7 years ago
  34. 510c8a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  35. 88a5c69 bpf: fix bpf_trace_printk on 32 bit archs by Daniel Borkmann · 7 years ago
  36. 0e40523 PCI: fix oops when try to find Root Port for a PCI device by dingtianhong · 7 years ago
  37. 61deee9 sfc: don't try and read ef10 data on non-ef10 NIC by Bert Kenward · 7 years ago
  38. c90e951 net_sched: remove warning from qdisc_hash_add by Konstantin Khlebnikov · 7 years ago
  39. 325d5dc net_sched/sfq: update hierarchical backlog when drop packet by Konstantin Khlebnikov · 7 years ago
  40. 8989042 net_sched: reset pointers to tcf blocks in classful qdiscs' destructors by Konstantin Khlebnikov · 7 years ago
  41. 187e5b3 ipv4: fix NULL dereference in free_fib_info_rcu() by Eric Dumazet · 7 years ago
  42. b3dc8f7 net: Fix a typo in comment about sock flags. by Tonghao Zhang · 7 years ago
  43. 12d94a8 ipv6: fix NULL dereference in ip6_route_dev_notify() by Eric Dumazet · 7 years ago
  44. 1fe03b5 perf script python: Add support for sqlite3 to call-graph-from-sql.py by Adrian Hunter · 7 years ago
  45. b5fed47 audit: Receive unmount event by Jan Kara · 7 years ago
  46. d76036ab audit: Fix use after free in audit_remove_watch_rule() by Jan Kara · 7 years ago
  47. 40c6d1b Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  48. 69e6e41 perf script python: Rename call-graph-from-postgresql.py to call-graph-from-sql.py by Adrian Hunter · 7 years ago
  49. 564b952 perf script python: Add support for exporting to sqlite3 by Adrian Hunter · 7 years ago
  50. 2295e9f perf scripts python: Fix query in call-graph-from-postgresql.py by Adrian Hunter · 7 years ago
  51. c8a8272 perf scripts python: Fix missing call_path_id in export-to-postgresql script by Adrian Hunter · 7 years ago
  52. 0a6f041 Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 7 years ago
  53. 2b72886 perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1 by Arnaldo Carvalho de Melo · 7 years ago
  54. 1ad5a18 perf test shell: Check if 'perf probe' is available, skip tests if not by Arnaldo Carvalho de Melo · 7 years ago
  55. 0678696 perf tests shell: Remove duplicate skip_if_no_debuginfo() function by Arnaldo Carvalho de Melo · 7 years ago
  56. d624d27 tcp: fix possible deadlock in TCP stack vs BPF filter by Eric Dumazet · 7 years ago
  57. 7749d4f dccp: purge write queue in dccp_destroy_sock() by Eric Dumazet · 7 years ago
  58. 42b7305 udp: fix linear skb reception with PEEK_OFF by Al Viro · 7 years ago
  59. e5645f5 ipv6: release rt6->rt6i_idev properly during ifdown by Wei Wang · 7 years ago
  60. 36f41f8 af_key: do not use GFP_KERNEL in atomic contexts by Eric Dumazet · 7 years ago
  61. 539a06b tcp: ulp: avoid module refcnt leak in tcp_set_ulp by Sabrina Dubroca · 7 years ago
  62. bae514a Merge branch 'Add-new-PCI_DEV_FLAGS_NO_RELAXED_ORDERING-flag' by David S. Miller · 7 years ago
  63. b629276 net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag by Casey Leedom · 7 years ago
  64. b0ba9d5 net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag by Casey Leedom · 7 years ago
  65. 077fa19 PCI: Disable Relaxed Ordering Attributes for AMD A1100 by dingtianhong · 7 years ago
  66. 87e09cd PCI: Disable Relaxed Ordering for some Intel processors by dingtianhong · 7 years ago
  67. a99b646 PCI: Disable PCIe Relaxed Ordering if unsupported by dingtianhong · 7 years ago
  68. fcd0735 Merge tag 'md/4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  69. 6b9d1c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  70. 59a361b tipc: avoid inheriting msg_non_seq flag when message is returned by Jon Paul Maloy · 7 years ago
  71. fed5f57 tipc: accept PACKET_MULTICAST packets by Jon Paul Maloy · 7 years ago
  72. 2c87d63 ipv4: route: fix inet_rtm_getroute induced crash by Florian Westphal · 7 years ago
  73. cf31b7d Merge tag 'perf-core-for-mingo-4.14-20170814' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 7 years ago
  74. e9bf53a brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devices by Arend Van Spriel · 7 years ago
  75. 11e9d78 bonding: ratelimit failed speed/duplex update warning by Andreas Born · 7 years ago
  76. ef95484 Linux 4.13-rc5 by Linus Torvalds · 7 years ago
  77. b2298fc Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  78. c9dc281 Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  79. ce7ba95 Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  80. 438630e Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  81. dd95f18 Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  82. 10cec91 Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  83. 89a5527 Merge tag 'for-linus-20170812' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  84. 9a51544 mtd: blkdevs: Fix mtd block write failure by Abhishek Sahu · 7 years ago
  85. a99bcdc Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  86. 043cd07 Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  87. afc1f55 MD: not clear ->safemode for external metadata array by Shaohua Li · 7 years ago
  88. fd851ba udp: harden copy_linear_skb() by Eric Dumazet · 7 years ago
  89. 6401f37 Merge branch 'bpf-Minor-fix-in-bpf_convert_ctx_access' by David S. Miller · 7 years ago
  90. 2ed46ce bpf: fix two missing target_size settings in bpf_convert_ctx_access by Daniel Borkmann · 7 years ago
  91. e4dde41 net: fix compilation when busy poll is not enabled by Daniel Borkmann · 7 years ago
  92. 54a6a04 mISDN: Fix null pointer dereference at mISDN_FsmNew by Anton Vasilyev · 7 years ago
  93. bb3afda nfp: do not update MTU from BH in flower app by Simon Horman · 7 years ago
  94. fbca164 net: stmmac: Use the right logging function in stmmac_mdio_register by Romain Perier · 7 years ago
  95. 8d55373 net/sched/hfsc: allocate tcf block for hfsc root class by Konstantin Khlebnikov · 7 years ago
  96. ad729bc9 bonding: require speed/duplex only for 802.3ad, alb and tlb by Andreas Born · 7 years ago
  97. e71cb9e net: dsa: ksz: fix skb freeing by Vivien Didelot · 7 years ago
  98. 216e4a1 Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  99. e0d0e04 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  100. 8fc375d perf test shell: Add uprobes + backtrace ping test by Arnaldo Carvalho de Melo · 7 years ago