1. f1d07f3 staging: omap-thermal: update clock prepare count by Eduardo Valentin · 12 years ago
  2. 687ad31 staging: omap-thermal: name data files accordingly by Eduardo Valentin · 12 years ago
  3. c8a8f84 staging: omap-thermal: Remove double conv_table reference by Eduardo Valentin · 12 years ago
  4. efba119 staging: omap-thermal: add DT example for OMAP54xx devices by Eduardo Valentin · 12 years ago
  5. 18da635 staging: omap-thermal: update DT entry documentation by Eduardo Valentin · 12 years ago
  6. 194a54f staging: omap-thermal: introduze FREEZE_BIT feature by Eduardo Valentin · 12 years ago
  7. 8c9e642 staging: omap-thermal: remove dedicated counter register for OMAP5 by Eduardo Valentin · 12 years ago
  8. c1989be staging: omap-thermal: update feature bitfield for OMAP54xx by Eduardo Valentin · 12 years ago
  9. ac5c3e4 staging: omap-thermal: update OMAP54xx clock sources by Eduardo Valentin · 12 years ago
  10. 1aa556a staging: omap-thermal: introduce new features of OMAP54xx by Eduardo Valentin · 12 years ago
  11. 9345640 staging: omap-thermal: remove from register map soc and mode on OMAP5 by Eduardo Valentin · 12 years ago
  12. f49302d staging: omap-thermal: standardize register nomenclature to use 'GPU' by Eduardo Valentin · 12 years ago
  13. 2cb4093 staging: omap-thermal: update OMAP54xx conv_table by Radhesh Fadnis · 12 years ago
  14. 6c9c1d6 staging: omap-thermal: introduce clock feature flag by Radhesh Fadnis · 12 years ago
  15. b3bf0e9 staging: omap-thermal: Add print when TSHUT temperature reached by Ruslan Ruslichenko · 12 years ago
  16. 72c1c06 wlan-ng: add a bounds check by Dan Carpenter · 12 years ago
  17. a0cdd2e wlan-ng: clean up prism2sta_inf_chinforesults() by Dan Carpenter · 12 years ago
  18. c19e946 staging: line6: pod.c: fix checkpatch warning by Laurent Navet · 12 years ago
  19. 8c4e583 staging: usbip: removed lines over 80 characters by Kurt Kanzenbach · 12 years ago
  20. 5037307 staging: usbip: userspace: fix whitespace errors by Stefan Reif · 12 years ago
  21. c46cb54 staging: usbip: remove unnecessary braces by Stefan Reif · 12 years ago
  22. ba0edc2 staging: usbip: userspace: libsrc: added missing space by Kurt Kanzenbach · 12 years ago
  23. 6f19a2b staging: usbip: userspace: libsrc: removed assignments in if conditions by Kurt Kanzenbach · 12 years ago
  24. 9db91e1 staging: usbip: userspace: libsrc: replaced lines over 80 characters by Kurt Kanzenbach · 12 years ago
  25. 71bd5b7 staging: usbip: userspace: libsrc: (foo*) should be (foo *) by Kurt Kanzenbach · 12 years ago
  26. b8ab0f2 staging: usbip: userspace: libsrc: spaces required around that '=' by Kurt Kanzenbach · 12 years ago
  27. 5af7746f staging: usbip: userspace: libsrc: do not init static/globals to 0 by Kurt Kanzenbach · 12 years ago
  28. cbb8671 staging: usbip: userspace: libsrc: fix indention by Kurt Kanzenbach · 12 years ago
  29. d39625c staging: silicom: Remove redundant NULL check before kfree by Syam Sidhardhan · 12 years ago
  30. f54ab7d Staging: silicom: bp_mod: Removed trailing whitespaces by Alexandru Gheorghiu · 12 years ago
  31. 90a08fd staging: fix all sparse warnings in silicom/bypasslib/ by Randy Dunlap · 12 years ago
  32. d385291 staging/gdm72xx: Remove duplicated code in gdm_qos.c by Peter Huewe · 12 years ago
  33. eb986df staging/gdm72xx: Remove unused variable in gdm_qos.c by Peter Huewe · 12 years ago
  34. a600053 staging/gdm72xx: Include corresponding header file (fix sparse warning) by Peter Huewe · 12 years ago
  35. 01d0a9b staging: slicoss: Remove dma_addr_t cast compilation warnings by Joe Perches · 12 years ago
  36. 0f1bf4b staging/sm7xxfb: Convert to SIMPLE_DEV_PM_OPS by Peter Huewe · 12 years ago
  37. 97b3e0e staging/slicoss: Use ether_crc for mac hash calculation by Peter Huewe · 12 years ago
  38. 20d403e staging/slicoss: Fix buffer possible overflow in slic_card_locate by Peter Huewe · 12 years ago
  39. 6d1b80f staging/slicoss: Fix operation may be undefined warning by Peter Huewe · 12 years ago
  40. cbb0920 staging/slicoss: Remove always true if statement by Peter Huewe · 12 years ago
  41. 8137211 staging/slicoss: Check pointer before dereferencing by Peter Huewe · 12 years ago
  42. 4fcf949 staging: vt6656: removed no longer useful ttype.h file by Andres More · 12 years ago
  43. 1f9eedc staging: vt6656: removed custom pointer definitions by Andres More · 12 years ago
  44. 52a7e64 staging: vt6656: replaced custom DWORD definition with u32 by Andres More · 12 years ago
  45. 3eaca0d staging: vt6656: replaced custom WORD definition with u16 by Andres More · 12 years ago
  46. b902fbf staging: vt6656: replaced custom BYTE definition with u8 by Andres More · 12 years ago
  47. 175c512 Staging: bcm: Fix spelling error in PHSModule.c by Kevin McKinney · 12 years ago
  48. 14b3a40 Staging: bcm: Properly format comments in PHSModule.c by Kevin McKinney · 12 years ago
  49. 6949387 Staging: bcm: Properly format braces in PHSModule.c by Kevin McKinney · 12 years ago
  50. 6c259f4 Staging: bcm: Fix all white space issues in PHSModule.c by Kevin McKinney · 12 years ago
  51. 6d8a94e staging: sep: using strlcpy instead of strncpy by Chen Gang · 12 years ago
  52. acb84e9e staging: bcm: don't cast kzalloc() return value by Mihnea Dobrescu-Balaur · 12 years ago
  53. 2c5270a Staging: bcm: potential forever loop verifying firmware by Dan Carpenter · 12 years ago
  54. 075dd9b Staging: bcm: avoid use-after-free in bcm_char_ioctl() by Xi Wang · 12 years ago
  55. eb1bd49 staging/sep: Check pointers before dereferencing (fix smatch warning) by Peter Huewe · 12 years ago
  56. c37aeab staging/sep: Fix smatch false positive about potential NULL dereference in sep_main.c by Peter Huewe · 12 years ago
  57. 7791c62 staging: zcache/debug: compiler failure on PPC64 and revert commit. by Konrad Rzeszutek Wilk · 12 years ago
  58. e9f5b81 staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernel by Serban Constantinescu · 12 years ago
  59. 5db5a20 staging: zcache: disable ZCACHE_DEBUG due to build error by Stephen Rothwell · 12 years ago
  60. 67e2cba zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG by Konrad Rzeszutek Wilk · 12 years ago
  61. 1dba904 zcache: Module license is defined twice. by Konrad Rzeszutek Wilk · 12 years ago
  62. 86d7de6 zcache: Move the last of the debugfs counters out by Konrad Rzeszutek Wilk · 12 years ago
  63. 9c0ad59 zcache/debug: Use an array to initialize/use debugfs attributes. by Konrad Rzeszutek Wilk · 12 years ago
  64. 95bdaee zcache: Move debugfs code out of zcache-main.c file. by Konrad Rzeszutek Wilk · 12 years ago
  65. a96138b zcache: Make the debug code use pr_debug by Konrad Rzeszutek Wilk · 12 years ago
  66. e0d11ae zcache: The last of the atomic reads has now an accessory function. by Konrad Rzeszutek Wilk · 12 years ago
  67. 6f4336f zcache: Provide accessory functions for counter decrease. by Konrad Rzeszutek Wilk · 12 years ago
  68. 3f007ca zcache: Provide accessory functions for counter increase by Konrad Rzeszutek Wilk · 12 years ago
  69. 7937d74 zcache: s/int/bool/ on the various options. by Konrad Rzeszutek Wilk · 12 years ago
  70. 1e70bd4 staging: android: logger: enforce GID and CAP check on log flush by Charndeep Grewal · 12 years ago
  71. 0441bcf staging: android: logger: Allow a UID to read it's own log entries by Nick Kralevich · 12 years ago
  72. 99150f6 staging: android: lowmemorykiller: Change default debug_level to 1 by Arve Hjønnevåg · 12 years ago
  73. eeb0f4f staging: android: lowmemorykiller: Don't count reserved free memory by Arve Hjønnevåg · 12 years ago
  74. e5834d6 staging: android: ashmem: get_name,set_name not to hold ashmem_mutex by Shankar Brahadeeswaran · 12 years ago
  75. 573632c staging: sync: Fix timeout = 0 wait behavior by Jamie Gennis · 12 years ago
  76. 4c67d80 staging: sync: Don't log wait timeouts when timeout = 0 by Erik Gilling · 12 years ago
  77. 713648f staging: sync: Fix race condition between merge and signal by Ørjan Eide · 12 years ago
  78. b699a64 staging: sync: Add tracepoint support by Erik Gilling · 12 years ago
  79. 135114a staging: sw_sync: Convert to use new value_str debug ops by Erik Gilling · 12 years ago
  80. dbd5239 staging: sync: Refactor sync debug printing by Erik Gilling · 12 years ago
  81. 4b5de08 staging: sync: Use proper barriers when waiting indefinitely by Erik Gilling · 12 years ago
  82. eeb2f57 staging: sync: Update new fence status with sync_fence_signal_pt by Erik Gilling · 12 years ago
  83. c679212 staging: sync: Protect unlocked access to fence status by Erik Gilling · 12 years ago
  84. 7560645 staging: sync: Dump sync state on fence errors by Erik Gilling · 12 years ago
  85. 1d5db2c staging: sync: Improve timeout dump messages by Erik Gilling · 12 years ago
  86. f56388f staging: sync: Dump sync state to console on timeout by Erik Gilling · 12 years ago
  87. 3b640f5 staging: sync: Change wait timeout to mirror poll semantics by Erik Gilling · 12 years ago
  88. 03e7a50 staging: sw_sync: Fix error paths by Rebecca Schultz Zavin · 12 years ago
  89. 92ea915a staging: sync: Fix error paths by Rebecca Schultz Zavin · 12 years ago
  90. c5b86b7 staging: sync: Add reference counting to timelines by Erik Gilling · 12 years ago
  91. 0154417 staging: sync: Add internal refcounting to fences by Erik Gilling · 12 years ago
  92. c6f668c staging: sync: Optimize fence merges by Erik Gilling · 12 years ago
  93. cc3c5cd staging: sync: Reorder sync_fence_release by Erik Gilling · 12 years ago
  94. 6e91f71 staging: sw_sync: Export sw_sync API by Erik Gilling · 12 years ago
  95. 8edb4ad staging: sync: Export sync API symbols by Erik Gilling · 12 years ago
  96. c0f61a4 staging: sync: Allow async waits to be canceled by Erik Gilling · 12 years ago
  97. 57b505b staging: sync: Add poll support by Erik Gilling · 12 years ago
  98. b1489c2 staging: sw_sync: Add fill_driver_data support by Erik Gilling · 12 years ago
  99. 79ba152 staging: sync: Add ioctl to get fence data by Erik Gilling · 12 years ago
  100. cebed3b staging: sw_sync: Add debug support by Erik Gilling · 12 years ago