summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Linux 6.1.71v6.1.71Greg Kroah-Hartman1-1/+1
2024-01-05Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe"Shin'ichiro Kawasaki1-131/+41
2024-01-05tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko1-4/+21
2024-01-05kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa2-2/+9
2024-01-05device property: Allow const parameter to dev_fwnode()Andy Shevchenko2-3/+15
2024-01-05spi: Constify spi parameters of chip select APIsGeert Uytterhoeven1-2/+2
2024-01-05NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown1-2/+3
2024-01-05ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)1-57/+24
2024-01-05netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo Neira Ayuso1-1/+1
2024-01-05ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)1-36/+11
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2-4/+19
2024-01-05ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7
2024-01-05mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3
2024-01-05mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)1-1/+1
2024-01-05mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla1-1/+8
2024-01-05mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li1-0/+9
2024-01-05platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probeShin'ichiro Kawasaki1-41/+131
2024-01-05ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-3/+12
2024-01-05block: renumber QUEUE_FLAG_HW_WCChristoph Hellwig1-1/+1
2024-01-05spi: atmel: Fix clock issue when using devices with different polaritiesLouis Chauvet1-1/+81
2024-01-05spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodAmit Kumar Mahapatra2-23/+42
2024-01-05spi: Reintroduce spi_set_cs_timing()Tudor Ambarus1-0/+37
2024-01-05linux/export: Ensure natural alignment of kcrctab arrayHelge Deller1-0/+1
2024-01-05nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown3-3/+9
2024-01-05nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown2-34/+25
2024-01-05iio: imu: adis16475: add spi_device_id tableNuno Sa1-45/+72
2024-01-05spi: Introduce spi_get_device_match_data() helperAndy Shevchenko2-0/+15
2024-01-05usb: fotg210-hcd: delete an incorrect bounds testDan Carpenter1-3/+0
2024-01-05ARM: dts: Fix occasional boot hang for am3 usbTony Lindgren1-0/+1
2024-01-05ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon1-18/+18
2024-01-05ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon1-5/+5
2024-01-05ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon4-2/+48
2024-01-05ksmbd: send v2 lease break notification for directoryNamjae Jeon6-6/+77
2024-01-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon3-7/+12
2024-01-05ksmbd: set v2 lease capabilityNamjae Jeon2-7/+6
2024-01-05ksmbd: set epoch in create context v2 leaseNamjae Jeon2-1/+5
2024-01-05ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon1-1/+0
2024-01-05ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon1-5/+2
2024-01-05ksmbd: release interim response after sending status pending responseNamjae Jeon2-1/+5
2024-01-05ksmbd: move oplock handling after unlock parent dirNamjae Jeon1-56/+65
2024-01-05ksmbd: separately allocate ci per dentryNamjae Jeon4-25/+18
2024-01-05ksmbd: fix possible deadlock in smb2_openNamjae Jeon5-59/+75
2024-01-05ksmbd: prevent memory leak on error returnZongmin Zhou1-2/+5
2024-01-05ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon1-3/+4
2024-01-05ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon1-16/+0
2024-01-05ksmbd: add support for surrogate pair conversionNamjae Jeon1-49/+138
2024-01-05ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang1-10/+30
2024-01-05ksmbd: fix recursive locking in vfs helpersMarios Makassikis1-20/+3
2024-01-05ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon1-1/+1
2024-01-05ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon1-21/+22