summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-18x86/bugs: Flush IBP in ib_prctl_set()Rodrigo Branco1-0/+2
2023-01-18ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tabletHans de Goede1-0/+15
2023-01-18udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2023-01-18caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao1-1/+5
2023-01-18drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()Dan Carpenter1-0/+1
2023-01-18usb: rndis_host: Secure rndis_query check against int overflowSzymon Heidrich1-1/+2
2023-01-18drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin1-0/+1
2023-01-18perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin1-0/+2
2023-01-18net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim1-2/+3
2023-01-18net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim1-1/+4
2023-01-18RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-18RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky1-1/+1
2023-01-18net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin1-0/+1
2023-01-18net: amd-xgbe: add missed tasklet_killJiguang Xiao3-2/+9
2023-01-18vhost: fix range used in translate_desc()Stefano Garzarella1-2/+2
2023-01-18nfc: Fix potential resource leaksMiaoqian Lin1-14/+38
2023-01-18qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin3-10/+16
2023-01-18net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei1-10/+2
2023-01-18net: hns3: add interrupts re-initialization while doing VF FLRJie Wang1-1/+2
2023-01-18nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton1-1/+1
2023-01-18bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski1-2/+5
2023-01-18SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2-2/+22
2023-01-18ext4: fix deadlock due to mbcache entry corruptionJan Kara3-10/+17
2023-01-18mbcache: automatically delete entries from cache on freeingJan Kara2-77/+55
2023-01-18ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2023-01-18ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2023-01-18ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2023-01-18mbcache: add functions to delete entry if unusedJan Kara2-3/+73
2023-01-18mbcache: don't reclaim used entriesJan Kara1-1/+9
2023-01-18ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang1-2/+1
2023-01-18fs: ext4: initialize fsdata in pagecache_write()Alexander Potapenko1-1/+1
2023-01-18ext4: use memcpy_to_page() in pagecache_write()Chaitanya Kulkarni1-4/+1
2023-01-18mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny2-14/+18
2023-01-18ext4: correct inconsistent error msg in nojournal modeBaokun Li1-4/+5
2023-01-18ext4: goto right label 'failed_mount3a'Jason Yan1-5/+5
2023-01-18ravb: Fix "failed to switch device to config mode" message during unbindBiju Das1-1/+1
2023-01-18KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1Sean Christopherson1-1/+2
2023-01-18KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTINGXiaoyao Li5-10/+10
2023-01-18KVM: VMX: Rename NMI_PENDING to NMI_WINDOWXiaoyao Li4-10/+10
2023-01-18KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOWXiaoyao Li6-18/+18
2023-01-18KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlersAndrea Arcangeli1-2/+16
2023-01-18KVM: x86: optimize more exit handlers in vmx.cAndrea Arcangeli1-25/+5
2023-01-18perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)1-17/+4
2023-01-18perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)1-2/+2
2023-01-18dm thin: resume even if in FAIL modeLuo Meng1-4/+12
2023-01-18media: s5p-mfc: Fix in register read and write for H264Smitha T Murthy1-7/+7
2023-01-18media: s5p-mfc: Clear workbit to handle error conditionSmitha T Murthy1-1/+3
2023-01-18media: s5p-mfc: Fix to handle reference queue during finishingSmitha T Murthy1-2/+10
2023-01-18PM/devfreq: governor: Add a private governor_data for governorKant Fan3-15/+14
2023-01-18btrfs: replace strncpy() with strscpy()Sasha Levin2-7/+8