1. d385291 staging/gdm72xx: Remove duplicated code in gdm_qos.c by Peter Huewe · 11 years ago
  2. eb986df staging/gdm72xx: Remove unused variable in gdm_qos.c by Peter Huewe · 11 years ago
  3. a600053 staging/gdm72xx: Include corresponding header file (fix sparse warning) by Peter Huewe · 11 years ago
  4. 01d0a9b staging: slicoss: Remove dma_addr_t cast compilation warnings by Joe Perches · 11 years ago
  5. 0f1bf4b staging/sm7xxfb: Convert to SIMPLE_DEV_PM_OPS by Peter Huewe · 11 years ago
  6. 97b3e0e staging/slicoss: Use ether_crc for mac hash calculation by Peter Huewe · 11 years ago
  7. 20d403e staging/slicoss: Fix buffer possible overflow in slic_card_locate by Peter Huewe · 11 years ago
  8. 6d1b80f staging/slicoss: Fix operation may be undefined warning by Peter Huewe · 11 years ago
  9. cbb0920 staging/slicoss: Remove always true if statement by Peter Huewe · 11 years ago
  10. 8137211 staging/slicoss: Check pointer before dereferencing by Peter Huewe · 11 years ago
  11. 4fcf949 staging: vt6656: removed no longer useful ttype.h file by Andres More · 11 years ago
  12. 1f9eedc staging: vt6656: removed custom pointer definitions by Andres More · 11 years ago
  13. 52a7e64 staging: vt6656: replaced custom DWORD definition with u32 by Andres More · 11 years ago
  14. 3eaca0d staging: vt6656: replaced custom WORD definition with u16 by Andres More · 11 years ago
  15. b902fbf staging: vt6656: replaced custom BYTE definition with u8 by Andres More · 11 years ago
  16. 175c512 Staging: bcm: Fix spelling error in PHSModule.c by Kevin McKinney · 11 years ago
  17. 14b3a40 Staging: bcm: Properly format comments in PHSModule.c by Kevin McKinney · 11 years ago
  18. 6949387 Staging: bcm: Properly format braces in PHSModule.c by Kevin McKinney · 11 years ago
  19. 6c259f4 Staging: bcm: Fix all white space issues in PHSModule.c by Kevin McKinney · 11 years ago
  20. 6d8a94e staging: sep: using strlcpy instead of strncpy by Chen Gang · 11 years ago
  21. acb84e9e staging: bcm: don't cast kzalloc() return value by Mihnea Dobrescu-Balaur · 11 years ago
  22. 2c5270a Staging: bcm: potential forever loop verifying firmware by Dan Carpenter · 11 years ago
  23. 075dd9b Staging: bcm: avoid use-after-free in bcm_char_ioctl() by Xi Wang · 11 years ago
  24. eb1bd49 staging/sep: Check pointers before dereferencing (fix smatch warning) by Peter Huewe · 11 years ago
  25. c37aeab staging/sep: Fix smatch false positive about potential NULL dereference in sep_main.c by Peter Huewe · 11 years ago
  26. 7791c62 staging: zcache/debug: compiler failure on PPC64 and revert commit. by Konrad Rzeszutek Wilk · 11 years ago
  27. e9f5b81 staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernel by Serban Constantinescu · 11 years ago
  28. 5db5a20 staging: zcache: disable ZCACHE_DEBUG due to build error by Stephen Rothwell · 11 years ago
  29. 67e2cba zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG by Konrad Rzeszutek Wilk · 11 years ago
  30. 1dba904 zcache: Module license is defined twice. by Konrad Rzeszutek Wilk · 11 years ago
  31. 86d7de6 zcache: Move the last of the debugfs counters out by Konrad Rzeszutek Wilk · 11 years ago
  32. 9c0ad59 zcache/debug: Use an array to initialize/use debugfs attributes. by Konrad Rzeszutek Wilk · 11 years ago
  33. 95bdaee zcache: Move debugfs code out of zcache-main.c file. by Konrad Rzeszutek Wilk · 11 years ago
  34. a96138b zcache: Make the debug code use pr_debug by Konrad Rzeszutek Wilk · 11 years ago
  35. e0d11ae zcache: The last of the atomic reads has now an accessory function. by Konrad Rzeszutek Wilk · 11 years ago
  36. 6f4336f zcache: Provide accessory functions for counter decrease. by Konrad Rzeszutek Wilk · 11 years ago
  37. 3f007ca zcache: Provide accessory functions for counter increase by Konrad Rzeszutek Wilk · 11 years ago
  38. 7937d74 zcache: s/int/bool/ on the various options. by Konrad Rzeszutek Wilk · 11 years ago
  39. 1e70bd4 staging: android: logger: enforce GID and CAP check on log flush by Charndeep Grewal · 11 years ago
  40. 0441bcf staging: android: logger: Allow a UID to read it's own log entries by Nick Kralevich · 11 years ago
  41. 99150f6 staging: android: lowmemorykiller: Change default debug_level to 1 by Arve Hjønnevåg · 11 years ago
  42. eeb0f4f staging: android: lowmemorykiller: Don't count reserved free memory by Arve Hjønnevåg · 11 years ago
  43. e5834d6 staging: android: ashmem: get_name,set_name not to hold ashmem_mutex by Shankar Brahadeeswaran · 11 years ago
  44. 573632c staging: sync: Fix timeout = 0 wait behavior by Jamie Gennis · 11 years ago
  45. 4c67d80 staging: sync: Don't log wait timeouts when timeout = 0 by Erik Gilling · 11 years ago
  46. 713648f staging: sync: Fix race condition between merge and signal by Ørjan Eide · 11 years ago
  47. b699a64 staging: sync: Add tracepoint support by Erik Gilling · 11 years ago
  48. 135114a staging: sw_sync: Convert to use new value_str debug ops by Erik Gilling · 11 years ago
  49. dbd5239 staging: sync: Refactor sync debug printing by Erik Gilling · 11 years ago
  50. 4b5de08 staging: sync: Use proper barriers when waiting indefinitely by Erik Gilling · 11 years ago
  51. eeb2f57 staging: sync: Update new fence status with sync_fence_signal_pt by Erik Gilling · 11 years ago
  52. c679212 staging: sync: Protect unlocked access to fence status by Erik Gilling · 11 years ago
  53. 7560645 staging: sync: Dump sync state on fence errors by Erik Gilling · 11 years ago
  54. 1d5db2c staging: sync: Improve timeout dump messages by Erik Gilling · 11 years ago
  55. f56388f staging: sync: Dump sync state to console on timeout by Erik Gilling · 11 years ago
  56. 3b640f5 staging: sync: Change wait timeout to mirror poll semantics by Erik Gilling · 11 years ago
  57. 03e7a50 staging: sw_sync: Fix error paths by Rebecca Schultz Zavin · 11 years ago
  58. 92ea915a staging: sync: Fix error paths by Rebecca Schultz Zavin · 11 years ago
  59. c5b86b7 staging: sync: Add reference counting to timelines by Erik Gilling · 11 years ago
  60. 0154417 staging: sync: Add internal refcounting to fences by Erik Gilling · 11 years ago
  61. c6f668c staging: sync: Optimize fence merges by Erik Gilling · 11 years ago
  62. cc3c5cd staging: sync: Reorder sync_fence_release by Erik Gilling · 11 years ago
  63. 6e91f71 staging: sw_sync: Export sw_sync API by Erik Gilling · 11 years ago
  64. 8edb4ad staging: sync: Export sync API symbols by Erik Gilling · 11 years ago
  65. c0f61a4 staging: sync: Allow async waits to be canceled by Erik Gilling · 11 years ago
  66. 57b505b staging: sync: Add poll support by Erik Gilling · 11 years ago
  67. b1489c2 staging: sw_sync: Add fill_driver_data support by Erik Gilling · 11 years ago
  68. 79ba152 staging: sync: Add ioctl to get fence data by Erik Gilling · 11 years ago
  69. cebed3b staging: sw_sync: Add debug support by Erik Gilling · 11 years ago
  70. af7582f staging: sync: Add debugfs support by Erik Gilling · 11 years ago
  71. 97a8484 staging: sync: Add timestamps to sync_pts by Erik Gilling · 11 years ago
  72. 9d1906e staging: sw_sync: Add cpu based sync driver by Erik Gilling · 11 years ago
  73. 7ad530b staging: sync: Add synchronization framework by Erik Gilling · 11 years ago
  74. 6dbe51c Linux 3.9-rc1 by Linus Torvalds · 11 years ago
  75. ea882c2 Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 11 years ago
  76. 8e8b180 Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  77. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  78. 1c82315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  79. 530ede1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  80. 6977c6f Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  81. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  82. 529e5fb Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  83. 686c094 Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  84. bc2e4a9 Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  85. 68b86a2 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 11 years ago
  86. 527c680 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  87. 23caaee Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  88. d7011f5 btrfs/raid56: Add missing #include <linux/vmalloc.h> by Geert Uytterhoeven · 11 years ago
  89. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  90. 6ec40b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  91. db61ec2 fix compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  92. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  93. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  94. 48476df Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  95. 16af43f Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus by Russell King · 11 years ago
  96. 512e4b2 SUNRPC: One line comment fix by Trond Myklebust · 11 years ago
  97. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  98. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago
  99. d4e4395 ext4: fix a warning from sparse check for ext4_dir_llseek by Zheng Liu · 11 years ago
  100. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 11 years ago