1. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  2. 6da7bb1 drivers/rtc/rtc-at91rm9200.c: make IO endian agnostic by Ben Dooks · 10 years ago
  3. 94f9192 drivers/rtc/rtc-s5m.c: allow usage on device type different than main MFD type by Krzysztof Kozlowski · 10 years ago
  4. 1116334 oprofile: reduce mmap_sem hold for mm->exe_file by Davidlohr Bueso · 10 years ago
  5. 13f6b19 memstick: mspro_block: add missing curly braces by Dan Carpenter · 10 years ago
  6. 8f7d3f0 bfs: bfad_worker cleanup by Jiri Slaby · 10 years ago
  7. a737e83 rtc: use more standard kernel logging styles by Joe Perches · 10 years ago
  8. f539a8ac drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bit by Heiko Stübner · 10 years ago
  9. 492da68 drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() check by Krzysztof Kozlowski · 10 years ago
  10. 5d9094b drivers/rtc/rtc-omap.c: use module_platform_driver by Lokesh Vutla · 10 years ago
  11. 8608976 drivers/rtc/Kconfig: update Kconfig for OMAP RTC by Lokesh Vutla · 10 years ago
  12. 9c28bd0 drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after register writes by Lokesh Vutla · 10 years ago
  13. 202fe4c drivers/rtc/rtc-s3c.c: fix failed first read of RTC time by Krzysztof Kozlowski · 10 years ago
  14. 521fca1 rtc: hctosys: use function name in the error log by Aaro Koskinen · 10 years ago
  15. d0bddb5 drivers/rtc/interface.c: __rtc_read_time: reduce log level by Aaro Koskinen · 10 years ago
  16. 182683e drivers/rtc/class.c: initialize rtc name early by Aaro Koskinen · 10 years ago
  17. 5281f94 drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTC by Krzysztof Kozlowski · 10 years ago
  18. ba17220 rtc: driver for Conexant Digicolor CX92755 on-chip RTC by Baruch Siach · 10 years ago
  19. b3288a4 drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabled by Heiko Stuebner · 10 years ago
  20. d174a02 drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspend by Adam Ward · 10 years ago
  21. ae824c4 drivers/rtc/rtc-da9052.c: add constraints to set valid year by Adam Ward · 10 years ago
  22. 03cc162 drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning partially updated values by Adam Ward · 10 years ago
  23. 52ef84d drivers/rtc/rtc-ds1685.c: fix sparse warnings by Joshua Kinard · 10 years ago
  24. 269812d drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver by Joshua Kinard · 10 years ago
  25. ac2a2726 drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_config by Krzysztof Kozlowski · 10 years ago
  26. 24e1455 drivers/rtc/rtc-s3c.c: delete duplicate clock control by Chanwoo Choi · 10 years ago
  27. aed98b9 rtc: hctosys: do not treat lack of RTC device as error by Floris Bos · 10 years ago
  28. 86e6660 drivers/rtc/rtc-x1205.c: use sign_extend32() for sign extension by Martin Kepplinger · 10 years ago
  29. e706974 drivers/rtc/rtc-em3027.c: add device tree support by Peter Robinson · 10 years ago
  30. 7f48b21 rtc: stmp3xxx: use optional crystal in low power states by Uwe Kleine-König · 10 years ago
  31. b0c57b5 drivers/rtc/rtc-pcf8563.c: simplify return from function by Robert Kmiec · 10 years ago
  32. 512eb72 media: cxd2820r: use DIV_ROUND_CLOSEST_ULL() by Javi Merino · 10 years ago
  33. ee3c86f cpuidle: menu: use DIV_ROUND_CLOSEST_ULL() by Javi Merino · 10 years ago
  34. aa77620 clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL() by Javi Merino · 10 years ago
  35. f766093 kernel.h: implement DIV_ROUND_CLOSEST_ULL by Javi Merino · 10 years ago
  36. cdb1dc3 hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg() by Bartosz Golaszewski · 10 years ago
  37. 0f3721c hwmon: (lm85) use find_closest() in x_TO_REG() functions by Bartosz Golaszewski · 10 years ago
  38. d38df34 hwmon: (ina2xx) replace ina226_avg_bits() with find_closest() by Bartosz Golaszewski · 10 years ago
  39. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  40. a39ef1a Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  41. 7d69cff Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  42. 8fa6f49 Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 10 years ago
  43. 497a5df Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  44. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  45. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  46. e693d73 parisc: remove use of seq_printf return value by Joe Perches · 10 years ago
  47. c2f0b61 s390: remove use of seq_printf return value by Joe Perches · 10 years ago
  48. 4395eb1 rtc: remove use of seq_printf return value by Joe Perches · 10 years ago
  49. 9f6a240 power: wakeup: remove use of seq_printf return value by Joe Perches · 10 years ago
  50. 7975a9b drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value by Joel Stanley · 10 years ago
  51. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 10 years ago
  52. 946e879 paride: fix the "verbose" module param by Dan Carpenter · 10 years ago
  53. 201c7b7 zram: fix error return code by Julia Lawall · 10 years ago
  54. 8f7d282 zram: deprecate zram attrs sysfs nodes by Sergey Senozhatsky · 10 years ago
  55. 4f2109f zram: export new 'mm_stat' sysfs attrs by Sergey Senozhatsky · 10 years ago
  56. 2f6a3be zram: export new 'io_stat' sysfs attrs by Sergey Senozhatsky · 10 years ago
  57. 8811a94 zram: use generic start/end io accounting by Sergey Senozhatsky · 10 years ago
  58. c72c616 zram: move compact_store() to sysfs functions area by Sergey Senozhatsky · 10 years ago
  59. 10447b6 zram: remove `num_migrated' device attr by Sergey Senozhatsky · 10 years ago
  60. 4e3ba87 zram: support compaction by Minchan Kim · 10 years ago
  61. e7c8241 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 10 years ago
  62. d0a3997 Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  63. d613896 Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  64. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  65. aa4d861 block: loop: switch to VFS ITER_BVEC by Christoph Hellwig · 10 years ago
  66. d488d3a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  67. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  68. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  69. 0b97b03 xen/pci: Try harder to get PXM information for Xen by Ross Lagerwall · 10 years ago
  70. ccc9d90 xenbus_client: Extend interface to support multi-page ring by Wei Liu · 10 years ago
  71. bb0fd7a Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  72. bdfa54d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  73. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  74. 8691c13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  75. c3a416a Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  76. 8c194f3 Merge tag 'vfio-v4.1-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  77. 07e492e Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  78. b240452 Merge tag 'backlight-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 10 years ago
  79. f0c1bc9 Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  80. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  81. 11d8336 mm, mempool: do not allow atomic resizing by David Rientjes · 10 years ago
  82. 53d85c9 cleancache: forbid overriding cleancache_ops by Vladimir Davydov · 10 years ago
  83. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 10 years ago
  84. 30467e0 mm, hotplug: fix concurrent memory hot-add deadlock by David Rientjes · 10 years ago
  85. 19c07d5 memory hotplug: use macro to switch between section and pfn by Sheng Yong · 10 years ago
  86. f4f88c6 fm10k: Bump driver version to 0.15.2 by Jeff Kirsher · 10 years ago
  87. b32d15b fm10k: corrected VF multicast update by Jeff Kirsher · 10 years ago
  88. da61b36 fm10k: mbx_update_max_size does not drop all oversized messages by Jeff Kirsher · 10 years ago
  89. 78288e3 fm10k: reset head instead of calling update_max_size by Jeff Kirsher · 10 years ago
  90. 750c607 fm10k: renamed mbx_tx_dropped to mbx_tx_oversized by Jeff Kirsher · 10 years ago
  91. a7731cc fm10k: update xcast mode before synchronizing multicast addresses by Jeff Kirsher · 10 years ago
  92. 54b3c9c fm10k: start service timer on probe by Jeff Kirsher · 10 years ago
  93. 4185756 fm10k: fix function header comment by Jeff Kirsher · 10 years ago
  94. ada2411 fm10k: comment next_vf_mbx flow by Jeff Kirsher · 10 years ago
  95. 9de15bd fm10k: don't handle mailbox events in iov_event path and always process mailbox by Jeff Kirsher · 10 years ago
  96. b382bb1 fm10k: use separate workqueue for fm10k driver by Jeff Kirsher · 10 years ago
  97. ded8b20 fm10k: Set PF queues to unlimited bandwidth during virtualization by Jeff Kirsher · 10 years ago
  98. e05546e fm10k: expose tx_timeout_count as an ethtool stat by Jeff Kirsher · 10 years ago
  99. 10df06f fm10k: only increment tx_timeout_count in Tx hang path by Jeff Kirsher · 10 years ago
  100. 5deaf50 fm10k: remove extraneous "Reset interface" message by Jeff Kirsher · 10 years ago