Age | Commit message (Expand) | Author | Files | Lines |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -4/+4 |
2024-07-20 | Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 4 | -49/+769 |
2024-07-04 | powerpc: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
2024-07-04 | powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMM... | Shivaprasad G Bhat | 1 | -0/+8 |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 2 | -4/+4 |
2024-06-28 | powerpc/pseries: Fix scv instruction crash with kexec | Nicholas Piggin | 3 | -10/+0 |
2024-06-28 | powerpc/iommu: Reimplement the iommu_table_group_ops for pSeries | Shivaprasad G Bhat | 1 | -92/+535 |
2024-06-28 | powerpc/pseries/iommu: Use the iommu table[0] for IOV VF's DDW | Shivaprasad G Bhat | 1 | -5/+7 |
2024-06-28 | powerpc/pseries/iommu: Fix the VFIO_IOMMU_SPAPR_TCE_GET_INFO ioctl output | Shivaprasad G Bhat | 1 | -14/+67 |
2024-06-28 | powerpc/iommu: Move pSeries specific functions to pseries/iommu.c | Shivaprasad G Bhat | 1 | -0/+144 |
2024-06-23 | powerpc/pseries: Whitelist dtl slub object for copying to userspace | Anjali K | 1 | -2/+2 |
2024-06-04 | powerpc/pseries/vas: Use usleep_range() to support HCALL delay | Haren Myneni | 1 | -1/+21 |
2024-06-04 | powerpc/numa: Online a node if PHB is attached. | Nilay Shroff | 1 | -0/+14 |
2024-06-04 | powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid mode | Gaurav Batra | 1 | -17/+52 |
2024-05-30 | powerpc/pseries/lparcfg: drop error message from guest name lookup | Nathan Lynch | 1 | -2/+2 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2024-05-17 | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 8 | -176/+264 |
2024-05-16 | Merge tag 'libnvdimm-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -41/+2 |
2024-05-10 | powerpc/fadump: setup additional parameters for dump capture kernel | Hari Bathini | 2 | -7/+39 |
2024-05-10 | powerpc/pseries/fadump: add support for multiple boot memory regions | Hari Bathini | 2 | -95/+186 |
2024-05-07 | powerpc: Fix typos | Bjorn Helgaas | 1 | -1/+1 |
2024-05-07 | powerpc/Makefile: Remove bits related to the previous use of -mcmodel=large | Naveen N Rao | 1 | -1/+0 |
2024-05-07 | powerpc/pseries/pci: Code cleanup | Kunwu Chan | 1 | -27/+0 |
2024-04-29 | powerpc/pseries/vio: Don't return ENODEV if node or compatible missing | Lidong Zhong | 1 | -6/+2 |
2024-04-29 | powerpc: make fadump resilient with memory add/remove events | Sourabh Jain | 1 | -29/+5 |
2024-04-29 | powerpc/pseries: Add failure related checks for h_get_mpp and h_get_ppp | Shrikanth Hegde | 2 | -6/+6 |
2024-04-29 | powerpc/pseries: Add pool idle time at LPAR boot | Shrikanth Hegde | 1 | -9/+30 |
2024-04-26 | change alloc_pages name in dma_map_ops to avoid name conflicts | Suren Baghdasaryan | 1 | -1/+1 |
2024-04-25 | powerpc/papr_scm: Move duplicate definitions to common header files | Shivaprasad G Bhat | 1 | -41/+2 |
2024-04-23 | powerpc/pseries/iommu: LPAR panics during boot up with a frozen PE | Gaurav Batra | 1 | -0/+8 |
2024-04-22 | powerpc/pseries: make max polling consistent for longer H_CALLs | Nayna Jain | 1 | -5/+5 |
2024-03-16 | Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 7 | -42/+66 |
2024-03-03 | powerpc: Stop using of_root | Christophe Leroy | 2 | -4/+14 |
2024-03-03 | powerpc/pseries: Fix potential memleak in papr_get_attr() | Qiheng Lin | 1 | -3/+5 |
2024-03-03 | powerpc: Enable support for 32 bit MSI-X vectors | Brian King | 1 | -3/+8 |
2024-02-23 | powerpc/pseries/iommu: IOMMU table is not initialized for kdump over SR-IOV | Gaurav Batra | 1 | -51/+105 |
2024-02-22 | powerpc: papr_scm: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-02-19 | powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controller | Gaurav Batra | 1 | -0/+4 |
2024-02-14 | powerpc: ibmebus: make ibmebus_bus_type const | Ricardo B. Marliere | 1 | -2/+2 |
2024-02-14 | powerpc: vio: make vio_bus_type const | Ricardo B. Marliere | 1 | -2/+2 |
2024-02-14 | powerpc: vio: move device attributes into a new ifdef | Ricardo B. Marliere | 1 | -25/+34 |
2024-02-14 | powerpc/pseries: fix accuracy of stolen time | Shrikanth Hegde | 1 | -2/+6 |
2024-02-14 | Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add" | Michael Ellerman | 1 | -4/+0 |
2024-02-05 | powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add | Gaurav Batra | 1 | -0/+4 |
2024-01-18 | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+2 |
2024-01-09 | Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 7 | -16/+767 |
2023-12-13 | powerpc/pseries/vas: Migration suspend waits for no in-progress open windows | Haren Myneni | 2 | -7/+46 |
2023-12-13 | powerpc/pseries/papr-sysparm: Expose character device to user space | Nathan Lynch | 1 | -2/+156 |
2023-12-13 | powerpc/pseries/papr-sysparm: Validate buffer object lengths | Nathan Lynch | 1 | -0/+47 |
2023-12-13 | powerpc/pseries: Add papr-vpd character driver for VPD retrieval | Nathan Lynch | 2 | -0/+542 |