1. 99efb93 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  2. fb1cb7b Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  3. fe7e96f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  4. 0f90933 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  5. e2b3483 crypto: pcrypt - Fix use after free on padata_free by Steffen Klassert · 14 years ago
  6. bd760e1 backlight: MacBookAir3,1(3,2) mbp-nvidia-bl support by Edgar (gimli) Hucek · 14 years ago
  7. 4f1aa84 drivers/video/backlight/adp8860_bl.c: check strict_strtoul() return value by Michael Hennerich · 14 years ago
  8. c7ce250 drivers/video/backlight/adp8860_bl.c: fix ambient light zone overwrite handling by Michael Hennerich · 14 years ago
  9. fef7764 backlight: add low threshold to pwm backlight by Arun Murthy · 14 years ago
  10. a1025e2 drivers/video/backlight/s6e63m0.c: fix section mismatch by Axel Lin · 14 years ago
  11. d974e00 drivers/video/backlight/s6e63m0.c: unregister backlight device and remove sysfs attribute file in s6e63m0_remove by Axel Lin · 14 years ago
  12. 4dbdf88 backlight: fix blanking for L4F00242T03 LCD by Marek Vasut · 14 years ago
  13. 6bde908 backlight: fix blanking for LMS283GF05 LCD by Marek Vasut · 14 years ago
  14. ed3a678 drivers/video/backlight/s6e63m0.c: set permissions on gamma_table file to 0444 by Axel Lin · 14 years ago
  15. 25672b9 drivers/leds/leds-gpio.c: properly initialize return value by Davidlohr Bueso · 14 years ago
  16. 5991e15 Documentation: led drivers lp5521 and lp5523 by Samu Onkalo · 14 years ago
  17. f4920f6 leds: update LP552x support Kconfig and Makefile by Samu Onkalo · 14 years ago
  18. 0efba16 leds: driver for National Semiconductors LP5523 chip by Samu Onkalo · 14 years ago
  19. 500fe14 leds: driver for National Semiconductor LP5521 chip by Samu Onkalo · 14 years ago
  20. 5ada28b led-class: always implement blinking by Johannes Berg · 14 years ago
  21. 52ca0e8 hugetlbfs: lessen the impact of a deprecation warning by Dave Jones · 14 years ago
  22. 27d20fd radix-tree: fix RCU bug by Nick Piggin · 14 years ago
  23. eaf06b2 Restrict unprivileged access to kernel syslog by Dan Rosenberg · 14 years ago
  24. 203f40a oom: document obsolete oom_adj tunable by David Rientjes · 14 years ago
  25. 1dce071e vmscan: avoid setting zone congested if no page dirty by Shaohua Li · 14 years ago
  26. 3871525 latencytop: fix per task accumulator by Ken Chen · 14 years ago
  27. 8d056cb mm/vfs: revalidate page->mapping in do_generic_file_read() by Dave Hansen · 14 years ago
  28. 834b403 kernel/range.c: fix clean_sort_range() for the case of full array by Alexey Khoroshilov · 14 years ago
  29. aec0428 drivers/misc/bh1770glc.c: error handling in bh1770_power_state_store() by Dan Carpenter · 14 years ago
  30. d2e61b8 memcg: null dereference on allocation failure by Dan Carpenter · 14 years ago
  31. 1093736 drivers/misc/apds9802als.c: fix signedness bug by Vasiliy Kulikov · 14 years ago
  32. 90482e4 misc/isl29020: signedness bug in als_sensing_range_store() by Dan Carpenter · 14 years ago
  33. 43b3a0c include/linux/highmem.h needs hardirq.h by Catalin Marinas · 14 years ago
  34. 3f9d35b atomic: add atomic_inc_not_zero_hint() by Eric Dumazet · 14 years ago
  35. 8705a1b include/linux/resource.h needs types.h by Jean Delvare · 14 years ago
  36. 88cf81f rapidio: use resource_size() by Dan Carpenter · 14 years ago
  37. 38b7a2a drivers/macintosh/adb-iop.c: flags should be unsigned long by Geert Uytterhoeven · 14 years ago
  38. 8818b67 um: fix ptrace build error by Richard Weinberger · 14 years ago
  39. ece413f xfs: remove incorrect assert in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  40. a26d279 APPARMOR: Fix memory leak of apparmor_init() by wzt.wzt@gmail.com · 14 years ago
  41. 246c3fb APPARMOR: Fix memory leak of alloc_namespace() by wzt.wzt@gmail.com · 14 years ago
  42. 8896b93 locks: remove dead lease error-handling code by J. Bruce Fields · 14 years ago
  43. 3df057a locks: fix leak on merging leases by J. Bruce Fields · 14 years ago
  44. c6f6cd0 xfs: use hlist_add_fake by Christoph Hellwig · 14 years ago
  45. 5d2bf8a xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=n by Christoph Hellwig · 14 years ago
  46. 785ce41 xfs: tell lockdep about parent iolock usage in filestreams by Christoph Hellwig · 14 years ago
  47. bfe2741 xfs: move delayed write buffer trace by Dave Chinner · 14 years ago
  48. f83282a xfs: fix per-ag reference counting in inode reclaim tree walking by Dave Chinner · 14 years ago
  49. 6762b93 xfs: xfs_ioctl: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  50. 5d0af85 xfs: remove experimental tag from the delaylog option by Christoph Hellwig · 14 years ago
  51. 7dfbbdc drm/ttm: Be consistent on ttm_bo_init() failures by Thomas Hellstrom · 14 years ago
  52. 2b66b50 drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once. by Michel Dänzer · 14 years ago
  53. f6614b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  54. 63bfd73 perf_events: Fix perf_counter_mmap() hook in mprotect() by Pekka Enberg · 14 years ago
  55. 3565bd4 cifs: fix a memleak in cifs_setattr_nounix() by Suresh Jayaraman · 14 years ago
  56. b2298fd drm/radeon/kms: fix thermal sensor reporting on rv6xx by Alex Deucher · 14 years ago
  57. bdd91b2 drm/radeon/kms: fix bugs in ddc and cd path router code by Tyson Whitehead · 14 years ago
  58. fb939df drm/radeon/kms: add support for clock/data path routers by Alex Deucher · 14 years ago
  59. dccb2a9 drm: vmwgfx: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  60. ec3789c drivers/gpu: Use vzalloc by Joe Perches · 14 years ago
  61. 1ef0724 drm/vmwgfx: Fix oops on failing bo pin by Thomas Hellstrom · 14 years ago
  62. 29e190e drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinning by Thomas Hellstrom · 14 years ago
  63. aa12326 drm/ttm: Make sure a sync object doesn't disappear while we use it by Thomas Hellstrom · 14 years ago
  64. a0ae586 drm/radeon/kms: don't disable shared encoders on pre-DCE3 display blocks by Alex Deucher · 14 years ago
  65. fce7d61 drivers/gpu/drm: Update WARN uses by Joe Perches · 14 years ago
  66. 85b54e0 drivers/gpu/drm/vmwgfx: Fix k.alloc switched arguments by Joe Perches · 14 years ago
  67. 0ea75e2 DRM: ignore invalid EDID extensions by Sam Tygier · 14 years ago
  68. c5d46b4 drm/radeon/kms: make the connector code less verbose by Alex Deucher · 14 years ago
  69. 7dcebb5 drm/ttm: remove failed ttm binding error printout by Thomas Hellstrom · 14 years ago
  70. 06fba6d drm/ttm: Add a barrier when unreserving by Thomas Hellstrom · 14 years ago
  71. dbc4a5b drm/ttm: Remove mm init error printouts and checks by Thomas Hellstrom · 14 years ago
  72. 6e4c55d drm/ttm: Remove pointless list_empty check by Thomas Hellstrom · 14 years ago
  73. d7a67cb drm/ttm: Use private locks for the default bo range manager by Thomas Hellstrom · 14 years ago
  74. 3205bc2 drm/ttm: Documentation update by Thomas Hellstrom · 14 years ago
  75. f5d8e0e drm/radeon/kms/evergreen: add missing pm.vblank_sync update in vbl handler by Alex Deucher · 14 years ago
  76. 7c6048b drm/stub/Kconfig: fix Kconfig for stub driver. by Ingo Molnar · 14 years ago
  77. 91839fd Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Dave Airlie · 14 years ago
  78. 814ce25 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  79. 6070bf3 kernel: Constify temporary variable in roundup() by Tetsuo Handa · 14 years ago
  80. 3f8ff0e drm/i915: Fix LVDS fixed-mode regression from 219adae1 by Chris Wilson · 14 years ago
  81. 0e15482 sparc: fix openpromfs compile by Meelis Roos · 14 years ago
  82. a7bcf21 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  83. 6187639 cifs: make cifs_ioctl handle NULL filp->private_data correctly by Jeff Layton · 14 years ago
  84. 5398a64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  85. 764e028 Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6 by Linus Torvalds · 14 years ago
  86. 934648f Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  87. 8be5814 Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  88. 7ff9c07 ext4: Add new ext4 inode tracepoints by Theodore Ts'o · 14 years ago
  89. b56ff9d ext4: Don't call sb_issue_discard() in ext4_free_blocks() by Theodore Ts'o · 14 years ago
  90. 87009d8 ext4: do not try to grab the s_umount semaphore in ext4_quota_off by Dmitry Monakhov · 14 years ago
  91. 83668e7 ext4: fix potential race when freeing ext4_io_page structures by Theodore Ts'o · 14 years ago
  92. f7ad6d2 ext4: handle writeback of inodes which are being freed by Theodore Ts'o · 14 years ago
  93. 08deebf drm/i915/ringbuffer: Use the HEAD auto-reporting mechanism by Chris Wilson · 14 years ago
  94. b47b30c drm/i915: Avoid might_fault during pwrite whilst holding our mutex by Chris Wilson · 14 years ago
  95. 65670a1 Merge branch 'rmobile/core' into rmobile-fixes-for-linus by Paul Mundt · 14 years ago
  96. 21e1426 Merge branches 'sh/pio-death', 'sh/nommu', 'sh/clkfwk', 'sh/core' and 'sh/intc-extension' into sh-fixes-for-linus by Paul Mundt · 14 years ago
  97. a766b29 sh: clkfwk: Fix up checkpatch warnings. by Paul Mundt · 14 years ago
  98. d0013c9 sh: make some needlessly global sh7724 clocks static by Guennadi Liakhovetski · 14 years ago
  99. 6af26c6 sh: add clk_round_parent() to optimize parent clock rate by Guennadi Liakhovetski · 14 years ago
  100. 557a3da Staging: ath6kl: remove empty files that mess with 'distclean' by Greg Kroah-Hartman · 14 years ago