Age | Commit message (Expand) | Author | Files | Lines |
2021-09-03 | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 35 | -673/+981 |
2021-09-03 | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+6 |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+1 |
2021-09-03 | mm: sparse: pass section_nr to find_memory_block | Ohhoon Kwon | 1 | -3/+1 |
2021-09-03 | Merge branch 'fixes' into next | Michael Ellerman | 2 | -4/+5 |
2021-09-02 | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -3/+4 |
2021-09-01 | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -6/+3 |
2021-08-31 | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 9 | -59/+35 |
2021-08-29 | Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 9 | -59/+35 |
2021-08-28 | Merge tag 'powerpc-5.14-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2021-08-26 | powerpc/pseries/iommu: Rename "direct window" to "dma window" | Leonardo Bras | 1 | -42/+45 |
2021-08-26 | powerpc/pseries/iommu: Make use of DDW for indirect mapping | Leonardo Bras | 1 | -15/+74 |
2021-08-26 | powerpc/pseries/iommu: Find existing DDW with given property name | Leonardo Bras | 1 | -10/+15 |
2021-08-26 | powerpc/pseries/iommu: Update remove_dma_window() to accept property name | Leonardo Bras | 1 | -8/+10 |
2021-08-26 | powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helper | Leonardo Bras | 1 | -34/+38 |
2021-08-26 | powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw() | Leonardo Bras | 1 | -45/+84 |
2021-08-26 | powerpc/pseries/iommu: Allow DDW windows starting at 0x00 | Leonardo Bras | 1 | -18/+18 |
2021-08-26 | powerpc/pseries/iommu: Add ddw_list_new_entry() helper | Leonardo Bras | 1 | -11/+21 |
2021-08-26 | powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helper | Leonardo Bras | 1 | -11/+14 |
2021-08-26 | powerpc/pseries/iommu: Replace hard-coded page shift | Leonardo Bras | 1 | -16/+23 |
2021-08-26 | Merge changes from Paul Gortmaker | Michael Ellerman | 6 | -236/+1 |
2021-08-26 | powerpc: retire sbc8641d board support | Paul Gortmaker | 3 | -95/+1 |
2021-08-26 | powerpc: retire sbc8548 board support | Paul Gortmaker | 3 | -141/+0 |
2021-08-26 | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 1 | -2/+0 |
2021-08-26 | powerpc: Refactor verification of MSR_RI | Christophe Leroy | 5 | -5/+5 |
2021-08-26 | powerpc: Add esr as a synonym for pt_regs.dsisr | Xiongwei Song | 2 | -3/+3 |
2021-08-25 | powerpc/64s: Remove WORT SPR from POWER9/10 | Nicholas Piggin | 1 | -2/+0 |
2021-08-20 | powerpc/pseries/vas: Declare pseries_vas_fault_thread_fn() as static | Cédric Le Goater | 1 | -1/+1 |
2021-08-20 | powerpc: Re-enable ARCH_ENABLE_SPLIT_PMD_PTLOCK | Lukas Bulwahn | 1 | -1/+1 |
2021-08-16 | powerpc/pseries: Fix build error when NUMA=n | Michael Ellerman | 1 | -1/+1 |
2021-08-15 | Merge tag 'powerpc-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -2/+3 |
2021-08-13 | powerpc/pseries: Add support for FORM2 associativity | Aneesh Kumar K.V | 1 | -0/+1 |
2021-08-13 | powerpc/pseries: Add a helper for form1 cpu distance | Aneesh Kumar K.V | 1 | -2/+2 |
2021-08-13 | powerpc/pseries: Consolidate different NUMA distance update code paths | Aneesh Kumar K.V | 2 | -0/+4 |
2021-08-13 | powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY | Aneesh Kumar K.V | 1 | -1/+1 |
2021-08-13 | powerpc: rename powerpc_debugfs_root to arch_debugfs_dir | Aneesh Kumar K.V | 8 | -16/+16 |
2021-08-12 | powerpc: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 9 | -59/+35 |
2021-08-10 | powerpc: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 9 | -59/+35 |
2021-08-10 | powerpc/powernv/pci: Rework pnv_opal_pci_msi_eoi() | Cédric Le Goater | 1 | -4/+13 |
2021-08-10 | powerpc/powernv/pci: Set the IRQ chip data for P8/CXL devices | Cédric Le Goater | 1 | -3/+8 |
2021-08-10 | powerpc/powernv/pci: Adapt is_pnv_opal_msi() to detect passthrough interrupt | Cédric Le Goater | 1 | -1/+1 |
2021-08-10 | powerpc/powernv/pci: Drop unused MSI code | Cédric Le Goater | 3 | -100/+0 |
2021-08-10 | powerpc/pseries/pci: Drop unused MSI code | Cédric Le Goater | 1 | -87/+0 |
2021-08-10 | powerpc/pci: Drop XIVE restriction on MSI domains | Cédric Le Goater | 2 | -7/+1 |
2021-08-10 | powerpc/powernv/pci: Customize the MSI EOI handler to support PHB3 | Cédric Le Goater | 1 | -1/+22 |
2021-08-10 | KVM: PPC: Book3S HV: Use the new IRQ chip to detect passthrough interrupts | Cédric Le Goater | 1 | -1/+3 |
2021-08-10 | powerpc/powernv/pci: Add MSI domains | Cédric Le Goater | 1 | -0/+188 |
2021-08-10 | powerpc/powernv/pci: Introduce __pnv_pci_ioda_msi_setup() | Cédric Le Goater | 1 | -5/+23 |
2021-08-10 | powerpc/pseries/pci: Add support of MSI domains to PHB hotplug | Cédric Le Goater | 3 | -0/+15 |
2021-08-10 | powerpc/pseries/pci: Add a msi_free() handler to clear XIVE data | Cédric Le Goater | 1 | -1/+15 |