1. 6a8a75f Revert "perf/core: Drop kernel samples even though :u is specified" by Ingo Molnar · 7 years ago
  2. dbf5806 kprobes: Ensure that jprobe probepoints are at function entry by Naveen N. Rao · 7 years ago
  3. 0f73ff8 kprobes: Simplify register_jprobes() by Naveen N. Rao · 7 years ago
  4. 659b957 kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry() by Naveen N. Rao · 7 years ago
  5. 9a9594e Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  6. 03ffbcd Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 241e5e6 Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 8 years ago
  9. 59b6018 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  10. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  11. 7447d56 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  12. 892ad5a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  13. 330e9e4 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. e94693f Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  16. 81e3e04 Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 8 years ago
  17. c0a0c7a Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  18. c207aee objtool, x86: Add several functions and files to the objtool whitelist by Josh Poimboeuf · 8 years ago
  19. 72298e5 sched/cputime: Refactor the cputime_adjust() code by Gustavo A. R. Silva · 8 years ago
  20. 993647a cpu/hotplug: Constify attribute_group structures by Arvind Yadav · 8 years ago
  21. 48365b3 sched/debug: Expose the number of RT/DL tasks that can migrate by Daniel Bristot de Oliveira · 8 years ago
  22. 9e52b32 tracing/kprobes: Allow to create probe with a module name starting with a digit by Sabrina Dubroca · 8 years ago
  23. 4d8a991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  24. 6bdf6ab bpf: prevent leaking pointer via xadd on unpriviledged by Daniel Borkmann · 8 years ago
  25. 0f17976 ftrace: Fix regression with module command in stack_trace_filter by Steven Rostedt (VMware) · 8 years ago
  26. ff801b7 sched/numa: Hide numa_wake_affine() from UP build by Thomas Gleixner · 8 years ago
  27. 2287d86 timers: Make the cpu base lock raw by Sebastian Andrzej Siewior · 8 years ago
  28. bf22ff45 genirq: Avoid unnecessary low level irq function calls by Jeffy Chen · 8 years ago
  29. d829b8f genirq: Set irq masked state when initializing irq_desc by Jeffy Chen · 8 years ago
  30. 5f4b37d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  31. 35d8d5d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  32. e1c9214 genirq/timings: Add infrastructure for estimating the next interrupt arrival time by Daniel Lezcano · 8 years ago
  33. b2d3d61 genirq/timings: Add infrastructure to track the interrupt timings by Daniel Lezcano · 8 years ago
  34. c2ce34c genirq/debugfs: Remove pointless NULL pointer check by Thomas Gleixner · 8 years ago
  35. f65013d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  36. 815abf5 sched/fair: Remove effective_load() by Rik van Riel · 8 years ago
  37. 3fed382 sched/numa: Implement NUMA node level wake_affine() by Rik van Riel · 8 years ago
  38. 7d894e6 sched/fair: Simplify wake_affine() for the single socket case by Rik van Riel · 8 years ago
  39. 739294f sched/numa: Override part of migrate_degrades_locality() when idle balancing by Rik van Riel · 8 years ago
  40. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  41. 8887cd9 sched/rt: Move RT related code from sched/core.c to sched/rt.c by Nicolas Pitre · 8 years ago
  42. 06a76fe sched/deadline: Move DL related code from sched/core.c to sched/deadline.c by Nicolas Pitre · 8 years ago
  43. e1d4eee sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled by Nicolas Pitre · 8 years ago
  44. 6a6544e genirq/irqdomain: Remove auto-recursive hierarchy support by Marc Zyngier · 8 years ago
  45. 61d0a00 genirq/irqdomain: Add irq_domain_update_bus_token helper by Marc Zyngier · 8 years ago
  46. 9a0ef98 genirq/affinity: Assign vectors to all present CPUs by Christoph Hellwig · 8 years ago
  47. 8f31a98 genirq/cpuhotplug: Avoid irq affinity setting for single targets by Thomas Gleixner · 8 years ago
  48. d52dd44 genirq: Introduce IRQD_SINGLE_TARGET flag by Thomas Gleixner · 8 years ago
  49. c5cb83b genirq/cpuhotplug: Handle managed IRQs on CPU hotplug by Thomas Gleixner · 8 years ago
  50. 761ea38 genirq: Handle managed irqs gracefully in irq_startup() by Thomas Gleixner · 8 years ago
  51. 4cde9c6 genirq: Add force argument to irq_startup() by Thomas Gleixner · 8 years ago
  52. 708d174 genirq: Split out irq_startup() code by Thomas Gleixner · 8 years ago
  53. 54fdf6a genirq: Introduce IRQD_MANAGED_SHUTDOWN by Thomas Gleixner · 8 years ago
  54. 415fcf1 genirq/cpuhotplug: Use effective affinity mask by Thomas Gleixner · 8 years ago
  55. 0d3f542 genirq: Introduce effective affinity mask by Thomas Gleixner · 8 years ago
  56. c1a8038 genirq/proc: Replace ever repeating type cast by Thomas Gleixner · 8 years ago
  57. 4ab764c genirq: Remove pointless gfp argument by Thomas Gleixner · 8 years ago
  58. 047dc63 genirq: Remove pointless arg from show_irq_affinity by Thomas Gleixner · 8 years ago
  59. 36d84fb genirq: Move irq_fixup_move_pending() to core by Thomas Gleixner · 8 years ago
  60. 77f85e6 genirq/cpuhotplug: Set force affinity flag on hotplug migration by Thomas Gleixner · 8 years ago
  61. 47a06d3 genirq/cpuhotplug: Add support for conditional masking by Thomas Gleixner · 8 years ago
  62. f0383c2 genirq/cpuhotplug: Add support for cleaning up move in progress by Thomas Gleixner · 8 years ago
  63. 91f26cb genirq/cpuhotplug: Do not migrated shutdown irqs by Thomas Gleixner · 8 years ago
  64. e8a7035 genirq/cpuhotplug: Reorder check logic by Thomas Gleixner · 8 years ago
  65. 735c095 genirq/cpuhotplug: Dont claim success on error by Thomas Gleixner · 8 years ago
  66. 0dd945f genirq/cpuhotplug: Remove irq disabling logic by Thomas Gleixner · 8 years ago
  67. 137221d genirq: Move pending helpers to internal.h by Christoph Hellwig · 8 years ago
  68. 2e05155 genirq: Move initial affinity setup to irq_startup() by Thomas Gleixner · 8 years ago
  69. 43564bd genirq: Rename setup_affinity() to irq_setup_affinity() by Thomas Gleixner · 8 years ago
  70. cba4235 genirq: Remove mask argument from setup_affinity() by Thomas Gleixner · 8 years ago
  71. cdd1636 genirq: Provide irq_fixup_move_pending() by Thomas Gleixner · 8 years ago
  72. 087cdfb genirq/debugfs: Add proper debugfs interface by Thomas Gleixner · 8 years ago
  73. 9dc6be3 genirq/irqdomain: Add map counter by Thomas Gleixner · 8 years ago
  74. d59f661 genirq: Allow fwnode to carry name information only by Thomas Gleixner · 8 years ago
  75. 0165308 genirq/msi: Prevent overwriting domain name by Thomas Gleixner · 8 years ago
  76. 387bc8b sched/fair: Spare idle load balancing on nohz_full CPUs by Frederic Weisbecker · 8 years ago
  77. a0db971 nohz: Move idle balancer registration to the idle path by Frederic Weisbecker · 8 years ago
  78. 3c85d6d sched/loadavg: Generalize "_idle" naming to "_nohz" by Frederic Weisbecker · 8 years ago
  79. f9e1698 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  80. dcba710 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  81. 30fd8fc irq/generic-chip: Provide devm_irq_setup_generic_chip() by Bartosz Golaszewski · 8 years ago
  82. 1c3e363 irq/generic-chip: Provide devm_irq_alloc_generic_chip() by Bartosz Golaszewski · 8 years ago
  83. f160203 irq/generic-chip: Export irq_init_generic_chip() locally by Bartosz Golaszewski · 8 years ago
  84. 8a1898d perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev) by Hendrik Brueckner · 8 years ago
  85. 17d9d68 Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 8 years ago
  86. f0cd9ae Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 8 years ago
  87. 369adf0 time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 8 years ago
  88. fc6eead7 time: Clean up CLOCK_MONOTONIC_RAW time handling by John Stultz · 8 years ago
  89. b50fb7c Merge branch 'linus' into irq/core by Thomas Gleixner · 8 years ago
  90. 098b0e0 posix-cpu-timers: Make timespec to nsec conversion safe by Thomas Gleixner · 8 years ago
  91. 35eb725 itimer: Make timeval to nsec conversion range limited by Thomas Gleixner · 8 years ago
  92. d15bc69 timers: Fix parameter description of try_to_del_timer_sync() by Peter Meerwald-Stadler · 8 years ago
  93. f11cc07 sched/core: Drop the unused try_get_task_struct() helper function by Davidlohr Bueso · 8 years ago
  94. 902b319 Merge branch 'WIP.sched/core' into sched/core by Ingo Molnar · 8 years ago
  95. c5ae366 sched/fair: WARN() and refuse to set buddy when !se->on_rq by Daniel Axtens · 8 years ago
  96. 6d3aed3 sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as well by Ingo Molnar · 8 years ago
  97. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  98. 5822a45 sched/wait: Move bit_wait_table[] and related functionality from sched/core.c to sched/wait_bit.c by Ingo Molnar · 8 years ago
  99. 5dd43ce sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h> by Ingo Molnar · 8 years ago
  100. 76c85dd sched/wait: Standardize wait_bit_queue naming by Ingo Molnar · 8 years ago