1. da1dfb6 GFS2: Make write size hinting code common by Steven Whitehouse · 12 years ago
  2. 2bc733e Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes by Olof Johansson · 12 years ago
  3. 7b4f6ec ahci: Add identifiers for ASM106x devices by Alan Cox · 12 years ago
  4. 17c60c6 ahci: Add alternate identifier for the 88SE9172 by Alan Cox · 12 years ago
  5. 1fefb8f ahci: Add JMicron 362 device IDs by Ben Hutchings · 12 years ago
  6. b655232 Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes by Dave Airlie · 12 years ago
  7. d9dd85d drm: Drop the NV12M and YUV420M formats by Ville Syrjälä · 12 years ago
  8. ece82d6 drm/exynos: remove DRM_FORMAT_NV12M from plane module by Inki Dae · 12 years ago
  9. 525ee69 drm/exynos: fix double call of drm_prime_(init/destroy)_file_private by Mandeep Singh Baines · 12 years ago
  10. b716d46 drm/exynos: add dummy support for dmabuf-mmap by Tomasz Stanislawski · 12 years ago
  11. e25e1b6 drm/exynos: Add missing braces around sizeof in exynos_mixer.c by Sachin Kamat · 12 years ago
  12. adc837a drm/exynos: Add missing braces around sizeof in exynos_hdmi.c by Sachin Kamat · 12 years ago
  13. 9e1355e drm/exynos: Make g2d_pm_ops static by Sachin Kamat · 12 years ago
  14. 254d4d1 drm/exynos: Add dependency for G2D in Kconfig by Sachin Kamat · 12 years ago
  15. 7da5907 drm/exynos: fixed page align bug. by Inki Dae · 12 years ago
  16. 4fbd9a4 drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] by Thomas Meyer · 12 years ago
  17. b767593 drm/exynos: Use devm_* functions in exynos_drm_g2d.c file by Sachin Kamat · 12 years ago
  18. ae18294 drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c file by Sachin Kamat · 12 years ago
  19. 59848db drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file by Sachin Kamat · 12 years ago
  20. 16e1974 drm/exynos: Remove redundant check in exynos_drm_fimd.c file by Sachin Kamat · 12 years ago
  21. 7ba073c drm/exynos: Remove redundant check in exynos_hdmi.c file by Sachin Kamat · 12 years ago
  22. 5e1782d vmwgfx: add dumb ioctl support by Dave Airlie · 12 years ago
  23. 26df641 gma500: Fix regression on Oaktrail devices by Alan Cox · 12 years ago
  24. bc01637 digsig: add hash size comparision on signature verification by Dmitry Kasatkin · 12 years ago
  25. 6426a7b Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  26. 8507876 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  27. 22b4e63 Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  28. 38bb2ca Merge branch 'chipidea-stable' into usb-linus by Greg Kroah-Hartman · 12 years ago
  29. db89960 usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_complete_low by Michael Grzeschik · 12 years ago
  30. ad6b1b9 usb: chipidea: cleanup dma_pool if udc_start() fails by Marc Kleine-Budde · 12 years ago
  31. c9d1f94 usb: chipidea: udc: fix error path in udc_start() by Marc Kleine-Budde · 12 years ago
  32. c0a48e6 usb: chipidea: udc: add pullup fuction, needed by the uvc gadget by Michael Grzeschik · 12 years ago
  33. 7f67c38 usb: chipidea: udc: fix setup of endpoint maxpacket size by Michael Grzeschik · 12 years ago
  34. b5120a6 IPoIB: Fix AB-BA deadlock when deleting neighbours by Shlomo Pongratz · 12 years ago
  35. 66172c0 IPoIB: Fix memory leak in the neigh table deletion flow by Shlomo Pongratz · 12 years ago
  36. 72ee734 i2c: mxs: correctly setup speed for non devicetree by Wolfram Sang · 12 years ago
  37. c076ada4 i2c: pnx: Fix read transactions of >= 2 bytes by Roland Stigge · 12 years ago
  38. b3aafe8 i2c: pnx: Fix bit definitions by Roland Stigge · 12 years ago
  39. 16af511 netfilter: log: Fix log-level processing by Joe Perches · 12 years ago
  40. 3737e2b ALSA: ice1724: Use linear scale for AK4396 volume control. by Matteo Frigo · 12 years ago
  41. 080b98e hwmon: (ina2xx) Fix word size register read and write operations by Guenter Roeck · 12 years ago
  42. 73d7c11 hwmon: (twl4030-madc-hwmon) Initialize uninitialized structure elements by Guenter Roeck · 12 years ago
  43. bdfc87f net-sched: sch_cbq: avoid infinite loop by Eric Dumazet · 12 years ago
  44. 0bd1189 Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  45. 274a2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  46. 2a1497c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfin by Linus Torvalds · 12 years ago
  47. 7b281ee NFS: fsync() must exit with an error if page writeback failed by Trond Myklebust · 12 years ago
  48. ba9edaa USB: option: replace ZTE K5006-Z entry with vendor class rule by Bjørn Mork · 12 years ago
  49. 75c5da2 drm/i915: fix up the IBX transcoder B check by Daniel Vetter · 12 years ago
  50. c302d61 ALSA: hda_intel: add position_fix quirk for Asus K53E by Catalin Iacob · 12 years ago
  51. 81cb324 ALSA: compress_core: fix open flags test in snd_compr_open() by Dan Carpenter · 12 years ago
  52. 4854005 ARM: clk-imx35: Fix SSI clock registration by Fabio Estevam · 12 years ago
  53. 912bfe7 ARM: clk-imx25: Fix SSI clock registration by Fabio Estevam · 12 years ago
  54. b48d6f8 net: qmi_wwan: fix Gobi device probing for un2430 by Pierre Sauter · 12 years ago
  55. 9b2f4cb crypto: authenc - Fix crash with zero-length assoc data by Herbert Xu · 12 years ago
  56. 6895f97 kbuild: add symbol prefix arg to kallsyms by James Hogan · 12 years ago
  57. 1a95620 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  58. ffc29649 Merge tag 'kvm-3.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  59. 44346cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  60. 94254ed drm/omap: add more new timings fields by Rob Clark · 12 years ago
  61. 0b0d7b6 drm/omap: update for interlaced by Rob Clark · 12 years ago
  62. 3d03777 EHCI: Update qTD next pointer in QH overlay region during unlink by Pavankumar Kondeti · 12 years ago
  63. abf02cf staging: r8712u: fix bug in r8712_recv_indicatepkt() by Eric Dumazet · 12 years ago
  64. 6a44886 USB: cdc-wdm: fix wdm_find_device* return value by Bjørn Mork · 12 years ago
  65. e9bd8f1 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  66. 1b0a906 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  67. 1c463e5 net: fix net/core/sock.c build error by Randy Dunlap · 12 years ago
  68. 0b836dd ixp4xx_hss: fix build failure due to missing linux/module.h inclusion by Florian Fainelli · 12 years ago
  69. 566f26a caif: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  70. 974a3b0 drm/i915: set the right gen3 flip_done mode also at resume by Daniel Vetter · 12 years ago
  71. 2120c52 sierra_net: Endianess bug fix. by Lennart Sorensen · 12 years ago
  72. f08dea7 USB: ftdi_sio: do not claim CDC ACM function by Bjørn Mork · 12 years ago
  73. 6562271 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 12 years ago
  74. ee378aa workqueue: fix possible idle worker depletion across CPU hotplug by Lai Jiangshan · 12 years ago
  75. 5d67f2e Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  76. 552a37e workqueue: restore POOL_MANAGING_WORKERS by Lai Jiangshan · 12 years ago
  77. 01b2d45 pwm: pwm-tiehrpwm: Fix conflicting channel period setting by Philip, Avinash · 12 years ago
  78. c06fad9 pwm: pwm-tiecap: Disable APWM mode after configure by Philip, Avinash · 12 years ago
  79. f3d8752 arm: mm: fix DMA pool affiliation check by Thomas Petazzoni · 12 years ago
  80. e352614 hwspinlock/core: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  81. 4484141 KVM: fix error paths for failed gfn_to_page() calls by Xiao Guangrong · 12 years ago
  82. 07dc59f ALSA: hda - Fix Oops at codec reset/reconfig by Takashi Iwai · 12 years ago
  83. 390946b i2c-core: Fix for lockdep validator by Jean Delvare · 12 years ago
  84. e68bb91 i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG_I2C_DESIGNWARE_PCI=y by Axel Lin · 12 years ago
  85. 4a8f1dd i2c-i801: Add Device IDs for Intel Lynx Point-LP PCH by James Ralston · 12 years ago
  86. 4a70bbf netfilter: Validate the sequence number of dataless ACK packets as well by Jozsef Kadlecsik · 12 years ago
  87. 64f509c netfilter: Mark SYN/ACK packets as invalid from original direction by Jozsef Kadlecsik · 12 years ago
  88. beafa0d ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loop by Will Deacon · 12 years ago
  89. ad72907 ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault() by Will Deacon · 12 years ago
  90. 8404663 ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS by Russell King · 12 years ago
  91. 4f97704 KVM: x86: Check INVPCID feature bit in EBX of leaf 7 by Ren, Yongjie · 12 years ago
  92. 55d512e Linux 3.6-rc5 by Linus Torvalds · 12 years ago
  93. 32d687c Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  94. 11be4bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  95. 6862234 net: small bug on rxhash calculation by Chema Gonzalez · 12 years ago
  96. 99d0b1d drm/i915: initialize dpio_lock spin lock by Alexander Shishkin · 12 years ago
  97. 92dd6c3 RDMA/cxgb4: Move dereference below NULL test by Wei Yongjun · 12 years ago
  98. f5a60d4 Merge tag 'omap-fixes-for-v3.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 12 years ago
  99. 2b2040a ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling path by Will Deacon · 12 years ago
  100. 62194bd ARM: 7521/1: Fix semihosting Kconfig text by Stephen Boyd · 12 years ago