summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-09drivers: base: cacheinfo: Update cpu_map_populated during CPU HotplugK Prateek Nayak1-0/+6
2023-06-09drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplugK Prateek Nayak1-0/+20
2023-06-09mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()Dan Carpenter1-4/+6
2023-06-09media: mediatek: vcodec: Only apply 4K frame sizes on decoder formatsPin-yen Lin1-0/+3
2023-06-09KVM: arm64: Reload PTE after invoking walker callback on preorder traversalFuad Tabba2-4/+16
2023-06-09perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBSLike Xu1-1/+1
2023-06-09scsi: qla2xxx: Fix NULL pointer dereference in target modeGleb Chesnokov4-0/+10
2023-06-09KVM: arm64: Prevent unconditional donation of unmapped regions from the hostWill Deacon1-7/+7
2023-06-09KVM: arm64: vgic: Fix locking commentJean-Philippe Brucker1-1/+2
2023-06-09KVM: arm64: vgic: Wrap vgic_its_create() with config_lockJean-Philippe Brucker1-4/+10
2023-06-09KVM: arm64: vgic: Fix a circular locking issueJean-Philippe Brucker6-37/+51
2023-06-09iio: adc: imx93: fix a signedness bug in imx93_adc_read_raw()Dan Carpenter1-4/+3
2023-06-09block: Deny writable memory mapping if block is read-onlyLoic Poulain1-1/+11
2023-06-09nvme-pci: Add quirk for Teamgroup MP33 SSDDaniel Smith1-0/+2
2023-06-09ublk: fix AB-BA lockdep warningMing Lei1-2/+7
2023-06-09drm/amdgpu: skip disabling fence driver src_irqs when device is unpluggedGuchun Chen1-1/+2
2023-06-09ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li1-1/+2
2023-06-09atm: hide unused procfs functionsArnd Bergmann1-0/+2
2023-06-09drm/msm: Be more shouty if per-process pgtables aren't workingRob Clark1-1/+6
2023-06-09ALSA: oss: avoid missing-prototype warningsArnd Bergmann1-8/+8
2023-06-09nvme: do not let the user delete a ctrl before a complete initializationMaurizio Lombardi1-1/+5
2023-06-09nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_diskChristoph Hellwig1-1/+0
2023-06-09netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix1-0/+4
2023-06-09net: wwan: t7xx: Ensure init is completed before system sleepKai-Heng Feng2-0/+19
2023-06-09wifi: b43: fix incorrect __packed annotationArnd Bergmann2-2/+2
2023-06-09scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao1-0/+2
2023-06-09scsi: ufs: core: Fix MCQ nr_hw_queuesPo-Wen Kao1-1/+2
2023-06-09scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc()Po-Wen Kao3-7/+7
2023-06-09scsi: ufs: core: Fix MCQ tag calculationPo-Wen Kao2-2/+2
2023-06-09wifi: iwlwifi: mvm: Add locking to the rate read flowAriel Malamud1-0/+3
2023-06-09wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg1-0/+3
2023-06-09wifi: mac80211: consider reserved chanctx for mindefJohannes Berg3-30/+47
2023-06-09wifi: mac80211: simplify chanctx allocationJohannes Berg1-1/+1
2023-06-09arm64: vdso: Pass (void *) to virt_to_page()Linus Walleij1-1/+1
2023-06-09arm64/mm: mark private VM_FAULT_X defines as vm_fault_tMin-Hua Chen1-2/+2
2023-06-09ARM: dts: stm32: add pin map for CAN controller on stm32f7Dario Binacchi1-0/+82
2023-06-09wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR valueYun Lu2-1/+4
2023-06-09ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70PRubén Gómez1-0/+12
2023-06-09s390/ipl: fix IPIB virtual vs physical address confusionAlexander Gordeev1-2/+1
2023-06-09s390/topology: honour nr_cpu_ids when adding CPUsAlexander Gordeev1-15/+17
2023-06-09s390/pkey: zeroize key blobsHolger Dengler1-0/+3
2023-06-09ASoC: SOF: pm: save io region state in case of errors in resumeKai Vehmanen1-1/+13
2023-06-09ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handlingPierre-Louis Bossart1-6/+8
2023-06-09ASoC: SOF: pcm: fix pm_runtime imbalance in error handlingPierre-Louis Bossart1-5/+6
2023-06-09ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptionsPierre-Louis Bossart1-2/+2
2023-06-09media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221Hyunwoo Kim1-1/+36
2023-06-09media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()Takashi Iwai1-4/+12
2023-06-09media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim2-21/+78
2023-06-09media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim2-3/+39
2023-06-09media: dvb-core: Fix use-after-free on race condition at dvb_frontendHyunwoo Kim2-10/+49