1. 0f5e5a3 tracing: Eliminate const char[] auto variables by Rasmus Villemoes · 6 years ago
  2. 5c173be ring-buffer: Fix mispelling of Calculate by Yangtao Li · 6 years ago
  3. 3dd1f7f tracing: probeevent: Fix to make the type of $comm string by Masami Hiramatsu · 6 years ago
  4. 489fe00 tracing: probeevent: Do not accumulate on ret variable by Masami Hiramatsu · 6 years ago
  5. 4dd537a tracing: uprobes: Re-enable $comm support for uprobe events by Masami Hiramatsu · 6 years ago
  6. 9e298e8 ftrace/x86_64: Emulate call function while updating in breakpoint handler by Peter Zijlstra · 6 years ago
  7. 4b33dad x86_64: Allow breakpoints to emulate call instructions by Peter Zijlstra · 6 years ago
  8. 2700fef x86_64: Add gap to int3 to allow for call emulation by Josh Poimboeuf · 6 years ago
  9. 03197fc tracing: kdb: Allow ftdump to skip all but the last few entries by Douglas Anderson · 6 years ago
  10. ecffc8a tracing: Add trace_total_entries() / trace_total_entries_cpu() by Douglas Anderson · 6 years ago
  11. dbfe673 tracing: kdb: The skip_lines parameter should have been skip_entries by Douglas Anderson · 6 years ago
  12. e8025ba function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ftrace.h by Steven Rostedt (VMware) · 6 years ago
  13. 52fde6e function_graph: Have selftest also emulate tr->reset() as it did with tr->init() by Steven Rostedt (VMware) · 6 years ago
  14. 2fa717a ftrace: Do not process STUB functions in ftrace_ops_list_func() by Steven Rostedt (VMware) · 6 years ago
  15. ee6a650 ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.c by Steven Rostedt (VMware) · 6 years ago
  16. 4f5fbd7 rcu: validate arguments for rcu tracepoints by Yafang Shao · 6 years ago
  17. 2a09b5d sched/fair: do not expose some tracepoints to user if CONFIG_SCHEDSTATS is not set by Yafang Shao · 6 years ago
  18. 1633634 tracing: introduce TRACE_EVENT_NOP() by Yafang Shao · 6 years ago
  19. a8d6557 tracing: Add error_log to README by Tom Zanussi · 6 years ago
  20. 26a9449 tracing: Add tracing/error_log Documentation by Tom Zanussi · 6 years ago
  21. 4eab1cc selftests/ftrace: Add tracing/error_log testcase by Tom Zanussi · 6 years ago
  22. 0ae8dde selftests/ftrace: Remove trigger-extended-error-support testcase by Tom Zanussi · 6 years ago
  23. c5e4114 selftests/ftrace: Move kprobe/uprobe check_error() to test.d/functions by Tom Zanussi · 6 years ago
  24. 8ab4483 selftests/ftrace: Add error_log testcase for probe errors by Masami Hiramatsu · 6 years ago
  25. 2f754e7 tracing: Have the error logs show up in the proper instances by Steven Rostedt (VMware) · 6 years ago
  26. d0cd871 tracing: Have histogram code pass around trace_array for error handling by Steven Rostedt (VMware) · 6 years ago
  27. 1e144d7 tracing: Add trace_array parameter to create_event_filter() by Steven Rostedt (VMware) · 6 years ago
  28. ab105a4 tracing: Use tracing error_log with probe events by Masami Hiramatsu · 6 years ago
  29. 34f76af tracing: Use tracing error_log with trace event filters by Tom Zanussi · 6 years ago
  30. d566c5e tracing: Use tracing error_log with hist triggers by Tom Zanussi · 6 years ago
  31. a1a05bb tracing: Save the last hist command's associated event name by Tom Zanussi · 6 years ago
  32. 8a06290 tracing: Add tracing error log by Tom Zanussi · 6 years ago
  33. f45d122 tracing: Kernel access to Ftrace instances by Divya Indi · 6 years ago
  34. 40ed29b ring-buffer: Fix ring buffer size in rb_write_something() by YueHaibing · 6 years ago
  35. 79a3aaa Linux 5.1-rc3 by Linus Torvalds · 6 years ago
  36. 63fc9c2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  37. 915ee0d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  38. 590627f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  39. c29d854 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  40. 573efdc Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  41. f78b5be Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  42. 6536c5f Merge tag 'powerpc-5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  43. c877b3d Merge tag 'dmaengine-fix-5.1-rc3' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  44. b5c8314 Merge tag 'led-fixes-for-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 6 years ago
  45. 3af9a52 Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  46. 9093464 leds: trigger: netdev: use memcpy in device_name_store by Rasmus Villemoes · 6 years ago
  47. 0aab8e4 leds: pca9532: fix a potential NULL pointer dereference by Kangjie Lu · 6 years ago
  48. 32faca6 Merge tag 'staging-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  49. 52afe190 Merge tag 'tty-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  50. 8d02a9a Merge tag 'usb-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  51. 782492a Merge tag 'acpi-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  52. 8e377a1 Merge tag 'pm-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  53. 1219530 Merge branch 'fixes-v5.1-a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  54. 922c010 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  55. f9007cc Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  56. c0b7f2a Merge tag 'iommu-fixes-v5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  57. eed4897 Merge tag 'driver-core-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  58. 6f51092 Merge tag 'char-misc-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  59. 3467b907 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  60. 4ad5283 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  61. 9a4a6f0 Merge tag 'sound-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  62. 0e40da3 Merge tag 'kbuild-fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  63. ffb8e45 Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  64. 7376e39 Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  65. c6503f1 Merge tag 'xfs-5.1-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  66. 2623c4f LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig" by Kees Cook · 6 years ago
  67. 22261fd Merge tag 'perf-urgent-for-mingo-5.1-20190329' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  68. 9df0ef6 Merge tag 'drm-fixes-2019-03-29' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  69. 23da958 fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links by YueHaibing · 6 years ago
  70. 2620327 fs: fs_parser: fix printk format warning by Randy Dunlap · 6 years ago
  71. 4462996 checkpatch: add %pt as a valid vsprintf extension by Alexandre Belloni · 6 years ago
  72. d2b2c6dd mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate by Lars Persson · 6 years ago
  73. 0bc9f5d drivers/block/zram/zram_drv.c: fix idle/writeback string compare by Minchan Kim · 6 years ago
  74. f5777bc mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate() by Qian Cai · 6 years ago
  75. c4efe48 mm/memory_hotplug.c: fix notification in offline error path by Qian Cai · 6 years ago
  76. fcfc2aa ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK by Andrei Vagin · 6 years ago
  77. eebf364 fs/proc/kcore.c: make kcore_modules static by YueHaibing · 6 years ago
  78. b736523 include/linux/list.h: fix list_is_first() kernel-doc by Randy Dunlap · 6 years ago
  79. 5ae2efb mm/debug.c: fix __dump_page when mapping->host is not set by Oscar Salvador · 6 years ago
  80. a7f40cf mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified by Yang Shi · 6 years ago
  81. a953e77 include/linux/hugetlb.h: convert to use vm_fault_t by Souptick Joarder · 6 years ago
  82. 0a35255 iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging by Nicolas Boichat · 6 years ago
  83. 6d6ea1e mm: add support for kmem caches in DMA32 zone by Nicolas Boichat · 6 years ago
  84. e6a9467 ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock by Darrick J. Wong · 6 years ago
  85. 9b7ea46 mm/hotplug: fix offline undo_isolate_page_range() by Qian Cai · 6 years ago
  86. 73601ea fs/open.c: allow opening only regular files during execve() by Tetsuo Handa · 6 years ago
  87. c1e287c mailmap: add Changbin Du by Changbin Du · 6 years ago
  88. 44dc1b1 mm/debug.c: add a cast to u64 for atomic64_read() by Qian Cai · 6 years ago
  89. cae85cb mm/memory.c: fix modifying of page protection by insert_pfn() by Jan Kara · 6 years ago
  90. c412a76 kasan: fix variable 'tag' set but not used warning by Qian Cai · 6 years ago
  91. cc26358 staging: vt6655: Remove vif check from vnt_interrupt by Malcolm Priestley · 6 years ago
  92. 33bac91 staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir() by Gao Xiang · 6 years ago
  93. 8aafaaf iommu/amd: Reserve exclusion range in iova-domain by Joerg Roedel · 6 years ago
  94. d65d25b Merge tag 'usb-serial-5.1-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 6 years ago
  95. 9c38f1f kconfig/[mn]conf: handle backspace (^H) key by Changbin Du · 6 years ago
  96. 87be92b Merge tag 'fixes-for-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 6 years ago
  97. f560bd1 x86/realmode: Make set_real_mode_mem() static inline by Matteo Croce · 6 years ago
  98. 6f845eb powerpc/pseries/mce: Fix misleading print for TLB mutlihit by Mahesh Salgaonkar · 6 years ago
  99. 86d0756 Merge tag 'gpio-v5.1-rc3-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes by Linus Walleij · 6 years ago
  100. 0271ab1 Merge tag 'drm-intel-fixes-2019-03-28' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago