Age | Commit message (Expand) | Author | Files | Lines |
2010-12-14 | IPMI: Add one interface to get more info of low-level IPMI device | Zhao Yakui | 2 | -4/+43 |
2010-12-11 | ip2: fix compiler warning on ip2main_pci_tbl | Namhyung Kim | 1 | -1/+1 |
2010-12-11 | specialix: fix compiler warning on specialix_pci_tbl | Namhyung Kim | 1 | -1/+1 |
2010-12-11 | rocket: fix compiler warning on rocket_pci_ids | Namhyung Kim | 1 | -1/+1 |
2010-12-05 | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 1 | -2/+4 |
2010-12-05 | agp/intel: Fix wrong kunmap in i830_cleanup() | Takashi Iwai | 1 | -2/+4 |
2010-12-03 | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 2 | -28/+33 |
2010-12-01 | drivers: char: hvc: add arm JTAG DCC console support | Daniel Walker | 3 | -0/+143 |
2010-11-30 | tpm: Autodetect itpm devices | Matthew Garrett | 1 | -0/+24 |
2010-11-29 | drivers/char/hvc_vio: Use static const char arrays | Joe Perches | 1 | -1/+1 |
2010-11-29 | key: add tpm_send command | Mimi Zohar | 1 | -0/+16 |
2010-11-29 | tpm: add module_put wrapper | Mimi Zohar | 2 | -2/+7 |
2010-11-27 | Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/... | Jens Axboe | 1 | -10/+4 |
2010-11-24 | Char: virtio_console, fix memory leak | Jiri Slaby | 1 | -28/+9 |
2010-11-23 | agp/intel: Remove duplicate const | Chris Wilson | 1 | -1/+1 |
2010-11-23 | intel-gtt: export api for drm/i915 | Daniel Vetter | 1 | -52/+68 |
2010-11-23 | agp: kill agp_rebind_memory | Daniel Vetter | 1 | -20/+0 |
2010-11-23 | drm/i915: restore gtt on resume in the drm instead of in intel-gtt.ko | Daniel Vetter | 1 | -5/+0 |
2010-11-23 | agp: kill agp_flush_chipset and corresponding ioctl | Daniel Vetter | 6 | -24/+0 |
2010-11-23 | drm/i915/gtt: call chipset flush directly | Daniel Vetter | 1 | -0/+7 |
2010-11-23 | drm/i915|intel-gtt: consolidate intel-gtt.h headers | Daniel Vetter | 1 | -5/+0 |
2010-11-23 | intel-gtt: fold i81x-only dcache support into the generic driver | Daniel Vetter | 1 | -89/+61 |
2010-11-23 | intel-gtt: switch i81x to the common initialization helpers | Daniel Vetter | 1 | -127/+71 |
2010-11-23 | intel-gtt: switch i81x to the write_entry helpers | Daniel Vetter | 1 | -92/+60 |
2010-11-23 | intel-gtt: kill unneeded sandybridge memory types | Daniel Vetter | 1 | -6/+0 |
2010-11-23 | intel-gtt: drop dcache support for i830 and later | Daniel Vetter | 1 | -7/+1 |
2010-11-23 | agp/intel: Remove confusion of stolen entries not stolen memory | Chris Wilson | 1 | -33/+7 |
2010-11-23 | agp/intel: Remove the artificial cap on stolen size | Chris Wilson | 1 | -13/+3 |
2010-11-22 | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 12 | -15/+4 |
2010-11-18 | x86, amd-nb: Cleanup AMD northbridge caching code | Hans Rosenfeld | 1 | -15/+14 |
2010-11-18 | x86, amd-nb: Complete the rename of AMD NB and related code | Hans Rosenfeld | 1 | -16/+16 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 11 | -11/+0 |
2010-11-16 | Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again) | Jim Bos | 1 | -4/+4 |
2010-11-15 | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 47 | -25702/+290 |
2010-11-13 | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 1 | -1/+2 |
2010-11-13 | i8k: Tell gcc that *regs gets clobbered | Jim Bos | 1 | -2/+3 |
2010-11-13 | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 1 | -10/+4 |
2010-11-13 | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -2/+1 |
2010-11-11 | amiserial: Remove unused variable icount | Geert Uytterhoeven | 1 | -1/+0 |
2010-11-10 | pcmcia: fix warning in synclink driver | Andres Salomon | 1 | -0/+1 |
2010-11-10 | pcmcia/cm4000: fix error code | Nicolas Kaiser | 1 | -1/+2 |
2010-11-10 | nozomi: Fix warning from the previous TIOCGCOUNT changes | Alan Cox | 1 | -1/+0 |
2010-11-10 | tty: fix warning in synclink driver | Andres Salomon | 1 | -0/+1 |
2010-11-09 | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Dave Airlie | 1 | -3/+3 |
2010-11-06 | TTY: move .gitignore from drivers/char/ to drivers/tty/vt/ | Greg Kroah-Hartman | 1 | -2/+0 |
2010-11-05 | TTY: create drivers/tty/vt and move the vt code there | Greg Kroah-Hartman | 10 | -10131/+0 |
2010-11-05 | TTY: create drivers/tty and move the tty core files there | Greg Kroah-Hartman | 14 | -15485/+1 |
2010-11-04 | agp/intel: fix cache control for sandybridge | Zhenyu Wang | 1 | -2/+2 |
2010-11-04 | agp/intel: restore cache behavior on sandybridge | Zhenyu Wang | 1 | -1/+1 |
2010-11-02 | agp/intel: restore cache behavior on sandybridge | Zhenyu Wang | 1 | -1/+1 |