1. ab46d8b OMAP: DSS2: improve clock debugfs output by Tomi Valkeinen · 13 years ago
  2. e3502ce OMAP: DSS2: Convert simple/strict_strto* to kstrto* by Tomi Valkeinen · 13 years ago
  3. 7636b3b OMAP2PLUS: DSS2: Remove hack config "CONFIG_OMAP2_DSS_USE_DSI_PLL" by Archit Taneja · 13 years ago
  4. 6cb07b2 OMAP: DSS2: HDMI: Use dss_device clock configuration for HDMI PLL parameters by Archit Taneja · 13 years ago
  5. e888166 OMAP2PLUS: DSS2: Add clock sources to dss device clock configuration by Archit Taneja · 13 years ago
  6. 89a35e5 OMAP2PLUS: DSS2: Change enum "dss_clk_source" to "omap_dss_clk_source" by Archit Taneja · 13 years ago
  7. 14e4d78 OMAP: DSS2: use __exit for selected panel drivers by Tomi Valkeinen · 13 years ago
  8. 06b2b0d OMAP: DSS2: make omap_dss_(un)register_device static by Tomi Valkeinen · 13 years ago
  9. 14572c6 OMAP: DSS2: VENC: Add missing start/stop_device calls by Tomi Valkeinen · 14 years ago
  10. bcd8e37 OMAP: DSS2: OMAPFB: Remove implicit display update on unblank by Jani Nikula · 14 years ago
  11. 91ac27a OMAP: DSS2: OMAPFB: Handle errors when initializing panel by Tomi Valkeinen · 14 years ago
  12. 7a0987b OMAP: DSS2: Add method for querying display dimensions from DSS drivers by Jani Nikula · 14 years ago
  13. b4de838 OMAP: DSS2: VENC: Remove sleeps at venc enable/disable by Tomi Valkeinen · 14 years ago
  14. c6f65e1 OMAP: DSS2: VENC: make 20ms venc bug-fix sleep optional by Tomi Valkeinen · 14 years ago
  15. f1aafdc OMAP: DSS2: make 50ms bug-fix sleep optional by Tomi Valkeinen · 14 years ago
  16. d792eec OMAP: DSS2: remove non-working msleep(40) workaround by Tomi Valkeinen · 14 years ago
  17. c6940a3 OMAP: DSS2: move dss device clock configuration by Tomi Valkeinen · 13 years ago
  18. cf398fb OMAP: DSS2: DSI: Introduce sync_vc functions by Archit Taneja · 13 years ago
  19. 9613c02 OMAP4: DSS2: Register configuration changes for DSI by Archit Taneja · 13 years ago
  20. 2783fa8 OMAP: DSS2: fix panel Kconfig dependencies by Tomi Valkeinen · 13 years ago
  21. c94dfe0 OMAP: DSS2: DSI: Fix DSI PLL power bug by Tomi Valkeinen · 13 years ago
  22. 89976f2 OMAP: DSS2: Fix: Return correct lcd clock source for OMAP2/3 by Archit Taneja · 13 years ago
  23. a9a6500 OMAP: DSS2: DSI: fix dsi_dump_clocks() by Tomi Valkeinen · 13 years ago
  24. b276509 OMAP: DSS2: DSI: fix use_sys_clk & highfreq by Tomi Valkeinen · 13 years ago
  25. 4e9f99d OMAP: DSS2: Move nokia-dsi-panel.h to include/video/ by Tomi Valkeinen · 13 years ago
  26. f8ae2f0 OMAP: DSS2: Move panel-generic-dpi.h to include/video/ by Tomi Valkeinen · 13 years ago
  27. a0b38cc OMAP: DSS2: Move display.h to include/video/ by Tomi Valkeinen · 13 years ago
  28. 693d92a Linux 2.6.39-rc7 by Linus Torvalds · 13 years ago
  29. 42c36f6 vm: fix vm_pgoff wrap in upward expansion by Hugh Dickins · 13 years ago
  30. c191f6c Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 by Linus Torvalds · 13 years ago
  31. a09a79f Don't lock guardpage if the stack is growing up by Mikulas Patocka · 13 years ago
  32. 26822ee Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 13 years ago
  33. 2fb4e61 drm/i915/lvds: Only act on lid notify when the device is on by Alex Williamson · 13 years ago
  34. 39adb7a drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup" by Chris Wilson · 13 years ago
  35. 49183b2 drm/i915: Only enable the plane after setting the fb base (pre-ILK) by Chris Wilson · 13 years ago
  36. 047ec4b Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  37. fd98a5d Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  38. 7f4238a Merge branch 'hpfs' by Linus Torvalds · 13 years ago
  39. 88f4e9e HPFS: Remove unused variable by Mikulas Patocka · 13 years ago
  40. c351481 HPFS: Move declaration up, so that there are no out-of-scope pointers by Mikulas Patocka · 13 years ago
  41. d0969d1 HPFS: Fix some unaligned accesses by Mikulas Patocka · 13 years ago
  42. 0b69760 HPFS: Fix endianity. Make hpfs work on big-endian machines by Mikulas Patocka · 13 years ago
  43. bc8728e HPFS: Implement fsync for hpfs by Mikulas Patocka · 13 years ago
  44. dab4c82a HPFS: Fix a bug that filesystem was not marked dirty when remounting it by Mikulas Patocka · 13 years ago
  45. 48f10e8 HPFS: Restrict uid and gid to 16-bit values by Mikulas Patocka · 13 years ago
  46. f739768 HPFS: When marking or clearing the dirty bit, sync the filesystem by Mikulas Patocka · 13 years ago
  47. d878597 HPFS: Use types with defined width by Mikulas Patocka · 13 years ago
  48. e5d6a7d HPFS: Remove mark_inode_dirty by Mikulas Patocka · 13 years ago
  49. 0fe105a HPFS: Remove CR/LF conversion option by Mikulas Patocka · 13 years ago
  50. 7d23ce3 HPFS: Remove remaining locks by Mikulas Patocka · 13 years ago
  51. 7dd29d8 HPFS: Introduce a global mutex and lock it on every callback from VFS. by Mikulas Patocka · 13 years ago
  52. 637b424 HPFS: Make HPFS compile on preempt and SMP by Mikulas Patocka · 13 years ago
  53. 14fdb15 eeepc-laptop: Use ACPI handle to identify rfkill port by Matthew Garrett · 13 years ago
  54. 62d2f23 [PATCH] sony-laptop: limit brightness range to DSDT provided ones by Mattia Dongili · 13 years ago
  55. 6192fa7 sony-laptop: report failures on setting LCD brightness by Mattia Dongili · 13 years ago
  56. 9fbdaeb thinkpad-acpi: module autoloading for newer Lenovo ThinkPads. by Manoj Iyer · 13 years ago
  57. 4f87af4 drm/radeon/kms: add pci id to acer travelmate quirk for 5730 by Alex Deucher · 13 years ago
  58. 45e5f6a drm/radeon: fix order of doing things in radeon_crtc_cursor_set by Ilija Hadzic · 13 years ago
  59. 2bbd449 drm: mm: fix debug output by Daniel Vetter · 13 years ago
  60. ff68146 Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 13 years ago
  61. 58e7381 drm/radeon/kms: ATPX switcheroo fixes by Alex Deucher · 13 years ago
  62. 7a7b94a drm/nouveau: Fix a crash at card takedown for NV40 and older cards by Jimmy Rentz · 13 years ago
  63. 8b06161 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  64. 174a7b1f perf tools: Makefile: Use gcc to determine ARCH by Lin Ming · 13 years ago
  65. c2bf807 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  66. a3a4a5a Regression: partial revert "tracing: Remove lock_depth from event entry" by Arjan van de Ven · 13 years ago
  67. e5e0698 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 13 years ago
  68. fa039d5 Validate size of EFI GUID partition entries. by Timo Warns · 13 years ago
  69. 63b6a67 perf events, x86: Fix Intel Nehalem and Westmere last level cache event definitions by Peter Zijlstra · 13 years ago
  70. 925f83c hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set_debugreg() by Frederic Weisbecker · 13 years ago
  71. 4d70230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into perf/urgent by Ingo Molnar · 13 years ago
  72. bfd412d Merge branch 'for-linus' of git://github.com/at91linux/linux-2.6-at91 by Linus Torvalds · 13 years ago
  73. a1fde08 VM: skip the stack guard page lookup in get_user_pages only for mlock by Linus Torvalds · 13 years ago
  74. 5895198 Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  75. 0ecb063 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  76. bd355f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  77. 1c08232 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  78. 8db72a7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  79. 8a3d8ed0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  80. 30106b8 slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchg by Thomas Gleixner · 13 years ago
  81. fca65b4 ceph: do not call __mark_dirty_inode under i_lock by Sage Weil · 13 years ago
  82. 31acbcc drm/i915/dp: Be paranoid in case we disable a DP before it is attached by Chris Wilson · 13 years ago
  83. 2dd251f drm/i915: Release object along create user fb error path by Chris Wilson · 13 years ago
  84. 98bb318 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 13 years ago
  85. 0ee5623f Linux 2.6.39-rc6 by Linus Torvalds · 13 years ago
  86. 6f23928 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  87. d2af676 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  88. 8aeb96f drm/radeon/kms: fix gart setup on fusion parts (v2) by Alex Deucher · 13 years ago
  89. 498548e drm: Send pending vblank events before disabling vblank. by Christopher James Halse Rogers · 13 years ago
  90. eaa4f5e drm/radeon: fix regression on atom cards with hardcoded EDID record. by Dave Airlie · 13 years ago
  91. e2c85d8 drm/radeon/kms: add some new pci ids by Alex Deucher · 13 years ago
  92. cce2c56 logfs: initialize superblock entries earlier by Linus Torvalds · 13 years ago
  93. c055f5b [SCSI] fix oops in scsi_run_queue() by James Bottomley · 13 years ago
  94. 9005fcd staging: Remove a warning for drivers/staging/wlan-ng/cfg80211.c by Harry Wei · 13 years ago
  95. 4f0871a xHCI: Clear PLC in xhci_bus_resume() by Andiry Xu · 13 years ago
  96. 4ad1262 libceph: fix ceph_osdc_alloc_request error checks by Sage Weil · 13 years ago
  97. 8c71897 ceph: handle ceph_osdc_new_request failure in ceph_writepages_start by Henry C Chang · 13 years ago
  98. ca20892 libceph: fix ceph_msg_new error path by Henry C Chang · 13 years ago
  99. 3772d26 ceph: use ihold() when i_lock is held by Sage Weil · 13 years ago
  100. 609cfda Merge branch 'stable/bug-fixes-for-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago