summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-12io_uring: fail NOP if non-zero op flags is passed inMing Lei1-0/+2
2024-06-12serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeupPin-yen Lin1-2/+6
2024-06-12serial: 8250_bcm7271: use default_mux_rate if possibleDoug Berger1-41/+60
2024-06-12speakup: Fix sizeof() vs ARRAY_SIZE() bugDan Carpenter1-1/+1
2024-06-12tty: n_gsm: fix missing receive state reset after mode switchDaniel Starke1-41/+92
2024-06-12tty: n_gsm: fix possible out-of-bounds in gsm0_receive()Daniel Starke1-2/+5
2024-06-12ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-16/+23
2024-06-12x86/tsc: Trust initial offset in architectural TSC-adjust MSRsDaniel J Blueman1-4/+2
2024-06-12SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
2024-05-25Linux 6.1.92v6.1.92Greg Kroah-Hartman1-1/+1
2024-05-25docs: kernel_include.py: Cope with docutils 0.21Akira Yokosawa1-1/+0
2024-05-25admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GETThomas Weißschuh1-2/+2
2024-05-25KEYS: trusted: Do not use WARN when encode failsJarkko Sakkinen1-1/+2
2024-05-25remoteproc: mediatek: Make sure IPI buffer fits in L2TCMAngeloGioacchino Del Regno1-1/+9
2024-05-25serial: kgdboc: Fix NMI-safety problems from keyboard reset codeDaniel Thompson1-1/+29
2024-05-25usb: typec: tipd: fix event checking for tps6598xJavier Carrasco2-13/+43
2024-05-25usb: typec: ucsi: displayport: Fix potential deadlockHeikki Krogerus1-4/+0
2024-05-25net: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez1-11/+26
2024-05-25usb: dwc3: Wait unconditionally after issuing EndXfer commandPrashanth K1-3/+1
2024-05-25binder: fix max_thread type inconsistencyCarlos Llamas2-2/+2
2024-05-25drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Srinivasan Shanmugam1-0/+3
2024-05-25arm64: atomics: lse: remove stale dependency on JUMP_LABELMark Rutland2-2/+0
2024-05-25xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2024-05-25xfs: get root inode correctly at bulkstatHironori Shiina1-2/+2
2024-05-25xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2-18/+2
2024-05-25xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong1-4/+10
2024-05-25xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong1-1/+1
2024-05-25xfs: estimate post-merge refcounts correctlyDarrick J. Wong1-4/+21
2024-05-25xfs: hoist refcount record merge predicatesDarrick J. Wong1-16/+113
2024-05-25xfs: fix super block buf log item UAF during force shutdownGuo Xuenan1-0/+2
2024-05-25xfs: wait iclog complete before tearing down AILGuo Xuenan1-11/+25
2024-05-25xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong1-4/+4
2024-05-25xfs: invalidate block device page cache during unmountDarrick J. Wong1-0/+1
2024-05-25xfs: fix incorrect i_nlink caused by inode racingLong Li1-0/+6
2024-05-25xfs: fix sb write verify for lazysbcountLong Li2-1/+18
2024-05-25xfs: fix incorrect error-out in xfs_removeDarrick J. Wong1-1/+1
2024-05-25xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner1-7/+14
2024-05-25xfs: drop write error injection is unfixable, remove itDave Chinner3-23/+25
2024-05-25xfs: use iomap_valid method to detect stale cached iomapsDave Chinner5-27/+87
2024-05-25iomap: write iomap validity checksDave Chinner3-10/+81
2024-05-25xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner4-21/+15
2024-05-25iomap: buffered write failure should not truncate the page cacheDave Chinner1-15/+180
2024-05-25xfs,iomap: move delalloc punching to iomapDave Chinner3-39/+72
2024-05-25xfs: use byte ranges for write cleanup rangesDave Chinner1-15/+25
2024-05-25xfs: punching delalloc extents on write failure is racyDave Chinner1-18/+23
2024-05-25xfs: write page faults in iomap are not buffered writesDave Chinner3-1/+11
2024-05-25mmc: core: Add HS400 tuning in HS400es initializationMengqi Zhang1-2/+7
2024-05-25KEYS: trusted: Fix memory leak in tpm2_key_encode()Jarkko Sakkinen1-6/+18
2024-05-25nfsd: don't allow nfsd threads to be signalled.NeilBrown4-33/+9
2024-05-25mfd: stpmic1: Fix swapped mask/unmask in irq chipAidan MacDonald1-2/+3