1. 960b438 drm/nvc0-/gr: extend one of the magic calculations for >4 GPCs by Ben Skeggs · 11 years ago
  2. 0085a60 drm/nvf0/gr: fix ddx shaders locking up on me by Ben Skeggs · 11 years ago
  3. 18ac424 drm/nvc0/devinit: minor typo by Ben Skeggs · 11 years ago
  4. 9d1c4c5 drm/nvf0/gr: enable support, if external cs ucode is available by Ben Skeggs · 11 years ago
  5. b054aad drm/nvf0/gr: magic sequence that makes PGRAPH come out of hiding by Ben Skeggs · 11 years ago
  6. 9ec2dbb drm/nvf0/ce: enable support by Ben Skeggs · 11 years ago
  7. 56fbd2b drm/nvf0/fifo: enable support by Ben Skeggs · 11 years ago
  8. 26410c6 drm/nvd7/gr: initial support by Maarten Lankhorst · 11 years ago
  9. a32b2ff drm/nvc0-/gr: generate cs register lists from grctx data by Ben Skeggs · 11 years ago
  10. 70f824a drm/nvc0-/gr: tpc regs a subset of gpc, add separate list for gpc/unk regs by Ben Skeggs · 11 years ago
  11. 5ee86c41 drm/nve0-/gr: some new gpc registers can have multiple copies by Ben Skeggs · 11 years ago
  12. c03ff9e drm/nvc0-/gr: pull out a group of separately context-switched gpc regs by Ben Skeggs · 11 years ago
  13. 30f4e08 drm/nvc0-/gr: make register lists from initvals functions by Ben Skeggs · 11 years ago
  14. 791dc143 drm/nvd0-/disp: handle case where display engine is missing/disabled by Maarten Lankhorst · 11 years ago
  15. e99716f drm/gr/nvc0-: merge nvc0/nve0 ucode, and use cpp instead of m4 by Ben Skeggs · 11 years ago
  16. 05f9a5b drm/nouveau/bsp/nv84: initial vp2 engine implementation by Ilia Mirkin · 11 years ago
  17. a0376b1 drm/nouveau/vp/nv84: initial vp2 engine implementation by Ilia Mirkin · 11 years ago
  18. 44b1e3b drm/nouveau/core: xtensa engine base class implementation by Ilia Mirkin · 11 years ago
  19. 0d4a145 drm/nouveau/vdec: fork vp3 implementations from vp2 by Ilia Mirkin · 11 years ago
  20. a0fd4ec drm/nouveau/core: move falcon class to engine/ by Ben Skeggs · 11 years ago
  21. d289871 drm/nouveau/kms: don't fail if there's no dcb table entries by Ben Skeggs · 11 years ago
  22. 79442c3a drm/nouveau: remove limit on gart by Maarten Lankhorst · 11 years ago
  23. 36798b6 drm/nouveau/vm: perform a bar flush when flushing vm by Maarten Lankhorst · 11 years ago
  24. 57f0ec1 drm/nvc0/gr: cleanup register lists, and add nvce/nvcf to switches by Ben Skeggs · 11 years ago
  25. eb12f57 drm/nvc8/gr: update initial register/context values by Ben Skeggs · 11 years ago
  26. dba50728 drm/nvc4/gr: update initial register/context values by Ben Skeggs · 11 years ago
  27. 58ef230 drm/nvc1/gr: update initial register/context values by Ben Skeggs · 11 years ago
  28. 8b637ae drm/nvc3/gr: update initial register/context values by Ben Skeggs · 11 years ago
  29. d8b02db drm/nvc0/gr: update initial register/context values by Ben Skeggs · 11 years ago
  30. 37c3afd drm/nvd9/gr: update initial register/context values by Ben Skeggs · 11 years ago
  31. 1dd44ac drm/nve4/gr: update initial register/context values by Ben Skeggs · 11 years ago
  32. a8004a9 drm/nvc0-/gr: bump maximum gpc/tpc limits by Ben Skeggs · 11 years ago
  33. cb1e06e drm/nvf0/gr: initial register/context setup by Ben Skeggs · 11 years ago
  34. 507cd5b drm/nve7/gr: update initial register/context values by Ben Skeggs · 11 years ago
  35. 99bd553 drm/nve6/gr: update initial register/context values by Ben Skeggs · 11 years ago
  36. c4c7044 drm/nouveau: delay busy bo vma removal until fence signals by Ben Skeggs · 11 years ago
  37. 780194b drm/nouveau/vm: make each vma take a reference on its parent vm by Ben Skeggs · 11 years ago
  38. 51a506c drm/nouveau/core: remove nouveau_mm.mutex, no more users by Ben Skeggs · 11 years ago
  39. 4e67bee drm/nouveau/vm: take subdev mutex, not the mm, protects against race with vm/nvc0 by Ben Skeggs · 11 years ago
  40. 15cace5 drm/nvc0/vm: handle bar tlb flushes internally by Ben Skeggs · 11 years ago
  41. ca97a36 drm/nv50-/vm: take mutex rather than irqsave spinlock by Ben Skeggs · 11 years ago
  42. 464d636 drm/nv50/vm: remove explicit vm knowledge from engines by Ben Skeggs · 11 years ago
  43. c3032ad drm/nv50/vm: handle bar tlb flushes internally by Ben Skeggs · 11 years ago
  44. fec43a7 drm/nvc0/gr: port mp trap handling from calim's kepler code by Ben Skeggs · 11 years ago
  45. 16b133d drm/nve0/gr: attempt to resume after sm traps by Ben Skeggs · 11 years ago
  46. 3d8a6ed drm/nve0/gr: s/tp/tpc/ by Ben Skeggs · 11 years ago
  47. 8d6f585 drm/nve0/fifo: create our playlists up-front, at startup by Ben Skeggs · 11 years ago
  48. da746d4 drm/nva3/clk: minor improvements to fractional N calculation by Ben Skeggs · 12 years ago
  49. dceef5d drm/nouveau/fb: initialise vram controller as pfb sub-object by Ben Skeggs · 12 years ago
  50. 54ecff3 drm/nouveau/clk: change init ordering, no longer needed by devinit by Ben Skeggs · 12 years ago
  51. 88524bc drm/nouveau/devinit: move simple pll setting routines to devinit by Ben Skeggs · 12 years ago
  52. 7ada785 drm/nouveau: pass generic subdev to calculation routines by Ben Skeggs · 12 years ago
  53. aca78e9 drm/nve0/ce: stub interrupt handler by Ben Skeggs · 11 years ago
  54. 48506d1 drm/nve0/ce: link ce2 to its engine, rather than from graphics by Ben Skeggs · 11 years ago
  55. 01672ef drm/nve0/fifo: copy engine context stored in ramfc, not externally by Ben Skeggs · 11 years ago
  56. b0bc530 drm/nve0/ce: create engine object for ce2 by Ben Skeggs · 11 years ago
  57. d53635a drm/nouveau: pull in latest ucode builds from external tree by Ben Skeggs · 11 years ago
  58. 9e895ac Linux 3.10-rc7 by Linus Torvalds · 11 years ago
  59. f3c15b0 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  60. e10e577 Merge tag 'driver-core-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  61. b71055b Merge tag 'usb-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  62. dcfdc28 Merge tag 'tty-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  63. 67e5b2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  64. 70a3067 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  65. b8ff768 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  66. 945fb13 aout32 coredump compat fix by Al Viro · 11 years ago
  67. f71194a Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  68. e61cd5e Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  69. 64a2f30 Merge tag 'acpi-3.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  70. 9d0be54 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  71. 92616ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  72. 7ecba6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  73. df91c35 Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 11 years ago
  74. b8cb62f x86/efi: Fix dummy variable buffer allocation by Ben Hutchings · 11 years ago
  75. 58807a5 iscsi-target: Remove left over v3.10-rc debug printks by Nicholas Bellinger · 11 years ago
  76. 58bd0c6 target/iscsi: Fix op=disable + error handling cases in np_store_iser by Andy Grover · 11 years ago
  77. 9aa3687 Merge branch 'drm-fixes-3.10' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  78. 8444d5c drm/radeon: update lockup tracking when scheduling in empty ring by Jerome Glisse · 11 years ago
  79. a3d5c34 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  80. 86c7667 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  81. 805e318 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 4db88eb Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. 53d5def Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  84. f92d0dc Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 11 years ago
  85. fd58b51 Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  86. 7995bd2 splice: don't pass the address of ->f_pos to methods by Al Viro · 11 years ago
  87. bb69ee2 [media] Fix build when drivers are builtin and frontend modules by Mauro Carvalho Chehab · 11 years ago
  88. 8b6fd65 irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN case by Shawn Guo · 11 years ago
  89. b52e0a7 x86: Fix trigger_all_cpu_backtrace() implementation by Michel Lespinasse · 11 years ago
  90. abc4125 perf: arm64: Record the user-mode PC in the call chain. by Jed Davis · 11 years ago
  91. 5f63adb [media] s5p makefiles: don't override other selections on obj-[ym] by Mauro Carvalho Chehab · 11 years ago
  92. 8bbd9f0 powerpc: Fix bad pmd error with book3E config by Aneesh Kumar K.V · 11 years ago
  93. 35a2fbc USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cable by Anders Hammarquist · 11 years ago
  94. b9e95fc ACPI / LPSS: Power up LPSS devices during enumeration by Rafael J. Wysocki · 11 years ago
  95. 6ee22e9d ACPI / PM: Fix error code path for power resources initialization by Rafael J. Wysocki · 11 years ago
  96. 8112006 ACPI / dock: Take ACPI scan lock in write_undock() by Rafael J. Wysocki · 11 years ago
  97. 204ebc0 ACPI / resources: call acpi_get_override_irq() only for legacy IRQ resources by Mika Westerberg · 11 years ago
  98. 9497859 x86: Fix section mismatch on load_ucode_ap by Paul Gortmaker · 11 years ago
  99. c069114 mn10300: Fix include dependency in irqflags.h et al. by David Daney · 11 years ago
  100. b9e763c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago