1. 4a94103 hfs: Convert tree_lock to mutex by Thomas Gleixner · 14 years ago
  2. 5356d94 arm: Bcmring: semaphore cleanup by Thomas Gleixner · 14 years ago
  3. 5b8c4f2 printk: Make console_sem a semaphore not a pseudo mutex by Thomas Gleixner · 14 years ago
  4. 8192b1f drivers/macintosh/adb: Do not claim that the semaphore is a mutex by Thomas Gleixner · 14 years ago
  5. a529f15 parport: Semaphore cleanup by Thomas Gleixner · 14 years ago
  6. db7f859 irda: Semaphore cleanup by Thomas Gleixner · 14 years ago
  7. d198550 net: Wan/cosa.c: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  8. 0bce198 net: Ppp_async: semaphore cleanup by Thomas Gleixner · 14 years ago
  9. 495e64b hamradio: Mkiss: semaphore cleanup by Thomas Gleixner · 14 years ago
  10. 89d9f10 hamradio: 6pack: semaphore cleanup by Thomas Gleixner · 14 years ago
  11. 50948ee net: 3c527: semaphore cleanup by Thomas Gleixner · 14 years ago
  12. 4a4a506 input: Serio/hp_sdc: semaphore cleanup by Thomas Gleixner · 14 years ago
  13. 45e8492 input: Serio/hil_mlc: semaphore cleanup by Thomas Gleixner · 14 years ago
  14. 10d0ff8 input: Misc/hp_sdc_rtc: semaphore cleanup by Thomas Gleixner · 14 years ago
  15. 37eca0d Merge branch 'linus' into core/locking by Thomas Gleixner · 14 years ago
  16. 3c06806 Merge branch 'merge-powerpc' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  17. d9f73af Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  18. 53d22d8 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 14 years ago
  19. 5a4bbd0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  20. 989cd44 Merge branch 'merge-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  21. 4a73a43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  22. c470af0 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Linus Torvalds · 14 years ago
  23. 4e31635 ksm: fix bad user data when swapping by Hugh Dickins · 14 years ago
  24. 4829b90 ksm: fix page_address_in_vma anon_vma oops by Hugh Dickins · 14 years ago
  25. 7dcd249 drm/i915: Rephrase pwrite bounds checking to avoid any potential overflow by Chris Wilson · 14 years ago
  26. ce9d419 drm/i915: Sanity check pread/pwrite by Chris Wilson · 14 years ago
  27. cadb865 hwmon: f71882fg: use a muxed resource lock for the Super I/O port by Giel van Schijndel · 14 years ago
  28. ab7ad7f drm/i915: Use pipe state to tell when pipe is off by Keith Packard · 14 years ago
  29. b99a9d9 drm/i915: vblank status not valid while training display port by Keith Packard · 14 years ago
  30. 2b7a32f of/spi: Fix OF-style driver binding of spi devices by Sinan Akman · 14 years ago
  31. 23699f9 spi: spi-gpio.c tests SPI_MASTER_NO_RX bit twice, but not SPI_MASTER_NO_TX by Roel Kluin · 14 years ago
  32. 929f49b drivers/gpu/drm/i915/i915_gem.c: Add missing error handling code by Julia Lawall · 14 years ago
  33. c6ea21e Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  34. f4a3330 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  35. 57cf4f7 MN10300: Fix flush_icache_range() by David Howells · 14 years ago
  36. 18ffe4b Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  37. b10c4d4 Merge branch 'for-linus/i2c/2636-rc5' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  38. 303a407 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  39. 35ec421 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  40. 3c72908 Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  41. 9d8117e reiserfs: fix unwanted reiserfs lock recursion by Frederic Weisbecker · 14 years ago
  42. 3f259d0 reiserfs: fix dependency inversion between inode and reiserfs mutexes by Frederic Weisbecker · 14 years ago
  43. f556cb0 MAINTAINERS: update maintainer for S5P ARM ARCHITECTURES by Kukjin Kim · 14 years ago
  44. 5265319 MAINTAINERS: update matroxfb & ncpfs status by Petr Vandrovec · 14 years ago
  45. 3036e7b proc: make /proc/pid/limits world readable by Jiri Olsa · 14 years ago
  46. f015ac3 lib/list_sort: do not pass bad pointers to cmp callback by Don Mullis · 14 years ago
  47. 982f7c2 sys_semctl: fix kernel stack leakage by Dan Rosenberg · 14 years ago
  48. 64aab72 i7core_edac: fix panic in udimm sysfs attributes registration by Marcin Slusarz · 14 years ago
  49. c044391 drivers/serial/mrst_max3110.c needs linux/irq.h by Andrew Morton · 14 years ago
  50. e53ced1 arch/m68k/mac/macboing.c: use unsigned long for irqflags by Andrew Morton · 14 years ago
  51. 63d66ca drivers/serial/mfd.c needs slab.h by Andrew Morton · 14 years ago
  52. 399f1e3 kfifo: fix scatterlist usage by Ira W. Snyder · 14 years ago
  53. f569599 cifs: prevent infinite recursion in cifs_reconnect_tcon by Jeff Layton · 14 years ago
  54. abb295f vmwgfx: Fix fb VRAM pinning failure due to fragmentation by Thomas Hellstrom · 14 years ago
  55. f1a28ee vmwgfx: Remove initialisation of dev::devname by Thomas Hellstrom · 14 years ago
  56. 7a1c2f6 vmwgfx: Enable use of the vblank system by Thomas Hellstrom · 14 years ago
  57. 30c78bb vmwgfx: vt-switch (master drop) fixes by Thomas Hellstrom · 14 years ago
  58. 2854eed drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under allocating buffer and having drivers overwrite it (v2)" by Thomas Hellstrom · 14 years ago
  59. 39b4d07 drm: Hold the mutex when dropping the last GEM reference (v2) by Chris Wilson · 14 years ago
  60. e39a015 drm/i915: Fix refleak during eviction. by Chris Wilson · 14 years ago
  61. 6110a1f intel_idle: Voluntary leave_mm before entering deeper by Suresh Siddha · 14 years ago
  62. 173e79f vlan: dont drop packets from unknown vlans in promiscuous mode by Eric Dumazet · 14 years ago
  63. 29d08b3 drm/gem: handlecount isn't really a kref so don't make it one. by Dave Airlie · 14 years ago
  64. 7031307 i2c-s3c2410: fix calculation of SDA line delay by MyungJoo Ham · 14 years ago
  65. 0219896 x86, hpet: Fix bogus error check in hpet_assign_irq() by Thomas Gleixner · 14 years ago
  66. 1cf180c x86, irq: Plug memory leak in sparse irq by Thomas Gleixner · 14 years ago
  67. e913b14 ALSA: i2c/other/ak4xx-adda: Fix a compile warning with CONFIG_PROCFS=n by Takashi Iwai · 14 years ago
  68. 3682930 [CPUFREQ] Fix memory leaks in pcc_cpufreq_do_osc by Pekka Enberg · 14 years ago
  69. 86cf147 [CPUFREQ] acpi-cpufreq: add missing __percpu markup by Namhyung Kim · 14 years ago
  70. 9262919 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  71. 87400e5 Fix up more fallout form alpha signal cleanups by Linus Torvalds · 14 years ago
  72. 0d49110 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  73. 130b985 drm: i810/i830: fix locked ioctl variant by Arnd Bergmann · 14 years ago
  74. a91e7d4 Phonet: Correct header retrieval after pskb_may_pull by Kumar Sanghvi · 14 years ago
  75. 9337057 um: Proper Fix for f25c80a4: remove duplicate structure field initialization by Boaz Harrosh · 14 years ago
  76. 77f8902 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  77. 1fc8a11 ocfs2: Don't walk off the end of fast symlinks. by Joel Becker · 14 years ago
  78. 4193d91 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  79. 9d457c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  80. f12f662 fix OMAP2 MTD build failure by Daniel J Blueman · 14 years ago
  81. 522440e cifs: set backing_dev_info on new S_ISREG inodes by Jeff Layton · 14 years ago
  82. fdb8c58 Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736', 'bugzilla-14679', 'bugzilla-16396', 'launchpad-613381' and 'misc' into release by Len Brown · 14 years ago
  83. 100cf87 ACPI: invoke DSDT corruption workaround on all Toshiba Satellite by Len Brown · 14 years ago
  84. 0bbba38 ACPI, APEI, Fix ERST MOVE_DATA instruction implementation by Huang Ying · 14 years ago
  85. 0c827ee ACPI: fan: Fix more unbalanced code block by Luis Henriques · 14 years ago
  86. c9ad8e0 ACPI: acpi_pad: simplify code to avoid false gcc build warning by Len Brown · 14 years ago
  87. 23f124c ACPI, APEI, Fix error path for memory allocation by Huang Ying · 14 years ago
  88. 1dd6b20 ACPI, APEI, HEST Fix the unsuitable usage of platform_data by Jin Dongming · 14 years ago
  89. bad97c3 ACPI, APEI, Fix acpi_pre_map() return value by Jin Dongming · 14 years ago
  90. 3a78f96 ACPI, APEI, Fix APEI related table size checking by Huang Ying · 14 years ago
  91. 8016867 xfs: force background CIL push under sustained load by Dave Chinner · 14 years ago
  92. 9018231 mfd: Fix max8925 irq control bit incorrect setting by Kevin Liu · 14 years ago
  93. c9d66d3 mfd: Ignore non-GPIO IRQs when setting wm831x IRQ types by Mark Brown · 14 years ago
  94. 68c1f3a ip_gre: Fix dependencies wrt. ipv6. by David S. Miller · 14 years ago
  95. 9587a67 Merge branch 'meego-7093' into idle-release by Len Brown · 14 years ago
  96. e9a64ed acpi_idle: add missing \n to printk by Len Brown · 14 years ago
  97. 3265eba intel_idle: add missing __percpu markup by Namhyung Kim · 14 years ago
  98. 68f1601 intel_idle: Change mode 755 => 644 by Thomas Weber · 14 years ago
  99. 20e3341 cpuidle: Fix typos by Lucas De Marchi · 14 years ago
  100. 337279c ACPI: Disable Windows Vista compatibility for Toshiba P305D by Zhang Rui · 14 years ago