summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-31nvmet: only allocate a single slab for bvecsChristoph Hellwig3-22/+19
2022-12-31ASoC: pxa: fix null-pointer dereference in filter()Zeng Heng1-1/+1
2022-12-31drm/mediatek: Modify dpi power on/off sequence.Xinlei Lee1-6/+6
2022-12-31selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit archYang Jihong1-2/+3
2022-12-31ASoC: codecs: wsa883x: use correct header fileRandy Dunlap1-1/+1
2022-12-31ASoC: codecs: wsa883x: Use proper shutdown GPIO polarityKrzysztof Kozlowski1-2/+2
2022-12-31module: Fix NULL vs IS_ERR checking for module_get_next_pageMiaoqian Lin1-4/+4
2022-12-31wifi: iwlwifi: mei: fix potential NULL-ptr deref after cloneJohannes Berg1-3/+7
2022-12-31wifi: iwlwifi: mei: avoid blocking sap messages handling due to rtnl lockAvraham Stern1-20/+37
2022-12-31wifi: iwlwifi: mei: fix tx DHCP packet for devices with new Tx APIEmmanuel Grumbach1-1/+7
2022-12-31wifi: iwlwifi: mei: don't send SAP commands if AMT is disabledEmmanuel Grumbach1-41/+44
2022-12-31wifi: iwlwifi: mei: make sure ownership confirmed message is sentAvraham Stern5-16/+29
2022-12-31pinctrl: mediatek: fix the pinconf register offset of some pinsSam Shih1-12/+12
2022-12-31dt-bindings: pinctrl: update uart/mmc bindings for MT7986 SoCFrank Wunderlich1-5/+41
2022-12-31drm/radeon: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-7/+11
2022-12-31bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov1-2/+7
2022-12-31drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder1-5/+5
2022-12-31regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnodeYassine Oudjana1-4/+11
2022-12-31drm: rcar-du: Drop leftovers dependencies from KconfigLaurent Pinchart1-2/+0
2022-12-31wifi: rtw89: use u32_encode_bits() to fill MAC quota valuePing-Ke Shih1-4/+2
2022-12-31drm: lcdif: Set and enable FIFO Panic thresholdMarek Vasut2-0/+17
2022-12-31rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells1-1/+1
2022-12-31net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()David Howells1-0/+2
2022-12-31virt/sev-guest: Add a MODULE_ALIASCole Robinson1-0/+1
2022-12-31clk: renesas: r8a779f0: Fix SCIF parent clocksWolfram Sang1-4/+4
2022-12-31clk: renesas: r8a779f0: Fix HSCIF parent clocksWolfram Sang1-4/+4
2022-12-31media: camss: Do not attach an already attached power domain on MSM8916 platformVladimir Zapolskiy1-0/+11
2022-12-31media: camss: Clean up received buffers on failed start of streamingVladimir Zapolskiy1-1/+2
2022-12-31wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control portMarek Vasut2-2/+8
2022-12-31Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap1-0/+1
2022-12-31mtd: core: fix possible resource leak in init_mtd()Gaosheng Cui1-0/+1
2022-12-31mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu1-1/+3
2022-12-31clk: qcom: gcc-sm8250: Use retention mode for USB GDSCsManivannan Sadhasivam1-2/+2
2022-12-31clk: qcom: dispcc-sm6350: Add CLK_OPS_PARENT_ENABLE to pixel&byte srcKonrad Dybcio1-2/+2
2022-12-31clk: qcom: gcc-ipq806x: use parent_data for the last remaining entryDmitry Baryshkov1-1/+3
2022-12-31bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko1-32/+39
2022-12-31bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko1-0/+5
2022-12-31media: platform: exynos4-is: fix return value check in fimc_md_probe()Yang Yingliang1-1/+1
2022-12-31media: vivid: fix compose size exceed boundaryLiu Shixin1-0/+1
2022-12-31media: rkvdec: Add required paddingAndrzej Pietrasiewicz1-0/+3
2022-12-31drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bitsMarijn Suijten1-1/+5
2022-12-31drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC valuesMarijn Suijten1-0/+5
2022-12-31drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten1-5/+14
2022-12-31drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()Marijn Suijten1-58/+6
2022-12-31drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpcMarijn Suijten1-1/+1
2022-12-31drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_sizeMarijn Suijten1-7/+2
2022-12-31drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on moduloMarijn Suijten1-3/+1
2022-12-31drm/msm/dsi: Remove repeated calculation of slice_per_intfMarijn Suijten1-4/+2
2022-12-31drm/msm/dsi: Remove useless math in DSC calculationsMarijn Suijten1-9/+1
2022-12-31drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov5-93/+79