1. ce7613d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  2. 0afccc4 Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  3. 19ce7f3 Merge branch 'acpi-config' by Rafael J. Wysocki · 11 years ago
  4. c7f5220 ACPI: Update the ACPI spec information in Kconfig by Hanjun Guo · 11 years ago
  5. d586c86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  6. e9f37d3 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  7. 7563487 isdnloop: several buffer overflows by Dan Carpenter · 11 years ago
  8. 32654fb [media] gpsca: remove the risk of a division by zero by Mauro Carvalho Chehab · 11 years ago
  9. 9b2c06a [media] stk1160: warrant a NUL terminated string by Mauro Carvalho Chehab · 11 years ago
  10. f1740e4 backlight: lm3639: Use devm_backlight_device_register() by Daniel Jeong · 11 years ago
  11. 9a6adb3 backlight: gpio-backlight: Add DT support by Denis Carikli · 11 years ago
  12. 35762a4 backlight: core: Replace kfree with put_device by Levente Kurusa · 11 years ago
  13. 62d6f06 Merge branches 'pm-wakeup' and 'pm-domains' by Rafael J. Wysocki · 11 years ago
  14. 0f9481a Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-video' and 'acpi-dock' by Rafael J. Wysocki · 11 years ago
  15. fe10739 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  16. 8c73c4d Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 11 years ago
  17. 73df623 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-cpuidle by Rafael J. Wysocki · 11 years ago
  18. 058f11c spi: qup: Depend on ARCH_QCOM by Paul Bolle · 11 years ago
  19. 9bc0482 cpuidle: sysfs: Export target residency information by Daniel Lezcano · 11 years ago
  20. f334a1e cpufreq: ppc: Remove duplicate inclusion of fsl_soc.h by Sachin Kamat · 11 years ago
  21. c674801 mmc: sdhci-acpi: Intel SDIO has broken card detect by Adrian Hunter · 11 years ago
  22. 9477165 thermal: rcar-thermal: update thermal zone only when temperature changes by Patrick Titiano · 11 years ago
  23. 206c0cb thermal: rcar-thermal: fix same mask applied twice by Patrick Titiano · 11 years ago
  24. 5204f8c thermal: ti-soc-thermal: Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 11 years ago
  25. 749e8be thermal: imx: update formula for thermal sensor by Anson Huang · 11 years ago
  26. c39b069 DRM: armada: fix corruption while loading cursors by Russell King · 11 years ago
  27. c8d9762 Merge tag 'stable/for-linus-3.15-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  28. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  29. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 11 years ago
  30. b6a83d9 drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a little by Dan Carpenter · 11 years ago
  31. 2aaf308 rapidio: rework device hierarchy and introduce mport class of devices by Alexandre Bounine · 11 years ago
  32. 40f847b drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptors by Alexandre Bounine · 11 years ago
  33. f4659d8 zram: support REQ_DISCARD by Joonsoo Kim · 11 years ago
  34. 56b4e8c zram: use scnprintf() in attrs show() methods by Sergey Senozhatsky · 11 years ago
  35. 60a726e zram: propagate error to user by Minchan Kim · 11 years ago
  36. fcfa8d9 zram: return error-valued pointer from zcomp_create() by Sergey Senozhatsky · 11 years ago
  37. d61f98c zram: move comp allocation out of init_lock by Sergey Senozhatsky · 11 years ago
  38. 6e76668 zram: add lz4 algorithm backend by Sergey Senozhatsky · 11 years ago
  39. e46b8a0 zram: make compression algorithm selection possible by Sergey Senozhatsky · 11 years ago
  40. fe8eb12 zram: add set_max_streams knob by Sergey Senozhatsky · 11 years ago
  41. beca3ec zram: add multi stream functionality by Sergey Senozhatsky · 11 years ago
  42. 9cc9752 zram: factor out single stream compression by Sergey Senozhatsky · 11 years ago
  43. b7ca232 zram: use zcomp compressing backends by Sergey Senozhatsky · 11 years ago
  44. e7e1ef4 zram: introduce compressing backend abstraction by Sergey Senozhatsky · 11 years ago
  45. b67d1ec zram: delete zram_init_device() by Sergey Senozhatsky · 11 years ago
  46. e64cd51 zram: move zram size warning to documentation by Sergey Senozhatsky · 11 years ago
  47. 59fc86a zram: drop not used table `count' member by Sergey Senozhatsky · 11 years ago
  48. 6444724 zram: report failed read and write stats by Sergey Senozhatsky · 11 years ago
  49. a68eb3b zram: remove zram stats code duplication by Sergey Senozhatsky · 11 years ago
  50. 90a7806 zram: use atomic64_t for all zram stats by Sergey Senozhatsky · 11 years ago
  51. b7cccf8 zram: remove good and bad compress stats by Sergey Senozhatsky · 11 years ago
  52. be257c6 zram: do not pass rw argument to __zram_make_request() by Sergey Senozhatsky · 11 years ago
  53. be2d1d5 zram: drop `init_done' struct zram member by Sergey Senozhatsky · 11 years ago
  54. 179e096 drivers/lguest/page_tables.c: rename do_set_pte() by Andrew Morton · 11 years ago
  55. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  56. 14f5716 leds: make sure we unregister a trigger only once by Sasha Levin · 11 years ago
  57. 3923690 leds: leds-pwm: properly clean up after probe failure by Russell King · 11 years ago
  58. dda2642 staging: rtl8723au: The 8723 only has two paths by Jes Sorensen · 11 years ago
  59. 806192c Staging: unisys: mark drivers as BROKEN by Greg Kroah-Hartman · 11 years ago
  60. b0e27960 Staging: unisys: verify that a control channel exists by Sasha Levin · 11 years ago
  61. 9c01e83 staging: unisys: Add missing close parentheses in filexfer.c by Masanari Iida · 11 years ago
  62. c293fb7 net/at91_ether: avoid NULL pointer dereference by Gilles Chanteperdrix · 11 years ago
  63. 39d7f32 at86rf230: fix MAX_CSMA_RETRIES parameter by Alexander Aring · 11 years ago
  64. 240cd6a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  65. f220baa ntb: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  66. 53a788a ntb: Split ntb_setup_msix() into separate BWD/SNB routines by Alexander Gordeev · 11 years ago
  67. 7773351 ntb: Use pci_msix_vec_count() to obtain number of MSI-Xs by Alexander Gordeev · 11 years ago
  68. 53ca4fe NTB: Code Style Clean-up by Jon Mason · 11 years ago
  69. 403c63c NTB: client event cleanup by Jon Mason · 11 years ago
  70. 717e8e8 ntb: Fix leakage of ntb_device::msix_entries[] array by Alexander Gordeev · 11 years ago
  71. c8eee37 NTB: Fix typo in setting one translation register by Roland Dreier · 11 years ago
  72. e8bc2ebd ntb_netdev: Fix skb free issue in open by Jon Mason · 11 years ago
  73. fea903e ntb_netdev: Fix list_for_each_entry exit issue by Jon Mason · 11 years ago
  74. 0af9fb6 Merge tag 'fbdev-omap-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 11 years ago
  75. e5744ab Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 11 years ago
  76. c28c7a6 sxgbe: fix duplicate #include headers by Jean Sacren · 11 years ago
  77. c29aa15 Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  78. d06eb3e Xen: do hv callback accounting only on x86 by Arnd Bergmann · 11 years ago
  79. 2c5cb27 Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus-3.15 by David Vrabel · 11 years ago
  80. bbe24c6 [media] v4l: ti-vpe: retain v4l2_buffer flags for captured buffers by Archit Taneja · 11 years ago
  81. 5269fef [media] v4l: ti-vpe: Set correct field parameter for output and capture buffers by Archit Taneja · 11 years ago
  82. 7f4b046 cpufreq: create another field .flags in cpufreq_frequency_table by Viresh Kumar · 11 years ago
  83. 71508a1 cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table by Viresh Kumar · 11 years ago
  84. ae87f10 cpufreq: don't print value of .driver_data from core by Viresh Kumar · 11 years ago
  85. 1ea7d77 cpufreq: ia64: don't set .driver_data to index by Viresh Kumar · 11 years ago
  86. 92851f1 [media] v4l: ti-vpe: zero out reserved fields in try_fmt by Archit Taneja · 11 years ago
  87. 67fb87e [media] v4l: ti-vpe: Fix initial configuration queue data by Archit Taneja · 11 years ago
  88. b20902b [media] v4l: ti-vpe: Use correct bus_info name for the device in querycap by Archit Taneja · 11 years ago
  89. fca27a9 [media] v4l: ti-vpe: report correct capabilities in querycap by Archit Taneja · 11 years ago
  90. ce392fd [media] v4l: ti-vpe: Allow usage of smaller images by Archit Taneja · 11 years ago
  91. 772a7b7 [media] v4l: ti-vpe: Use video_device_release_empty by Archit Taneja · 11 years ago
  92. db47616 [media] v4l: ti-vpe: Make sure in job_ready that we have the needed number of dst_bufs by Archit Taneja · 11 years ago
  93. c9af5c1 [media] lgdt3305: include sleep functionality in lgdt3304_ops by Shuah Khan · 11 years ago
  94. f4fbb3c regulator: s5m8767: Fix carried over ena_gpio assignment by Krzysztof Kozlowski · 11 years ago
  95. aa81d5e [media] drx-j: use customise option correctly by Paul Bolle · 11 years ago
  96. 7d3c8e8 [media] m88rs2000: fix sparse static warnings by Malcolm Priestley · 11 years ago
  97. 534c921 [media] r820t: fix size and init values by Benjamin Larsson · 11 years ago
  98. 0692c69 cpufreq: powernv: Use cpufreq_frequency_table.driver_data to store pstate ids by Gautham R. Shenoy · 11 years ago
  99. b3d627a cpufreq: powernv: cpufreq driver for powernv platform by Vaidyanathan Srinivasan · 11 years ago
  100. 0ca9788 cpufreq: at32ap: don't declare local variable as static by Viresh Kumar · 11 years ago