summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Microcode patch loader style correctionsPeter Oruba2008-08-151-11/+13
* Fix date output in x86 microcode driver.David Woodhouse2008-08-131-2/+5
* x86: minor pointer type cast in AMD microcode patch loaderPeter Oruba2008-07-311-1/+2
* x86: moved function declarations out from AMD microcode patch loader to heade...Peter Oruba2008-07-311-3/+0Star
* x86: Intel microcode patch loader style correctionsPeter Oruba2008-07-311-8/+8
* x86: AMD microcode patch loader style correctionsPeter Oruba2008-07-311-3/+3
* Merge commit 'v2.6.27-rc1' into x86/microcodeIngo Molnar2008-07-291013-12755/+22282
|\
| * Linux 2.6.27-rc1Linus Torvalds2008-07-291-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-295-142/+409
| |\
| | * lguest: turn Waker into a thread, not a processRusty Russell2008-07-291-63/+57Star
| | * lguest: Enlarge virtio ringsRusty Russell2008-07-291-2/+2
| | * lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell2008-07-291-14/+20
| | * lguest: Remove 'network: no dma buffer!' warningRusty Russell2008-07-291-2/+0Star
| | * lguest: Adaptive timeoutRusty Russell2008-07-291-1/+11
| | * lguest: Tell Guest net not to notify us on every packet xmitRusty Russell2008-07-291-13/+93
| | * lguest: net block unneeded receive queue update notificationsRusty Russell2008-07-291-1/+13
| | * lguest: wrap last_avail accesses.Rusty Russell2008-07-291-5/+11
| | * lguest: use cpu capability accessorsAndrew Morton2008-07-291-2/+2
| | * lguest: virtio-rng supportRusty Russell2008-07-291-0/+90
| | * lguest: Support assigning a MAC addressMark McLoughlin2008-07-291-33/+89
| | * lguest: Don't leak /dev/zero fdMark McLoughlin2008-07-291-0/+1
| | * lguest: fix verbose printing of device features.Rusty Russell2008-07-291-2/+2
| | * lguest: fix switcher_page leak on unloadJohannes Weiner2008-07-291-0/+1
| | * lguest: Guest int3 fixRusty Russell2008-07-291-7/+17
| | * lguest: set max_pfn_mapped, growl loudly at Yinghai LuRusty Russell2008-07-291-0/+3
| * | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds2008-07-293-34/+36
| |\ \
| | * | mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov2008-07-293-11/+11
| | * | mfd: add platform_data to mfd_cellMike Rapoport2008-07-293-7/+12
| | * | mfd: Coding style fixesBen Dooks2008-07-282-17/+15Star
| | * | mfd: Use to_platform_device instead of container_ofBen Dooks2008-07-281-2/+1Star
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-2936-568/+512Star
| |\ \ \
| | * | | x86/PCI: use dev_printk when possibleBjorn Helgaas2008-07-294-76/+64Star
| | * | | Merge branch 'core/generic-dma-coherent' of git://git.kernel.org/pub/scm/linu...Jesse Barnes2008-07-2916-339/+217Star
| | |\ \ \
| | | * \ \ Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-295307-172291/+317323
| | | |\ \ \
| | | * | | | dma-coherent: add documentation to new interfacesDmitry Baryshkov2008-07-201-0/+28
| | | * | | | Cris: convert to using generic dma-coherent mem allocatorDmitry Baryshkov2008-07-203-103/+6Star
| | | * | | | Sh: use generic per-device coherent dma allocatorDmitry Baryshkov2008-07-183-95/+5Star
| | | * | | | ARM: support generic per-device coherent dma memDmitry Baryshkov2008-07-183-0/+11
| | | * | | | Generic dma-coherent: fix DMA_MEMORY_EXCLUSIVEDmitry Baryshkov2008-07-181-2/+1Star
| | | * | | | Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-184324-292797/+278557Star
| | | |\ \ \ \
| | | * | | | | x86: use generic per-device dma coherent allocatorDmitry Baryshkov2008-06-303-141/+4Star
| | | * | | | | generic: per-device coherent dma allocatorDmitry Baryshkov2008-06-304-0/+164
| | * | | | | | PCI: add D3 power state avoidance quirkAlan Cox2008-07-293-0/+19
| | * | | | | | PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotMatthew Wilcox2008-07-291-11/+7Star
| | * | | | | | PCI: add an option to allow ASPM enabled forciblyShaohua Li2008-07-281-6/+14
| | * | | | | | PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li2008-07-283-1/+16
| | * | | | | | PCI: disable ASPM per ACPI FADT settingShaohua Li2008-07-284-0/+18
| | * | | | | | PCI MSI: Don't disable MSIs if the mask bit isn't supportedMatthew Wilcox2008-07-281-3/+12
| | * | | | | | Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jesse Barnes2008-07-284-15/+18
| | |\ \ \ \ \ \
| | | * | | | | | x86 gart: replace to_pages macro with iommu_num_pagesJoerg Roedel2008-07-261-7/+4Star