1. 038b8b2 drm/nv50: flush bar1 vm / dma object setup before poking 0x1708 by Ben Skeggs · 14 years ago
  2. dc7339d drm/nouveau: fix thinko in volt 0x1x parsing by Ben Skeggs · 14 years ago
  3. e49f70f7 drm/nouveau: implement parsing of DCB 2.2 GPIO table by Ben Skeggs · 14 years ago
  4. 07b1266 drm/nouveau: fix potential accuracy loss when parsing perf 0x1c tables by Ben Skeggs · 14 years ago
  5. e022878 drm/nouveau: Fix build regression, undefined reference to `acpi_video_get_edid' by Phil Turmel · 14 years ago
  6. 64f1c11 drm/nouveau: restore perflvl on resume, and restore boot perflvl on unload by Ben Skeggs · 14 years ago
  7. 6f87698 drm/nouveau: allow static performance level setting by Ben Skeggs · 14 years ago
  8. 442b626 drm/nv04-nv40: import initial pm backend by Ben Skeggs · 14 years ago
  9. 02c30ca drm/nv50: import initial clock get/set routines + hook up pm engine by Ben Skeggs · 14 years ago
  10. 330c598 drm/nouveau: import initial work on vbios performance table parsing by Ben Skeggs · 14 years ago
  11. 4709bff drm/nouveau: make bios code easier to use externally by Ben Skeggs · 14 years ago
  12. 855a95e drm/nouveau: make the behaviour of get_pll_limits() consistent by Ben Skeggs · 14 years ago
  13. f9aafdd drm/nv50: fix 100c90 write on nva3 by Ben Skeggs · 14 years ago
  14. b6fd780 drm/nouveau: zero dummy page by Ben Skeggs · 14 years ago
  15. 17b2034 drm/nv50: mark PCIEGART pages non-present rather than using dummy page by Ben Skeggs · 14 years ago
  16. 24b102d drm/nouveau: we can't free ACPI EDID, so make a copy that we can by Ben Skeggs · 14 years ago
  17. e071f8c drm/nouveau: handle fifo pusher errors better by Ben Skeggs · 14 years ago
  18. e1429b4 drm/nouveau: better handling of unmappable vram by Ben Skeggs · 14 years ago
  19. c16c570 drm/nouveau: Try to fetch an EDID from OF if DDC fails. by Francisco Jerez · 14 years ago
  20. 9f56b12 drm/nouveau: Simplify tile region handling. by Francisco Jerez · 14 years ago
  21. 4b5c152 drm/nouveau: Remove implicit argument from nv_wait(). by Francisco Jerez · 14 years ago
  22. 35fd5b4 drm/nouveau: PRAMIN is available from the start on pre-nv50. by Francisco Jerez · 14 years ago
  23. de5899b drm/nouveau: Add module parameter to override the default AGP rate. by Francisco Jerez · 14 years ago
  24. 71d0618 drm/nouveau: Don't enable AGP FW on nv18. by Francisco Jerez · 14 years ago
  25. 3bc14b4 drm/nouveau: Don't remove ramht entries from the neighboring channels. by Francisco Jerez · 14 years ago
  26. f243423 drm/nouveau: Break some long lines in the TV-out code. by Francisco Jerez · 14 years ago
  27. 8597a1b drm/nv50: fix SOR count for early chipsets by Ben Skeggs · 14 years ago
  28. 1da2656 drm/nv50: report BAR access faults by Ben Skeggs · 14 years ago
  29. d96773e drm/nv50: move vm trap to nv50_fb.c by Ben Skeggs · 14 years ago
  30. e69b441 drm/nv50: demagic grctx, and add NVAF support by Marcin Kościelnicki · 14 years ago
  31. 2941482e drm/nouveau: protect ramht_find() from oopsing if on channel without ramht by Ben Skeggs · 14 years ago
  32. 185abec drm/nouveau: remove nouveau_gpuobj_late_takedown by Ben Skeggs · 14 years ago
  33. e05d7ea drm/nouveau: protect gpuobj list + global instmem heap with spinlock by Ben Skeggs · 14 years ago
  34. eb9bcbd drm/nouveau: fix gpuobj refcount to use atomics by Ben Skeggs · 14 years ago
  35. dac7900 drm/nouveau: add spinlock around ramht modifications by Ben Skeggs · 14 years ago
  36. e05c5a3 drm/nouveau: tidy ram{ht,fc,ro} a bit by Ben Skeggs · 14 years ago
  37. fbd2895 drm/nouveau: rework init ordering so nv50_instmem.c can be less bad by Ben Skeggs · 14 years ago
  38. 6c3d7ef drm/nv50: calculate vram reordering block size by Ben Skeggs · 14 years ago
  39. 5125bfd drm/nv50: allow gpuobjs that aren't mapped into aperture by Ben Skeggs · 14 years ago
  40. 43efc9c drm/nouveau: simplify fake gpu objects by Ben Skeggs · 14 years ago
  41. a8eaebc drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity by Ben Skeggs · 14 years ago
  42. de3a6c0 drm/nouveau: rebase per-channel pramin heap offsets to 0 by Ben Skeggs · 14 years ago
  43. b3beb16 drm/nouveau: modify object accessors, offset in bytes rather than dwords by Ben Skeggs · 14 years ago
  44. 479dcae drm/nouveau: move ramht code out of nouveau_object.c, nothing to see here by Ben Skeggs · 14 years ago
  45. 2a7fdb2b drm/nouveau: have nv_mask return original register value by Ben Skeggs · 14 years ago
  46. 217275d drm/nv40: Try to set up CRE_LCD even if it has unknown bits set. by Francisco Jerez · 14 years ago
  47. 7314dec drm/nv17-nv4x: Fix analog load detection false positive on rare occasions. by Francisco Jerez · 14 years ago
  48. 9d59e8a drm/nouveau: require explicit unmap of kmapped bos by Ben Skeggs · 14 years ago
  49. e694438 drm/nouveau: remove second map of notifier bo by Ben Skeggs · 14 years ago
  50. b8a6a80 drm/nouveau: move check for no-op bo move before memcpy fallback by Ben Skeggs · 14 years ago
  51. f1ab0cc drm/nv50: add new accelerated bo move funtion by Ben Skeggs · 14 years ago
  52. 4295f18 drm/nv20: Use the nv30 CRTC bandwidth calculation code. by Francisco Jerez · 14 years ago
  53. 316f60a drm/nouveau: Fix suspend on some nv4x AGP cards. by Francisco Jerez · 14 years ago
  54. 4a445f2 Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into drm-core-next by Dave Airlie · 14 years ago
  55. a850ea3 hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap() by Naoya Horiguchi · 14 years ago
  56. 56c9cfb hugetlb, rmap: fix confusing page locking in hugetlb_cow() by Naoya Horiguchi · 14 years ago
  57. cd67f0d hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow() by Naoya Horiguchi · 14 years ago
  58. 433abed hugetlb, rmap: always use anon_vma root pointer by Naoya Horiguchi · 14 years ago
  59. bcf835e Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  60. 91e71c1 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 14 years ago
  61. fc6e756 thinkpad-acpi: avoid keymap pitfall by Henrique de Moraes Holschuh · 14 years ago
  62. 58e226c Change MSI LAPTOP driver maintainer to Lee, Chun-Yi by Lee, Chun-Yi · 14 years ago
  63. ed3473b MN10300: Arch doesn't support HAVE_ARCH_TRACEHOOK by Mark Salter · 14 years ago
  64. a6ef9c8 MN10300: Fix SIGRTMAX by Mark Salter · 14 years ago
  65. fd429a0 MN10300: Fix endianess of ext2 bitops by Mark Salter · 14 years ago
  66. 57aebd7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  67. ca242ac KVM: Fix reboot on Intel hosts by Avi Kivity · 14 years ago
  68. 6bbfb26 KVM: fix irqfd assign/deassign race by Michael S. Tsirkin · 14 years ago
  69. 561f818 ipmi: fix hardcoded ipmi device exit path warning by Yinghai Lu · 14 years ago
  70. f501ed5 rtc: s3c: balance state changes of wakeup flag by Vladimir Zapolskiy · 14 years ago
  71. 2aeadc3 mmap: call unlink_anon_vmas() in __split_vma() in case of error by Andrea Arcangeli · 14 years ago
  72. a247c3a rmap: fix walk during fork by Andrea Arcangeli · 14 years ago
  73. df08cdc drivers/pci/intel-iommu.c: fix build with older gcc's by Andrew Morton · 14 years ago
  74. e85bfd3 oom: filter unkillable tasks from tasklist dump by David Rientjes · 14 years ago
  75. fd02db9 drivers/video/sis/sis_main.c: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  76. cb1dcc0 uml: fix compile warning by Richard Weinberger · 14 years ago
  77. 1c2499a /proc/pid/smaps: fix dirty pages accounting by KOSAKI Motohiro · 14 years ago
  78. 142092e fbcon: fix lockdep warning from fbcon_deinit() by Jarek Poplawski · 14 years ago
  79. a5757c2 efifb: support the EFI framebuffer on more Apple hardware by Luke Macken · 14 years ago
  80. 85a00d9 efifb: check that the base address is plausible on pci systems by Peter Jones · 14 years ago
  81. a0c42ba aio: do not return ERESTARTSYS as a result of AIO by Jan Kara · 14 years ago
  82. d190836 vmscan: check all_unreclaimable in direct reclaim path by Minchan Kim · 14 years ago
  83. eba93fc drivers/rtc/rtc-ab3100.c: add missing platform_set_drvdata() in ab3100_rtc_probe() by Axel Lin · 14 years ago
  84. f566551 MAINTAINERS: change AVR32 and AT32AP maintainer by Hans-Christian Egtvedt · 14 years ago
  85. d544b7a4 vmware balloon: rename module by Dmitry Torokhov · 14 years ago
  86. 710224f arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices" by FUJITA Tomonori · 14 years ago
  87. c227e69 /proc/vmcore: fix seeking by Arnd Bergmann · 14 years ago
  88. a9e3176 ipmi: fix acpi probe print by Yinghai Lu · 14 years ago
  89. f19e8aa oom: always return a badness score of non-zero for eligible tasks by David Rientjes · 14 years ago
  90. 767b68e Prevent freeing uninitialized pointer in compat_do_readv_writev by Dan Rosenberg · 14 years ago
  91. c79bd89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  92. 9a81c16 powerpc: fix double syscall restarts by Al Viro · 14 years ago
  93. b68e9d4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  94. 692ebd1 bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends by Jan Kara · 14 years ago
  95. 371d217 char: Mark /dev/zero and /dev/kmem as not capable of writeback by Jan Kara · 14 years ago
  96. 976e48f bdi: Initialize noop_backing_dev_info properly by Jan Kara · 14 years ago
  97. c278525 sparc: Prevent no-handler signal syscall restart recursion. by David S. Miller · 14 years ago
  98. 392c218 sparc: Don't mask signal when we can't setup signal frame. by David S. Miller · 14 years ago
  99. 62f1b49 Merge branch 'for-linus/i2c/2636-rc5' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  100. 8b15575 fs: {lock,unlock}_flocks() stubs to prepare for BKL removal by Sage Weil · 14 years ago