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