summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* irq_remapping: Clean up unsued code to support IOAPICJiang Liu2015-04-241-33/+0
* x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfacesJiang Liu2015-04-241-19/+0
* x86/irq: Remove x86_io_apic_ops.set_affinity and related interfacesJiang Liu2015-04-241-15/+0
* x86/irq: Remove x86_io_apic_ops.setup_entry and related interfacesJiang Liu2015-04-241-13/+0
* x86/irq: Remove x86_io_apic_ops.print_entries and related interfacesJiang Liu2015-04-241-7/+0
* irq_remapping: Remove unused function irq_remapping_print_chip()Jiang Liu2015-04-241-13/+0
* x86/htirq: Use hierarchical irqdomain to manage Hypertransport interruptsJiang Liu2015-04-241-41/+6
* iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu2015-04-241-14/+5
* irq_remapping: Clean up unused MSI related codeJiang Liu2015-04-242-165/+0
* irq_remapping/amd: Clean up unused MSI related codeJiang Liu2015-04-241-113/+2
* irq_remapping/vt-d: Clean up unused MSI related codeJiang Liu2015-04-241-144/+0
* x86/MSI: Use hierarchical irqdomains to manage MSI interruptsJiang Liu2015-04-241-1/+0
* irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu2015-04-244-6/+341
* irq_remapping/vt-d: Enhance Intel IR driver to support hierarchical irqdomainsJiang Liu2015-04-241-8/+329
* irq_remapping/vt-d: Change prototypes to prepare for hierarchical irqdomainJiang Liu2015-04-241-11/+11
* irq_remapping: Introduce new interfaces to support hierarchical irqdomainsJiang Liu2015-04-242-1/+59
* x86/dmar: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-241-2/+15
* x86/htirq: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-241-4/+3
* Merge tag 'remoteproc-4.1-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-214-13/+6
|\
| * remoteproc: add IOMMU hardware capability flagSuman Anna2015-03-124-13/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-04-215-10/+13
|\ \
| * | mvsas: fix panic on expander attached SATA devicesJames Bottomley2015-04-171-4/+1
| * | am53c974: Fix crash during modprobeHannes Reinecke2015-04-171-2/+4
| * | megaraid_sas: use raw_smp_processor_id()Christoph Hellwig2015-04-161-3/+6
| * | sd: Fix missing ATO tag checkMartin K. Petersen2015-04-161-1/+1
| * | sd: Unregister integrity profileMartin K. Petersen2015-04-161-0/+1
* | | Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds2015-04-2124-44/+188
|\ \ \
| * \ \ Merge omapdss topic branch for fbdev 4.1Tomi Valkeinen2015-04-2017-26/+167
| |\ \ \
| | * | | omapdss: extend pm notifier to handle hibernationGrygorii Strashko2015-04-201-0/+4
| | * | | OMAPDSS: disable VT switchTomi Valkeinen2015-04-201-0/+3
| | * | | OMAPDSS: workaround for MFLAG + NV12 issueTomi Valkeinen2015-02-261-1/+11
| | * | | OMAPDSS: Add support for MFLAGTomi Valkeinen2015-02-261-0/+50
| | * | | OMAPDSS: setup default fifo thresholdsTomi Valkeinen2015-02-261-0/+15
| | * | | OMAPDSS: DISPC: lock access to DISPC_CONTROL & DISPC_CONFIGTomi Valkeinen2015-02-261-0/+14
| | * | | OMAPDSS: DISPC: fix div by zero issue in overlay scalingTomi Valkeinen2015-02-261-0/+5
| | * | | OMAPDSS: DISPC: change sync_pclk_edge default valueTomi Valkeinen2015-02-261-3/+1
| | * | | OMAPDSS: DISPC: explicit handling for sync and de levelsTomi Valkeinen2015-02-261-4/+37
| | * | | OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGESTomi Valkeinen2015-02-2612-19/+17
| | * | | OMAPDSS: TFP410: fix input sync signalsTomi Valkeinen2015-02-261-0/+11
| | * | | OMAPDSS: fix paddr check for TILER addressesTomi Valkeinen2015-02-261-1/+1
| | * | | OMAPDSS: HDMI5: Increase DDC SDA-HOLD timeTomi Valkeinen2015-02-251-1/+1
| | * | | OMAPDSS: fix AM43xx minimum pixel clock dividerTomi Valkeinen2015-02-251-1/+1
| | | |/ | | |/|
| * | | fbdev: sh_mobile_lcdc: Fix destruction of uninitialized mutexGeert Uytterhoeven2015-04-071-6/+7
| * | | video: fbdev: sh_mobile_lcdcfb: Fix ROP3 sysfs attribute parsingLaurent Pinchart2015-03-201-1/+1
| * | | fbdev: pm3fb: cleanup some confusing indentingDan Carpenter2015-03-101-3/+3
| * | | hyperv: hyperv_fb: match wait_for_completion_timeout return typeNicholas Mc Guire2015-03-101-2/+4
| * | | video: fbdev: use msecs_to_jiffies for time conversionsNicholas Mc Guire2015-03-101-3/+3
| * | | fbdev: via/via_clock: fix sparse warningLad, Prabhakar2015-03-021-1/+1
| * | | video: fbdev: make of_device_id array constSanjeev Sharma2015-03-021-1/+1
| * | | fbdev: sm501fb: use memset_ioSudip Mukherjee2015-03-021-1/+1
| |/ /