| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-12-11 | 20 | -482/+590 |
|\ |
|
| * | PCI: add pci_request_acs | Chris Wright | 2009-12-04 | 2 | -0/+7 |
| * | x86/PCI: claim SR-IOV BARs in pcibios_allocate_resource | Yinghai Lu | 2009-12-04 | 1 | -2/+15 |
| * | x86/PCI: MMCONFIG: add lookup function | Bjorn Helgaas | 2009-11-24 | 4 | -27/+20 |
| * | x86/PCI: MMCONFIG: clean up printks | Bjorn Helgaas | 2009-11-24 | 2 | -32/+26 |
| * | x86/PCI: MMCONFIG: add pci_mmconfig_remove() to remove MMCONFIG region | Bjorn Helgaas | 2009-11-24 | 1 | -6/+10 |
| * | x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a table | Bjorn Helgaas | 2009-11-24 | 4 | -81/+47 |
| * | x86/PCI: MMCONFIG: remove typeof so we can use a list | Bjorn Helgaas | 2009-11-24 | 1 | -5/+5 |
| * | x86/PCI: MMCONFIG: add virtual address to struct pci_mmcfg_region | Bjorn Helgaas | 2009-11-24 | 2 | -31/+15 |
| * | x86/PCI: MMCONFIG: trivial is_mmconf_reserved() interface simplification | Bjorn Helgaas | 2009-11-24 | 1 | -7/+5 |
| * | x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_region | Bjorn Helgaas | 2009-11-24 | 2 | -31/+38 |
| * | x86/PCI: MMCONFIG: use pointer to simplify pci_mmcfg_config[] structure access | Bjorn Helgaas | 2009-11-24 | 1 | -5/+7 |
| * | x86/PCI: MMCONFIG: rename pci_mmcfg_region structure members | Bjorn Helgaas | 2009-11-24 | 4 | -39/+39 |
| * | x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG one | Bjorn Helgaas | 2009-11-24 | 4 | -10/+17 |
| * | x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expression | Bjorn Helgaas | 2009-11-24 | 4 | -17/+18 |
| * | x86/PCI: MMCONFIG: reject MMCONFIG apertures at address zero | Bjorn Helgaas | 2009-11-24 | 1 | -6/+6 |
| * | x86/PCI: MMCONFIG: simplify tests for empty pci_mmcfg_config table | Bjorn Helgaas | 2009-11-24 | 1 | -3/+0 |
| * | x86/PCI: MMCONFIG: centralize MCFG structure management | Bjorn Helgaas | 2009-11-24 | 1 | -46/+39 |
| * | x86/PCI: MMCONFIG: step through MCFG table, not pci_mmcfg_config[] | Bjorn Helgaas | 2009-11-24 | 1 | -1/+4 |
| * | x86/PCI: MMCONFIG: count MCFG structures with local variable | Bjorn Helgaas | 2009-11-24 | 1 | -5/+7 |
| * | x86/PCI: MMCONFIG: remove unused definitions | Bjorn Helgaas | 2009-11-24 | 1 | -4/+0 |
| * | x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.c | Yinghai Lu | 2009-11-24 | 4 | -100/+103 |
| * | PCI: fix comment typo in bus_numa.h | Jiri Kosina | 2009-11-24 | 1 | -1/+1 |
| * | x86/PCI: remove early PCI pr_debug statements | Alex Chiang | 2009-11-24 | 1 | -7/+0 |
| * | ia64/xen: compilation fix | Isaku Yamahata | 2009-11-06 | 1 | -27/+1 |
| * | x86/PCI: remove 64-bit division | Bjorn Helgaas | 2009-11-06 | 1 | -3/+3 |
| * | x86/PCI: fix bogus host bridge window start/end alignment from _CRS | Bjorn Helgaas | 2009-11-04 | 1 | -0/+25 |
| * | x86/PCI: for debuggability, show host bridge windows even when ignoring _CRS | Bjorn Helgaas | 2009-11-04 | 1 | -8/+18 |
| * | PCI: improve discovery/configuration messages | Bjorn Helgaas | 2009-11-04 | 1 | -3/+6 |
| * | x86/PCI: print domain:bus in conventional format | Bjorn Helgaas | 2009-11-04 | 1 | -3/+5 |
| * | vsprintf: use %pR, %pr instead of %pRt, %pRf | Bjorn Helgaas | 2009-11-04 | 3 | -12/+17 |
| * | x86/PCI: use -DDEBUG when CONFIG_PCI_DEBUG set | Bjorn Helgaas | 2009-11-04 | 1 | -0/+4 |
| * | xen: move Xen-testing predicates to common header | Jeremy Fitzhardinge | 2009-11-04 | 2 | -27/+1 |
| * | x86/PCI: allow MMCONFIG above 4GB | Bjorn Helgaas | 2009-11-04 | 1 | -11/+20 |
| * | x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled | Suresh Siddha | 2009-11-04 | 1 | -0/+9 |
| * | ia64/PCI: print resources consistently with %pRt | Bjorn Helgaas | 2009-11-04 | 1 | -5/+16 |
| * | x86/PCI: print resources consistently with %pRt | Bjorn Helgaas | 2009-11-04 | 2 | -10/+16 |
| * | x86/PCI: Use generic cacheline sizing instead of per-vendor tests. | Dave Jones | 2009-11-04 | 1 | -7/+11 |
| * | sparc64/PCI: drop PCI_CACHE_LINE_BYTES | Tejun Heo | 2009-11-04 | 2 | -2/+7 |
| * | PCI: determine CLS more intelligently | Jesse Barnes | 2009-11-04 | 2 | -11/+6 |
| * | x86/PCI: read root resources from IOH on Intel | Yinghai Lu | 2009-11-04 | 4 | -27/+135 |
* | | Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux | Linus Torvalds | 2009-12-10 | 14 | -433/+957 |
|\ \ |
|
| * | | OMAP: SDP: Enable DSS2 for OMAP3 SDP board | Tomi Valkeinen | 2009-12-09 | 2 | -19/+176 |
| * | | OMAP: DSS2: omapfb driver | Tomi Valkeinen | 2009-12-09 | 1 | -1/+46 |
| * | | OMAP: DSS2: Display Subsystem Driver core | Tomi Valkeinen | 2009-12-09 | 1 | -0/+575 |
| * | | OMAP: Add support for VRFB rotation engine | Tomi Valkeinen | 2009-12-09 | 1 | -0/+50 |
| * | | OMAP: Add VRAM manager | Tomi Valkeinen | 2009-12-09 | 3 | -0/+72 |
| * | | OMAP: OMAPFB: add omapdss device | Tomi Valkeinen | 2009-12-09 | 2 | -11/+11 |
| * | | OMAP: OMAPFB: split omapfb.h | Tomi Valkeinen | 2009-12-09 | 4 | -401/+3 |
| * | | OMAP2: Add funcs for writing SMS_ROT_* registers | Tomi Valkeinen | 2009-12-09 | 2 | -1/+24 |