aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29Merge tag 'driver-core-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-34/+75
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds103-1281/+3860
2013-04-29Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds66-1700/+7432
2013-04-29Merge tag 'pinctrl-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds45-3680/+2986
2013-04-29Merge tag 'fbdev-for-3.10' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds38-464/+610
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds51-1092/+699
2013-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds24-434/+655
2013-04-29Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds3-38/+79
2013-04-26Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-2/+2
2013-04-26efivars: only check for duplicates on the registered listMatt Fleming1-5/+7
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard5-164/+176
2013-04-26pinctrl/pinconfig: fix misplaced gotoLaurent Meunier1-1/+1
2013-04-26TTY: fix atime/mtime regressionJiri Slaby1-2/+16
2013-04-26s390/scm_blk: fix memleak in init functionSebastian Ott1-2/+1
2013-04-26s390/scm_blk: allow more cluster size valuesSebastian Ott1-2/+4
2013-04-26s390/cio: fix irq statisticsSebastian Ott1-0/+1
2013-04-26s390/memory hotplug: prevent offline of active memory incrementsHeiko Carstens1-1/+3
2013-04-26Merge branch '3.10/fb-mmap' into for-nextTomi Valkeinen218-2253/+2812
2013-04-26fbdev: fix check for fb_mmap's mmio availabilityTomi Valkeinen1-0/+5
2013-04-26fbdev: improve fb_mmap bounds checksTomi Valkeinen4-5/+18
2013-04-26fbdev/ps3fb: use vm_iomap_memory()Tomi Valkeinen1-12/+6
2013-04-24Revert "gpio: pxa: set initcall level to module init"Linus Walleij1-1/+6
2013-04-24Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas5-130/+87
2013-04-24vfio-pci: Use cached MSI/MSI-X capabilitiesBjorn Helgaas1-3/+3
2013-04-24vfio-pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas1-2/+2
2013-04-24fbdev/sgivwfb: use vm_iomap_memory()Tomi Valkeinen1-13/+7
2013-04-24fbdev/vermillion: use vm_iomap_memory()Tomi Valkeinen1-10/+4
2013-04-24fbdev/sa1100fb: use vm_iomap_memory()Tomi Valkeinen1-13/+3
2013-04-24fbdev/fb-puv3: use vm_iomap_memory()Tomi Valkeinen1-13/+1
2013-04-24fbdev/controlfb: use vm_iomap_memory()Tomi Valkeinen1-30/+20
2013-04-24fbdev/omapfb: use vm_iomap_memory()Tomi Valkeinen1-23/+7
2013-04-23misc: mark spear13xx-pcie-gadget as brokenArnd Bergmann1-1/+1
2013-04-23mei: fix krealloc() misuse in in mei_cl_irq_read_msg()Wei Yongjun1-5/+5
2013-04-23mei: reduce flow control only for completed messagesTomas Winkler1-3/+4
2013-04-23PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas1-2/+2
2013-04-23PCI: Drop msi_mask_reg() and remove drivers/pci/msi.hBjorn Helgaas2-14/+2
2013-04-23PCI: Use msix_table_size() directly, drop multi_msix_capable()Bjorn Helgaas2-5/+5
2013-04-23PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macrosBjorn Helgaas2-4/+2
2013-04-23PCI: Drop is_64bit_address() and is_mask_bit_support() macrosBjorn Helgaas2-4/+2
2013-04-23PCI: Drop msi_data_reg() macroBjorn Helgaas2-8/+6
2013-04-23PCI: Drop msi_lower_address_reg() and msi_upper_address_reg() macrosBjorn Helgaas2-10/+8
2013-04-23PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directlyBjorn Helgaas2-5/+4
2013-04-23PCI: Use cached MSI/MSI-X offsets from dev, not from msi_descBjorn Helgaas1-14/+8
2013-04-23PCI: Use cached MSI-X cap while enabling MSI-XGavin Shan1-20/+16
2013-04-23PCI: Use cached MSI cap while enabling MSI interruptsGavin Shan1-13/+11
2013-04-23PCI: Remove MSI/MSI-X cap check in pci_msi_check_device()Gavin Shan1-4/+1
2013-04-23PCI: Cache MSI/MSI-X capability offsets in struct pci_devGavin Shan1-23/+19
2013-04-23pinctrl: s3c64xx: Fix build error caused by undefined chained_irq_enterTomasz Figa1-2/+1
2013-04-23s390/zcore: Fix HSA copy length for last blockMichael Holzheu1-1/+1
2013-04-21Merge branch 'vm_ioremap_memory-examples'Linus Torvalds3-95/+17