summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation/DMA-API-HOWTO: update dma_mask sectionsChristoph Hellwig2019-02-201-80/+41
* sparc64/pci_sun4v: allow large DMA masksChristoph Hellwig2019-02-201-14/+5
* sparc64/iommu: allow large DMA masksChristoph Hellwig2019-02-201-4/+2
* sparc64: refactor the ali DMA quirkChristoph Hellwig2019-02-204-37/+27
* ccio: allow large DMA masksChristoph Hellwig2019-02-201-2/+2
* dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2019-02-2014-65/+29
* dma-mapping: remove dma_mark_declared_memory_occupiedChristoph Hellwig2019-02-203-49/+0
* dma-mapping: move CONFIG_DMA_CMA to kernel/dma/KconfigChristoph Hellwig2019-02-202-77/+77
* dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-2015-17/+13
* dma-mapping: remove an incorrect __iommem annotationChristoph Hellwig2019-02-131-1/+1
* of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-137-9/+2
* device.h: dma_mem is only needed for HAVE_GENERIC_DMA_COHERENTChristoph Hellwig2019-02-131-0/+2
* mfd/sm501: depend on HAS_DMAChristoph Hellwig2019-02-131-0/+1
* dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig2019-02-136-13/+12
* dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-1312-35/+24
* dma-mapping: move debug configuration options to kernel/dmaAndy Shevchenko2019-02-132-36/+36
* dma-debug: add dumping facility via debugfsCorentin Labbe2019-02-012-0/+31
* dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-76/+12
* videobuf2: replace a layering violation with dma_map_resourceChristoph Hellwig2019-02-011-32/+9
* dma-mapping: don't BUG when calling dma_map_resource on RAMChristoph Hellwig2019-02-011-1/+2
* dma-mapping: remove the default map_resource implementationChristoph Hellwig2019-02-015-5/+25
* Linux 5.0-rc4v5.0-rc4Linus Torvalds2019-01-271-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-278-17/+61
|\
| * x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabledSinan Kaya2019-01-221-1/+1
| * x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich2019-01-181-2/+4
| * x86/kexec: Fix a kexec_file_load() failureDave Young2019-01-152-0/+3
| * x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao2019-01-151-2/+2
| * x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen2019-01-151-10/+31
| * x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-151-0/+18
| * x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake2019-01-111-2/+2
| * x86/intel/lpss: Make PCI dependency explicitSinan Kaya2019-01-111-1/+1
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-272-18/+16
|\ \
| * | x86/hpet: Remove unused FSEC_PER_NSEC defineRoland Dreier2018-12-041-4/+0
| * | x86/tsc: Make calibration refinement more robustDaniel Vacek2018-11-061-14/+16
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-01-271-0/+1
|\ \ \
| * | | posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-151-0/+1
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-01-275-12/+39
|\ \ \ \
| * | | | locking/rwsem: Fix (possible) missed wakeupXie Yongji2019-01-211-2/+9
| * | | | futex: Fix (possible) missed wakeupPeter Zijlstra2019-01-211-5/+8
| * | | | sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-01-211-3/+4
| * | | | sched/wake_q: Document wake_q_add()Peter Zijlstra2019-01-212-1/+17
| * | | | sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood2019-01-211-1/+1
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-277-16/+20
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-01-184-15/+15
| |\ \ \ \ \
| | * | | | | irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their sizeMarc Zyngier2019-01-181-12/+13
| | * | | | | irqchip/madera: Drop GPIO includesLinus Walleij2019-01-171-2/+0
| | * | | | | irqchip/gic-v3-mbi: Fix uninitialized mbi_lockYang Yingliang2019-01-171-1/+1
| | * | | | | irqchip/stm32-exti: Add domain translate functionLoic Pallardy2019-01-171-0/+1
| * | | | | | genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen2019-01-181-1/+1
| * | | | | | genirq: Fix the kerneldoc comment for struct irq_affinity_descJonathan Corbet2019-01-181-0/+1