1. 15ba79a drm/nouveau: shut lockdep up if last vm ref needs to destroy pgd by Ben Skeggs · 13 years ago
  2. 06b75e3 drm/nouveau: fix display takedown order to match reverse init order by Ben Skeggs · 13 years ago
  3. 5de8037 drm/nvc0: enable per-client address spaces by Ben Skeggs · 13 years ago
  4. ad9ac43 drm/nouveau: add some debug output if nouveau_mm busy at destroy time by Ben Skeggs · 13 years ago
  5. e41f26e drm/nv50: enable use of per-client gpu address space by Ben Skeggs · 13 years ago
  6. 2fd3db6 drm/nouveau: remove implicit mapping of every bo into chan_vm by Ben Skeggs · 13 years ago
  7. 7375c95 drm/nouveau: remove 'chan' argument from nouveau_bo_new by Ben Skeggs · 13 years ago
  8. e758a31 drm/nouveau: fixup gem_info ioctl to return client-specific bo virtual by Ben Skeggs · 13 years ago
  9. 3d483d5 drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vm by Ben Skeggs · 13 years ago
  10. 9f9f51f drm/nv50-nvc0: lookup pushbuf virtual address on dma_push by Ben Skeggs · 13 years ago
  11. d02836b drm/nv84-nvc0: explicitly map semaphore buffer into channel vm by Ben Skeggs · 13 years ago
  12. ce163f6 drm/nv50-nvc0: explicitly map pushbuf bo into channel vm by Ben Skeggs · 13 years ago
  13. 0b71873 drm/nv50-nvc0: explicitly map notifier bo into channel vm by Ben Skeggs · 13 years ago
  14. 45143cb drm/nv50-nvc0: explicitly map fbcon fb into channel vm by Ben Skeggs · 13 years ago
  15. fd2871a drm/nouveau: initial changes to support multiple VMAs per buffer object by Ben Skeggs · 13 years ago
  16. a3fcd0a drm/nv50-nvc0: completely disable relocs by Ben Skeggs · 13 years ago
  17. 180cc30 drm/nouveau: convert bo.mem.start usage to bo.offset by Ben Skeggs · 13 years ago
  18. 07533ea drm/nouveau: convert some bo.offset use to vma.offset by Ben Skeggs · 13 years ago
  19. d2f96666 drm/nouveau: create temp vmas for both src and dst of bo moves by Ben Skeggs · 13 years ago
  20. f91bac5 drm/nouveau: store bo's page size in nouveau_bo by Ben Skeggs · 13 years ago
  21. 111af5c drm/nouveau: skip move_notify() if bo does not have a vma attached by Ben Skeggs · 13 years ago
  22. 6e32fed drm/nouveau: will need to specify channel for vm-ful gpuobj allocations by Ben Skeggs · 13 years ago
  23. dd6a46c drm/nouveau: initialise any vm for a channel before pushbuf/ntfy by Ben Skeggs · 13 years ago
  24. b7cb6c0 drm/nouveau: modify gpuobj/ntfy takedown ordering by Ben Skeggs · 13 years ago
  25. 639212d drm/nouveau/gem: implement stub hooks for GEM object open/close by Ben Skeggs · 13 years ago
  26. f6d4e62 drm/nouveau: remove 'chan' argument from nouveau_gem_new by Ben Skeggs · 13 years ago
  27. 0320d79 drm/nv50-nvc0/chan: inherit vm from fpriv, rather than chan_vm directly by Ben Skeggs · 13 years ago
  28. fe32b16 drm/nv50-nvc0/vm: take client reference on shared channel vm by Ben Skeggs · 13 years ago
  29. b79181c drm/nv50-nvc0/vm: don't touch chan_vm by Ben Skeggs · 13 years ago
  30. d359d51 drm/nouveau: no need to update bo.offset from vma after validate by Ben Skeggs · 13 years ago
  31. e8a863c drm/nouveau: store a per-client channel list by Ben Skeggs · 13 years ago
  32. f8656f0 drm/nouveau: use NULL file_priv for DRM-created channels by Ben Skeggs · 13 years ago
  33. 3f0a68d drm/nouveau: allocate structure to store per-client data by Ben Skeggs · 13 years ago
  34. 1562ffd drm/nouveau: silence error for missing dac loadval table by Ben Skeggs · 13 years ago
  35. e540afc drm/nv50: DCB table quirks for another busted XFX board by Ben Skeggs · 13 years ago
  36. ad830d2 drm/nouveau: log if accel is disabled by default on a chipset by Ben Skeggs · 13 years ago
  37. 752ab0a drm/nvc0/gr: fill in some more data for 0xc1/0xc8/0xce by Ben Skeggs · 13 years ago
  38. 2b6f1c5 drm/nvc0/gr: fix typo in class9197 init by Ben Skeggs · 13 years ago
  39. 066d65d drm/nvc0/gr: calculate magicgpc918 ourselves by Ben Skeggs · 13 years ago
  40. a219997 drm/nvc0/gr: add some missing magics for 0xc1/0xc8/0xce by Ben Skeggs · 13 years ago
  41. 0411de8 drm/nvc0/gr: import and use our own fuc by default by Ben Skeggs · 13 years ago
  42. f8522fc drm/nvc0: fix suspend/resume of PGRAPH/PCOPYn by Ben Skeggs · 13 years ago
  43. aba99a8 drm/nouveau: default to noaccel on 0xc1/0xc8/0xce for now by Ben Skeggs · 13 years ago
  44. d4409cc drm/nvc1/gr: switch on acceleration support by Ben Skeggs · 13 years ago
  45. b53a2d0 drm/nvc0/gr: enable 0xc8/0xce support, no idea if it works or not.. by Ben Skeggs · 13 years ago
  46. e1b89b1 drm/nvc0/gr: some initial state modifications by Ben Skeggs · 13 years ago
  47. 6f37646 drm/nvc0/gr: 0x9197/0x9297 state init by Ben Skeggs · 13 years ago
  48. 847adea drm/nvc0/gr: macro to determine fermi class, will use it in a few places by Ben Skeggs · 13 years ago
  49. 068da16 drm/nvc0/fifo: fix typos in unload_context by Ben Skeggs · 13 years ago
  50. 310ff41 drm/nvc0/fb: allocate page for some unknown PFFB object by Ben Skeggs · 13 years ago
  51. 74cfad1 drm/nvc0: Read temperature on Fermi like we do on nv84+ by Martin Peres · 13 years ago
  52. bccaeaf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 13 years ago
  53. 68d0080 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  54. f957db4 mm, hotplug: protect zonelist building with zonelists_mutex by David Rientjes · 13 years ago
  55. 7553e8f mm, hotplug: fix error handling in mem_online_node() by David Rientjes · 13 years ago
  56. 446b23a CIFS: Fix problem with 3.0-rc1 null user mount failure by Pavel Shilovsky · 13 years ago
  57. 7cdfa4a net/usb: kalmia: Various fixes for better support of non-x86 architectures. by Marius B. Kotsbak · 13 years ago
  58. 9935d12 rtl8192cu: Fix missing firmware load by Larry Finger · 13 years ago
  59. 483f179 drm/i915: save/resume forcewake lock fixes by Ben Widawsky · 13 years ago
  60. debf1d4 Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 13 years ago
  61. 859c965 [S390] allow setting of upper 32 bit in smp_ctl_set_bit by Jan Glauber · 13 years ago
  62. 6815823 [S390] hwsampler: Set a sane default sampling rate by Christian Borntraeger · 13 years ago
  63. b530ce7 [S390] s390: enforce HW limits for the initial sampling rate by Christian Borntraeger · 13 years ago
  64. 80629b0 [S390] kvm-s390: fix kconfig dependencies by Christian Borntraeger · 13 years ago
  65. 82a9a48 powerpc/e500: fix breakage with fsl_rio_mcheck_exception by Scott Wood · 13 years ago
  66. f3fed68 powerpc/p1022ds: fix audio-related properties in the device tree by Timur Tabi · 13 years ago
  67. c02a02e powerpc/85xx: fix NAND_CMD_READID read bytes number by Shaohui Xie · 13 years ago
  68. 9cfaa8d udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packet by Xufeng Zhang · 13 years ago
  69. 32c9025 ipv6/udp: Use the correct variable to determine non-blocking condition by Xufeng Zhang · 13 years ago
  70. b1d7dd8 KEYS: Fix error handling in construct_key_and_link() by David Howells · 13 years ago
  71. 35052cf MN10300: asm/uaccess.h needs to #include linux/kernel.h for might_sleep() by David Howells · 13 years ago
  72. 2992c4b Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  73. 1c6b39a alarmtimers: Return -ENOTSUPP if no RTC device is present by John Stultz · 13 years ago
  74. 58fa459 netconsole: fix build when CONFIG_NETCONSOLE_DYNAMIC is turned on by Randy Dunlap · 13 years ago
  75. c008ba58 alarmtimers: Handle late rtc module loading by John Stultz · 13 years ago
  76. a5f76d5 PCI / PM: Block races between runtime PM and system sleep by Rafael J. Wysocki · 13 years ago
  77. ca9c689 PM / Domains: Update documentation by Rafael J. Wysocki · 13 years ago
  78. 4d1518f PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset by Rafael J. Wysocki · 13 years ago
  79. 6d0e0e8 PM: Fix async resume following suspend failure by Alan Stern · 13 years ago
  80. 8440f4b PM: Free memory bitmaps if opening /dev/snapshot fails by Michal Kubecek · 13 years ago
  81. f76b168b PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 13 years ago
  82. 7842088 PM: Update documentation regarding sysdevs by Rafael J. Wysocki · 13 years ago
  83. 129b656 PM / Runtime: Update doc: usage count no longer incremented across system PM by Kevin Hilman · 13 years ago
  84. 2cd1176 Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  85. e92d03b Revert "drm/i915: Kill GTT mappings when moving from GTT domain" by Eric Anholt · 13 years ago
  86. ec6a890 drm/i915: Apply HWSTAM workaround for BSD ring on SandyBridge by Chris Wilson · 13 years ago
  87. efc2924 drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again) by Keith Packard · 13 years ago
  88. e08f6d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  89. 890879c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  90. 9a7b2d1 [media] pwc: better usb disconnect handling by Hans de Goede · 13 years ago
  91. 1650add NFS: Fix decode_secinfo_maxsz by Bryan Schumaker · 13 years ago
  92. 19982ba NFSv4.1: Fix an off-by-one error in pnfs_generic_pg_test by Trond Myklebust · 13 years ago
  93. 8f7d5ef NFSv4.1: Fix some issues with pnfs_generic_pg_test by Trond Myklebust · 13 years ago
  94. 082763a ARM: 6969/1: plat-iop: fix build error by Linus Walleij · 13 years ago
  95. 946a105 ARM: 6961/1: zImage: Add build-time check for correctly-sized proc_type entries by Dave Martin · 13 years ago
  96. 573619d ARM: SMP: wait for CPU to be marked active by Russell King · 13 years ago
  97. 9e05cdd ARM: mach-shmobile: ag5evm: consistently name sdhi info structures by Simon Horman · 13 years ago
  98. 5a56855 ARM: mach-shmobile: mackerel: change usbhs devices order by Kuninori Morimoto · 13 years ago
  99. f2b9726 sh: add platform_device of EHCI/OHCI to setup-sh7757 by Yoshihiro Shimoda · 13 years ago
  100. bf69d84 sh: fix compile error using sh7757lcr_defconfig by Yoshihiro Shimoda · 13 years ago