index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2009-02-08
drm/i915: select framebuffer support automatically
Ingo Molnar
-3
/
+5
2009-02-08
drm/i915: add get_vblank_counter function for GM45
Jesse Barnes
-1
/
+24
2009-02-08
drm/i915: capture last_vblank count at IRQ uninstall time too
Jesse Barnes
-0
/
+1
2009-02-08
drm/i915: Unlock mutex on i915_gem_fault() error path
Chris Wilson
-1
/
+3
2009-02-08
drm/i915: Quiet the message on get/setparam ioctl with an unknown value.
Eric Anholt
-2
/
+2
2009-02-08
drm/i915: skip LVDS initialization on Apple Mac Mini
Paul Collins
-34
/
+13
2009-02-08
drm/i915: sync SDVO code with stable userland modesetting driver
Jesse Barnes
-104
/
+1173
2009-02-08
drm/i915: Unref the object after failing to set tiling mode.
Chris Wilson
-1
/
+4
2009-02-08
drm/i915: add fence register management to execbuf
Jesse Barnes
-20
/
+146
2009-02-08
drm/i915: Return error from i915_gem_object_get_fence_reg() when failing.
Eric Anholt
-7
/
+13
2009-02-08
drm/i915: Set up an MTRR covering the GTT at driver load.
Eric Anholt
-11
/
+25
2009-02-08
drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present.
Eric Anholt
-7
/
+11
2009-02-08
drm/i915: Suppress GEM teardown on X Server exit in KMS mode.
Eric Anholt
-0
/
+3
2009-02-08
drm/radeon: fix ioremap conflict with AGP mappings
Dave Airlie
-4
/
+9
2009-02-03
i915: fix unneeded locking in i915 LVDS get modes code.
Dave Airlie
-2
/
+0
2009-02-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
-36
/
+80
2009-02-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
-9
/
+3
2009-02-02
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
-438
/
+590
2009-02-02
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-14
/
+45
2009-02-02
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
-731
/
+854
2009-02-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
-14
/
+1011
2009-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
-16
/
+371
2009-02-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-13
/
+51
2009-02-02
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
-8
/
+81
2009-02-02
virtio-pci: do not oops on config change if driver not loaded
Mark McLoughlin
-1
/
+1
2009-02-02
modules: Use a better scheme for refcounting
Eric Dumazet
-19
/
+41
2009-02-02
pxamci: enable DMA for write ops after CMD/RESP
Cliff Brake
-1
/
+15
2009-02-02
pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())
Cliff Brake
-5
/
+4
2009-02-02
ricoh_mmc: Use suspend_late/resume_early
philipl@overt.org
-4
/
+4
2009-02-02
mmci: Add support for ST Micro derivate
Linus Walleij
-4
/
+61
2009-02-02
mmc: Add a MX2/MX3 specific SDHC driver
Sascha Hauer
-0
/
+927
2009-02-02
icside: fix PCB version 6 support (v2)
Bartlomiej Zolnierkiewicz
-1
/
+1
2009-02-02
tx4939ide: typo fix and minor cleanup
Atsushi Nemoto
-2
/
+2
2009-02-02
ide: add CS5536 host driver (v3)
Bartlomiej Zolnierkiewicz
-0
/
+319
2009-02-02
ide: Force VIA IDE legacy interrupts for AmigaOne boards
Gerhard Pircher
-0
/
+5
2009-02-02
IDE: Unregister and disable devices if initialization fails.
Ian Campbell
-1
/
+2
2009-02-02
ide: fix ide_register_port() failure handling
Bartlomiej Zolnierkiewicz
-8
/
+32
2009-02-02
ide: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
-1
/
+1
2009-02-02
ide-cd: fix DMA for non bio-backed requests
Borislav Petkov
-3
/
+9
2009-02-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Vrabel
-10811
/
+24048
2009-02-02
block: add text file detailing queue/ sysfs files
Jens Axboe
-0
/
+63
2009-02-02
bio.h: If they MUST be inlined, then use __always_inline
Alberto Bertogli
-2
/
+4
2009-02-02
Fix misleading comment in bio.h
Alberto Bertogli
-2
/
+2
2009-02-02
Merge branches 'topic/slab/fixes' and 'topic/slub/fixes' into for-linus
Pekka Enberg
-1
/
+1
2009-02-02
block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULT
Jens Axboe
-1
/
+1
2009-02-02
block: fix oops in blk_queue_io_stat()
Jens Axboe
-3
/
+11
2009-02-02
fbdev/atyfb: Fix DSP config on some PowerMacs & PowerBooks
Risto Suominen
-0
/
+11
2009-02-02
powerpc: Fix oops on some machines due to incorrect pr_debug()
Benjamin Herrenschmidt
-3
/
+2
2009-02-02
powerpc/ps3: Printing fixups for l64 to ll64 convserion drivers/net
Stephen Rothwell
-1
/
+1
2009-02-01
Manually revert "mlock: downgrade mmap sem while populating mlocked regions"
Linus Torvalds
-45
/
+2
[next]