1. 286c21d dma-coherent: fix integer overflow in the reserved-memory dma allocation by Kevin Grandemange · 4 years, 11 months ago
  2. ef78e5b7d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  3. 4e03e4e Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  4. 61a7595 Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  5. e9f5490 sched/fair: Fix kernel-doc warning in attach_entity_load_avg() by Randy Dunlap · 5 years ago
  6. 4104a56 sched/core: Annotate curr pointer in rq with __rcu by Madhuparna Bhowmik · 5 years ago
  7. 6fcca0f sched/psi: Fix OOB write when writing 0 bytes to PSI files by Suren Baghdasaryan · 5 years ago
  8. e3728b5 ACPI: PM: s2idle: Avoid possible race related to the EC GPE by Rafael J. Wysocki · 5 years ago
  9. 7276531 tracing: Consolidate trace() functions by Tom Zanussi · 5 years ago
  10. 0c62f6c tracing: Don't return -EINVAL when tracing soft disabled synth events by Tom Zanussi · 5 years ago
  11. d090409 tracing: Add missing nest end to synth_event_trace_start() error case by Tom Zanussi · 5 years ago
  12. 0a679e1 Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  13. 10f129c tracing/kprobe: Fix uninitialized variable bug by Gustavo A. R. Silva · 5 years ago
  14. 52262ee sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, to fix XFS performance regression by Mel Gorman · 5 years ago
  15. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  16. 1a2a76c Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  17. f413776 Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  18. ca21b9b Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  19. 2fbc23c Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  20. f06bed8 Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  21. 291abfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  22. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  23. 2696e11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  24. f9f21ce genirq: Clarify that irq wake state is orthogonal to enable/disable by Stephen Boyd · 5 years ago
  25. 58c025f cgroup1: switch to use of errorfc() et.al. by Al Viro · 5 years ago
  26. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  27. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  28. fbc2d16 get rid of cg_invalf() by Al Viro · 5 years ago
  29. 1e474b2 smp/up: Make smp_call_function_single() match SMP semantics by Paul E. McKenney · 5 years ago
  30. d854b2d Merge tag 'kgdb-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 5 years ago
  31. fcf2736 Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no regs" by Daniel Thompson · 5 years ago
  32. e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  33. 54a16ff ftrace: Protect ftrace_graph_hash with ftrace_sync by Steven Rostedt (VMware) · 5 years ago
  34. 16052dd ftrace: Add comment to why rcu_dereference_sched() is open coded by Steven Rostedt (VMware) · 5 years ago
  35. fd0e685 tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu by Amol Grover · 5 years ago
  36. 24a9729 tracing: Annotate ftrace_graph_hash pointer with __rcu by Amol Grover · 5 years ago
  37. fdff7c2 Merge branch 'linus' into perf/urgent, to synchronize with upstream by Ingo Molnar · 5 years ago
  38. 72f582f Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  39. cde26a6 kallsyms: fix type of kallsyms_token_table[] by Masahiro Yamada · 5 years ago
  40. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  41. 257af63 bpf: Fix modifier skipping logic by Alexei Starovoitov · 5 years ago
  42. e17ac02 Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 5 years ago
  43. 2b90927 tracing: Use seq_buf for building dynevent_cmd string by Tom Zanussi · 5 years ago
  44. e9260f6 tracing: Remove useless code in dynevent_arg_pair_add() by Tom Zanussi · 5 years ago
  45. 74403b6 tracing: Remove check_arg() callbacks from dynevent args by Tom Zanussi · 5 years ago
  46. febac33 clocksource: Prevent double add_timer_on() for watchdog_timer by Konstantin Khlebnikov · 5 years ago
  47. 6f1a489 x86/apic/msi: Plug non-maskable MSI affinity race by Thomas Gleixner · 5 years ago
  48. 249d7b2 tracing: Consolidate some synth_event_trace code by Tom Zanussi · 5 years ago
  49. 7eec11d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  50. ddaefe8 Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  51. 43e76af kcov: ignore fault-inject and stacktrace by Dmitry Vyukov · 5 years ago
  52. d380dcd tracing: Fix now invalid var_ref_vals assumption in trace action by Tom Zanussi · 5 years ago
  53. fdeb1ac tracing: Change trace_boot to use synth_event interface by Tom Zanussi · 5 years ago
  54. dc2c733 kdb: Use for_each_console() helper by Andy Shevchenko · 5 years ago
  55. a4f8a7f kdb: remove redundant assignment to pointer bp by Colin Ian King · 5 years ago
  56. bbfceba kdb: Get rid of confusing diag msg from "rd" if current task has no regs by Douglas Anderson · 5 years ago
  57. 9441d5f kdb: Gid rid of implicit setting of the current task / regs by Douglas Anderson · 5 years ago
  58. a8649fb kdb: kdb_current_task shouldn't be exported by Douglas Anderson · 5 years ago
  59. c67c10a kdb: kdb_current_regs should be private by Douglas Anderson · 5 years ago
  60. 0cd9d33 cgroup: init_tasks shouldn't be linked to the root cgroup by Tejun Heo · 5 years ago
  61. 1e83794 tracing: Move tracing selftests to bottom of menu by Steven Rostedt (VMware) · 5 years ago
  62. 21b3ce3 tracing: Move mmio tracer config up with the other tracers by Steven Rostedt (VMware) · 5 years ago
  63. a48fc4f tracing: Move tracing test module configs together by Steven Rostedt (VMware) · 5 years ago
  64. 61778cd7 tracing: Move all function tracing configs together by Steven Rostedt (VMware) · 5 years ago
  65. 6483624 tracing: Add kprobe event command generation test module by Tom Zanussi · 5 years ago
  66. 29a1548 tracing: Change trace_boot to use kprobe_event interface by Tom Zanussi · 5 years ago
  67. 2a588dd tracing: Add kprobe event command generation functions by Tom Zanussi · 5 years ago
  68. 9fe41ef tracing: Add synth event generation test module by Tom Zanussi · 5 years ago
  69. 8dcc53a tracing: Add synth_event_trace() and related functions by Tom Zanussi · 5 years ago
  70. 35ca520 tracing: Add synthetic event command generation functions by Tom Zanussi · 5 years ago
  71. 86c5426 tracing: Add dynamic event command creation interface by Tom Zanussi · 5 years ago
  72. f5f6b25 tracing: Add synth_event_delete() by Tom Zanussi · 5 years ago
  73. e3e2a2c tracing: Add trace_get/put_event_file() by Tom Zanussi · 5 years ago
  74. 89c95fc tracing: Add trace_array_find/_get() to find instance trace arrays by Tom Zanussi · 5 years ago
  75. 6722b23 trigger_next should increase position index by Vasily Averin · 5 years ago
  76. 039958a tracing: eval_map_next() should always increase position index by Vasily Averin · 5 years ago
  77. e4075e8 ftrace: fpid_next() should increase position index by Vasily Averin · 5 years ago
  78. 64ae572 tracing: Fix sched switch start/stop refcount racy updates by Mathieu Desnoyers · 5 years ago
  79. 39bed42 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  80. 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  81. 08a3ef8 Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  82. 22b17db Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  83. a4fe2b4 Merge tag 'printk-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  84. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  85. 15d6632 Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 5 years ago
  86. d3e42bb bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init() by Martin KaFai Lau · 5 years ago
  87. 5c3469c tracing/boot: Move external function declarations to kernel/trace/trace.h by Masami Hiramatsu · 5 years ago
  88. 76a598e tracing/boot: Include required headers and sort it alphabetically by Masami Hiramatsu · 5 years ago
  89. d0a4970 tracing: Add 'hist:' to hist trigger error log error string by Tom Zanussi · 6 years ago
  90. 4de26c8 tracing: Add hist trigger error messages for sort specification by Tom Zanussi · 6 years ago
  91. b527b63 tracing: Simplify assignment parsing for hist triggers by Tom Zanussi · 6 years ago
  92. fad7bdc Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 5 years ago
  93. a78416d Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  94. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  95. a78208e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  96. 2a4b03f sched/fair: Prevent unlimited runtime on throttled group by Vincent Guittot · 5 years ago
  97. e938b9c sched/nohz: Optimize get_nohz_timer_target() by Wanpeng Li · 5 years ago
  98. b562d14 sched/uclamp: Reject negative values in cpu_uclamp_write() by Qais Yousef · 5 years ago
  99. b396f52 sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domains by Mel Gorman · 5 years ago
  100. ebc0f83 timers/nohz: Update NOHZ load in remote tick by Peter Zijlstra (Intel) · 5 years ago