1. 07983f0 documentation: update header file paths by Randy Dunlap · 16 years ago
  2. d3635ab rapidio: remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  3. d78dd07 docs: document how to write @varargs in kernel-doc by Randy Dunlap · 16 years ago
  4. bd4207c kmod: fix varargs kernel-doc by Randy Dunlap · 16 years ago
  5. d6b5484 minix: fix add link's wrong position calculation by Evgeniy Dushistov · 16 years ago
  6. 4fb6de2 fbdev/logo: check compatibility of main and extra logos by Geert Uytterhoeven · 16 years ago
  7. c00b1b7 sm501: unsigned ptr cannot be negative by roel kluin · 16 years ago
  8. fd00205 intelfb: fix sparse warnings by Hannes Eder · 16 years ago
  9. 4fa34cd0 i810: fix sparse warnings by Hannes Eder · 16 years ago
  10. 27ec937 neofb: fix sparse warnings by Hannes Eder · 16 years ago
  11. 7654532 pm3fb: fix sparse warning by Hannes Eder · 16 years ago
  12. 2899bb0 viafb: fix sparse warnings by Hannes Eder · 16 years ago
  13. 6875145 nvidia: fix sparse warnings by Hannes Eder · 16 years ago
  14. 6405141 gbefb: unsigned var->pixclock cannot be less than 0 by roel kluin · 16 years ago
  15. 08cc634 fb: carminefb: trivial annotation packing color register by Harvey Harrison · 16 years ago
  16. 729f77b blackfin: remove __FUNCTION__ in video driver by Harvey Harrison · 16 years ago
  17. 3efbb98 fbdev: fix typo in drivers/video/modedb.c by Jiri Moravec · 16 years ago
  18. 3c36aa5 pci: use pci_ioremap_bar() in drivers/video by Arjan van de Ven · 16 years ago
  19. ab5dc37 gpio: pca953x handles more chips, i2c fault codes by David Brownell · 16 years ago
  20. cabb3fc twl4030-gpio: cleanup debounce by David Brownell · 16 years ago
  21. ba6c403 drivers/rtc: correct an error test by Julia Lawall · 16 years ago
  22. defb451 rtc: driver for Marvell's SoCs 88F6281 and 88F6192 by Saeed Bishara · 16 years ago
  23. 97a1f95 rtc: rtc-ds1216 fixes by Alessandro Zummo · 16 years ago
  24. 0e14923 rtc: add rtc-tx4939 driver by Atsushi Nemoto · 16 years ago
  25. bbccf83 rtc: use set_mmss when set_time is not available by Alessandro Zummo · 16 years ago
  26. f600915 rtc: rtc-ds3234 fixes by Alessandro Zummo · 16 years ago
  27. a5771c6 rtc: rtc-max6902 fixes by Alessandro Zummo · 16 years ago
  28. 45fd8a0 rtc: Au1000 On-Chip Counter0-as-RTC driver. by Manuel Lauss · 16 years ago
  29. ae64d16 rtc: kconfig cleanup by Alessandro Zummo · 16 years ago
  30. 7b9b2ef rtc: rtc-ds1390 probe sequence and misc fixes by Alessandro Zummo · 16 years ago
  31. 0417ce2 rtc: pxa27x/pxa3xx driver fixes, revised by Alessandro Zummo · 16 years ago
  32. dc94436 rtc: driver for pxa27x and pxa3xx SoC by Robert Jarzmik · 16 years ago
  33. 5d2a503 rtc: move power of 2 periodic frequency check down into drivers by Jonathan Cameron · 16 years ago
  34. 2fac667 rtc: bunch of drivers: fix 'no irq' case handing by Anton Vorontsov · 16 years ago
  35. d4afc76 rtc: struct device: replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  36. 103d6d9 genrtc: disable genrtc on Blackfin systems by Mike Frysinger · 16 years ago
  37. bae8ec6 autofs4: fix string validation check order by Ian Kent · 16 years ago
  38. a92daf6 autofs4: make autofs type usage explicit by Ian Kent · 16 years ago
  39. 41cfef2 autofs4: fix var shadowed by local delaration by Ian Kent · 16 years ago
  40. 730c9ee autofs4: improve parameter usage by Ian Kent · 16 years ago
  41. f70f582 fs/ecryptfs/inode.c: cleanup kerneldoc by Qinghuang Feng · 16 years ago
  42. 71c11c3 eCryptfs: Clean up ecryptfs_decode_from_filename() by Michael Halcrow · 16 years ago
  43. 7d8bc2b eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet() by Michael Halcrow · 16 years ago
  44. a8f1286 eCryptfs: Fix data types (int/size_t) by Michael Halcrow · 16 years ago
  45. df261c5 eCryptfs: Replace %Z with %z by Michael Halcrow · 16 years ago
  46. 87c94c4 eCryptfs: Filename Encryption: mount option by Michael Halcrow · 16 years ago
  47. addd65ad eCryptfs: Filename Encryption: filldir, lookup, and readlink by Michael Halcrow · 16 years ago
  48. 51ca58d eCryptfs: Filename Encryption: Encoding and encryption functions by Michael Halcrow · 16 years ago
  49. a34f60f eCryptfs: Filename Encryption: Header updates by Michael Halcrow · 16 years ago
  50. 9c79f34 eCryptfs: Filename Encryption: Tag 70 packets by Michael Halcrow · 16 years ago
  51. 14bca6c i2o: remove extraneous kernel-doc by Randy Dunlap · 16 years ago
  52. f24659d kprobes: support probing module __init function by Masami Hiramatsu · 16 years ago
  53. 0deddf43 module: add MODULE_STATE_LIVE notify by Masami Hiramatsu · 16 years ago
  54. 49ad2fd kprobes: remove called_from argument by Masami Hiramatsu · 16 years ago
  55. e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 16 years ago
  56. 017c39b kprobes: add __kprobes to kprobe internal functions by Masami Hiramatsu · 16 years ago
  57. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
  58. a06f621 module: add within_module_core() and within_module_init() by Masami Hiramatsu · 16 years ago
  59. 12da3b8 kprobes: add tests for register_kprobes by Masami Hiramatsu · 16 years ago
  60. 8e11440 kprobes: indirectly call kprobe_target by Masami Hiramatsu · 16 years ago
  61. bc2f701 kprobes: bugfix: try_module_get even if calling_mod is NULL by Masami Hiramatsu · 16 years ago
  62. 51e911e drivers/spi: move a dereference below a NULL test by Julia Lawall · 16 years ago
  63. ee9c1fb spi: use generic gpio calls in spi_s3c24xx_gpio by Ben Dooks · 16 years ago
  64. 5ee36c9 spi: atmel_spi update chipselect handling by Haavard Skinnemoen · 16 years ago
  65. 5bfa26c atmel_spi: clean up SPIv1 quirk handling by Haavard Skinnemoen · 16 years ago
  66. d29389d spi_gpio driver by David Brownell · 16 years ago
  67. c2bacfc dmi: fix kernel-doc notation by Randy Dunlap · 16 years ago
  68. ee9ef6b fs/ncpfs/getopt.c: cleanup keneldoc by Qinghuang Feng · 16 years ago
  69. 87113e80 fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/status by Qinghuang Feng · 16 years ago
  70. 5cf0cc4 binfmts.h: include list.h by Hiroshi Shimamoto · 16 years ago
  71. 29041b4 ibmpex: add endian annotation to extract_data() helper by Harvey Harrison · 16 years ago
  72. 85e0e5a hwmon: applesmc: Add support for MacBook Air 2 by Henrik Rydberg · 16 years ago
  73. 44ea9c8 drivers/macintosh: Add missing of_node_put in therm_adt746x.c by Nicolas Palix · 16 years ago
  74. 89fac11 adt7470: make automatic fan control really work by Darrick J. Wong · 16 years ago
  75. 2f22d5d adt7470: observe the number of temperature sensors to shorten update time by Darrick J. Wong · 16 years ago
  76. 2e75a4b adt7470: fix pwm at a certain level during temperature sensor scan by Darrick J. Wong · 16 years ago
  77. 8f8c1fb adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded division by Darrick J. Wong · 16 years ago
  78. 57b9c6d checkpatch: version: 0.26 by Andy Whitcroft · 16 years ago
  79. 21caa13 checkpatch: fix the perlcritic errors by Andy Whitcroft · 16 years ago
  80. 2b6db5c checkpatch: struct file_operations should normally be const by Andy Whitcroft · 16 years ago
  81. b53c8e1 checkpatch: ensure we actually detect if assignments split across lines by Andy Whitcroft · 16 years ago
  82. 2d1bafd7 checkpatch: do not report nr_static as a static declaration by Andy Whitcroft · 16 years ago
  83. 4635f4f checkpatch: track #ifdef/#else/#endif when tracking blocks by Andy Whitcroft · 16 years ago
  84. 8b1b337 checkpatch: fix continuation detection when handling spacing on operators by Andy Whitcroft · 16 years ago
  85. 8054576 checkpatch: loosen spacing on typedef function checks by Andy Whitcroft · 16 years ago
  86. 080ba92 checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h by Mike Frysinger · 16 years ago
  87. 86f9d05 checkpatch: allow parentheses on return for comparisons by Andy Whitcroft · 16 years ago
  88. 1e85572 checkpatch: Add warning for p0-patches by Wolfram Sang · 16 years ago
  89. 2a5a2c2 checkpatch: update copyrights by Andy Whitcroft · 16 years ago
  90. b0e0b43 checkpatch: update MAINTAINERS entry by Andy Whitcroft · 16 years ago
  91. 50a7dcf checkpatch: version: 0.25 by Andy Whitcroft · 16 years ago
  92. 6586386 checkpatch: dissallow spaces between stars in pointer types by Andy Whitcroft · 16 years ago
  93. fae17da checkpatch: comment ends inside strings is most likely not an open comment by Andy Whitcroft · 16 years ago
  94. 8e761b0 checkpatch: detect multiple bitfield declarations by Andy Whitcroft · 16 years ago
  95. 5fe3af1 checkpatch: __weak is an official attribute by Andy Whitcroft · 16 years ago
  96. 383099f checkpatch: structure member assignments are not complex by Andy Whitcroft · 16 years ago
  97. 83242e0 checkpatch: widen implied comment detection to allow multiple stars by Andy Whitcroft · 16 years ago
  98. 721c1cb checkpatch: comment detection may miss an implied comment on the last hunk by Andy Whitcroft · 16 years ago
  99. 691d77b checkpatch: add checks for in_atomic() by Andy Whitcroft · 16 years ago
  100. 94e2959 fs: fix function param name in kernel-doc by Randy Dunlap · 16 years ago