Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | * | | | iommu/arm-smmu: Constify some helpers | Rob Clark | 2020-09-21 | 1 | -3/+3 | |
| | | | | | | | * | | | iommu/arm-smmu: Prepare for the adreno-smmu implementation | Jordan Crouse | 2020-09-21 | 3 | -55/+73 | |
| | | | | | | | * | | | iommu/arm-smmu: Add support for split pagetables | Jordan Crouse | 2020-09-21 | 2 | -10/+34 | |
| | | | | | | | * | | | iommu/arm-smmu: Pass io-pgtable config to implementation specific function | Jordan Crouse | 2020-09-21 | 3 | -7/+10 | |
| | | | | | | | * | | | iommu/arm-smmu-v3: Fix endianness annotations | Jean-Philippe Brucker | 2020-09-21 | 1 | -2/+2 | |
| | | | | | | | * | | | iommu/arm-smmu-v3: permit users to disable msi polling | Barry Song | 2020-09-07 | 1 | -5/+12 | |
| | | | | | | | * | | | iommu/arm-smmu-v3: replace module_param_named by module_param for disable_bypass | Barry Song | 2020-09-07 | 1 | -1/+1 | |
| | | | | | | | * | | | iommu/arm-smmu-v3: replace symbolic permissions by octal permissions for modu... | Barry Song | 2020-09-07 | 1 | -1/+1 | |
| | | | | | | | * | | | iommu/arm-smmu-v3: Fix l1 stream table size in the error message | Zenghui Yu | 2020-09-07 | 1 | -1/+1 | |
| | | | | | | |/ / / | ||||||
| | | | | | * / / / | iommu/qcom: Drop of_match_ptr to fix -Wunused-const-variable | Krzysztof Kozlowski | 2020-09-04 | 1 | -2/+2 | |
| | | | | | |/ / / | ||||||
| | | | | * | | | | iommu/tegra-smmu: Allow to group clients in same swgroup | Nicolin Chen | 2020-09-24 | 1 | -4/+7 | |
| | | | | * | | | | iommu/tegra-smmu: Fix iova->phys translation | Nicolin Chen | 2020-09-24 | 1 | -1/+1 | |
| | | | | * | | | | iommu/tegra-smmu: Do not use PAGE_SHIFT and PAGE_MASK | Nicolin Chen | 2020-09-24 | 1 | -4/+10 | |
| | | | | * | | | | memory: tegra: Correct num_tlb_lines for tegra210 | Nicolin Chen | 2020-09-18 | 1 | -1/+1 | |
| | | | | * | | | | iommu/tegra-smmu: Fix tlb_mask | Nicolin Chen | 2020-09-18 | 1 | -1/+1 | |
| | | | | * | | | | iommu/tegra-smmu: Add locking around mapping operations | Dmitry Osipenko | 2020-09-04 | 1 | -11/+84 | |
| | | | | * | | | | iommu/tegra-smmu: Prune IOMMU group when it is released | Thierry Reding | 2020-09-04 | 1 | -0/+13 | |
| | | | | * | | | | iommu/tegra-smmu: Balance IOMMU group reference count | Thierry Reding | 2020-09-04 | 1 | -1/+3 | |
| | | | | * | | | | iommu/tegra-smmu: Set IOMMU group name | Thierry Reding | 2020-09-04 | 1 | -0/+1 | |
| | | | | |/ / / | ||||||
| | | | * | | | | iommu/renesas: Update help description for IPMMU_VMSA config | Lad Prabhakar | 2020-09-18 | 1 | -1/+1 | |
| | | | * | | | | ARM: dts: r8a7742: Add IPMMU DT nodes | Lad Prabhakar | 2020-09-04 | 1 | -0/+48 | |
| | | | * | | | | dt-bindings: iommu: renesas,ipmmu-vmsa: Add r8a7742 support | Lad Prabhakar | 2020-09-04 | 1 | -0/+1 | |
| | | | * | | | | dt-bindings: iommu: renesas,ipmmu-vmsa: Sort compatible string in increasing ... | Lad Prabhakar | 2020-09-04 | 1 | -1/+1 | |
| | | | |/ / / | ||||||
| | | * | | | | iommu/mediatek: Add support for MT8167 | Fabien Parent | 2020-09-18 | 2 | -0/+9 | |
| | | * | | | | iommu/mediatek: Add flag for legacy ivrp paddr | Fabien Parent | 2020-09-18 | 1 | -2/+4 | |
| | | * | | | | dt-bindings: iommu: Add binding for MediaTek MT8167 IOMMU | Fabien Parent | 2020-09-18 | 2 | -0/+53 | |
| | | * | | | | iommu/mediatek: Check 4GB mode by reading infracfg | Miles Chen | 2020-09-04 | 2 | -5/+31 | |
| | | * | | | | iommu/mediatek: Drop of_match_ptr to fix -Wunused-const-variable | Krzysztof Kozlowski | 2020-09-04 | 1 | -1/+1 | |
| | | |/ / / | ||||||
| | * / / / | iommu/sun50i: Fix set-but-not-used variable warning | Joerg Roedel | 2020-09-04 | 1 | -8/+7 | |
| | |/ / / | ||||||
* | | | | | Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-10-14 | 3 | -5/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | swiotlb: Mark max_segment with static keyword | Andy Shevchenko | 2020-09-10 | 1 | -1/+1 | |
| * | | | | | swiotlb: Declare swiotlb_late_init_with_default_size() in header | Andy Shevchenko | 2020-09-10 | 2 | -1/+1 | |
| * | | | | | swiotlb: Use %pa to print phys_addr_t variables | Andy Shevchenko | 2020-09-10 | 1 | -3/+1 | |
* | | | | | | Merge tag 'pnp-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2020-10-14 | 5 | -35/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | PNP: remove the now unused pnp_find_card() function | Christoph Hellwig | 2020-10-08 | 3 | -33/+0 | |
| * | | | | | | PNP: ACPI: Fix missing-prototypes in acpi_pnp.c | Tian Tao | 2020-09-25 | 1 | -0/+2 | |
| * | | | | | | PNP: quirks: Fix duplicate included pci.h | Tian Tao | 2020-09-25 | 1 | -2/+0 | |
* | | | | | | | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2020-10-14 | 78 | -328/+953 | |
|\ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-------. \ \ \ \ \ \ | Merge branches 'acpi-extlog', 'acpi-memhotplug', 'acpi-button', 'acpi-tools' ... | Rafael J. Wysocki | 2020-10-13 | 5 | -21/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | ACPI: PCI: update kernel-doc line comments | Tian Tao | 2020-09-25 | 1 | -1/+1 | |
| | | | | | |/ / / / / / | ||||||
| | | | | * | | | | | | | tools/power/acpi: Serialize Makefile | Thomas Renninger | 2020-10-02 | 1 | -0/+2 | |
| | | | * | | | | | | | | ACPI: button: fix handling lid state changes when input device closed | dmitry.torokhov@gmail.com | 2020-10-05 | 1 | -6/+7 | |
| | | | | |_|_|/ / / / | | | | |/| | | | | | | ||||||
| | | * | | | | | | | | ACPI: memhotplug: Remove 'state' from struct acpi_memory_device | Hanjun Guo | 2020-10-02 | 1 | -11/+1 | |
| | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | * / | | | | | | | ACPI / extlog: Check for RDMSR failure | Ben Hutchings | 2020-10-02 | 1 | -3/+3 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'acpi-misc' | Rafael J. Wysocki | 2020-10-13 | 18 | -56/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ACPI: Make acpi_evaluate_dsm() prototype consistent | John Garry | 2020-10-02 | 1 | -1/+1 | |
| | * | | | | | | | | ACPI: wakeup: Remove dead ACPICA debug code | Hanjun Guo | 2020-09-25 | 1 | -2/+0 | |
| | * | | | | | | | | ACPI: video: Remove leftover ACPICA debug code | Hanjun Guo | 2020-09-25 | 1 | -3/+0 | |
| | * | | | | | | | | ACPI: tiny-power-button: Remove dead ACPICA debug code | Hanjun Guo | 2020-09-25 | 1 | -1/+0 | |
| | * | | | | | | | | ACPI: processor: Remove dead ACPICA debug code | Hanjun Guo | 2020-09-25 | 2 | -5/+0 |