1. dc5ae4f gpio: adp5588-gpio: add i2c forward declaration by Michael Hennerich · 14 years ago
  2. 9ef8c8c gpio: adp5588-gpio: gpio_start must be signed by Michael Hennerich · 14 years ago
  3. 459773a gpio: adp5588-gpio: support interrupt controller by Michael Hennerich · 14 years ago
  4. ead6db08 gpio: add support for 74x164 serial-in/parallel-out 8-bit shift register by Miguel Gaio · 14 years ago
  5. 76d800a gpio: timbgpio: use a copy of the IER register to avoid it being trashed by Tomas Hallenberg · 14 years ago
  6. 09cd952 gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h by Anton Vorontsov · 14 years ago
  7. aeec56e gpio: add driver for basic memory-mapped GPIO controllers by Anton Vorontsov · 14 years ago
  8. d0f744c drivers/rtc/rtc-jz4740.c: add alarm function by Paul Cercueil · 14 years ago
  9. f46418c drivers/rtc/rtc-ds3232.c: add alarm function by Lan Chunhe-B25806 · 14 years ago
  10. 5b3ffdd rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime() by Kukjin Kim · 14 years ago
  11. e1df962 rtc: rtc-s3c: fix RTC initialization method by Changhwan Youn · 14 years ago
  12. 30ffc40 rtc: rtc-s3c: Fix debug message format on RTC by Kukjin Kim · 14 years ago
  13. e6eb524 rtc: rtc-s3c: fix on support RTC Alarm by Changhwan Youn · 14 years ago
  14. dd061d1 rtc: rtc-s3c: fix setting missing field of getalarm by Changhwan Youn · 14 years ago
  15. f61ae67 rtc: rtc-s3c: fix access unit from byte to word on RTCCON by Changhwan Youn · 14 years ago
  16. fa5b078 rtc: omap: let device wakeup capability be configured from chip init logic by Sekhar Nori · 14 years ago
  17. 59cca86 drivers/rtc/class.c: fix device_register() error handling by Vasiliy Kulikov · 14 years ago
  18. d7c7ef9 rtc-bfin: add debug markers to suspend/resume paths by Mike Frysinger · 14 years ago
  19. 286f9f9 rtc-bfin: shrink/optimize interrupt handler a bit by Mike Frysinger · 14 years ago
  20. 9aa449b rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoC by Kevin Wells · 14 years ago
  21. 1e0ad28 drivers/char/vt_ioctl.c: fix VT_OPENQRY error value by Graham Gower · 14 years ago
  22. 8881cdc dmi: log board, system, and BIOS information by Bjorn Helgaas · 14 years ago
  23. d31eb51 tile: enable ARCH_DMA_ADDR_T_64BIT by FUJITA Tomonori · 14 years ago
  24. 2027394 mm: fix race in kunmap_atomic() by Peter Zijlstra · 14 years ago
  25. a8e23a2 mm,x86: fix kmap_atomic_push vs ioremap_32.c by Peter Zijlstra · 14 years ago
  26. 12ba8d1 fix braino in fs: do not assign default i_ino in new_inode by Al Viro · 14 years ago
  27. c48c43e Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  28. 520045d Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  29. 135cba0 vmwgfx: Implement a proper GMR eviction mechanism by Thomas Hellstrom · 14 years ago
  30. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  31. 9e5fca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  32. 8f895da drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2 by Alex Deucher · 14 years ago
  33. 56083ab docbook: add idr/ida to kernel-api docbook by Randy Dunlap · 14 years ago
  34. ee2f154 docbook: add more wait/wake/completion to device-drivers docbook by Randy Dunlap · 14 years ago
  35. 003bb8a documentation: update sysrq.txt magic sysrq keys by Randy Dunlap · 14 years ago
  36. d2d8f66 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  37. 474829e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  38. 27afe58 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  39. 7eb901e Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6 by Linus Torvalds · 14 years ago
  40. e404f91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  41. 18a043f Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  42. 31453a9 Merge branch 'akpm-incoming-1' by Linus Torvalds · 14 years ago
  43. 93ed0e2 scripts/checkpatch.pl: add check for declaration of pci_device_id by Joe Perches · 14 years ago
  44. cb710ec scripts/checkpatch.pl: add warnings for static char that could be static const char by Joe Perches · 14 years ago
  45. 267ad8f checkpatch: version 0.31 by Andy Whitcroft · 14 years ago
  46. 01464f3 checkpatch: statement/block context analyser should look at sanitised lines by Andy Whitcroft · 14 years ago
  47. 3cbf62d checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar by Andy Whitcroft · 14 years ago
  48. 5eaa20b checkpatch: clean up structure definition macro handline by Andy Whitcroft · 14 years ago
  49. 015830b checkpatch: update copyright dates by Andy Whitcroft · 14 years ago
  50. 03f1df7 checkpatch: Add additional attribute #defines by Joe Perches · 14 years ago
  51. 3bf9a00 checkpatch: check for incorrect permissions by Rabin Vincent · 14 years ago
  52. 9fe287d7 checkpatch: ensure kconfig help checks only apply when we are adding help by Andy Whitcroft · 14 years ago
  53. 0c73b4e checkpatch: simplify and consolidate "missing space after" checks by Andy Whitcroft · 14 years ago
  54. 8cf6de7 checkpatch: add check for space after struct, union, and enum by Andy Whitcroft · 14 years ago
  55. 53a3c44 checkpatch: returning errno typically should be negative by Andy Whitcroft · 14 years ago
  56. 9446ef5 checkpatch: handle casts better fixing false categorisation of : as binary by Andy Whitcroft · 14 years ago
  57. fb2d2c1 checkpatch: ensure we do not collapse bracketed sections into constants by Andy Whitcroft · 14 years ago
  58. d2c0a23 checkpatch: suggest cleanpatch and cleanfile when appropriate by Andy Whitcroft · 14 years ago
  59. e91b6e2 checkpatch: types may sit on a line on their own by Andy Whitcroft · 14 years ago
  60. 6b4c5be checkpatch: fix regressions in "fix handling of leading spaces" by Andy Whitcroft · 14 years ago
  61. 658716d div64_u64(): improve precision on 32bit platforms by Brian Behlendorf · 14 years ago
  62. 5d051de lib/parser: cleanup match_number() by Namhyung Kim · 14 years ago
  63. ea00c30 percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr() by Christoph Lameter · 14 years ago
  64. 041b78f lib/list_sort: test: check element addresses by Artem Bityutskiy · 14 years ago
  65. 014afa9 lib/list_sort: test: unify test messages by Artem Bityutskiy · 14 years ago
  66. f3dc0e3 lib/list_sort: test: improve errors handling by Artem Bityutskiy · 14 years ago
  67. eeee9eb lib/list_sort: test: use generic random32 by Artem Bityutskiy · 14 years ago
  68. bb2ab10 lib/list_sort: test: use more reasonable printk levels by Artem Bityutskiy · 14 years ago
  69. 6d411e6 lib/Kconfig.debug: add list_sort debugging switch by Artem Bityutskiy · 14 years ago
  70. e2852ae percpu_counter: add debugobj support by Tejun Heo · 14 years ago
  71. 066a9be idr: fix idr_pre_get() locking description by Naohiro Aota · 14 years ago
  72. 66f1991 lib/bitmap.c: use hex_to_bin() by Andy Shevchenko · 14 years ago
  73. 1fa7e54 MAINTAINERS: use "T: git" and whitespace trivia by Joe Perches · 14 years ago
  74. be8c268 MAINTAINERS: remove USB ZC0301 DRIVER by Joe Perches · 14 years ago
  75. cefea79 MAINTAINERS: remove USB OV511 DRIVER by Joe Perches · 14 years ago
  76. f996231 MAINTAINERS: merge s3c6400 and 6410 to 64xx by Joe Perches · 14 years ago
  77. 8574353 MAINTAINERS: merge s3c-244x sections by Joe Perches · 14 years ago
  78. 838553c MAINTAINERS: merge imote2 and stargate by Joe Perches · 14 years ago
  79. ec15408 MAINTAINERS: fix Colibri PXA270 file pattern by Joe Perches · 14 years ago
  80. fae9920 scripts/get_maintainer.pl: don't deduplicate unnamed addresses ie: mailing lists by Joe Perches · 14 years ago
  81. b9e2331 scripts/get_maintainer.pl: use mailmap in name deduplication and other updates by Joe Perches · 14 years ago
  82. 47abc72 scripts/get_maintainer.pl: correct indentation in a few places by Joe Perches · 14 years ago
  83. 7fa8ff2 scripts/get_maintainer.pl: fix mailmap handling by Florian Mickler · 14 years ago
  84. 6ef1c52 scripts/get_maintainer.pl: use case insensitive name de-duplication by Joe Perches · 14 years ago
  85. 683c6f8 scripts/get_maintainer.pl: improve --interactive UI by Joe Perches · 14 years ago
  86. dace8e3 scripts/get_maintainer.pl: add interactive mode by Florian Mickler · 14 years ago
  87. bcde44e scripts/get_maintainer.pl: use .get_maintainer.conf from . then $HOME then scripts by Joe Perches · 14 years ago
  88. e3e9d11 scripts/get_maintainer.pl: add default --git-fallback, remove default --git by Joe Perches · 14 years ago
  89. fab9ed1 scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emails by Joe Perches · 14 years ago
  90. 6ffd948 scripts/get_maintainer.pl: use correct indentation by Joe Perches · 14 years ago
  91. 63ab52d scripts/get_maintainer.pl: Add --git-blame --rolestats "Authored lines" information by Joe Perches · 14 years ago
  92. b903c0b lib: fix scnprintf() if @size is == 0 by Changli Gao · 14 years ago
  93. 5e05798 vsprintf.c: use default pointer field size for "(null)" strings by Joe Perches · 14 years ago
  94. 77006a0 ratelimit: add comment warning people off printk_ratelimit() by Andrew Morton · 14 years ago
  95. f5d87d8 printk: declare printk_ratelimit_state in ratelimit.h by Namhyung Kim · 14 years ago
  96. 674dff6 printk: change type of 'boot_delay' to int * by Namhyung Kim · 14 years ago
  97. 8155c02 printk: add lock context annotation by Namhyung Kim · 14 years ago
  98. 6c095ef printk: fixup declaration of kmsg_reasons by Namhyung Kim · 14 years ago
  99. 5f2365d misc devices: do not enable by default by Borislav Petkov · 14 years ago
  100. 766f916 kernel: remove PF_FLUSHER by Peter Zijlstra · 14 years ago