Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | x86: Convert some devices to use DIE_NMIUNKNOWN | Don Zickus | 2011-01-07 | 1 | -1/+1 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-01-10 | 8 | -472/+363 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-next | Dave Airlie | 2011-01-05 | 1 | -5/+7 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 2010-12-14 | 1 | -2/+9 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 2010-12-05 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 2010-12-02 | 2 | -28/+33 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | agp/intel: Remove duplicate const | Chris Wilson | 2010-11-23 | 1 | -1/+1 | |
| * | | | | | | | | | | intel-gtt: export api for drm/i915 | Daniel Vetter | 2010-11-23 | 1 | -52/+68 | |
| * | | | | | | | | | | agp: kill agp_rebind_memory | Daniel Vetter | 2010-11-23 | 1 | -20/+0 | |
| * | | | | | | | | | | drm/i915: restore gtt on resume in the drm instead of in intel-gtt.ko | Daniel Vetter | 2010-11-23 | 1 | -5/+0 | |
| * | | | | | | | | | | agp: kill agp_flush_chipset and corresponding ioctl | Daniel Vetter | 2010-11-23 | 6 | -24/+0 | |
| * | | | | | | | | | | drm/i915/gtt: call chipset flush directly | Daniel Vetter | 2010-11-23 | 1 | -0/+7 | |
| * | | | | | | | | | | drm/i915|intel-gtt: consolidate intel-gtt.h headers | Daniel Vetter | 2010-11-23 | 1 | -5/+0 | |
| * | | | | | | | | | | intel-gtt: fold i81x-only dcache support into the generic driver | Daniel Vetter | 2010-11-23 | 1 | -89/+61 | |
| * | | | | | | | | | | intel-gtt: switch i81x to the common initialization helpers | Daniel Vetter | 2010-11-23 | 1 | -127/+71 | |
| * | | | | | | | | | | intel-gtt: switch i81x to the write_entry helpers | Daniel Vetter | 2010-11-23 | 1 | -92/+60 | |
| * | | | | | | | | | | intel-gtt: kill unneeded sandybridge memory types | Daniel Vetter | 2010-11-23 | 1 | -6/+0 | |
| * | | | | | | | | | | intel-gtt: drop dcache support for i830 and later | Daniel Vetter | 2010-11-23 | 1 | -7/+1 | |
| * | | | | | | | | | | agp/intel: Remove confusion of stolen entries not stolen memory | Chris Wilson | 2010-11-23 | 1 | -33/+7 | |
| * | | | | | | | | | | agp/intel: Remove the artificial cap on stolen size | Chris Wilson | 2010-11-23 | 1 | -13/+3 | |
| * | | | | | | | | | | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 2010-11-22 | 12 | -15/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 2010-11-15 | 47 | -25702/+290 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | agp/intel: restore cache behavior on sandybridge | Zhenyu Wang | 2010-11-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | agp/intel: fix cache control for sandybridge | Zhenyu Wang | 2010-11-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | | agp/intel: the GMCH is always enabled for integrated processor graphics | Chris Wilson | 2010-10-31 | 1 | -16/+27 | |
| * | | | | | | | | | | | | agp/intel: Sandybridge doesn't require GMCH enabling | Chris Wilson | 2010-10-29 | 1 | -7/+30 | |
| * | | | | | | | | | | | | intel-gtt: maximize ggtt size on platforms that support this | Daniel Vetter | 2010-10-27 | 2 | -29/+81 | |
| * | | | | | | | | | | | | intel-gtt: save PGETBL_CTL later in the setup process | Daniel Vetter | 2010-10-27 | 1 | -7/+7 | |
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-01-10 | 2 | -2/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | James Morris | 2011-01-10 | 17 | -38/+216 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | key: add tpm_send command | Mimi Zohar | 2010-11-29 | 1 | -0/+16 | |
| * | | | | | | | | | | | | | | tpm: add module_put wrapper | Mimi Zohar | 2010-11-29 | 2 | -2/+7 | |
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-01-10 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | ipmi: explicitly include of_address.h and of_irq.h | Rob Herring | 2011-01-04 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | of: Fixes for OF probing on little endian systems | Rob Herring | 2011-01-03 | 1 | -4/+4 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | headers: kobject.h redux | Alexey Dobriyan | 2011-01-10 | 1 | -1/+0 | |
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-01-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | random: Use this_cpu_inc_return | Christoph Lameter | 2010-12-17 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-01-07 | 6 | -8/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | tpm: don't use flush_scheduled_work() | Tejun Heo | 2010-12-24 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | sonypi: don't use flush_scheduled_work() | Tejun Heo | 2010-12-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | hvsi: don't use flush_scheduled_work() | Tejun Heo | 2010-12-24 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | pcmcia/ipwireless: don't use flush_scheduled_work() | Tejun Heo | 2010-12-24 | 3 | -3/+4 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-01-07 | 6 | -3/+146 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | ip2: fix compiler warning on ip2main_pci_tbl | Namhyung Kim | 2010-12-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | specialix: fix compiler warning on specialix_pci_tbl | Namhyung Kim | 2010-12-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | rocket: fix compiler warning on rocket_pci_ids | Namhyung Kim | 2010-12-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | drivers: char: hvc: add arm JTAG DCC console support | Daniel Walker | 2010-11-30 | 3 | -0/+143 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-06 | 1 | -17/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | x86, amd-nb: Cleanup AMD northbridge caching code | Hans Rosenfeld | 2010-11-18 | 1 | -15/+14 |