summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf/x86/rapl: Fix the energy-pkg event for AMD CPUsDhananjay Ugwekar2024-09-051-5/+42
| | |/ / | |/| |
* | | | Merge tag 'chrome-platform-for-6.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-183-13/+40
|\ \ \ \
| * | | | platform/chrome: chromeos_laptop: Use kmemdup_arrayYu Jiaoliang2024-08-231-4/+3
| * | | | platform/chrome: cros_ec_typec: add remove driver hookThadeu Lima de Souza Cascardo2024-08-091-0/+10
| * | | | platform/chrome: cros_ec_lpc: switch primary DMI data for Framework LaptopDustin L. Howett2024-08-071-9/+27
* | | | | Merge tag 'fbdev-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-1814-77/+111
|\ \ \ \ \
| * | | | | fbdev: omapfb: Fix typo in commentAndrew Kreimer2024-09-111-1/+1
| * | | | | fbdev: pxafb: Fix possible use after free in pxafb_task()Kaixin Wang2024-09-111-0/+1
| * | | | | fbdev: xen-fbfront: Assign fb_info->deviceJason Andryuk2024-09-111-0/+1
| * | | | | fbdev: hyperv_fb: Convert comma to semicolonChen Ni2024-09-021-1/+1
| * | | | | fbdev: imsttfb: convert comma to semicolonChen Ni2024-09-021-2/+2
| * | | | | fbdev: pxa3xx-gcu: Convert comma to semicolonChen Ni2024-09-021-2/+2
| * | | | | fbdev: efifb: Use driver-private screen_info for sysfsThomas Weißschuh2024-08-301-1/+3
| * | | | | fbdev: efifb: Use devm_register_framebuffer()Thomas Weißschuh2024-08-301-11/+1
| * | | | | fbdev: efifb: Register sysfs groups through driver coreThomas Weißschuh2024-08-301-9/+2
| * | | | | fbdev: Introduce devm_register_framebuffer()Thomas Weißschuh2024-08-302-0/+31
| * | | | | fbdev: omapfb: Use sysfs_emit_at() to simplify codeChristophe JAILLET2024-08-301-22/+14
| * | | | | fbdev: omapfb: panel-sony-acx565akm: Simplify show_cabc_available_modes()Christophe JAILLET2024-08-301-7/+8
| * | | | | fbdev: mmp: Use devm_clk_get_enabled() helpersying zuxin2024-08-301-5/+1
| * | | | | fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()Christophe JAILLET2024-08-301-0/+1
| * | | | | video: Handle HAS_IOPORT dependenciesNiklas Schnelle2024-07-291-16/+42
* | | | | | Merge tag 'iommu-updates-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-1831-1040/+2259
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...Joerg Roedel2024-09-1331-1038/+2257
| |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | iommu: Use of_property_present()Rob Herring (Arm)2024-09-042-4/+2
| | | | | * | | | | | iommu/io-pgtable-arm: Optimise non-coherent unmapAshish Mhetre2024-08-301-14/+17
| | | | | * | | | | | iommu: Allow ATS to work on VFs when the PF uses IDENTITYJason Gunthorpe2024-08-305-0/+46
| | | | * | | | | | | iommu/amd: Test for PAGING domains before freeing a domainJason Gunthorpe2024-09-121-1/+2
| | | | * | | | | | | iommu/amd: Add kernel parameters to limit V1 page-sizesJoerg Roedel2024-09-105-7/+25
| | | | * | | | | | | iommu/amd: Do not set the D bit on AMD v2 table entriesJason Gunthorpe2024-09-041-1/+1
| | | | * | | | | | | iommu/amd: Correct the reported page sizes from the V1 tableJason Gunthorpe2024-09-041-1/+2
| | | | * | | | | | | iommu/amd: Remove the confusing dummy iommu_flush_ops tlb opsJason Gunthorpe2024-09-042-44/+0
| | | | * | | | | | | iommu/amd: Fix typo of , instead of ;Jason Gunthorpe2024-09-041-3/+3
| | | | * | | | | | | iommu/amd: Remove conditions from domain free pathsJason Gunthorpe2024-09-041-19/+10
| | | | * | | | | | | iommu/amd: Narrow the use of struct protection_domain to invalidationJason Gunthorpe2024-09-042-19/+25
| | | | * | | | | | | iommu/amd: Store the nid in io_pgtable_cfg instead of the domainJason Gunthorpe2024-09-047-14/+20
| | | | * | | | | | | iommu/amd: Remove amd_io_pgtable::pgtbl_cfgJason Gunthorpe2024-09-042-4/+4
| | | | * | | | | | | iommu/amd: Rename struct amd_io_pgtable iopt to pgtblJason Gunthorpe2024-09-044-22/+22
| | | | * | | | | | | iommu/amd: Remove the amd_iommu_domain_set_pt_root() and relatedJason Gunthorpe2024-09-042-37/+0
| | | | * | | | | | | iommu/amd: Remove amd_iommu_domain_update() from page table freeingJason Gunthorpe2024-09-042-3/+2
| | | | * | | | | | | iommu/amd: Set the pgsize_bitmap correctlyJason Gunthorpe2024-09-041-24/+4
| | | | * | | | | | | iommu/amd: Allocate the page table root using GFP_KERNELJason Gunthorpe2024-09-041-1/+1
| | | | * | | | | | | iommu/amd: Move allocation of the top table into v1_alloc_pgtableJason Gunthorpe2024-09-042-21/+8
| | | | * | | | | | | iommu/amd: Make amd_iommu_dev_update_dte() staticVasant Hegde2024-09-042-5/+4
| | | | * | | | | | | iommu/amd: Rework amd_iommu_update_and_flush_device_table()Vasant Hegde2024-09-041-14/+4
| | | | * | | | | | | iommu/amd: Make amd_iommu_domain_flush_complete() staticVasant Hegde2024-09-043-20/+19
| | | | * | | | | | | iommu/amd: Make amd_iommu_dev_flush_pasid_all() staticVasant Hegde2024-09-042-5/+3
| | | | * | | | | | | iommu/amd: Handle error path in amd_iommu_probe_device()Vasant Hegde2024-09-041-3/+5
| | | | * | | | | | | iommu/amd: Remove unused DTE_GCR3_INDEX_* macrosVasant Hegde2024-09-041-4/+0
| | | | * | | | | | | iommu/amd: Make amd_iommu_is_attach_deferred() staticVasant Hegde2024-09-042-2/+1
| | | | * | | | | | | iommu/amd: Update event log pointer as soon as processing is completeVasant Hegde2024-09-041-1/+3