1. da0503a epoll: remove unneeded variable in reverse_path_check() by Dan Carpenter · 12 years ago
  2. 02edc6f epoll: comment the funky #ifdef by Steven Rostedt · 12 years ago
  3. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 12 years ago
  4. 5cde765 crc32: select an algorithm via Kconfig by Darrick J. Wong · 12 years ago
  5. 577eba9 crc32: add self-test code for crc32c by Darrick J. Wong · 12 years ago
  6. 6a0962b crypto: crc32c should use library implementation by Darrick J. Wong · 12 years ago
  7. 46c5801 crc32: bolt on crc32c by Darrick J. Wong · 12 years ago
  8. 78dff41 crc32: add note about this patchset to crc32.c by Bob Pearson · 12 years ago
  9. 0292c49 crc32: optimize loop counter for x86 by Bob Pearson · 12 years ago
  10. 324eb0f crc32: add slice-by-8 algorithm to existing code by Bob Pearson · 12 years ago
  11. 9a1dbf6 crc32: make CRC_*_BITS definition correspond to actual bit counts by Bob Pearson · 12 years ago
  12. ce4320d crc32: fix mixing of endian-specific types by Bob Pearson · 12 years ago
  13. 60e58d5 crc32: miscellaneous cleanups by Bob Pearson · 12 years ago
  14. 3863ef3 crc32: simplify unit test code by Bob Pearson · 12 years ago
  15. fbedceb crc32: move long comment about crc32 fundamentals to Documentation/ by Bob Pearson · 12 years ago
  16. e30c7a8 crc32: remove two instances of trailing whitespaces by Bob Pearson · 12 years ago
  17. ca56dc0 checkpatch: check for quoted strings broken across lines by Josh Triplett · 12 years ago
  18. 6712d85 checkpatch: whitespace - add/remove blank lines by Joe Perches · 12 years ago
  19. 2c92488 checkpatch: warn on use of yield() by Joe Perches · 12 years ago
  20. aad4f61 checkpatch: add --strict tests for braces, comments and casts by Joe Perches · 12 years ago
  21. b337d8b checkpatch: add [] to type extensions by Andy Whitcroft · 12 years ago
  22. fd1b57a checkpatch: high precedence operators do not require additional parentheses in #defines by Andy Whitcroft · 12 years ago
  23. e45bab8 checkpatch: handle string concatenation in simple #defines by Andy Whitcroft · 12 years ago
  24. b9df76a checkpatch: allow simple character constants in #defines by Andy Whitcroft · 12 years ago
  25. daebc53 checkpatch: catch [ ... ] usage when not at the beginning of definition by Andy Whitcroft · 12 years ago
  26. 1123268 checkpatch.pl: be silent when -q and --ignore is given by Artem Bityutskiy · 12 years ago
  27. d1fe9c0 checkpatch: add some --strict coding style checks by Joe Perches · 12 years ago
  28. 6061d94 include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) by Joe Perches · 12 years ago
  29. 97e834c prio_tree: introduce prio_set_parent() by Xiao Guangrong · 12 years ago
  30. 742245d prio_tree: simplify prio_tree_expand() by Xiao Guangrong · 12 years ago
  31. f35368d prio_tree: cleanup prio_tree_left()/prio_tree_right() by Xiao Guangrong · 12 years ago
  32. f42240d prio_tree: remove unnecessary code in prio_tree_replace by Xiao Guangrong · 12 years ago
  33. f43804b string: memchr_inv() speed improvements by Akinobu Mita · 12 years ago
  34. a403d93 led-class: change back LEDS_CLASS to tristate instead of bool by Bryan Wu · 12 years ago
  35. cea694c drivers/leds/leds-lm3530.c: move the code setting gen_config to one place by Axel Lin · 12 years ago
  36. 1a1278d drivers/leds/leds-pca9633.c: remove unused 'adapter' variable by Axel Lin · 12 years ago
  37. 99ad98d leds-lm3530: replace pltfm with pdata by Kim, Milo · 12 years ago
  38. 8544d0e leds-lm3530: remove LM3530_ALS_ZONE_REG code by Kim, Milo · 12 years ago
  39. bb98200 leds-lm3530: support pwm input mode by Kim, Milo · 12 years ago
  40. e13d978 leds-lm3530: replace i2c_client with led_classdev by Kim, Milo · 12 years ago
  41. bbe6453 leds-lm3530: set the max_brightness to 127 by Kim, Milo · 12 years ago
  42. 16db7f9 drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h by Mark Brown · 12 years ago
  43. 75cb2e1 drivers/leds: add driver for PCA9633 I2C chip by Peter Meerwald · 12 years ago
  44. d06cb46 drivers/leds/leds-lp5523.c: constify some data by Andrew Morton · 12 years ago
  45. 42960b7 drivers/leds/leds-lp5521.c: ret may be uninitialized by Srinidhi KASAGAR · 12 years ago
  46. 32a2f74 drivers/leds/leds-lp5521.c: redefinition of register bits by Kim, Milo · 12 years ago
  47. 011af7b drivers/leds/leds-lp5521.c: support led pattern data by Kim, Milo · 12 years ago
  48. 3b49aac drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data by Kim, Milo · 12 years ago
  49. 5ae4e8a drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config by Kim, Milo · 12 years ago
  50. c5bd2a7 drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata by Wolfram Sang · 12 years ago
  51. 920c4f4 drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() by Dan Carpenter · 12 years ago
  52. 3a2fd4a drivers/leds/leds-lp5521.c: fix typo by Masanari Iida · 12 years ago
  53. 0b2f4d4 x86: use for_each_clear_bit_from() by Akinobu Mita · 12 years ago
  54. 1a07cbb uwb: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  55. fc89db4 s390/char: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  56. c527b41 mtd: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  57. 03f4a82 bitops: introduce for_each_clear_bit() by Akinobu Mita · 12 years ago
  58. 0a329d2 bitops: remove for_each_set_bit_cont() by Akinobu Mita · 12 years ago
  59. 307b1cd bitops: rename for_each_set_bit_cont() in favor of analogous list.h function by Akinobu Mita · 12 years ago
  60. 2df5e12 backlight: fix ot200_bl build by Randy Dunlap · 12 years ago
  61. 67a6727 backlight: convert platform_lcd to dev_pm_ops by Jingoo Han · 12 years ago
  62. 35c1682 backlight: add support for Pandora backlight by Grazvydas Ignotas · 12 years ago
  63. c8df742 backlight: add driver for Bachmann's ot200 by Christian Gmeiner · 12 years ago
  64. 7be865a backlight: new backlight driver for LP855x devices by Kim, Milo · 12 years ago
  65. 050ea48 drivers/video/backlight/adp5520_bl.c: use devm_ functions by Julia Lawall · 12 years ago
  66. ce96922 drivers/video/backlight: use devm_ functions by Julia Lawall · 12 years ago
  67. 1107d40 drivers/video/backlight/wm831x_bl.c: use devm_ functions by Julia Lawall · 12 years ago
  68. 462dd83 backlight: convert backlight spi drivers to module_spi_driver by Axel Lin · 12 years ago
  69. 81ce686 backlight: convert backlight i2c drivers to module_i2c_driver by Axel Lin · 12 years ago
  70. 7d1ae8a MAINTAINERS: update maintainership of LTP by Wanlong Gao · 12 years ago
  71. 3741704 MAINTAINERS: add "S: Maintained" to clkdev and clk sections by Joe Perches · 12 years ago
  72. c89f4f9 MAINTAINERS: add status to ALPHA architecture by Joe Perches · 12 years ago
  73. 08deed1 MAINTAINERS: update git urls for 2.6 deletions by Joe Perches · 12 years ago
  74. 8631d86 MAINTAINERS: update MCA section by Joe Perches · 12 years ago
  75. 728f5a9 get_maintainer.pl: add support for moderated lists by Richard Weinberger · 12 years ago
  76. 0ede274 get_maintainer: use a default "unknown" S: status/role by Joe Perches · 12 years ago
  77. b60f796 kernel/watchdog.c: add comment to watchdog() exit path by Andrew Morton · 12 years ago
  78. 4501980 kernel/watchdog.c: convert to pr_foo() by Andrew Morton · 12 years ago
  79. 7a05c0f watchdog: make sure the watchdog thread gets CPU on loaded system by Michal Hocko · 12 years ago
  80. 397a21f kernel/exit.c: if init dies, log a signal which killed it, if any by Denys Vlasenko · 12 years ago
  81. ebec18a prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision by Lennart Poettering · 12 years ago
  82. 953326c drivers/staging/telephony/ixj.c: fix warning about sequence points by Uwe Kleine-König · 12 years ago
  83. 9710a78e fs/notify/notification.c: make subsys_initcall function static by H Hartley Sweeten · 12 years ago
  84. 03ff3ef Remove remaining bits of io_remap_page_range() by Javi Merino · 12 years ago
  85. 7ccaba5 consolidate WARN_...ONCE() static variables by Jan Beulich · 12 years ago
  86. 10db4e1 headers: include linux/types.h where appropriate by Bobby Powers · 12 years ago
  87. d314d74 nmi watchdog: do not use cpp symbol in Kconfig by Cong Wang · 12 years ago
  88. b502bd1 magic.h: move some FS magic numbers into magic.h by Muthu Kumar · 12 years ago
  89. d982d59 um: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  90. f6adb9a um: don't restore current->blocked on error by Matt Fleming · 12 years ago
  91. 6629326 mm: hugetlb: cleanup duplicated code in unmapping vm range by Hillf Danton · 12 years ago
  92. 934e18b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  93. a20ae85 Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 12 years ago
  94. f0a5ec0 Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 12 years ago
  95. e57f146 Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  96. 7e61b3f Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 12 years ago
  97. 6e55f8e Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  98. 49d99a2 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  99. 1c3ddfe Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  100. f63d395 Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago