summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* revert "rtc: recycle id when unloading a rtc driver"Andrew Morton2012-12-201-1/+0
* drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare2012-12-201-0/+1
* drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan2012-12-201-15/+47
* drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan2012-12-201-3/+15
* Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-208-128/+215
|\
| *-------. Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-1617-103/+966
| |\ \ \ \ \
| | | | | | * iommu/omap: Adapt to runtime pmOmar Ramirez Luna2012-12-033-41/+19
| | | | | | * iommu/omap: Migrate to hwmod frameworkOmar Ramirez Luna2012-12-032-24/+18
| | | | | | * iommu/omap: Keep mmu enabled when requestedOmar Ramirez Luna2012-12-031-3/+0
| | | | | | * iommu/omap: Remove redundant clock handling on ISROmar Ramirez Luna2012-12-031-2/+0
| | | | | | * Merge branch 'omap-for-v3.8/cleanup-headers-iommu' of git://git.kernel.org/pu...Joerg Roedel2012-12-0312-14/+790
| | | | | | |\
| | | | | * | | iommu/tegra: smmu: Move bus_set_iommu after probe for multi archHiroshi Doyu2012-11-281-1/+1
| | | | | * | | iommu/tegra: gart: Move bus_set_iommu after probe for multi archHiroshi Doyu2012-11-281-1/+1
| | | | | * | | iommu/tegra: smmu: Remove unnecessary PTC/TLB flush allHiroshi Doyu2012-11-281-3/+1
| | | | | |/ /
| | | | * | | intel-iommu: Prevent devices with RMRRs from being placed into SI DomainTom Mingarelli2012-11-211-0/+31
| | | * | | | iommu/amd: Remove obsolete commentJoerg Roedel2012-12-021-10/+0
| | | * | | | iommu/amd: Don't use 512GB pagesJoerg Roedel2012-12-021-1/+3
| | | * | | | iommu/amd: Properly account for virtual aliases in IOMMU groupsAlex Williamson2012-10-242-5/+57
| | | * | | | iommu/amd: Split IOMMU group allocation and attachAlex Williamson2012-10-241-11/+19
| | | * | | | iommu/amd: Split upstream bus device lookupAlex Williamson2012-10-241-9/+15
| | | * | | | iommu/amd: Split IOMMU Group topology walkAlex Williamson2012-10-241-25/+33
| | | * | | | iommu/amd: Split IOMMU group initializationAlex Williamson2012-10-241-18/+43
| | |/ / / /
* | | | | | intel-iommu: Free old page tables before creating superpageWoodhouse, David2012-12-201-2/+9
* | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-2010-220/+322
|\ \ \ \ \ \
| * | | | | | virtio_console: Add support for remoteproc serialSjur Brændeland2012-12-181-23/+169
| * | | | | | virtio_console: Merge struct buffer_token into struct port_bufferSjur Brændeland2012-12-181-76/+53
| * | | | | | virtio: add drv_to_virtio to make code clearlyWanlong Gao2012-12-181-7/+4
| * | | | | | virtio: use dev_to_virtio wrapper in virtioWanlong Gao2012-12-181-10/+9
| * | | | | | virtio-mmio: Fix irq parsing in command line parameterPawel Moll2012-12-181-9/+17
| * | | | | | virtio_console: Free buffers from out-queue upon closesjur.brandeland@stericsson.com2012-12-181-0/+4
| * | | | | | virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-12-181-4/+3
| * | | | | | virtio_console: Use kmalloc instead of kzallocSjur Brændeland2012-12-181-1/+1
| * | | | | | virtio_console: Free buffer if splice failsSjur Brændeland2012-12-181-0/+2
| * | | | | | virtio: scsi: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell2012-12-181-11/+13
| * | | | | | virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell2012-12-181-4/+2
| * | | | | | virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell2012-12-181-1/+1
| * | | | | | virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell2012-12-181-5/+5
| * | | | | | virtio: make virtqueue_add_buf() returning 0 on success, not capacity.Rusty Russell2012-12-181-5/+2
| * | | | | | virtio: console: don't rely on virtqueue_add_buf() returning capacity.Amit Shah2012-12-181-0/+2
| * | | | | | virtio_net: don't rely on virtqueue_add_buf() returning capacity.Rusty Russell2012-12-181-20/+13
| * | | | | | virtio-net: remove unused skb_vnet_hdr->num_sg fieldMichael S. Tsirkin2012-12-181-3/+3
| * | | | | | virtio-net: correct capacity math on ring fullMichael S. Tsirkin2012-12-181-5/+4
| * | | | | | virtio: move queue_index and num_free fields into core struct virtqueue.Rusty Russell2012-12-183-29/+15
| * | | | | | virtio-pci: use module_pci_driver to simplify the codeWei Yongjun2012-12-181-13/+1
| * | | | | | lguest: fix typoAlex Russell2012-12-181-1/+1
| * | | | | | virtio: force vring descriptors to be allocated from lowmemWill Deacon2012-10-221-0/+7
* | | | | | | Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-12-2012-135/+98
|\ \ \ \ \ \ \
| * | | | | | | UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia2012-12-104-85/+50
| * | | | | | | UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia2012-12-106-14/+23
| * | | | | | | UBI: replace memcpy with struct assignmentEzequiel Garcia2012-12-033-7/+4