1. 04db4d2 checkpatch: complain about executable files by Joe Perches · 11 years ago
  2. a6962d7 checkpatch: Prefer seq_puts to seq_printf by Joe Perches · 11 years ago
  3. 972fdea checkpatch: add check for reuse of krealloc arg by Joe Perches · 11 years ago
  4. 2e0fb40 lib, net: make isodigit() public and use it by Andy Shevchenko · 11 years ago
  5. 095d141 argv_split(): teach it to handle mutable strings by Oleg Nesterov · 11 years ago
  6. 30493cc lib/int_sqrt.c: optimize square root algorithm by Davidlohr Bueso · 11 years ago
  7. 4d22f8c drivers/video/backlight/tps65217_bl.c add default brightness value option by Matus Ujhelyi · 11 years ago
  8. 17e45db Documentation: add missing documentation for tps65217-bl device tree binding by Matus Ujhelyi · 11 years ago
  9. 4add066 backlight: lp855x: add a device tree structure by Kim, Milo · 11 years ago
  10. c365e59 backlight: lp855x: remove duplicate platform data by Kim, Milo · 11 years ago
  11. 98e35be backlight: lp855x: fix initial brightness type by Kim, Milo · 11 years ago
  12. 0b81857 backlight: lp855x: move backlight mode platform data by Kim, Milo · 11 years ago
  13. 600ffd3 backlight: lp855x: convert a type of device name by Kim, Milo · 11 years ago
  14. eb39ad2 backlight: vgg2432a4: convert vgg2432a4_driver to dev_pm_ops by Jingoo Han · 11 years ago
  15. 1dde37d backlight: tosa: convert tosa to dev_pm_ops by Jingoo Han · 11 years ago
  16. 07cac9d backlight: omap1: convert omapbl to dev_pm_ops by Jingoo Han · 11 years ago
  17. 46e1915 drivers/video/backlight/platform_lcd.c: introduce probe callback by Andrew Bresticker · 11 years ago
  18. 40d88fc backlight: ili922x: use spi_set_drvdata() by Jingoo Han · 11 years ago
  19. 5a24b01 backlight: ili9320: use spi_set_drvdata() by Jingoo Han · 11 years ago
  20. 59eb2b5 drivers/video/backlight/as3711_bl.c: add OF support by Guennadi Liakhovetski · 11 years ago
  21. 514f920 drivers/video/backlight/adp8870_bl.c: fix error return code in adp8870_led_probe() by Wei Yongjun · 11 years ago
  22. 84eba9e drivers/video/backlight/adp8860_bl.c: fix error return code in adp8860_led_probe() by Wei Yongjun · 11 years ago
  23. 6a7aeb1 drivers/video/backlight/lp855x_bl.c: use PAGE_SIZE for the sysfs read operation by Kim, Milo · 11 years ago
  24. d1720b5 backlight: da903x_bl: use BL_CORE_SUSPENDRESUME option by Jingoo Han · 11 years ago
  25. 4cfbfa9 video: backlight: add ili922x lcd driver by Stefano Babic · 11 years ago
  26. 359177e0 drivers/video/backlight/adp5520_bl.c: fix compiler warning in adp5520_show() by Devendra Naga · 11 years ago
  27. d50d1dd drivers/video/backlight/Kconfig: fix typo "MACH_SAM9...EK" three times by Paul Bolle · 11 years ago
  28. 3e14e68 backlight: tdo24m: convert tdo24m to dev_pm_ops by Jingoo Han · 11 years ago
  29. a71ed77 backlight: ltv350qv: convert ltv350qv to dev_pm_ops by Jingoo Han · 11 years ago
  30. 5a3778e backlight: locomolcd: convert locomolcd to dev_pm_ops by Jingoo Han · 11 years ago
  31. b079296 backlight: lm3533_bl: convert lm3533_bl to dev_pm_ops by Jingoo Han · 11 years ago
  32. f10a46c backlight: kb3886_bl: convert kb3886bl to dev_pm_ops by Jingoo Han · 11 years ago
  33. b55bb78 backlight: hp680_bl: convert hp680bl to dev_pm_ops by Jingoo Han · 11 years ago
  34. d7696aa backlight: ep93xx: convert ep93xx to dev_pm_ops by Jingoo Han · 11 years ago
  35. bb07471 backlight: corgi_lcd: convert corgi_lcd to dev_pm_ops by Jingoo Han · 11 years ago
  36. 3cd4291 backlight: adp8870: convert adp8870 to dev_pm_ops by Jingoo Han · 11 years ago
  37. cf108b5 backlight: adp8860: convert adp8860 to dev_pm_ops by Jingoo Han · 11 years ago
  38. 14c1b77 backlight: adp5520: convert adp5520_bl to dev_pm_ops by Jingoo Han · 11 years ago
  39. d50d7ac backlight: s6e63m0: convert s6e63m0 to dev_pm_ops by Jingoo Han · 11 years ago
  40. 26cd2a44 backlight: lms501kf03: convert lms501kf03 to dev_pm_ops by Jingoo Han · 11 years ago
  41. eba3bfb backlight: ld9040: convert ld9040 to dev_pm_ops by Jingoo Han · 11 years ago
  42. ef73e63 drivers/video/backlight/l4f00242t03.c: check return value of regulator_enable() by Jingoo Han · 11 years ago
  43. 8541b82 drivers/video/backlight/adp8870_bl.c: add missing braces by Jingoo Han · 11 years ago
  44. 8ab5aa6 drivers/video/backlight/generic_bl.c: use dev_info() instead of pr_info() by Jingoo Han · 11 years ago
  45. 8e1274a drivers/video/backlight/omap1_bl.c: use dev_info() instead of pr_info() by Jingoo Han · 11 years ago
  46. b2dcd7b drivers/video/backlight/jornada720_*.c: use dev_err()/dev_info() instead of pr_err()/pr_info() by Jingoo Han · 11 years ago
  47. 9703542 drivers/video/backlight/lp855x_bl.c: fix compiler warning in lp855x_probe by Devendra Naga · 11 years ago
  48. ee69c8a drivers/video/backlight/atmel-pwm-bl.c: add __init annotation by Jingoo Han · 11 years ago
  49. 6ea0b2f drivers/video/backlight/atmel-pwm-bl.c: use module_platform_driver_probe() by Jingoo Han · 11 years ago
  50. cb1fbb8 drivers/video/backlight/ep93xx_bl.c: remove incorrect __init annotation by Jingoo Han · 11 years ago
  51. 1d80d0f drivers/video/backlight/platform_lcd.c: remove unnecessary ifdefs by Jingoo Han · 11 years ago
  52. ba3601a drivers/video/backlight/ams369fg06.c: convert ams369fg06 to dev_pm_ops by Jingoo Han · 11 years ago
  53. a16b945 MAINTAINERS: Petko has moved by Petko Manolov · 11 years ago
  54. c547146 MAINTAINERS: i8k driver is orphan by Jean Delvare · 11 years ago
  55. bbbe96e get_maintainer: use filename-only regex match for Tegra by Stephen Warren · 11 years ago
  56. 0a28531 printk: fix failure to return error in devkmsg_poll() by Nicolas Kaiser · 11 years ago
  57. 1b2c289 include/linux/printk.h: include stdarg.h by Andrew Morton · 11 years ago
  58. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 11 years ago
  59. 07c65f4 printk/tracing: rework console tracing by zhangwei(Jovi) · 11 years ago
  60. 2fb0815 gcc4: disable __compiletime_object_size for GCC 4.6+ by Guenter Roeck · 11 years ago
  61. 657eee7 media: coda: use genalloc API by Philipp Zabel · 11 years ago
  62. 4984c6f misc: generic on-chip SRAM allocation driver by Philipp Zabel · 11 years ago
  63. 9375db0 genalloc: add devres support, allow to find a managed pool by device by Philipp Zabel · 11 years ago
  64. 3119b48 drivers/rpmsg/virtio_rpmsg_bus.c: fix error return code in rpmsg_probe() by Wei Yongjun · 11 years ago
  65. ca0dde9 memcg: take reference before releasing rcu_read_lock by Li Zefan · 11 years ago
  66. ebff7d8 mem hotunplug: fix kfree() of bootmem memory by Yasuaki Ishimatsu · 11 years ago
  67. 9ca24e2 mmKconfig: add an option to disable bounce by Vinayak Menon · 11 years ago
  68. b476e29 mm, nobootmem: do memset() after memblock_reserve() by Joonsoo Kim · 11 years ago
  69. b4def35 mm, nobootmem: clean-up of free_low_memory_core_early() by Joonsoo Kim · 11 years ago
  70. e760040 fs/buffer.c: remove unnecessary init operation after allocating buffer_head. by majianpeng · 11 years ago
  71. 3464046 numa, cpu hotplug: change links of CPU and node when changing node number by onlining CPU by Yasuaki Ishimatsu · 11 years ago
  72. 349daa0 mm: fix memory_hotplug.c printk format warning by Randy Dunlap · 11 years ago
  73. 0cdc444 mm: swap: mark swap pages writeback before queueing for direct IO by Mel Gorman · 11 years ago
  74. 2d30d31 swap: redirty page if page write fails on swap file by Jerome Marchand · 11 years ago
  75. 465adcf mm, memcg: give exiting processes access to memory reserves by David Rientjes · 11 years ago
  76. 5918d10 thp: fix huge zero page logic for page with pfn == 0 by Kirill A. Shutemov · 11 years ago
  77. fd0ccaf memcg: avoid accessing memcg after releasing reference by Li Zefan · 11 years ago
  78. 865ffef3 fs: fix fsync() error reporting by Dmitry Monakhov · 11 years ago
  79. 209ff86 memblock: fix missing comment of memblock_insert_region() by Tang Chen · 11 years ago
  80. 6056d61 mm: Remove unused parameter of pages_correctly_reserved() by Tang Chen · 11 years ago
  81. 7a6f93b firmware, memmap: fix firmware_map_entry leak by Yasuaki Ishimatsu · 11 years ago
  82. 40f4b1e mm/vmstat: add note on safety of drain_zonestat by Cody P Schafer · 11 years ago
  83. 5bc7b8a mm: thp: add split tail pages to shrink page list in page reclaim by Shaohua Li · 11 years ago
  84. 1eec670 mm: allow for outstanding swap writeback accounting by Seth Jennings · 11 years ago
  85. 2f772e6 mm: break up swap_writepage() for frontswap backends by Seth Jennings · 11 years ago
  86. e8420a8 mm/mmap: check for RLIMIT_AS before unmapping by Cyril Hrubis · 11 years ago
  87. 70ddf63 memcg: add memory.pressure_level events by Anton Vorontsov · 11 years ago
  88. 84d96d8 mm: madvise: complete input validation before taking lock by Rasmus Villemoes · 11 years ago
  89. 4edd7ce mm, hotplug: avoid compiling memory hotremove functions when disabled by David Rientjes · 11 years ago
  90. fe74ebb mm: change __remove_pages() to call release_mem_region_adjustable() by Toshi Kani · 11 years ago
  91. 825f787 resource: add release_mem_region_adjustable() by Toshi Kani · 11 years ago
  92. ae8e3a9 resource: add __adjust_resource() for internal use by Toshi Kani · 11 years ago
  93. c73e5c9 mm: rewrite the comment over migrate_pages() more comprehensibly by Srivatsa S. Bhat · 11 years ago
  94. 52f3762 THP: fix comment about memory barrier by Minchan Kim · 11 years ago
  95. f1cb087 mm: remove CONFIG_HOTPLUG ifdefs by Yijing Wang · 11 years ago
  96. 573b400 mm/memcontrol.c: remove unnecessary ; by Michel Lespinasse · 11 years ago
  97. 1640879 mm: reinititalise user and admin reserves if memory is added or removed by Andrew Shewmaker · 11 years ago
  98. 4eeab4f mm: replace hardcoded 3% with admin_reserve_pages knob by Andrew Shewmaker · 11 years ago
  99. c9b1d09 mm: limit growth of 3% hardcoded other user reserve by Andrew Shewmaker · 11 years ago
  100. d8f10cb kernel/cpuset.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago