1. 0340a6b module: Fix up module_notifier return values by Peter Zijlstra · 4 years, 4 months ago
  2. 0a418cd oprofile: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 7 months ago
  3. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  4. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  5. ab76878 drivers/oprofile: Open access for CAP_PERFMON privileged process by Alexey Budankov · 4 years, 9 months ago
  6. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  7. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  8. 19e2b4b oprofile: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  9. c6a2c72 vfs: Convert oprofilefs to use the new mount API by David Howells · 6 years ago
  10. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  11. a749896 oprofilefs: don't oops on allocation failure by Al Viro · 7 years ago
  12. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  13. 0881e7b sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  14. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  15. 4cf421e sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  16. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  17. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  18. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  19. 71215a7 constify get_dcookie() and friends by Al Viro · 8 years ago
  20. 14660b7 oprofile/nmi timer: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  21. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  23. a4e0591 oprofile/timer: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  24. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  25. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  26. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  27. 1116334 oprofile: reduce mmap_sem hold for mm->exe_file by Davidlohr Bueso · 10 years ago
  28. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 10 years ago
  29. 879d927 drivers/oprofile: Replace __get_cpu_var uses for address calculation by Christoph Lameter · 10 years ago
  30. 180d864 oprofile, nmi-timer: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
  31. 2b2fee8 oprofile: get rid of pointless forward declarations of struct super_block by Al Viro · 11 years ago
  32. 6af4ea0 oprofilefs_create_...() do not need superblock argument by Al Viro · 11 years ago
  33. ecde282 oprofilefs_mkdir() doesn't need superblock argument by Al Viro · 11 years ago
  34. 40437c7 don't bother with passing superblock to oprofile_create_stats_files() by Al Viro · 11 years ago
  35. ef7bca1 oprofile: don't bother with passing superblock to ->create_files() by Al Viro · 11 years ago
  36. a9e599e don't bother passing sb to oprofile_create_files() by Al Viro · 11 years ago
  37. a83048e drivers: delete __cpuinit usage from all remaining drivers files by Paul Gortmaker · 12 years ago
  38. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  39. 3f3834c oprofilefs: add missing ->i_mutex locking in object creation by Al Viro · 12 years ago
  40. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago
  41. 61bccf1 oprofile: Remove 'WQ on CPUx, prefer CPUy' warning by Robert Richter · 12 years ago
  42. f8bbfd7 oprofile, perf: Use per-cpu framework by Robert Richter · 13 years ago
  43. e734568 oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static array by Will Deacon · 13 years ago
  44. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 13 years ago
  45. 318ceed tidy up after d_make_root() conversion by Al Viro · 13 years ago
  46. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  47. 35b740e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  48. 124ba94 Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/core by Ingo Molnar · 13 years ago
  49. 913050b oprofile: Fix uninitialized memory access when writing to writing to oprofilefs by Robert Richter · 13 years ago
  50. f8c8520 oprofile: Fix oprofile_timer_exit() breakage by Robert Richter · 13 years ago
  51. c23205c Merge branch 'core' of git://amd64.org/linux/rric into perf/core by Ingo Molnar · 13 years ago
  52. 4a1dba7 Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgent by Ingo Molnar · 13 years ago
  53. dcfce4a oprofile, x86: Reimplement nmi timer mode using perf event by Robert Richter · 13 years ago
  54. 75c43a2 oprofile: Remove exit function for timer mode by Robert Richter · 13 years ago
  55. 87121ca oprofile: Fix crash when unloading module (hr timer mode) by Robert Richter · 13 years ago
  56. 2d21a29 locking, oprofile: Annotate oprofilefs lock as raw by Thomas Gleixner · 15 years ago
  57. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  58. 7fcfd1a perf: Remove the nmi parameter from the oprofile_perf backend by Will Deacon · 13 years ago
  59. 4dc0da8 perf: Add context field to perf_event by Avi Kivity · 14 years ago
  60. 130c5ce oprofile: Fix locking dependency in sync_start() by Robert Richter · 14 years ago
  61. 6ac6519 oprofile: Free potentially owned tasks in case of errors by Robert Richter · 14 years ago
  62. b76a06e oprofile: Use linux/mutex.h by Anton Blanchard · 14 years ago
  63. a0d7624 oprofile, s390: Rework hwsampler implementation by Robert Richter · 14 years ago
  64. 997dbb4 oprofile, s390: Enhance OProfile to support System zs hardware sampling feature by Heinz Graalfs · 14 years ago
  65. 54ebbe7 oprofile: Introduce new oprofile sample add function (oprofile_add_ext_hw_sample) by Heinz Graalfs · 14 years ago
  66. f02a38d Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  67. 169ed55 Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  68. 3d7851b oprofile: Remove deprecated use of flush_scheduled_work() by Tejun Heo · 14 years ago
  69. 4ac3dbe oprofile: Fix the hang while taking the cpu offline by Santosh Shilimkar · 14 years ago
  70. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  71. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  72. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  73. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  74. cd254f2 oprofile: make !CONFIG_PM function stubs static inline by Robert Richter · 14 years ago
  75. b3b3a9b oprofile: fix linker errors by Anand Gadiyar · 14 years ago
  76. 277dd98 oprofile: include platform_device.h to fix build break by Anand Gadiyar · 14 years ago
  77. 6268464 Merge remote branch 'tip/perf/core' into oprofile/core by Robert Richter · 14 years ago
  78. 7df01d9 oprofile: disable write access to oprofilefs while profiler is running by Robert Richter · 14 years ago
  79. 0361e02 Merge branch 'oprofile/perf' into oprofile/core by Robert Richter · 14 years ago
  80. e9677b3 oprofile, ARM: Use oprofile_arch_exit() to cleanup on failure by Robert Richter · 14 years ago
  81. 2bcb2b6 oprofile, ARM: Rework op_create_counter() by Robert Richter · 14 years ago
  82. 9c91283 oprofile, ARM: Remove some goto statements by Robert Richter · 14 years ago
  83. 8177197 oprofile, ARM: Release resources on failure by Robert Richter · 14 years ago
  84. ad0f7cf Merge branch 'oprofile/urgent' (early part) into oprofile/perf by Robert Richter · 14 years ago
  85. 3d90a00 oprofile: Abstract the perf-events backend by Matt Fleming · 14 years ago
  86. 4fdaa7b oprofile: Remove duplicate code around __oprofilefs_create_file() by Robert Richter · 14 years ago
  87. ef70fcc Merge branch 'oprofile/urgent' into oprofile/core by Robert Richter · 14 years ago
  88. 979048e oprofile: don't call arch exit code from init code on failure by Will Deacon · 14 years ago
  89. 750d857 oprofile: fix crash when accessing freed task structs by Robert Richter · 14 years ago
  90. 729419f oprofile: make event buffer nonseekable by Arnd Bergmann · 14 years ago
  91. 9414e99 oprofile: protect from not being in an IRQ context by Phil Carmody · 15 years ago
  92. b971f06 Merge commit 'tip/tracing/core' into oprofile/core by Robert Richter · 15 years ago
  93. cb6e943 oprofile: remove double ring buffering by Andi Kleen · 15 years ago
  94. a36bf32 Merge commit 'v2.6.34-rc5' into oprofile/core by Robert Richter · 15 years ago
  95. c1ab9ca Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  96. 66a8cb9 ring-buffer: Add place holder recording of dropped events by Steven Rostedt · 15 years ago
  97. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  98. bc078e4 oprofile: convert oprofile from timer_hook to hrtimer by Martin Schwidefsky · 15 years ago
  99. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  100. b3e9f67 percpu: make percpu symbols in oprofile unique by Tejun Heo · 15 years ago