1. a7402c9 perf tools: Fix comment for sort__* compare functions by Jiri Olsa · 7 years ago
  2. fdf7c49 perf tests: Fix dwarf unwind for stripped binaries by Jiri Olsa · 7 years ago
  3. d9c5f32 tools lib api fs: Add sysfs__read_xll function by Jiri Olsa · 7 years ago
  4. 6baddfc tools lib api fs: Add filename__read_xll function by Jiri Olsa · 7 years ago
  5. 3233b37 perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUND by Jiri Olsa · 7 years ago
  6. c3dec27 perf record: Put new line after target override warning by Jiri Olsa · 7 years ago
  7. 297f923 kprobes: Propagate error from disarm_kprobe_ftrace() by Jessica Yu · 7 years ago
  8. 12310e34 kprobes: Propagate error from arm_kprobe_ftrace() by Jessica Yu · 7 years ago
  9. 3f9e646 Merge tag 'perf-core-for-mingo-4.17-20180215' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  10. f1d0b4c Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h" by Hendrik Brueckner · 7 years ago
  11. 690d22d perf s390: Rework system call table creation by using syscall.tbl by Hendrik Brueckner · 7 years ago
  12. baa6761 perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tbl by Hendrik Brueckner · 7 years ago
  13. f091f1d tools/headers: Synchronize kernel ABI headers, v4.16-rc1 by Ingo Molnar · 7 years ago
  14. 7a92453 perf test: Fix test trace+probe_libc_inet_pton.sh for s390x by Thomas Richter · 7 years ago
  15. ba7e851 perf data: Document missing --force option by Sangwon Hong · 7 years ago
  16. 6677d26 perf tools: Substitute yet another strtoull() by Andy Shevchenko · 7 years ago
  17. 8cc42de perf top: Check the latency of perf_top__mmap_read() by Kan Liang · 7 years ago
  18. ebebbf0 perf top: Switch default mode to overwrite mode by Kan Liang · 7 years ago
  19. a1ff5b0 perf top: Remove lost events checking by Kan Liang · 7 years ago
  20. 06cc1a4 perf hists browser: Add parameter to disable lost event warning by Kan Liang · 7 years ago
  21. 204721d perf top: Add overwrite fall back by Kan Liang · 7 years ago
  22. 9a831b3 perf evsel: Expose the perf_missing_features struct by Arnaldo Carvalho de Melo · 7 years ago
  23. 63878a5 perf top: Check per-event overwrite term by Kan Liang · 7 years ago
  24. 3effc2f perf mmap: Discard legacy interface for mmap read by Kan Liang · 7 years ago
  25. 600a7cf perf test: Update mmap read functions for backward-ring-buffer test by Kan Liang · 7 years ago
  26. 7bb4597 perf mmap: Introduce perf_mmap__read_event() by Kan Liang · 7 years ago
  27. ee023de perf mmap: Introduce perf_mmap__read_done() by Kan Liang · 7 years ago
  28. b4b036b perf mmap: Discard 'prev' in perf_mmap__read() by Kan Liang · 7 years ago
  29. 189f2cc perf mmap: Add new return value logic for perf_mmap__read_init() by Kan Liang · 7 years ago
  30. 8872481 perf mmap: Introduce perf_mmap__read_init() by Kan Liang · 7 years ago
  31. f92c8cb perf mmap: Cleanup perf_mmap__push() by Kan Liang · 7 years ago
  32. dc6c35c perf mmap: Recalculate size for overwrite mode by Kan Liang · 7 years ago
  33. 6888ff6 perf evlist: Remove stale mmap read for backward by Kan Liang · 7 years ago
  34. 0b7c152 perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor by William Cohen · 7 years ago
  35. e525de3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  36. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  37. e486575 x86/entry/64: Fix CR3 restore in paranoid_exit() by Ingo Molnar · 7 years ago
  38. 24dbc60 x86/cpu: Change type of x86_cache_size variable to unsigned int by Gustavo A. R. Silva · 7 years ago
  39. 9de29ea x86/spectre: Fix an error message by Dan Carpenter · 7 years ago
  40. b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
  41. 961888b selftests/x86/mpx: Fix incorrect bounds with old _sigfault by Rui Wang · 7 years ago
  42. 1299ef1 x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]() by Andy Lutomirski · 7 years ago
  43. ea00f30 x86/speculation: Add <asm/msr-index.h> dependency by Peter Zijlstra · 7 years ago
  44. 8fa80c50 nospec: Move array_index_nospec() parameter checking into separate macro by Will Deacon · 7 years ago
  45. be3233f x86/speculation: Fix up array_index_nospec_mask() asm constraint by Dan Williams · 7 years ago
  46. 3b3a371 x86/debug: Use UD2 for WARN() by Peter Zijlstra · 7 years ago
  47. 2b5db66 x86/debug, objtool: Annotate WARN()-related UD2 as reachable by Josh Poimboeuf · 7 years ago
  48. fe24e27 objtool: Fix segfault in ignore_unreachable_insn() by Josh Poimboeuf · 7 years ago
  49. 9279ddf selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems by Dominik Brodowski · 7 years ago
  50. 4105c69 selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c by Dominik Brodowski · 7 years ago
  51. 6556677 Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  52. 694a20d Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  53. 49edd5b gfs2: Fixes to "Implement iomap for block_map" by Andreas Gruenbacher · 7 years ago
  54. 61f14c0 Merge tag 'mips_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  55. fd0e786 x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages by Tony Luck · 7 years ago
  56. 01684e7 x86/error_inject: Make just_return_func() globally visible by Arnd Bergmann · 7 years ago
  57. c25d99d x86/platform/UV: Fix GAM Range Table entries less than 1GB by mike.travis@hpe.com · 7 years ago
  58. 74eb816 x86/build: Add arch/x86/tools/insn_decoder_test to .gitignore by Progyan Bhattacharya · 7 years ago
  59. 295cc7e x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physical CPU by Masayoshi Mizuma · 7 years ago
  60. ecdf06e selftests/powerpc: Fix to use ucontext_t instead of struct ucontext by Harish · 7 years ago
  61. 9109617 powerpc/kdump: Fix powernv build break when KEXEC_CORE=n by Guenter Roeck · 7 years ago
  62. 8234348 powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplug by Guenter Roeck · 7 years ago
  63. fc5c2f4 powerpc/mm/hash64: Zero PGD pages on allocation by Aneesh Kumar K.V · 7 years ago
  64. ff31e10 powerpc/mm/hash64: Store the slot information at the right offset for hugetlb by Aneesh Kumar K.V · 7 years ago
  65. 4a7aa4f powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabled by Aneesh Kumar K.V · 7 years ago
  66. fae2211 powerpc/mm: Fix crashes with 16G huge pages by Aneesh Kumar K.V · 7 years ago
  67. 62e984d powerpc/mm: Flush radix process translations when setting MMU type by Alexey Kardashevskiy · 7 years ago
  68. b00b628 powerpc/vas: Don't set uses_vas for kernel windows by Nicholas Piggin · 7 years ago
  69. c9dccf1 powerpc/pseries: Enable RAS hotplug events later by Sam Bobroff · 7 years ago
  70. cd026ca x86/mm/kcore: Add vsyscall page to /proc/kcore conditionally by Jia Zhang · 7 years ago
  71. 595dd46 vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page by Jia Zhang · 7 years ago
  72. 2cbc0d6 selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c by Dominik Brodowski · 7 years ago
  73. 7f95122 selftests/x86: Fix build bug caused by the 5lvl test which has been moved to the VM directory by Dominik Brodowski · 7 years ago
  74. ce67663 selftests/x86/pkeys: Remove unused functions by Ingo Molnar · 7 years ago
  75. d8e92de selftests/x86: Clean up and document sscanf() usage by Dominik Brodowski · 7 years ago
  76. 198ee8e selftests/x86: Fix vDSO selftest segfault for vsyscall=none by Dominik Brodowski · 7 years ago
  77. b498c26 x86/entry/64: Remove the unused 'icebp' macro by Borislav Petkov · 7 years ago
  78. b3ccefa x86/entry/64: Fix paranoid_entry() frame pointer warning by Josh Poimboeuf · 7 years ago
  79. 92816f5 x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly by Dominik Brodowski · 7 years ago
  80. dde3036 x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS macros by Dominik Brodowski · 7 years ago
  81. 30907fd x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases by Dominik Brodowski · 7 years ago
  82. 3f01dae x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro by Dominik Brodowski · 7 years ago
  83. f7bafa2 x86/entry/64: Interleave XOR register clearing with PUSH instructions by Dominik Brodowski · 7 years ago
  84. 502af0d x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single POP_REGS macro by Dominik Brodowski · 7 years ago
  85. 2e3f009 x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions by Dominik Brodowski · 7 years ago
  86. 21e433b x86/speculation: Clean up various Spectre related details by Ingo Molnar · 7 years ago
  87. 3712caeb KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap by KarimAllah Ahmed · 7 years ago
  88. 206587a X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs by KarimAllah Ahmed · 7 years ago
  89. 928a4c3 KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by always inlining iterator helper methods by David Woodhouse · 7 years ago
  90. f208820 Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()" by David Woodhouse · 7 years ago
  91. d37fc6d x86/speculation: Correct Speculation Control microcode blacklist again by David Woodhouse · 7 years ago
  92. 178e834 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  93. 7928b2c Linux 4.16-rc1 by Linus Torvalds · 7 years ago
  94. 7a163b2 unify {de,}mangle_poll(), get rid of kernel-side POLL... by Al Viro · 7 years ago
  95. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  96. ee5daa1 Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  97. 3fc928d Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  98. 60d7a21 Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 7 years ago
  99. f8d0cbf xtensa: fix build with KASAN by Max Filippov · 7 years ago
  100. e0691eb nios2: defconfig: Cleanup from old Kconfig options by Krzysztof Kozlowski · 7 years ago