Age | Commit message (Expand) | Author | Files | Lines |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -2/+0 |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -30/+4 |
2018-05-18 | parisc: Move ccio_cujo20_fixup() into init section | Helge Deller | 1 | -1/+1 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -30/+4 |
2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig | 1 | -2/+0 |
2018-05-02 | parisc: Fix section mismatches | Helge Deller | 1 | -1/+1 |
2017-08-22 | parisc: Fix section mismatches in parisc core drivers | Helge Deller | 1 | -2/+2 |
2017-07-05 | parisc: ->mapping_error | Christoph Hellwig | 1 | -1/+9 |
2017-07-03 | parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs | Thomas Bogendoerfer | 1 | -0/+12 |
2017-03-04 | Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+5 |
2017-02-26 | parisc: ccio-dma: Handle return NULL error from ioremap_nocache | Arvind Yadav | 1 | -1/+5 |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -8/+8 |
2016-01-21 | parisc: convert to dma_map_ops | Christoph Hellwig | 1 | -26/+31 |
2015-11-11 | pci: remove pci_dma_supported | Christoph Hellwig | 1 | -2/+0 |
2015-09-10 | parisc: use seq_hex_dump() to dump buffers | Andy Shevchenko | 1 | -10/+3 |
2015-04-21 | parisc: Eliminate sg_virt_addr() and private scatterlist.h | Matthew Wilcox | 1 | -3/+3 |
2015-04-16 | parisc: remove use of seq_printf return value | Joe Perches | 1 | -28/+26 |
2011-11-01 | parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 1 | -0/+1 |
2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -2/+2 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -2/+2 |
2009-08-02 | parisc: includecheck fix for ccio-dma.c | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-07-03 | parisc: ccio-dma: fix build failure without procfs | Alexander Beregalov | 1 | -3/+4 |
2009-04-02 | parisc: drivers: fix warnings | Alexander Beregalov | 1 | -8/+8 |
2009-01-05 | parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitions | FUJITA Tomonori | 1 | -2/+0 |
2009-01-05 | parisc: drivers/parisc/: make code static | Adrian Bunk | 1 | -1/+1 |
2008-10-10 | parisc: unify CCIO_COLLECT_STATS implementation | Kyle McMartin | 1 | -26/+17 |
2008-05-15 | drivers/parisc: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -18/+18 |
2008-04-29 | parisc: use non-racy method for proc entries creation | Denis V. Lunev | 1 | -9/+5 |
2008-03-06 | parisc: fix IOMMU's device boundary overflow bug on 32bits arch | FUJITA Tomonori | 1 | -2/+2 |
2008-03-05 | iommu: parisc: make the IOMMUs respect the segment boundary limits | FUJITA Tomonori | 1 | -7/+16 |
2008-03-05 | iommu: parisc: pass struct device to iommu_alloc_range | FUJITA Tomonori | 1 | -2/+2 |
2008-02-05 | iommu sg merging: parisc: make iommu respect the segment size limits | FUJITA Tomonori | 1 | -1/+1 |
2008-02-03 | drivers/parisc/: Spelling fixes | Joe Perches | 1 | -2/+2 |
2007-10-23 | parisc: fix sg_page() fallout | FUJITA Tomonori | 1 | -0/+1 |
2007-05-27 | [PARISC] fix section mismatch in ccio-dma | Helge Deller | 1 | -3/+3 |
2007-05-23 | [PARISC] ROUNDUP macro cleanup in drivers/parisc | Milind Arun Choudhary | 1 | -4/+4 |
2007-02-12 | [PATCH] mark struct file_operations const 5 | Arjan van de Ven | 1 | -2/+2 |
2006-11-30 | Fix misc .c/.h comment typos | Matt LaPlante | 1 | -1/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-03-30 | [PARISC] I/O-Space must be ioremap_nocache()'d | Helge Deller | 1 | -1/+1 |
2006-02-09 | [PARISC] Convert ccio-dma.c to use seq_file | Kyle McMartin | 1 | -86/+74 |
2006-01-23 | [PARISC] Use kzalloc and other janitor-style cleanups | Helge Deller | 1 | -4/+3 |
2005-10-28 | Auto-update from upstream | Kyle McMartin | 1 | -1/+1 |
2005-10-28 | [PATCH] gfp_t: dma-mapping (parisc) | Al Viro | 1 | -1/+1 |
2005-10-22 | [PARISC] Update ccio-dma from parisc tree | Grant Grundler | 1 | -58/+78 |
2005-10-22 | [PARISC] Convert parisc_device to use struct resource for hpa | Matthew Wilcox | 1 | -2/+2 |
2005-10-22 | [PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks better | Matthew Wilcox | 1 | -1/+1 |