1. 22c87d6 rtc: rtc-bfin: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  2. 0e3dee0 rtc: rtc-au1xxx: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  3. 61cc483 rtc: rtc-at91sam9: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  4. 3d772d3 rtc: rtc-at91rm9200: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  5. 46aee0c rtc: rtc-at32ap700x: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  6. 431296a rtc: rtc-ab8500: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  7. 0ffb0c0 rtc: rtc-ab3100: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  8. 90da0c0 rtc: rtc-88pm860x: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  9. 66e3f10 drivers/rtc/rtc-x1205.c: fix checkpatch issues by Sachin Kamat · 11 years ago
  10. 0218bcf drivers/rtc/rtc-vr41xx.c: fix spacing issues by Sachin Kamat · 11 years ago
  11. de2edf3 drivers/rtc/rtc-v3020.c: fix spacing issues by Sachin Kamat · 11 years ago
  12. 675090f drivers/rtc/rtc-rs5c313.c: fix spacing related issues by Sachin Kamat · 11 years ago
  13. 91b80e4 drivers/rtc/rtc-rs5c313.c: include <linux/io.h> instead of <asm/io.h> by Sachin Kamat · 11 years ago
  14. d1bda80 drivers/rtc/rtc-pcf8583.c: move assignment outside if condition by Sachin Kamat · 11 years ago
  15. 369015f drivers/rtc/rtc-pcf2123.c: remove space before tabs by Sachin Kamat · 11 years ago
  16. 4b30c9f drivers/rtc/rtc-omap.c: include <linux/io.h> instead of <asm/io.h> by Sachin Kamat · 11 years ago
  17. 4a8282d drivers/rtc/rtc-mxc.c: fix checkpatch error by Sachin Kamat · 11 years ago
  18. 2600f71 drivers/rtc/rtc-msm6242.c: use pr_warn by Sachin Kamat · 11 years ago
  19. 07d27f2 drivers/rtc/rtc-mpc5121.c: remove space before tab by Sachin Kamat · 11 years ago
  20. f887a9d drivers/rtc/rtc-max8997.c: remove space before semicolon by Sachin Kamat · 11 years ago
  21. cdf5f4a drivers/rtc/rtc-max77686.c: remove space before semicolon by Sachin Kamat · 11 years ago
  22. 83246a1 drivers/rtc/rtc-max6902.c: remove unwanted spaces by Sachin Kamat · 11 years ago
  23. e46527d drivers/rtc/rtc-m41t80.c: fix spacing related issue by Sachin Kamat · 11 years ago
  24. c865e92 drivers/rtc/rtc-fm3130.c: fix whitespace related issue by Sachin Kamat · 11 years ago
  25. 97dd896 drivers/rtc/rtc-ds3234.c: fix whitespace issue by Sachin Kamat · 11 years ago
  26. 7b2f005 drivers/rtc/rtc-ds1511.c: fix issues related to spaces and braces by Sachin Kamat · 11 years ago
  27. adc7b9b drivers/rtc/rtc-ds1374.c: fix spacing related issues by Sachin Kamat · 11 years ago
  28. 465008f drivers/rtc/rtc-ds1305.c: add missing braces around sizeof by Sachin Kamat · 11 years ago
  29. 48c4818 drivers/rtc/rtc-davinci.c: fix whitespace warning by Sachin Kamat · 11 years ago
  30. 5e8599d drivers/rtc/rtc-cmos.c: fix whitespace related errors by Sachin Kamat · 11 years ago
  31. 8ecc0bf drivers/rtc/rtc-at91rm9200.c: include <linux/uaccess.h> by Sachin Kamat · 11 years ago
  32. 365c411 drivers/rtc/rtc-at32ap700x.c: fix checkpatch error by Sachin Kamat · 11 years ago
  33. 3ff2e13 drivers/rtc/interface.c: fix checkpatch errors by Sachin Kamat · 11 years ago
  34. d8d5290 drivers/rtc/rtc-v3020.c: remove redundant goto by Sachin Kamat · 11 years ago
  35. ce0b348 rtc: rtc-88pm80x: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  36. 10fb46d kprobes: handle empty/invalid input to debugfs "enabled" file by Mathias Krause · 11 years ago
  37. ca75b4d8 insert missing space in printk line of root_delay by Toralf Förster · 11 years ago
  38. ff1c8fa init: remove permanent string buffer from do_one_initcall() by Steven Rostedt · 11 years ago
  39. 351b2a1 checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit> by Joe Perches · 11 years ago
  40. 7d0b659 checkpatch: allow longer logging function names by Jacob Keller · 11 years ago
  41. 3445686 checkpatch: ignore existing CamelCase uses from include/... by Joe Perches · 11 years ago
  42. 22735ce checkpatch: ignore SI unit CamelCase variants like "_uV" by Joe Perches · 11 years ago
  43. 786b632 checkpatch: move test for space before semicolon after operator spacing by Joe Perches · 11 years ago
  44. 3705ce5 checkpatch: create an EXPERIMENTAL --fix option to correct patches by Joe Perches · 11 years ago
  45. 23f780c checkpatch: improve "no space after cast" test by Joe Perches · 11 years ago
  46. 179f8f4 checkpatch: add a --strict test for comparison to true/false by Joe Perches · 11 years ago
  47. 77b9a53 checkpatch: don't warn on blank lines before/after braces as often by Joe Perches · 11 years ago
  48. c4a62ef checkpatch: add a placeholder to check blank lines before declarations by Joe Perches · 11 years ago
  49. 3cc4b1c checkpatch: reduce false positive rate of "complex macros" by Joe Perches · 11 years ago
  50. 9d7a34a checkpatch: warn on comparisons to get_jiffies_64() by Joe Perches · 11 years ago
  51. 36ec193 checkpatch: warn on comparisons to jiffies by Joe Perches · 11 years ago
  52. a605e32 checkpatch: warn when networking block comment lines don't start with * by Joe Perches · 11 years ago
  53. fdb4bcd checkpatch: improve network block comment test and message by Joe Perches · 11 years ago
  54. 807bd26 checkpatch: remove quote from CamelCase test by Joe Perches · 11 years ago
  55. a640d25 checkpatch: add --strict preference for p = kmalloc(sizeof(*p)... by Joe Perches · 11 years ago
  56. 95e2c60 checkpatch: warn when using gcc's binary constant ("0b") extension by Joe Perches · 11 years ago
  57. be79794 checkpatch: change CamelCase test and make it --strict by Joe Perches · 11 years ago
  58. 64df307 lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spinlock by Fan Du · 11 years ago
  59. 5cb0656 ipw2200: convert __list_for_each usage to list_for_each by Dave Jones · 11 years ago
  60. a956810 radeon: remove redundant __list_for_each definition from mkregtable.c by Dave Jones · 11 years ago
  61. 3601792 backlight: convert from legacy pm ops to dev_pm_ops by Shuah Khan · 11 years ago
  62. 6212de8 MAINTAINERS: add Backlight subsystem co-maintainer by Jingoo Han · 11 years ago
  63. 1d0c48e lcd: add devm_lcd_device_{register,unregister}() by Jingoo Han · 11 years ago
  64. 8318fde4 backlight: add devm_backlight_device_{register,unregister}() by Jingoo Han · 11 years ago
  65. 9ed3936 backlight: pcf50633: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  66. 85f7f22 backlight: lp8788: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  67. 6a7c02f backlight: ep93xx: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  68. 29603af backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  69. f7269cf MAINTAINERS: fix tape driver file mappings by Jean Delvare · 11 years ago
  70. a7d0dab drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option() by Dimitri Sivanich · 11 years ago
  71. 48a9db4 drivers/dma: remove unused support for MEMSET operations by Bartlomiej Zolnierkiewicz · 11 years ago
  72. dcf6d29 drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard by Jani Nikula · 11 years ago
  73. e5614f0 drm/i915: quirk away phantom LVDS on Intel's D510MO mainboard by Chris Wilson · 11 years ago
  74. 5017b28 dmi: add support for exact DMI matches in addition to substring matching by Jani Nikula · 11 years ago
  75. 45c6494 kernel/sys.c:do_sysinfo(): use get_monotonic_boottime() by Oleg Nesterov · 11 years ago
  76. 7ec75e1 kernel/sys.c: sys_reboot(): fix malformed panic message by liguang · 11 years ago
  77. b58d977 dump_stack: serialize the output from dump_stack() by Alex Thorlton · 11 years ago
  78. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  79. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  80. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  81. 096a8aa clean up scary strncpy(dst, src, strlen(src)) uses by Kees Cook · 11 years ago
  82. e7152b9 err.h: IS_ERR() can accept __user pointers by Dan Carpenter · 11 years ago
  83. 98bd8d0 arch/frv/kernel/setup.c: use strncmp() instead of memcmp() by Chen Gang · 11 years ago
  84. 760033c arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf() by Chen Gang · 11 years ago
  85. 519ebea mm: memcontrol: factor out reclaim iterator loading and updating by Johannes Weiner · 11 years ago
  86. 0f2d4a8 mm, vmalloc: use clamp() to simplify code by Zhang Yanfei · 11 years ago
  87. f6d4800 mm, vmalloc: remove insert_vmalloc_vm() by Zhang Yanfei · 11 years ago
  88. 3645cb4 mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm() by Zhang Yanfei · 11 years ago
  89. d82b1d8 mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node() by Zhang Yanfei · 11 years ago
  90. 543cc11 documentation: document the is_dirty_writeback aops callback by Mel Gorman · 11 years ago
  91. 26c0c5b documentation: update address_space_operations by Mel Gorman · 11 years ago
  92. 55878e8 sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2 by Cody P Schafer · 11 years ago
  93. b26a3df mm/unicore32: fix stale comment about VALID_PAGE() by Jiang Liu · 11 years ago
  94. 924b387 mm/microblaze: clean up unused VALID_PAGE() by Jiang Liu · 11 years ago
  95. 35fa075 mm/CRIS: clean up unused VALID_PAGE() by Jiang Liu · 11 years ago
  96. 5b84de3 mm/ARM: fix stale comment about VALID_PAGE() by Jiang Liu · 11 years ago
  97. 922c1df mm/ALPHA: clean up unused VALID_PAGE() by Jiang Liu · 11 years ago
  98. 3e548a9 mm/m68k: fix build warning of unused variable by Jiang Liu · 11 years ago
  99. 2fb1cd5 mm/alpha: unify mem_init() for both UMA and NUMA architectures by Jiang Liu · 11 years ago
  100. e1280be mm: kill free_all_bootmem_node() by Jiang Liu · 11 years ago