1. 6b39e39 Merge "ARM: dts: msm: Add coresight devices for MSMSKUNK" into msm-4.8 by Kyle Yan · 8 years ago
  2. d75dd9b Merge "dt-bindings: clock: Add RPMh controlled clock entries for MSMSKUNK" into msm-4.8 by Kyle Yan · 8 years ago
  3. 315e8ad Merge "coresight: enable stm logging for trace events, marker and printk" into msm-4.8 by Kyle Yan · 8 years ago
  4. 3348455 Merge "secure_buffer: Remove all-in-one buffer usage" into msm-4.8 by Kyle Yan · 8 years ago
  5. 9a73048 Merge "msm: secure_buffer: Fix possible NULL pointer dereference" into msm-4.8 by Kyle Yan · 8 years ago
  6. ed178ed Merge "qcom: secure_buffer: Use enum type to hold VMID definitions" into msm-4.8 by Kyle Yan · 8 years ago
  7. 3229215 Merge "msm: secure_buffer: Add WLAN support" into msm-4.8 by Kyle Yan · 8 years ago
  8. d7dd8bc Merge "drivers: qcom: secure_buffer: Optimize by re-using the same buffer" into msm-4.8 by Kyle Yan · 8 years ago
  9. 91b2db7 Merge "msm: secure_buffer: Add missing include" into msm-4.8 by Kyle Yan · 8 years ago
  10. 0c98fb9 Merge "msm: secure_buffer: fix stub functions" into msm-4.8 by Kyle Yan · 8 years ago
  11. 72a4d4b Merge "msm: secure_buffer: Add helper function to convert VMIDs into strings" into msm-4.8 by Kyle Yan · 8 years ago
  12. 41ef7ab Merge "msm: Add secure vmid for msa" into msm-4.8 by Kyle Yan · 8 years ago
  13. 8d32e55 Merge "msm: secure_buffer: Ensure shared buffers are cache-aligned" into msm-4.8 by Kyle Yan · 8 years ago
  14. bb60951 Merge "msm: secure_buffer: Update the hyp_assign_phys() api" into msm-4.8 by Kyle Yan · 8 years ago
  15. cec71c7 Merge "msm: kgsl: Add EXEC permission to the unassign call" into msm-4.8 by Kyle Yan · 8 years ago
  16. d87ce6e Merge "qcom: secure_buffer: Add CP VMID" into msm-4.8 by Kyle Yan · 8 years ago
  17. 9a42031 Merge "msm: Update the assign api to secure buffers" into msm-4.8 by Kyle Yan · 8 years ago
  18. 43c410a Merge "defconfig: Enable CONFIG_QCOM_SECURE_BUFFER" into msm-4.8 by Kyle Yan · 8 years ago
  19. 45d4b35 Merge "msm: move types and declarations to header file" into msm-4.8 by Kyle Yan · 8 years ago
  20. 923b480 Merge "msm: Move the secure_buffer.c file to a new location" into msm-4.8 by Kyle Yan · 8 years ago
  21. 84bde12 ARM: dts: msm: Add coresight devices for MSMSKUNK by Satyajit Desai · 8 years ago
  22. 3235e81 dt-bindings: clock: Add RPMh controlled clock entries for MSMSKUNK by Deepak Katragadda · 8 years ago
  23. 43beb42 coresight: enable stm logging for trace events, marker and printk by Shashank Mittal · 8 years ago
  24. 855bebc Merge remote-tracking branch 'origin/tmp-c8d2bc9' into msm-4.8 by Kyle Yan · 8 years ago
  25. c8d2bc9 Linux 4.8 by Linus Torvalds · 8 years ago
  26. f76d9c6 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  27. 117e5e9 ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7 by Srinivas Ramana · 8 years ago
  28. be67d60 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  29. 66188fb Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  30. 0c7fc30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  31. bb6bbc7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  32. 6605d15 MIPS: CM: Fix mips_cm_max_vp_width for non-MT kernels on MT systems by Paul Burton · 8 years ago
  33. f51fdff Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  34. 2161a2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  35. 9eadc74 secure_buffer: Remove all-in-one buffer usage by Patrick Daly · 8 years ago
  36. 5f96142 msm: secure_buffer: Fix possible NULL pointer dereference by Susheel Khiani · 8 years ago
  37. 152e05a qcom: secure_buffer: Use enum type to hold VMID definitions by Patrick Daly · 8 years ago
  38. 253b23d msm: secure_buffer: Add WLAN support by Sameer Thalappil · 9 years ago
  39. 78dfd5a drivers: qcom: secure_buffer: Optimize by re-using the same buffer by Rohit Vaswani · 9 years ago
  40. 5f2e343 msm: secure_buffer: Add missing include by Mitchel Humpherys · 9 years ago
  41. 33b9a21 msm: secure_buffer: fix stub functions by Jeremy Gebben · 9 years ago
  42. 5b8290a msm: secure_buffer: Add helper function to convert VMIDs into strings by Mitchel Humpherys · 9 years ago
  43. bcd5e3a msm: Add secure vmid for msa by Neeti Desai · 9 years ago
  44. a018354 msm: secure_buffer: Ensure shared buffers are cache-aligned by Mitchel Humpherys · 9 years ago
  45. f85f566 msm: secure_buffer: Update the hyp_assign_phys() api by Neeti Desai · 9 years ago
  46. 395a312 msm: kgsl: Add EXEC permission to the unassign call by Shrenuj Bansal · 9 years ago
  47. 651acaf qcom: secure_buffer: Add CP VMID by Patrick Daly · 8 years ago
  48. 0e64e70 msm: Update the assign api to secure buffers by Neeti Desai · 9 years ago
  49. 5f3c556 defconfig: Enable CONFIG_QCOM_SECURE_BUFFER by Patrick Daly · 8 years ago
  50. 8dcc364 msm: move types and declarations to header file by Neeti Desai · 10 years ago
  51. a125d5d msm: Move the secure_buffer.c file to a new location by Patrick Daly · 8 years ago
  52. dbd8805 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  53. 37aa727 include/linux/property.h: fix typo/compile error by John Youn · 8 years ago
  54. c33f078 ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock() by Eric Ren · 8 years ago
  55. 22f2ac5 mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page() by Johannes Weiner · 8 years ago
  56. 18b41a2 Merge "mm: highmem: Add definitions for kmap_atomic_flush_unused" into msm-4.8 by Kyle Yan · 8 years ago
  57. a2dd1b2 Merge "iommu/arm-smmu: Disable clocks in reverse order" into msm-4.8 by Kyle Yan · 8 years ago
  58. 7845c45 Merge "soc: qcom: Add snapshot of SMEM driver" into msm-4.8 by Kyle Yan · 8 years ago
  59. 8764b21 Merge "coresight: ost: Add OST support" into msm-4.8 by Kyle Yan · 8 years ago
  60. 9a2172a MAINTAINERS: Switch to kernel.org email address for Javi Merino by Javi Merino · 8 years ago
  61. 2fa5f04 x86/entry/64: Fix context tracking state warning when load_gs_index fails by Wanpeng Li · 8 years ago
  62. 05fb3c1 x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID by Andy Lutomirski · 8 years ago
  63. e4aad64 x86/vdso: Fix building on big endian host by Segher Boessenkool · 8 years ago
  64. 192d1dc x86/boot: Fix another __read_cr4() case on 486 by Andy Lutomirski · 8 years ago
  65. 1cceda78 sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lock by Xin Long · 8 years ago
  66. 75b005b Merge branch 'sctp-fixes' by David S. Miller · 8 years ago
  67. be4947b sctp: change to check peer prsctp_capable when using prsctp polices by Xin Long · 8 years ago
  68. 0605483 sctp: remove prsctp_param from sctp_chunk by Xin Long · 8 years ago
  69. 73dca12 sctp: move sent_count to the memory hole in sctp_chunk by Xin Long · 8 years ago
  70. 1b0ff89 tg3: Avoid NULL pointer dereference in tg3_io_error_detected() by Milton Miller · 8 years ago
  71. e3b3656 Merge tag 'drm-fixes-for-v4.8-final' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  72. c6169de Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  73. a956145 ARM64: Use pr_debug() for CPU hotplug messages by Stepan Moskovchenko · 10 years ago
  74. e896c60 Merge "ARM: dts: msm: Fix EUD address size" into msm-4.8 by Kyle Yan · 8 years ago
  75. ea76dca Merge "clocksource: arch_timer: Use _no_log variants while accessing registers" into msm-4.8 by Kyle Yan · 8 years ago
  76. 226350d Merge "genirq: call cancel_work_sync from irq_set_affinity_notifier" into msm-4.8 by Kyle Yan · 8 years ago
  77. 9c3ccc4 Merge "iommu/arm-smmu: Defer SMMU probe if clock-tree is not ready" into msm-4.8 by Kyle Yan · 8 years ago
  78. a04c76f Merge "iommu/arm-smmu: Don't ignore clock/regulator API errors" into msm-4.8 by Kyle Yan · 8 years ago
  79. 2f1d500 Merge "perf: Change PMCR write to read-modify-write" into msm-4.8 by Kyle Yan · 8 years ago
  80. e1bfc11 x86/init: Fix cr4_init_shadow() on CR4-less machines by Andy Lutomirski · 8 years ago
  81. 058effe MIPS: Fix detection of unsupported highmem with cache aliases by Paul Burton · 8 years ago
  82. 305723a MIPS: Malta: Fix IOCU disable switch read for MIPS64 by Paul Burton · 8 years ago
  83. 1eefcbc MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPS by Paul Burton · 8 years ago
  84. 67acd8d MIPS: clear execution hazard after changing FTLB enable by Paul Burton · 8 years ago
  85. ebd0e0f MIPS: Configure FTLB after probing TLB sizes from config4 by Paul Burton · 8 years ago
  86. 72c70f0 MIPS: Stop setting I6400 FTLBP by Paul Burton · 8 years ago
  87. 3021773 MIPS: DEC: Avoid la pseudo-instruction in delay slots by Ralf Baechle · 8 years ago
  88. 0a90055 MIPS: Octeon: mark GPIO controller node not populated after IRQ init. by Steven J. Hill · 8 years ago
  89. ca86c9e MIPS: uprobes: fix use of uninitialised variable by Marcin Nowakowski · 8 years ago
  90. ddabfa5 MIPS: uprobes: remove incorrect set_orig_insn by Marcin Nowakowski · 8 years ago
  91. db06068 MIPS: fix uretprobe implementation by Marcin Nowakowski · 8 years ago
  92. 6ca8ac7 MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUs by Matt Redfearn · 8 years ago
  93. d248220 ARM: 8617/1: dma: fix dma_max_pfn() by Roger Quadros · 8 years ago
  94. ba6dea4 ARM: 8616/1: dt: Respect property size when parsing CPUs by Robin Murphy · 8 years ago
  95. 2a0100d sparc64: Fix non-SMP build. by David S. Miller · 8 years ago
  96. e30e3c5 coresight: ost: Add OST support by Satyajit Desai · 8 years ago
  97. 53061af Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  98. 231e97e mem-hotplug: use nodes that contain memory as mask in new_node_page() by Li Zhong · 8 years ago
  99. e436fd6 scripts/recordmcount.c: account for .softirqentry.text by Dmitry Vyukov · 8 years ago
  100. 2481366 dma-mapping.h: preserve unmap info for CONFIG_DMA_API_DEBUG by Andrey Smirnov · 8 years ago