1. b1a31a5 usb/gadget/NCM: Replace tasklet with softirq hrtimer by Thomas Gleixner · 7 years ago
  2. b03bbbe ALSA/dummy: Replace tasklet with softirq hrtimer by Thomas Gleixner · 7 years ago
  3. 42f42da hrtimer: Implement SOFT/HARD clock base selection by Anna-Maria Gleixner · 7 years ago
  4. 5da7016 hrtimer: Implement support for softirq based hrtimers by Anna-Maria Gleixner · 7 years ago
  5. c458b1d hrtimer: Prepare handling of hard and softirq based hrtimers by Anna-Maria Gleixner · 7 years ago
  6. 98ecadd hrtimer: Add clock bases and hrtimer mode for softirq context by Anna-Maria Gleixner · 7 years ago
  7. dd934aa hrtimer: Use irqsave/irqrestore around __run_hrtimer() by Anna-Maria Gleixner · 7 years ago
  8. ad38f59 hrtimer: Factor out __hrtimer_next_event_base() by Anna-Maria Gleixner · 7 years ago
  9. 138a6b7 hrtimer: Factor out __hrtimer_start_range_ns() by Anna-Maria Gleixner · 7 years ago
  10. 3ec7a3e hrtimer: Remove the 'base' parameter from hrtimer_reprogram() by Anna-Maria Gleixner · 7 years ago
  11. 2ac2dcc hrtimer: Make remote enqueue decision less restrictive by Anna-Maria Gleixner · 7 years ago
  12. 14c8034 hrtimer: Unify remote enqueue handling by Anna-Maria Gleixner · 7 years ago
  13. 61bb4bc hrtimer: Unify hrtimer removal handling by Anna-Maria Gleixner · 7 years ago
  14. ebba2c7 hrtimer: Make hrtimer_force_reprogramm() unconditionally available by Anna-Maria Gleixner · 7 years ago
  15. 11a9fe0 hrtimer: Make hrtimer_reprogramm() unconditional by Anna-Maria Gleixner · 7 years ago
  16. eb27926 hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional by Anna-Maria Gleixner · 7 years ago
  17. 07a9a7e hrtimer: Make the remote enqueue check unconditional by Anna-Maria Gleixner · 7 years ago
  18. 851cff8 hrtimer: Use accesor functions instead of direct access by Anna-Maria Gleixner · 7 years ago
  19. 28bfd18 hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code by Anna-Maria Gleixner · 7 years ago
  20. da21c5a hrtimer: Make room in 'struct hrtimer_cpu_base' by Anna-Maria Gleixner · 7 years ago
  21. 3f0b9e8 hrtimer: Store running timer in hrtimer_clock_base by Anna-Maria Gleixner · 7 years ago
  22. c272ca5 hrtimer: Switch 'for' loop to _ffs() evaluation by Anna-Maria Gleixner · 7 years ago
  23. 63e2ed3 tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint by Anna-Maria Gleixner · 7 years ago
  24. 91633ee tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into account by Anna-Maria Gleixner · 7 years ago
  25. 19b51cb hrtimer: Clean up 'enum hrtimer_mode' by Anna-Maria Gleixner · 7 years ago
  26. 48d0c9b hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) by Anna-Maria Gleixner · 7 years ago
  27. 6de6250 hrtimer: Fix hrtimer_start[_range_ns]() function descriptions by Anna-Maria Gleixner · 7 years ago
  28. 9077771 hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock() by Anna-Maria Gleixner · 7 years ago
  29. 1fbc78b hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base' by Anna-Maria Gleixner · 7 years ago
  30. d05ca13 hrtimer: Correct blatantly incorrect comment by Thomas Gleixner · 7 years ago
  31. ae67bad hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_active by Thomas Gleixner · 7 years ago
  32. 57957fb Merge branch 'timers/urgent' into timers/core, to pick up dependent fix by Ingo Molnar · 7 years ago
  33. ed4bbf7 timers: Unconditionally check deferrable base by Thomas Gleixner · 7 years ago
  34. a9445e4 posix-cpu-timers: Make set_process_cpu_timer() more robust by Max R. P. Grossmann · 7 years ago
  35. 103bb56 clocksource/drivers/stm32: Start the timer's counter sooner by Daniel Lezcano · 7 years ago
  36. 81abdbb clocksource/drivers/stm32: Add the timer delay callback by Daniel Lezcano · 7 years ago
  37. f5ef02b clocksource/drivers/stm32: Add clocksource functionality by Benjamin Gaignard · 7 years ago
  38. 3c84e75 clocksource/drivers/stm32: Factor out more of the clockevent code by Daniel Lezcano · 7 years ago
  39. 8e82df3 clocksource/drivers/stm32: Add oneshot mode by Benjamin Gaignard · 7 years ago
  40. 4744daa clocksource/drivers/stm32: Compute a prescaler value with a targeted rate by Benjamin Gaignard · 7 years ago
  41. 70c62cf clocksource/drivers/stm32: Factor out the timer width sorting code by Daniel Lezcano · 7 years ago
  42. f2ed8ef clocksource/drivers/stm32: Use the node name as timer name by Daniel Lezcano · 7 years ago
  43. d04af49 clocksource/drivers/stm32: Convert the driver to timer_of primitives by Benjamin Gaignard · 7 years ago
  44. e0aeca3 clocksource/drivers/stm32: Fix kernel panic with multiple timers by Daniel Lezcano · 7 years ago
  45. 9aea417 clocksource/drivers/timer-of: Don't request the resource by name by Daniel Lezcano · 7 years ago
  46. 1c63c1c clocksource/drivers/timer-of: Store the device node pointer in 'struct timer_of' by Daniel Lezcano · 7 years ago
  47. 067bc91 clocksource/drivers/spreadtrum: Add timer driver for the Spreadtrum SC9860 platform by Baolin Wang · 7 years ago
  48. 286f30d dt-bindings/clocksource: Add Spreadtrum SC9860 timer documentation by Baolin Wang · 7 years ago
  49. cf7f46b clocksource/drivers/timer-of: Add kernel documentation by Daniel Lezcano · 7 years ago
  50. 5bbf4ad clocksource/drivers/timer-of: Fix function names by Daniel Lezcano · 7 years ago
  51. 542f824 clocksource/drivers/tcb_clksrc: Fix clock speed message by Romain Izard · 7 years ago
  52. 0ec5477 clocksource/drivers/owl: Add the S700 timer by Andreas Färber · 7 years ago
  53. f58639a clocksource/drivers/owl: Adopt TIMER_OF_DECLARE() by Andreas Färber · 7 years ago
  54. f3074a2 dt-bindings/clocksource: Add Actions Semi S700 timer by Andreas Färber · 7 years ago
  55. 89876f2 Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  56. 12e971b Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  57. f842839 Merge tag 'mfd-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  58. abb7099 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  59. b03acc4 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  60. 3eac690 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  61. 925cbd7 Merge tag 'for-linus-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  62. 64648a5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  63. d8887f1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  64. de79182 x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN by Thomas Gleixner · 7 years ago
  65. b9e705e x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm by David Woodhouse · 7 years ago
  66. 107b7d9 mfd: rtsx: Release IRQ during shutdown by Sinan Kaya · 7 years ago
  67. 5866bec Merge tag 'drm-fixes-for-v4.15-rc7' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  68. 9a0e712 mailmap: update Mark Yao's email address by Jeffy Chen · 7 years ago
  69. 0cbb4b4 userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails by Andrea Arcangeli · 7 years ago
  70. d09cfbb mm/sparse.c: wrong allocation for mem_section by Baoquan He · 7 years ago
  71. cdc346b mm/zsmalloc.c: include fs.h by Sergey Senozhatsky · 7 years ago
  72. 152a2d1 mm/debug.c: provide useful debugging information for VM_BUG by Matthew Wilcox · 7 years ago
  73. dc8635b kernel/exit.c: export abort() to modules by Andrew Morton · 7 years ago
  74. 4991c09 mm/mprotect: add a cond_resched() inside change_pmd_range() by Anshuman Khandual · 7 years ago
  75. 4d95701 kernel/acct.c: fix the acct->needcheck check in check_free_space() by Oleg Nesterov · 7 years ago
  76. e8c2477 mm: check pfn_valid first in zero_resv_unavail by Dave Young · 7 years ago
  77. 1e54768 x86/tlb: Drop the _GPL from the cpu_tlbstate export by Thomas Gleixner · 7 years ago
  78. 42f3bdc x86/events/intel/ds: Use the proper cache flush method for mapping ds buffers by Peter Zijlstra · 7 years ago
  79. 1dddd25 x86/kaslr: Fix the vaddr_end mess by Thomas Gleixner · 7 years ago
  80. bc6fe53 Merge tag 'drm-intel-fixes-2018-01-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 7 years ago
  81. 0007b9c Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 7 years ago
  82. dc042da Merge branch 'drm-armada-fixes-4.15' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-fixes by Dave Airlie · 7 years ago
  83. 041ea47 Merge tag 'omapdrm-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-fixes by Dave Airlie · 7 years ago
  84. f207890 x86/mm: Map cpu_entry_area at the same place on 4/5 level by Thomas Gleixner · 7 years ago
  85. f5a4071 x86/mm: Set MODULES_END to 0xffffffffff000000 by Andrey Ryabinin · 7 years ago
  86. e1915c8 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  87. abb62c4 arm64: dts: uniphier: fix gpio-ranges property of PXs3 SoC by Masahiro Yamada · 7 years ago
  88. d84baa5 Merge tag 'sunxi-fixes-for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes by Arnd Bergmann · 7 years ago
  89. 3bfbed8 Merge tag 'renesas-fixes-for-v4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Arnd Bergmann · 7 years ago
  90. 29f1b2b posix-timers: Prevent UB from shifting negative signed value by Nick Desaulniers · 7 years ago
  91. 30414f3 drm/i915: Apply Display WA #1183 on skl, kbl, and cfl by Lucas De Marchi · 7 years ago
  92. 00a5ae2 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. 2fd9c41 x86/process: Define cpu_tss_rw in same section as declaration by Nick Desaulniers · 7 years ago
  94. d7732ba x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() by Thomas Gleixner · 7 years ago
  95. d6bbd51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  96. 50d0f78 Merge branch 'afs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  97. b4df268 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  98. e816c20 exec: Weaken dumpability for secureexec by Kees Cook · 7 years ago
  99. 3ffdeb1 x86/dumpstack: Print registers for first stack frame by Josh Poimboeuf · 7 years ago
  100. a9cdbe7 x86/dumpstack: Fix partial register dumps by Josh Poimboeuf · 7 years ago