1. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 3 months ago
  2. efa70f2 dma-mapping: add a new dma_alloc_pages API by Christoph Hellwig · 4 years, 4 months ago
  3. 1e9d90d dma-mapping: introduce dma_get_seg_boundary_nr_pages() by Nicolin Chen · 4 years, 4 months ago
  4. 7a02c8d Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 4 years, 5 months ago
  5. 5b24993 parisc: mask out enable and reserved bits from sba imask by Sven Schnelle · 4 years, 5 months ago
  6. 985098a docs: fix references for DMA*.txt files by Mauro Carvalho Chehab · 4 years, 6 months ago
  7. 997ba65 parisc: Replace setup_irq() by request_irq() by afzal mohammed · 4 years, 10 months ago
  8. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  9. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  10. c32c47a parisc: Remove 32-bit DMA enforcement from sba_iommu by Sven Schnelle · 5 years ago
  11. 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  12. 5fa1659 parisc: Disable HP HSC-PCI Cards to prevent kernel crash by Helge Deller · 5 years ago
  13. 544f448 parisc: Save some bytes in dino driver by Helge Deller · 5 years ago
  14. ebee4b0 parisc: Convert eisa_enumerator to use pr_cont() by Helge Deller · 5 years ago
  15. 4ccac58 parisc: Avoid warning when loading hppb driver by Helge Deller · 5 years ago
  16. 5128da3 parisc: don't set ARCH_NO_COHERENT_DMA_MMAP by Christoph Hellwig · 5 years ago
  17. f9f3232 dma-mapping: explicitly wire up ->mmap and ->get_sgtable by Christoph Hellwig · 5 years ago
  18. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  19. 16d72dd Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  20. 116d753 parisc: Use lpa instruction to load physical addresses in driver code by John David Anglin · 6 years ago
  21. 63923d2 parisc: Use implicit space register selection for loading the coherence index of I/O pdirs by John David Anglin · 6 years ago
  22. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  23. c88a15c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 217 by Thomas Gleixner · 6 years ago
  24. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  25. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  26. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  27. b438749 parisc: Skip registering LED when running in QEMU by Helge Deller · 6 years ago
  28. c2f8d7c Revert: parisc: Use F_EXTEND() macro in iosapic code by Helge Deller · 6 years ago
  29. b7a7d1c Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  30. 97d7e2e parisc: Use F_EXTEND() macro in iosapic code by Helge Deller · 6 years ago
  31. 3654f01 parisc: remove the HBA_DATA macro by Christoph Hellwig · 6 years ago
  32. 5007526 parisc/lba_pci: use container_of in LBA_DEV by Christoph Hellwig · 6 years ago
  33. e2fcabe parisc/dino: use container_of in DINO_DEV by Christoph Hellwig · 6 years ago
  34. cb0f7ab parisc: properly type the return value of parisc_walk_tree by Christoph Hellwig · 6 years ago
  35. 25c9dbe parisc: turn GET_IOC into an inline function by Christoph Hellwig · 6 years ago
  36. 9b8eeab parisc: move internal implementation details out of <asm/dma-mapping.h> by Christoph Hellwig · 6 years ago
  37. 81fe5bb parisc: Hide built-in serial aux port of Tosca GSP card by Helge Deller · 6 years ago
  38. 7753a91 ccio: allow large DMA masks by Christoph Hellwig · 6 years ago
  39. 1953031 Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  40. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  41. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  42. fb1b53f parisc/sba_iommu: remove the mapping_error dma_map_ops method by Christoph Hellwig · 6 years ago
  43. 748c3c4 parisc/ccio: remove the mapping_error dma_map_ops method by Christoph Hellwig · 6 years ago
  44. 6630a8e eisa: consolidate EISA Kconfig entry in drivers/eisa by Christoph Hellwig · 6 years ago
  45. 8fb71ef pcmcia: allow PCMCIA support independent of the architecture by Christoph Hellwig · 6 years ago
  46. eb01d42 PCI: consolidate PCI config entry in drivers/pci by Christoph Hellwig · 6 years ago
  47. 3847dab parisc: Add alternative coding infrastructure by Helge Deller · 6 years ago
  48. 2e37787 parisc: Ratelimit dino stuck interrupt warnings by Helge Deller · 6 years ago
  49. 35d8be9 parisc: dino: Utilize DINO_MASK_IRQ() macro by Helge Deller · 6 years ago
  50. 7c4ba3d parisc: remove the dead ccio-rm-dma driver by Christoph Hellwig · 6 years ago
  51. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  52. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  53. 8a92281 parisc: Move ccio_cujo20_fixup() into init section by Helge Deller · 7 years ago
  54. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  55. 79c1879 iommu-helper: mark iommu_is_span_boundary as inline by Christoph Hellwig · 7 years ago
  56. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 7 years ago
  57. 8d73b18 parisc: Fix section mismatches by Helge Deller · 7 years ago
  58. b845f66 parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode by Helge Deller · 7 years ago
  59. c14b302 parisc: Directly call machine_power_off() in power button driver by Helge Deller · 7 years ago
  60. 2d76978 parisc/led: Fix sparse warnings by Helge Deller · 7 years ago
  61. 28df2f8 parisc: Show unhashed EISA EEPROM address by Helge Deller · 7 years ago
  62. 04903c0 parisc: Show unhashed HPA of Dino chip by Helge Deller · 7 years ago
  63. bcf3f17 parisc: Hide Diva-built-in serial aux and graphics card by Helge Deller · 7 years ago
  64. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  65. d81f734 parisc: Fix up devices below a PCI-PCI MegaRAID controller bridge by Helge Deller · 7 years ago
  66. cfe4fbf parisc: Fix section mismatches in parisc core drivers by Helge Deller · 7 years ago
  67. 4098116 parisc: pci memory bar assignment fails with 64bit kernels on dino/cujo by Thomas Bogendoerfer · 7 years ago
  68. 93964fd parisc: pdc_stable: Fix locking when creating sysfs links by James Bottomley · 7 years ago
  69. 343fdfb parisc: pdc_stable: constify attribute_group structures. by Arvind Yadav · 7 years ago
  70. 227145e parisc: ->mapping_error by Christoph Hellwig · 7 years ago
  71. 33f9e02 parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs by Thomas Bogendoerfer · 7 years ago
  72. f47e2db Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  73. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  74. e28f701 parisc: ccio-dma: Handle return NULL error from ioremap_nocache by Arvind Yadav · 8 years ago
  75. af640d1 parisc: eisa: Fix resource leaks in error paths by Arvind Yadav · 8 years ago
  76. 99cde44 parisc: eisa: Remove coding style errors by Arvind Yadav · 8 years ago
  77. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  78. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  79. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  80. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  81. e7e127e PCI: Include pci/hotplug Kconfig directly from pci/Kconfig by Bjorn Helgaas · 9 years ago
  82. 9a975be drivers: Initialize resource entry to zero by Toshi Kani · 9 years ago
  83. 7938717 parisc: convert to dma_map_ops by Christoph Hellwig · 9 years ago
  84. 602c9c9 parisc: Initialize PCI bridge cache line and default latency by Helge Deller · 9 years ago
  85. e46e31a parisc iommu: fix panic due to trying to allocate too large region by Mikulas Patocka · 9 years ago
  86. 247e75d pci: remove pci_dma_supported by Christoph Hellwig · 9 years ago
  87. b696e5e parisc: reduce syslog debug output by Helge Deller · 9 years ago
  88. 237865f PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code" by Bjorn Helgaas · 9 years ago
  89. b342a65 parisc: use seq_hex_dump() to dump buffers by Andy Shevchenko · 9 years ago
  90. e02a653 PCI,parisc: Enable 64-bit bus addresses on PA-RISC by Helge Deller · 9 years ago
  91. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  92. d2109a1 parisc/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 10 years ago
  93. dff22d2 PCI: Call pci_read_bridge_bases() from core instead of arch code by Lorenzo Pieralisi · 9 years ago
  94. a4e4f67 parisc: %pf is only for function pointers by Scott Wood · 10 years ago
  95. 8bf8a1d parisc: Eliminate sg_virt_addr() and private scatterlist.h by Matthew Wilcox · 10 years ago
  96. e693d73 parisc: remove use of seq_printf return value by Joe Perches · 10 years ago
  97. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  98. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  99. 2e5e804 parisc/PCI: Clip bridge windows to fit in upstream windows by Yinghai Lu · 10 years ago
  100. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago