summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-05clk: sunxi-ng: d1: Fix PLL_AUDIO0 presetAndre Przywara1-1/+1
2024-12-05RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkeyKashyap Desai2-3/+6
2024-12-05RDMA/rxe: Fix the qp flush warnings in reqZhu Yanjun1-2/+4
2024-12-05RDMA/hns: Fix cpu stuck caused by printings during resetwenglianfa5-48/+41
2024-12-05RDMA/hns: Use dev_* printings in hem code instead of ibdev_*Junxian Huang1-22/+22
2024-12-05RDMA/hns: Modify debugfs nameYuyu Li1-1/+2
2024-12-05RDMA/hns: Fix flush cqe error when racing with destroy qpwenglianfa3-2/+22
2024-12-05RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ciwenglianfa4-44/+91
2024-12-05iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLBVasant Hegde1-0/+3
2024-12-05iommu/amd: Narrow the use of struct protection_domain to invalidationJason Gunthorpe2-19/+25
2024-12-05iommu/amd: Store the nid in io_pgtable_cfg instead of the domainJason Gunthorpe7-14/+20
2024-12-05iommu/amd: Rename struct amd_io_pgtable iopt to pgtblJason Gunthorpe4-22/+22
2024-12-05iommu/amd: Remove the amd_iommu_domain_set_pt_root() and relatedJason Gunthorpe2-37/+0
2024-12-05iommu/amd: Remove amd_iommu_domain_update() from page table freeingJason Gunthorpe2-3/+2
2024-12-05cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost()Jinjie Ruan1-0/+3
2024-12-05cpufreq: CPPC: Fix possible null-ptr-deref for cpufreq_cpu_get_raw()Jinjie Ruan1-0/+3
2024-12-05powerpc/pseries: Fix dtl_access_lock to be a rw_semaphoreMichael Ellerman3-10/+10
2024-12-05mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode in RD_ANY_REG_OPTakahiro Kuwano1-0/+1
2024-12-05clk: sophgo: avoid integer overflow in sg2042_pll_recalc_rate()Zichen Xie1-1/+1
2024-12-05powerpc/mm/fault: Fix kfence page fault reportingRitesh Harjani (IBM)1-2/+8
2024-12-05mtd: rawnand: atmel: Fix possible memory leakMiquel Raynal2-9/+1
2024-12-05mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLEBiju Das1-0/+7
2024-12-05powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()Ritesh Harjani (IBM)3-7/+12
2024-12-05powerpc/fadump: Refactor and prepare fadump_cma_init for late initRitesh Harjani (IBM)1-14/+9
2024-12-05cpufreq: loongson2: Unregister platform_driver on failureYuan Can1-1/+3
2024-12-05mfd: intel_soc_pmic_bxtwc: Fix IRQ domain names duplicationAndy Shevchenko1-0/+6
2024-12-05regmap: Allow setting IRQ domain name suffixMatti Vaittinen2-11/+30
2024-12-05irqdomain: Allow giving name suffix for domainMatti Vaittinen2-7/+26
2024-12-05irqdomain: Cleanup domain name allocationThomas Gleixner1-51/+55
2024-12-05irqdomain: Simplify simple and legacy domain creationMatti Vaittinen2-33/+46
2024-12-05mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devicesAndy Shevchenko1-24/+30
2024-12-05mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU deviceAndy Shevchenko2-30/+23
2024-12-05mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C deviceAndy Shevchenko2-21/+40
2024-12-05mfd: da9052-spi: Change read-mask to write-maskMarcus Folkesson1-1/+1
2024-12-05mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to fix raceJinjie Ruan1-6/+2
2024-12-05powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy2-2/+2
2024-12-05scsi: hisi_sas: Enable all PHYs that are not disabled by user during controll...Yihang Li1-1/+7
2024-12-05iommu/s390: Implement blocking domainMatthew Rosato4-31/+59
2024-12-05clk: qcom: videocc-sm8550: depend on either gcc-sm8550 or gcc-sm8650Jonathan Marek1-2/+2
2024-12-05pinctrl: renesas: Select PINCTRL_RZG2L for RZ/V2H(P) SoCLad Prabhakar1-0/+1
2024-12-05pinctrl: zynqmp: drop excess struct member descriptionBartosz Golaszewski1-1/+0
2024-12-05trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun1-0/+6
2024-12-05clk: mediatek: drop two dead config optionsLukas Bulwahn1-15/+0
2024-12-05RDMA/hns: Disassociate mmap pages for all uctx when HW is being resetChengchang Tang2-0/+9
2024-12-05RDMA/core: Provide rdma_user_mmap_disassociate() to disassociate mmap pagesChengchang Tang3-2/+51
2024-12-05cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchangedJie Zhan1-11/+46
2024-12-05unicode: Fix utf8_load() error pathAndré Almeida1-1/+1
2024-12-05bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen1-2/+2
2024-12-05wireguard: selftests: load nf_conntrack if not presentHangbin Liu1-0/+1
2024-12-05netpoll: Use rcu_access_pointer() in netpoll_poll_lockBreno Leitao1-1/+1