1. 70e0d11 x86/pmc_core: Use Intel family name macros for pmc_core driver by Dave Hansen · 9 years ago
  2. 348c5ac perf/x86/rapl: Add Skylake server model detection by Jacob Pan · 9 years ago
  3. a07301a perf/x86/uncore: Use Intel family name macros for uncore by Dave Hansen · 9 years ago
  4. bf4ad54 perf/x86/cstate: Use Intel Model name macros by Dave Hansen · 9 years ago
  5. 5134596 perf/x86/msr: Add missing Intel models by Dave Hansen · 9 years ago
  6. 353bf60 perf/x86/msr: Use Intel family macros for MSR events code by Dave Hansen · 9 years ago
  7. 7f2236d perf/x86/rapl: Use Intel family macros for RAPL by Dave Hansen · 9 years ago
  8. ef5f9f4 perf/x86/intel: Use Intel family macros for core perf events by Dave Hansen · 9 years ago
  9. 020d704 Merge branch 'x86/urgent' into perf/core, to pick up dependency by Ingo Molnar · 9 years ago
  10. 970442c x86/cpu/intel: Introduce macros for Intel family numbers by Dave Hansen · 9 years ago
  11. b8ab922 Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  12. aa3a655 Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  13. 616d1c1 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 9 years ago
  14. a4f144e perf/core: Fix crash due to account/unaccount_sb_event() inconsistency by David Carrillo-Cisneros · 9 years ago
  15. c8ae067 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  16. 1607f09 coredump: fix dumping through pipes by Mateusz Guzik · 9 years ago
  17. a01e718 fix a regression in atomic_open() by Al Viro · 9 years ago
  18. 3d56c25 fix d_walk()/non-delayed __d_free() race by Al Viro · 9 years ago
  19. 2051877 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  20. 9c77679 x86, build: copy ldlinux.c32 to image.iso by H. Peter Anvin · 9 years ago
  21. 057fbfb perf callchain: Support aarch64 cross-platform by He Kuang · 9 years ago
  22. 52ffe0f perf callchain: Support x86 target platform by He Kuang · 9 years ago
  23. 19473e7 perf unwind: Introduce flag to separate local/remote unwind compilation by He Kuang · 9 years ago
  24. eeb118c perf unwind: Change fixed name of libunwind__arch_reg_id to macro by He Kuang · 9 years ago
  25. d64ec10 perf unwind: Check the target platform before assigning unwind methods by He Kuang · 9 years ago
  26. 43c082e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  27. 940e6987 perf tools: Export normalize_arch() function by He Kuang · 9 years ago
  28. f6d7253 perf tools: Extract common API out of unwind-libunwind-local.c by He Kuang · 9 years ago
  29. a597b54 perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.c by He Kuang · 9 years ago
  30. 9d8e14d perf unwind: Separate local/remote libunwind config by He Kuang · 9 years ago
  31. 403cacb perf unwind: Don't mix LIBUNWIND_LIBS into LIBUNWIND_LDFLAGS by He Kuang · 9 years ago
  32. 8132a2a perf unwind: Move unwind__prepare_access from thread_new into thread__insert_map by He Kuang · 9 years ago
  33. f83c041 perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwind by He Kuang · 9 years ago
  34. c1d1d0d perf unwind: Decouple thread->address_space on libunwind by He Kuang · 9 years ago
  35. 195106b perf unwind: Use LIBUNWIND_DIR for remote libunwind feature check by He Kuang · 9 years ago
  36. 8beeb00 perf config: Use new perf_config_set__init() to initialize config set by Taeung Song · 9 years ago
  37. 25d8f48 perf config: Constructor should free its allocated memory when failing by Taeung Song · 9 years ago
  38. c58c49a perf tools: Fix crash in build_id_cache__kallsyms_path() by Wang Nan · 9 years ago
  39. d71ed6c mnt: fs_fully_visible test the proper mount for MNT_LOCKED by Eric W. Biederman · 9 years ago
  40. 97c1df3 mnt: If fs_fully_visible fails call put_filesystem. by Eric W. Biederman · 9 years ago
  41. edb13ed tools lib bpf: Rename set_private() to set_priv() by Arnaldo Carvalho de Melo · 9 years ago
  42. be834ff tools lib bpf: Make bpf_program__get_private() use IS_ERR() by Arnaldo Carvalho de Melo · 9 years ago
  43. a7fe045 tools lib bpf: Remove _get_ from non-refcount method names by Arnaldo Carvalho de Melo · 9 years ago
  44. 6e009e65 tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd() by Arnaldo Carvalho de Melo · 9 years ago
  45. 53897a7 tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def() by Arnaldo Carvalho de Melo · 9 years ago
  46. 009ad5d tools lib bpf: Rename bpf_map__get_name() to bpf_map__name() by Arnaldo Carvalho de Melo · 9 years ago
  47. b4cbfa5 tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private() by Arnaldo Carvalho de Melo · 9 years ago
  48. 7db91f2 perf config: Handle the error when config set is NULL at collect_config() by Taeung Song · 9 years ago
  49. 78f71c9 perf config: Fix abnormal termination at perf_parse_file() by Taeung Song · 9 years ago
  50. c51fd63 perf stat: Add missing aggregation headers for --metric-only CSV by Andi Kleen · 9 years ago
  51. 41c8ca2 perf stat: Print topology/time headers with --metric-only by Andi Kleen · 9 years ago
  52. 239bd47 perf stat: Add computation of TopDown formulas by Andi Kleen · 9 years ago
  53. 44b1e60 perf stat: Basic support for TopDown in perf stat by Andi Kleen · 9 years ago
  54. 3613a62 Merge tag 'edac_fixes_for_4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 9 years ago
  55. 17a2634 perf test: Ignore .scale and other special files by Andi Kleen · 9 years ago
  56. 08dd8cd x86/msr: Use the proper trace point conditional for writes by Dr. David Alan Gilbert · 9 years ago
  57. af8c34c Linux 4.7-rc2 by Linus Torvalds · 9 years ago
  58. 5975b2c Merge branch 'parisc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  59. d834502 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  60. eedf265 devpts: Make each mount of devpts an independent filesystem. by Eric W. Biederman · 9 years ago
  61. 58f1c65 parisc: Move die_if_kernel() prototype into traps.h header by Helge Deller · 9 years ago
  62. 8b78f26 parisc: Fix pagefault crash in unaligned __get_user() call by Helge Deller · 9 years ago
  63. 0032c08 parisc: Fix printk time during boot by Helge Deller · 9 years ago
  64. e6ec03a autofs braino fix for do_last() by Al Viro · 9 years ago
  65. be24a89 parisc: Fix backtrace on PA-RISC by Mikulas Patocka · 14 years ago
  66. 049ec1b Merge tag 'drm-fixes-for-v4.7-rc2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  67. f2c6b9e Merge tag 'vfio-v4.7-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  68. 95b46ae Merge tag 'mmc-v4.7-rc1-2' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  69. b2d5ad8 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  70. a3021a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  71. eb10a7b Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  72. 5016320 Merge tag 'pm-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  73. d46d025 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  74. fac7d19 fix EOPENSTALE bug in do_last() by Al Viro · 9 years ago
  75. 8c52b6d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  76. e46e7b7 mm, page_alloc: recalculate the preferred zoneref if the context can ignore memory policies by Mel Gorman · 9 years ago
  77. 0d0bd89 mm, page_alloc: reset zonelist iterator after resetting fair zone allocation policy by Mel Gorman · 9 years ago
  78. cbdcf7f mm, oom_reaper: do not use siglock in try_oom_reaper() by Michal Hocko · 9 years ago
  79. 83b9355 mm, page_alloc: prevent infinite loop in buffered_rmqueue() by Vlastimil Babka · 9 years ago
  80. 879be4f checkpatch: reduce git commit description style false positives by Joe Perches · 9 years ago
  81. 43afc19 mm/z3fold.c: avoid modifying HEADLESS page and minor cleanup by Vitaly Wool · 9 years ago
  82. 3a06bb7 memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_kmem() by Tejun Heo · 9 years ago
  83. 2c22132 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. f86e427 mm: check the return value of lookup_page_ext for all call sites by Yang Shi · 9 years ago
  85. d8bae33 kdump: fix dmesg gdbmacro to work with record based printk by Corey Minyard · 9 years ago
  86. 65ee03c mm: fix overflow in vm_map_ram() by Guillermo Julián Moreno · 9 years ago
  87. e603330 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  88. d29e472 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  89. 5306d76 Merge tag 'powerpc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  90. 60c07f8 Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor' by Rafael J. Wysocki · 9 years ago
  91. 8cd8cbd Merge branch 'pm-cpufreq-fixes' by Rafael J. Wysocki · 9 years ago
  92. 8dff9c8 Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extent by Chris Mason · 9 years ago
  93. 40f20e5 perf script: Show call graphs when 1st event doesn't have it but some other has by He Kuang · 9 years ago
  94. 703e016 tools lib api: Respect CROSS_COMPILE for the linker by Lucas Stach · 9 years ago
  95. 946ae1d perf evlist: Fix alloc_mmap() failure path by Wang Nan · 9 years ago
  96. 9052517 perf evsel: Provide way to extract integer value from format_field by Arnaldo Carvalho de Melo · 9 years ago
  97. 665f05e0 EDAC, sb_edac: Readd accidentally dropped Broadwell-D support by Tony Luck · 9 years ago
  98. 2eec370 Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 9 years ago
  99. aed7eb8 arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabled by Mark Rutland · 9 years ago
  100. 030c4d2 arm64: move {PAGE,CONT}_SHIFT into Kconfig by Mark Rutland · 9 years ago