| Commit message (Expand) | Author | Age |
* | Linux 2.6.27-rc1v2.6.27-rc1 | Linus Torvalds | 2008-07-28 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-07-28 |
|\ |
|
| * | lguest: turn Waker into a thread, not a process | Rusty Russell | 2008-07-28 |
| * | lguest: Enlarge virtio rings | Rusty Russell | 2008-07-28 |
| * | lguest: Use GSO/IFF_VNET_HDR extensions on tun/tap | Rusty Russell | 2008-07-28 |
| * | lguest: Remove 'network: no dma buffer!' warning | Rusty Russell | 2008-07-28 |
| * | lguest: Adaptive timeout | Rusty Russell | 2008-07-28 |
| * | lguest: Tell Guest net not to notify us on every packet xmit | Rusty Russell | 2008-07-28 |
| * | lguest: net block unneeded receive queue update notifications | Rusty Russell | 2008-07-28 |
| * | lguest: wrap last_avail accesses. | Rusty Russell | 2008-07-28 |
| * | lguest: use cpu capability accessors | Andrew Morton | 2008-07-28 |
| * | lguest: virtio-rng support | Rusty Russell | 2008-07-28 |
| * | lguest: Support assigning a MAC address | Mark McLoughlin | 2008-07-28 |
| * | lguest: Don't leak /dev/zero fd | Mark McLoughlin | 2008-07-28 |
| * | lguest: fix verbose printing of device features. | Rusty Russell | 2008-07-28 |
| * | lguest: fix switcher_page leak on unload | Johannes Weiner | 2008-07-28 |
| * | lguest: Guest int3 fix | Rusty Russell | 2008-07-28 |
| * | lguest: set max_pfn_mapped, growl loudly at Yinghai Lu | Rusty Russell | 2008-07-28 |
* | | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd | Linus Torvalds | 2008-07-28 |
|\ \ |
|
| * | | mfd: accept pure device as a parent, not only platform_device | Dmitry Baryshkov | 2008-07-28 |
| * | | mfd: add platform_data to mfd_cell | Mike Rapoport | 2008-07-28 |
| * | | mfd: Coding style fixes | Ben Dooks | 2008-07-28 |
| * | | mfd: Use to_platform_device instead of container_of | Ben Dooks | 2008-07-28 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-07-28 |
|\ \ \ |
|
| * | | | x86/PCI: use dev_printk when possible | Bjorn Helgaas | 2008-07-28 |
| * | | | Merge branch 'core/generic-dma-coherent' of git://git.kernel.org/pub/scm/linu... | Jesse Barnes | 2008-07-28 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'linus' into core/generic-dma-coherent | Ingo Molnar | 2008-07-28 |
| | |\ \ \ |
|
| | * | | | | dma-coherent: add documentation to new interfaces | Dmitry Baryshkov | 2008-07-20 |
| | * | | | | Cris: convert to using generic dma-coherent mem allocator | Dmitry Baryshkov | 2008-07-20 |
| | * | | | | Sh: use generic per-device coherent dma allocator | Dmitry Baryshkov | 2008-07-18 |
| | * | | | | ARM: support generic per-device coherent dma mem | Dmitry Baryshkov | 2008-07-18 |
| | * | | | | Generic dma-coherent: fix DMA_MEMORY_EXCLUSIVE | Dmitry Baryshkov | 2008-07-18 |
| | * | | | | Merge branch 'linus' into core/generic-dma-coherent | Ingo Molnar | 2008-07-18 |
| | |\ \ \ \ |
|
| | * | | | | | x86: use generic per-device dma coherent allocator | Dmitry Baryshkov | 2008-06-30 |
| | * | | | | | generic: per-device coherent dma allocator | Dmitry Baryshkov | 2008-06-30 |
| * | | | | | | PCI: add D3 power state avoidance quirk | Alan Cox | 2008-07-28 |
| * | | | | | | PCI: fix bogus "'device' may be used uninitialized" warning in pci_slot | Matthew Wilcox | 2008-07-28 |
| * | | | | | | PCI: add an option to allow ASPM enabled forcibly | Shaohua Li | 2008-07-28 |
| * | | | | | | PCI: disable ASPM on pre-1.1 PCIe devices | Shaohua Li | 2008-07-28 |
| * | | | | | | PCI: disable ASPM per ACPI FADT setting | Shaohua Li | 2008-07-28 |
| * | | | | | | PCI MSI: Don't disable MSIs if the mask bit isn't supported | Matthew Wilcox | 2008-07-28 |
| * | | | | | | Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Jesse Barnes | 2008-07-28 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | x86 gart: replace to_pages macro with iommu_num_pages | Joerg Roedel | 2008-07-26 |
| | * | | | | | | x86, AMD IOMMU: replace to_pages macro with iommu_num_pages | Joerg Roedel | 2008-07-26 |
| | * | | | | | | iommu: add iommu_num_pages helper function | Joerg Roedel | 2008-07-26 |
| * | | | | | | | PCI: handle 64-bit resources better on 32-bit machines | Matthew Wilcox | 2008-07-28 |
| * | | | | | | | PCI: rewrite PCI BAR reading code | Matthew Wilcox | 2008-07-28 |
| * | | | | | | | PCI: document pci_target_state | Jesse Barnes | 2008-07-28 |
| * | | | | | | | PCI hotplug: fix typo in pcie hotplug output | Jesse Barnes | 2008-07-28 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2008-07-28 |
|\ \ \ \ \ \ \ |
|