summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1077/+1871
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-563/+1638
2022-10-09blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai-2/+1
2022-10-09ALSA: usb-audio: Avoid superfluous endpoint setupTakashi Iwai-6/+14
2022-10-09ALSA: usb-audio: Correct the return code from snd_usb_endpoint_set_params()Takashi Iwai-0/+2
2022-10-09ALSA: usb-audio: Apply mutex around snd_usb_endpoint_set_params()Takashi Iwai-3/+7
2022-10-09ALSA: usb-audio: Avoid unnecessary interface change at EP closeTakashi Iwai-0/+5
2022-10-09ALSA: hda: Update register polling macrosAmadeusz Sławiński-4/+4
2022-10-08Merge tag 'mailbox-v6.1' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds-43/+148
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-4389/+27677
2022-10-08Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-391/+873
2022-10-08Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8161/+2149
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3573/+18105
2022-10-08fbdev: mb862xx: Fix check of return value from irq_of_parse_and_map()Christophe Leroy-1/+1
2022-10-08fbdev: vga16fb: Add missing MODULE_DEVICE_TABLE() entryZeng Heng-0/+1
2022-10-08fbdev: tridentfb: Fix missing pci_disable_device() in probe and removeRuan Jinjie-5/+1
2022-10-08fbdev: smscufx: Fix use-after-free in ufx_ops_open()Hyunwoo Kim-1/+13
2022-10-08fbdev: gbefb: Convert to use dev_groupsJiasheng Jiang-13/+7
2022-10-08fbdev: imxfb: Remove redundant dev_err() callShang XiaoJing-1/+0
2022-10-08fbdev: omapfb/dss: Use pm_runtime_resume_and_get() instead of pm_runtime_get_...Zhang Qilong-24/+12
2022-10-08fbdev: uvesafb: Convert snprintf to scnprintfJules Irenge-5/+5
2022-10-08fbdev: arkfb: Remove the unused function dac_read_reg()Jiapeng Chong-8/+0
2022-10-08fbdev: tridentfb: Remove the unused function shadowmode_off()Jiapeng Chong-5/+0
2022-10-08fbdev: controlfb: Remove the unused function VAR_MATCH()Jiapeng Chong-7/+0
2022-10-08fbdev: udlfb: Remove redundant initialization to variable identicalColin Ian King-1/+1
2022-10-08openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn-8/+8
2022-10-07smb3: fix oops in calculating shash_setkeySteve French-2/+2
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya-166/+98
2022-10-07smb3: rename encryption/decryption TFMsEnzo Matsumiya-16/+15
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya-29/+52
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-694/+1318
2022-10-07virtio_pci: don't try to use intxif pin is zeroAngus Chen-0/+3
2022-10-07vDPA: conditionally read MTU and MAC in dev cfg spaceZhu Lingshan-8/+29
2022-10-07vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fillZhu Lingshan-1/+2
2022-10-07vDPA: check virtio device features to detect MQZhu Lingshan-1/+1
2022-10-07vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presenceZhu Lingshan-3/+3
2022-10-07vDPA: only report driver features if FEATURES_OK is setZhu Lingshan-6/+14
2022-10-07vDPA: allow userspace to query features of a vDPA deviceZhu Lingshan-5/+15
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2277/+4601
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1764/+1432
2022-10-07Merge tag 'soundwire-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-480/+557
2022-10-07Merge tag 'phy-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds-2654/+5351
2022-10-07Merge tag 'dmaengine-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-413/+1854
2022-10-07hugetlb: allocate vma lock for all sharable vmasMike Kravetz-35/+15
2022-10-07hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointerMike Kravetz-10/+32
2022-10-07hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz-20/+27
2022-10-07mglru: mm/vmscan.c: fix imprecise commentsYu Zhao-5/+4
2022-10-07mm/mglru: don't sync disk for each aging cycleYu Zhao-2/+0
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu-12/+12
2022-10-07f2fs: account swapfile inodesChao Yu-1/+14