1. aab38f5 checkpatch: yet another commit id improvement by Joe Perches · 8 years ago
  2. dadf680 checkpatch: allow c99 style // comments by Joe Perches · 8 years ago
  3. d560a5f checkpatch: skip long lines that use an EFI_GUID macro by Joe Perches · 8 years ago
  4. a098ecd firmware: support loading into a pre-allocated buffer by Stephen Boyd · 8 years ago
  5. 0e742e9 firmware: provide infrastructure to make fw caching optional by Vikram Mulukutla · 8 years ago
  6. 9ccf981 firmware: consolidate kmap/read/write logic by Stephen Boyd · 8 years ago
  7. a23216a radix-tree: fix comment about "exceptional" bits by Ross Zwisler · 8 years ago
  8. a9bfd33 crc32: use ktime_get_ns() for measurement by Arnd Bergmann · 8 years ago
  9. f003a1f lib/iommu-helper: skip to next segment by Sebastian Ott · 8 years ago
  10. 4cad35a get_maintainer.pl: reduce need for command-line option -f by Joe Perches · 8 years ago
  11. 750afe7 printk: add kernel parameter to control writes to /dev/kmsg by Borislav Petkov · 8 years ago
  12. 6b1d174 ratelimit: extend to print suppressed messages on release by Borislav Petkov · 8 years ago
  13. b5644a1 fbdev/bfin_adv7393fb: move DRIVER_NAME before its first use by Borislav Petkov · 8 years ago
  14. 40a7d9f printk: include <asm/sections.h> instead of <asm-generic/sections.h> by Christoph Hellwig · 8 years ago
  15. cf77544 printk: introduce suppress_message_printing() by Sergey Senozhatsky · 8 years ago
  16. 874f9c7 printk: create pr_<level> functions by Joe Perches · 8 years ago
  17. bebca05 printk: do not include interrupt.h by Sergey Senozhatsky · 8 years ago
  18. 9d5059c dynamic_debug: only add header when used by Luis de Bethencourt · 8 years ago
  19. 61e9649 task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_works by Oleg Nesterov · 8 years ago
  20. 949bed2 include: mman: use bool instead of int for the return value of arch_validate_prot by Chen Gang · 8 years ago
  21. bd804ba mailmap: add Linus Lüssing by Linus Lüssing · 8 years ago
  22. 79ad70d cpufreq: Do not default-yes CPU_FREQ_STAT by Borislav Petkov · 8 years ago
  23. c7fac29 Merge tag 'drm-psr-fixes-for-v4.8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  24. e370cc8 ACPI / button: remove pointer to old lid_sysfs on unbind by Benjamin Tissoires · 8 years ago
  25. 586efded Merge branch 'generic-zpos-v8' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next by Dave Airlie · 8 years ago
  26. ad7bdb2 drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals by Chris Wilson · 8 years ago
  27. ddf07be drm/i915: Simplify calling engine->sync_to by Chris Wilson · 8 years ago
  28. 5b043f4 drm/i915: Unify legacy/execlists submit_execbuf callbacks by Chris Wilson · 8 years ago
  29. 15d21db drm/i915: Refactor golden render state emission to unconfuse gcc by Chris Wilson · 8 years ago
  30. e40f9ee drm/i915: Remove duplicate golden render state init from execlists by Chris Wilson · 8 years ago
  31. 618e4ca drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores by Chris Wilson · 8 years ago
  32. b0411e7 drm/i915: Reuse legacy breadcrumbs + tail emission by Chris Wilson · 8 years ago
  33. 9242f97 drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal() by Chris Wilson · 8 years ago
  34. f4ea6bd drm/i915/lrc: Update function names to match request flow by Chris Wilson · 8 years ago
  35. ddd66c5 drm/i915: Unify request submission by Chris Wilson · 8 years ago
  36. 8f94201 drm/i915: Move the modulus for ring emission to the register write by Chris Wilson · 8 years ago
  37. c5efa1a drm/i915: Convert engine->write_tail to operate on a request by Chris Wilson · 8 years ago
  38. ba76d91 drm/i915: Remove intel_ring_get_tail() by Chris Wilson · 8 years ago
  39. 803688b drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START by Chris Wilson · 8 years ago
  40. 8e63717 drm/i915: Simplify request_alloc by returning the allocated request by Chris Wilson · 8 years ago
  41. 7c9cf4e drm/i915: Reduce engine->emit_flush() to a single mode parameter by Chris Wilson · 8 years ago
  42. c7fe7d2 drm/i915: Remove obsolete engine->gpu_caches_dirty by Chris Wilson · 8 years ago
  43. aad29fb drm/i915: Rename intel_pin_and_map_ring() by Chris Wilson · 8 years ago
  44. 32c04f1 drm/i915: Rename residual ringbuf parameters by Chris Wilson · 8 years ago
  45. 7e37f88 drm/i915: Rename struct intel_ringbuffer to struct intel_ring by Chris Wilson · 8 years ago
  46. dca33ec drm/i915: Rename intel_context[engine].ringbuf by Chris Wilson · 8 years ago
  47. 1dae2df drm/i915: Rename request->ringbuf to request->ring by Chris Wilson · 8 years ago
  48. b5321f3 drm/i915: Unify intel_logical_ring_emit and intel_ring_emit by Chris Wilson · 8 years ago
  49. db3f600 uapi: move forward declarations of internal structures by Alexey Dobriyan · 8 years ago
  50. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  51. ca945e7 memstick: don't allocate unused major for ms_block by NeilBrown · 8 years ago
  52. bc083a6 init/Kconfig: make COMPILE_TEST depend on !UML by Richard Weinberger · 8 years ago
  53. ca52953 fs/proc/task_mmu.c: suppress compilation warnings with W=1 by Valdis Kletnieks · 8 years ago
  54. 519ded5 procfs: avoid 32-bit time_t in /proc/*/stat by Arnd Bergmann · 8 years ago
  55. ef41939 proc_oom_score: remove tasklist_lock and pid_alive() by Oleg Nesterov · 8 years ago
  56. db4ad03 MAINTAINERS: befs: add new maintainers by Luis de Bethencourt · 8 years ago
  57. 9991a9c cgroup: update cgroup's document path by seokhoon.yoon · 8 years ago
  58. 901d805 UBSAN: fix typo in format string by Nicolas Iooss · 8 years ago
  59. 9b24fef sysv, ipc: fix security-layer leaking by Fabian Frederick · 8 years ago
  60. b5afba2 mm: vmscan: fix memcg-aware shrinkers not called on global reclaim by Vladimir Davydov · 8 years ago
  61. 05eb6e7 radix-tree: account nodes to memcg only if explicitly requested by Vladimir Davydov · 8 years ago
  62. c3cee37 kasan: avoid overflowing quarantine size on low memory systems by Alexander Potapenko · 8 years ago
  63. 7e08897 kasan: improve double-free reports by Andrey Ryabinin · 8 years ago
  64. b3cbd9b mm/kasan: get rid of ->state in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
  65. 47b5c2a mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
  66. f7376ae mm/kasan, slub: don't disable interrupts when object leaves quarantine by Andrey Ryabinin · 8 years ago
  67. 4b3ec5a mm/kasan: don't reduce quarantine in atomic contexts by Andrey Ryabinin · 8 years ago
  68. 4a3d308 mm/kasan: fix corruptions and false positive reports by Andrey Ryabinin · 8 years ago
  69. d6507ff memcg: put soft limit reclaim out of way if the excess tree is empty by Michal Hocko · 8 years ago
  70. 4e66631 mm, hugetlb: fix huge_pte_alloc BUG_ON by Michal Hocko · 8 years ago
  71. 649920c mm/hugetlb: avoid soft lockup in set_max_huge_pages() by Jia He · 8 years ago
  72. 117dec9 tools/testing/radix-tree/linux/gfp.h: fix bitrotted value by Valdis Kletnieks · 8 years ago
  73. 1a8018f mm: move swap-in anonymous page into active list by Minchan Kim · 8 years ago
  74. c5f88bd mm: fail prefaulting if page table allocation fails by Vegard Nossum · 8 years ago
  75. ee8f7fc ocfs2/dlm: continue to purge recovery lockres when recovery master goes down by piaojun · 8 years ago
  76. 309e919 ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_ref by piaojun · 8 years ago
  77. 86b652b ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dlm_deref_lockres_done_handler by piaojun · 8 years ago
  78. 2070ad1 ocfs2: retry on ENOSPC if sufficient space in truncate log by Eric Ren · 8 years ago
  79. 01a36b6 ocfs2: ensure that dlm lockspace is created by kernel module by Gang He · 8 years ago
  80. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  81. dfd2e9a drm/i915: Check PSR setup time vs. vblank length by Ville Syrjälä · 8 years ago
  82. 6608804 drm/dp: Add drm_dp_psr_setup_time() by Ville Syrjälä · 8 years ago
  83. affe8a2 Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  84. 44cee85 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  85. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  86. eaf9a73 dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING by Mike Snitzer · 8 years ago
  87. 7d9595d dm rq: fix the starting and stopping of blk-mq queues by Mike Snitzer · 8 years ago
  88. 1814f2e dm mpath: add locking to multipath_resume and must_push_back by Mike Snitzer · 8 years ago
  89. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  90. a5a5e30 drm/amdgpu: update golden setting of polaris10 by Huang Rui · 8 years ago
  91. 99f3c90 dm flakey: error READ bios during the down_interval by Mike Snitzer · 8 years ago
  92. 6d51c81 drm/amdgpu: update golden setting of stoney by Huang Rui · 8 years ago
  93. 9761bc5 drm/amdgpu: update golden setting of polaris11 by Huang Rui · 8 years ago
  94. 3a494b5 drm/amdgpu: update golden setting of carrizo by Huang Rui · 8 years ago
  95. fe85f07 drm/amdgpu: update golden setting of iceland by Huang Rui · 8 years ago
  96. 527dbf1 IB/qib, IB/hfi1: Fix grh creation in ud loopback by Dasaratharaman Chandramouli · 8 years ago
  97. b736a46 IB/hfi1: Use hdr2sc function to calculate 5-bit SC by Dasaratharaman Chandramouli · 8 years ago
  98. 89c057c IB/hfi1: Cleanup UD packet handler. by Dasaratharaman Chandramouli · 8 years ago
  99. d4d602e IB/hfi1: Rename hfi1_pio_header to hfi1_sdma_header. by Don Hiatt · 8 years ago
  100. a9b6b3b IB/hfi1: Rename struct ahg_ib_header to struct hfi1_ahg_info by Dasaratharaman Chandramouli · 8 years ago