summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-22riscv: add SpacemiT SoC family Kconfig supportYangyu Chen1-0/+5
2024-08-22dt-bindings: serial: 8250: Add SpacemiT K1 uart compatibleYixun Lan1-1/+3
2024-08-22dt-bindings: interrupt-controller: Add SpacemiT K1 PLICYangyu Chen1-0/+1
2024-08-22dt-bindings: timer: Add SpacemiT K1 CLINTYangyu Chen1-0/+1
2024-08-22dt-bindings: riscv: add SpacemiT K1 bindingsYangyu Chen1-0/+28
2024-08-22dt-bindings: riscv: Add SpacemiT X60 compatiblesYangyu Chen1-0/+1
2024-08-22dt-bindings: vendor-prefixes: add spacemitYangyu Chen1-0/+2
2024-05-25Linux 6.6.32v6.6.32Greg Kroah-Hartman1-1/+1
2024-05-25block: add a partscan sysfs attribute for disksChristoph Hellwig2-0/+18
2024-05-25block: add a disk_has_partscan helperChristoph Hellwig3-9/+16
2024-05-25Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching s...SeongJae Park1-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-25erofs: reliably distinguish block based and fscache modeChristian Brauner1-6/+2
2024-05-25erofs: get rid of erofs_fs_contextBaokun Li2-70/+53
2024-05-25bpf: Add missing BPF_LINK_TYPE invocationsJiri Olsa1-0/+3
2024-05-25kselftest: Add a ksft_perror() helperMark Brown1-0/+14
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-25Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim7-51/+86
2024-05-25Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim1-11/+10
2024-05-25ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller1-3/+0
2024-05-25ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller1-12/+10
2024-05-25net: ks8851: Fix another TX stall caused by wrong ISR flag handlingRonald Wahl1-17/+1
2024-05-25drm/amd/display: Fix division by zero in setup_dsc_configJose Fernandez1-1/+6
2024-05-25smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-30/+33
2024-05-25ksmbd: add continuous availability share parameterNamjae Jeon2-19/+27
2024-05-25cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells11-26/+143
2024-05-25smb: client: instantiate when creating SFU filesPaulo Alcantara1-39/+55
2024-05-25smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara1-1/+2
2024-05-25smb3: add trace event for mknodSteve French2-1/+10
2024-05-25smb311: additional compression flag defined in updated protocol specSteve French1-4/+6
2024-05-25smb311: correct incorrect offset field in compression headerSteve French1-1/+1
2024-05-25cifs: Move some extern decls from .c files to .hSteve French4-10/+2
2024-05-25ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-05-25ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4
2024-05-25ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King1-1/+1
2024-05-25ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis1-1/+1
2024-05-25cifs: remove redundant variable assignmentBharath SM1-2/+0
2024-05-25cifs: fixes for get_inode_infoMeetakshi Setiya2-12/+13
2024-05-25cifs: defer close file handles having RH leaseBharath SM1-4/+15