1. ee00560c ptrace: remove PTRACE_SEIZE_DEVEL bit by Denys Vlasenko · 12 years ago
  2. 5cdf389a ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can match by Denys Vlasenko · 12 years ago
  3. aa9147c ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter by Denys Vlasenko · 12 years ago
  4. 86b6c1f ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code by Denys Vlasenko · 12 years ago
  5. 8c5cf9e ptrace: don't modify flags on PTRACE_SETOPTIONS failure by Denys Vlasenko · 12 years ago
  6. b1845ff ptrace: don't send SIGTRAP on exec if SEIZED by Oleg Nesterov · 12 years ago
  7. 15cab95 ptrace: the killed tracee should not enter the syscall by Oleg Nesterov · 12 years ago
  8. d533df0 fat: fix bug in enforcing Long File Name length by Namjae Jeon · 12 years ago
  9. 41f0c02 fat: clean up xlate_to_uni() by Namjae Jeon · 12 years ago
  10. 9eab0a7 rtc: ds1307: generalise ram size and offset by Austin Boyle · 12 years ago
  11. 40ce972 rtc: ds1307: comment and format cleanup by David Anders · 12 years ago
  12. b24a726 rtc: ds1307: simplify irq setup code by Wolfram Sang · 12 years ago
  13. 32d322b rtc: ds1307: refactor chip_desc table by Wolfram Sang · 12 years ago
  14. fef931f rtc: driver for DA9052/53 PMIC v1 by Ashish Jangam · 12 years ago
  15. fad0738 drivers/rtc/rtc-max8925.c: fix alarm->enabled mistake in max8925_rtc_read_alarm/max8925_rtc_set_alarm by Kevin Liu · 12 years ago
  16. 0cf30bd drivers/rtc/rtc-max8925.c: fix max8925_rtc_read_alarm() return value error by Kevin Liu · 12 years ago
  17. aa19689 drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static by Navin P · 12 years ago
  18. 2f6e5f9 drivers/rtc: remove IRQF_DISABLED by Yong Zhang · 12 years ago
  19. 2778ebc drivers/rtc/rtc-twl.c: return correct RTC event from ISR by Venu Byravarasu · 12 years ago
  20. 94a339d drivers/rtc/rtc-twl.c: simplify RTC interrupt clearing by Venu Byravarasu · 12 years ago
  21. f7439bc drivers/rtc/rtc-twl.c: enable RTC irrespective of its prior state by Venu Byravarasu · 12 years ago
  22. ce9f650 drivers/rtc/rtc-twl.c: optimize IRQ bit access by Venu Byravarasu · 12 years ago
  23. b4f0b88 MIPS: add RTC support for loongson1B by zhao zhang · 12 years ago
  24. 0abc920 rtc: convert rtc i2c drivers to module_i2c_driver by Axel Lin · 12 years ago
  25. 109e941 rtc: convert rtc spi drivers to module_spi_driver by Axel Lin · 12 years ago
  26. ee6c54c rtc/rtc-spear: call platform_set_drvdata() before registering rtc device by Viresh Kumar · 12 years ago
  27. 131f8b7 rtc/spear: fix for RTC_AIE_ON and RTC_AIE_OFF ioctl errors by Shiraz Hashim · 12 years ago
  28. cd0e08a rtc-spear: fix for balancing the enable_irq_wake in Power Mgmt by Deepak Sikri · 12 years ago
  29. 0e0cb89 init/do_mounts.c: print error code on mount failure by Bernhard Walle · 12 years ago
  30. 8595c53 init: check printed flag to skip printing message by Diwakar Tundlam · 12 years ago
  31. da0503a epoll: remove unneeded variable in reverse_path_check() by Dan Carpenter · 12 years ago
  32. 02edc6f epoll: comment the funky #ifdef by Steven Rostedt · 12 years ago
  33. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 12 years ago
  34. 5cde765 crc32: select an algorithm via Kconfig by Darrick J. Wong · 12 years ago
  35. 577eba9 crc32: add self-test code for crc32c by Darrick J. Wong · 12 years ago
  36. 6a0962b crypto: crc32c should use library implementation by Darrick J. Wong · 12 years ago
  37. 46c5801 crc32: bolt on crc32c by Darrick J. Wong · 12 years ago
  38. 78dff41 crc32: add note about this patchset to crc32.c by Bob Pearson · 12 years ago
  39. 0292c49 crc32: optimize loop counter for x86 by Bob Pearson · 12 years ago
  40. 324eb0f crc32: add slice-by-8 algorithm to existing code by Bob Pearson · 12 years ago
  41. 9a1dbf6 crc32: make CRC_*_BITS definition correspond to actual bit counts by Bob Pearson · 12 years ago
  42. ce4320d crc32: fix mixing of endian-specific types by Bob Pearson · 12 years ago
  43. 60e58d5 crc32: miscellaneous cleanups by Bob Pearson · 12 years ago
  44. 3863ef3 crc32: simplify unit test code by Bob Pearson · 12 years ago
  45. fbedceb crc32: move long comment about crc32 fundamentals to Documentation/ by Bob Pearson · 12 years ago
  46. e30c7a8 crc32: remove two instances of trailing whitespaces by Bob Pearson · 12 years ago
  47. ca56dc0 checkpatch: check for quoted strings broken across lines by Josh Triplett · 12 years ago
  48. 6712d85 checkpatch: whitespace - add/remove blank lines by Joe Perches · 12 years ago
  49. 2c92488 checkpatch: warn on use of yield() by Joe Perches · 12 years ago
  50. aad4f61 checkpatch: add --strict tests for braces, comments and casts by Joe Perches · 12 years ago
  51. b337d8b checkpatch: add [] to type extensions by Andy Whitcroft · 12 years ago
  52. fd1b57a checkpatch: high precedence operators do not require additional parentheses in #defines by Andy Whitcroft · 12 years ago
  53. e45bab8 checkpatch: handle string concatenation in simple #defines by Andy Whitcroft · 12 years ago
  54. b9df76a checkpatch: allow simple character constants in #defines by Andy Whitcroft · 12 years ago
  55. daebc53 checkpatch: catch [ ... ] usage when not at the beginning of definition by Andy Whitcroft · 12 years ago
  56. 1123268 checkpatch.pl: be silent when -q and --ignore is given by Artem Bityutskiy · 12 years ago
  57. d1fe9c0 checkpatch: add some --strict coding style checks by Joe Perches · 12 years ago
  58. 6061d94 include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) by Joe Perches · 12 years ago
  59. 97e834c prio_tree: introduce prio_set_parent() by Xiao Guangrong · 12 years ago
  60. 742245d prio_tree: simplify prio_tree_expand() by Xiao Guangrong · 12 years ago
  61. f35368d prio_tree: cleanup prio_tree_left()/prio_tree_right() by Xiao Guangrong · 12 years ago
  62. f42240d prio_tree: remove unnecessary code in prio_tree_replace by Xiao Guangrong · 12 years ago
  63. f43804b string: memchr_inv() speed improvements by Akinobu Mita · 12 years ago
  64. a403d93 led-class: change back LEDS_CLASS to tristate instead of bool by Bryan Wu · 12 years ago
  65. cea694c drivers/leds/leds-lm3530.c: move the code setting gen_config to one place by Axel Lin · 12 years ago
  66. 1a1278d drivers/leds/leds-pca9633.c: remove unused 'adapter' variable by Axel Lin · 12 years ago
  67. 99ad98d leds-lm3530: replace pltfm with pdata by Kim, Milo · 12 years ago
  68. 8544d0e leds-lm3530: remove LM3530_ALS_ZONE_REG code by Kim, Milo · 12 years ago
  69. bb98200 leds-lm3530: support pwm input mode by Kim, Milo · 12 years ago
  70. e13d978 leds-lm3530: replace i2c_client with led_classdev by Kim, Milo · 12 years ago
  71. bbe6453 leds-lm3530: set the max_brightness to 127 by Kim, Milo · 12 years ago
  72. 16db7f9 drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h by Mark Brown · 12 years ago
  73. 75cb2e1 drivers/leds: add driver for PCA9633 I2C chip by Peter Meerwald · 12 years ago
  74. d06cb46 drivers/leds/leds-lp5523.c: constify some data by Andrew Morton · 12 years ago
  75. 42960b7 drivers/leds/leds-lp5521.c: ret may be uninitialized by Srinidhi KASAGAR · 12 years ago
  76. 32a2f74 drivers/leds/leds-lp5521.c: redefinition of register bits by Kim, Milo · 12 years ago
  77. 011af7b drivers/leds/leds-lp5521.c: support led pattern data by Kim, Milo · 12 years ago
  78. 3b49aac drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data by Kim, Milo · 12 years ago
  79. 5ae4e8a drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config by Kim, Milo · 12 years ago
  80. c5bd2a7 drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata by Wolfram Sang · 12 years ago
  81. 920c4f4 drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() by Dan Carpenter · 12 years ago
  82. 3a2fd4a drivers/leds/leds-lp5521.c: fix typo by Masanari Iida · 12 years ago
  83. 0b2f4d4 x86: use for_each_clear_bit_from() by Akinobu Mita · 12 years ago
  84. 1a07cbb uwb: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  85. fc89db4 s390/char: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  86. c527b41 mtd: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  87. 03f4a82 bitops: introduce for_each_clear_bit() by Akinobu Mita · 12 years ago
  88. 0a329d2 bitops: remove for_each_set_bit_cont() by Akinobu Mita · 12 years ago
  89. 307b1cd bitops: rename for_each_set_bit_cont() in favor of analogous list.h function by Akinobu Mita · 12 years ago
  90. 2df5e12 backlight: fix ot200_bl build by Randy Dunlap · 12 years ago
  91. 67a6727 backlight: convert platform_lcd to dev_pm_ops by Jingoo Han · 12 years ago
  92. 35c1682 backlight: add support for Pandora backlight by Grazvydas Ignotas · 12 years ago
  93. c8df742 backlight: add driver for Bachmann's ot200 by Christian Gmeiner · 12 years ago
  94. 7be865a backlight: new backlight driver for LP855x devices by Kim, Milo · 12 years ago
  95. 050ea48 drivers/video/backlight/adp5520_bl.c: use devm_ functions by Julia Lawall · 12 years ago
  96. ce96922 drivers/video/backlight: use devm_ functions by Julia Lawall · 12 years ago
  97. 1107d40 drivers/video/backlight/wm831x_bl.c: use devm_ functions by Julia Lawall · 12 years ago
  98. 462dd83 backlight: convert backlight spi drivers to module_spi_driver by Axel Lin · 12 years ago
  99. 81ce686 backlight: convert backlight i2c drivers to module_i2c_driver by Axel Lin · 12 years ago
  100. 7d1ae8a MAINTAINERS: update maintainership of LTP by Wanlong Gao · 12 years ago