summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-18perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-18docs: Fix the docs build with Sphinx 6.0Jonathan Corbet1-2/+4
2023-01-18efi: tpm: Avoid READ_ONCE() for accessing the event logArd Biesheuvel1-2/+2
2023-01-18KVM: arm64: Fix S1PTW handling on RO memslotsMarc Zyngier1-2/+20
2023-01-18net: sched: disallow noqueue for qdisc classesFrederick Lawler1-0/+5
2023-01-18driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres1-2/+6
2023-01-18selftests: set the BUILD variable to absolute pathMuhammad Usama Anjum1-9/+17
2023-01-18selftests: Fix kselftest O=objdir build from cluttering top level objdirShuah Khan1-2/+2
2023-01-18parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller5-31/+45
2023-01-18mbcache: Avoid nesting of cache->c_list_lock under bit locksJan Kara1-7/+10
2023-01-18hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2023-01-18hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2-12/+6
2023-01-18ext4: don't allow journal inode to have encrypt flagEric Biggers1-1/+1
2023-01-18riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2023-01-18nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton1-0/+11
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