summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-13parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit buildsGuenter Roeck1-0/+1
2024-04-13parisc: Fix csum_ipv6_magic on 64-bit systemsGuenter Roeck1-2/+2
2024-04-13parisc: Fix csum_ipv6_magic on 32-bit systemsGuenter Roeck1-1/+2
2024-04-13parisc: Fix ip_fast_csumGuenter Roeck1-1/+1
2024-04-13parisc: Do not hardcode registers in checksum functionsHelge Deller1-49/+52
2024-04-13ubi: correct the calculation of fastmap sizeZhang Yi1-3/+4
2024-04-13ubi: Check for too small LEB size in VTBL codeRichard Weinberger1-0/+6
2024-04-13ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)1-9/+4
2024-04-13fat: fix uninitialized field in nostale filehandlesJan Kara1-0/+6
2024-04-13crypto: qat - resolve race condition during AER recoveryDamian Muszynski1-6/+16
2024-04-13crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2024-04-13sparc: vDSO: fix return value of __setup handlerRandy Dunlap1-4/+3
2024-04-13sparc64: NMI watchdog: fix return value of __setup handlerRandy Dunlap1-1/+1
2024-04-13KVM: Always flush async #PF workqueue when vCPU is being destroyedSean Christopherson1-5/+26
2024-04-13media: xc4000: Fix atomicity violation in xc4000_get_frequencyGui-Dong Han1-2/+2
2024-04-13arm: dts: marvell: Fix maxium->maxim typo in brownstone dtsDuje Mihanović1-1/+1
2024-04-13ARM: dts: mmp2-brownstone: Don't redeclare phandle referencesLubomir Rintel1-167/+165
2024-04-13smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()Roberto Sassu1-0/+9
2024-04-13smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()Roberto Sassu1-1/+2
2024-04-13wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detachZheng Wang1-2/+2
2024-04-13timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner2-10/+23
2024-04-13timers: Use del_timer_sync() even on UPThomas Gleixner2-8/+1
2024-04-13timers: Update kernel-doc for various functionsThomas Gleixner1-58/+90
2024-04-13timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner2-9/+96
2024-04-13timer/trace: Improve timer tracingAnna-Maria Gleixner2-8/+20
2024-04-13timer/trace: Replace deprecated vsprintf pointer extension %pf by %psAnna-Maria Gleixner1-4/+6
2024-04-13x86/bugs: Use sysfs_emit()Borislav Petkov1-41/+41
2024-04-13x86/cpu: Support AMD Automatic IBRSKim Phillips6-21/+32
2024-04-13Documentation/hw-vuln: Update spectre docLin Yujun1-0/+1
2024-03-27Linux 4.19.311v4.19.311Sasha Levin1-1/+1
2024-03-27crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu1-3/+10
2024-03-27crypto: af_alg - Fix regression on empty requestsHerbert Xu1-1/+1
2024-03-27spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao1-10/+12
2024-03-27net/bnx2x: Prevent access to a freed page in page_poolThinh Tran1-3/+3
2024-03-27hsr: Handle failures in module initFelix Maurer1-4/+11
2024-03-27rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi1-3/+2
2024-03-27hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida1-0/+4
2024-03-27net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2-6/+6
2024-03-27usb: gadget: net2272: Use irqflags in the call to net2272_probe_finColin Ian King1-1/+1
2024-03-27staging: greybus: fix get_channel_from_mode() failure pathDan Carpenter1-4/+4
2024-03-27serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko1-4/+1
2024-03-27rtc: mt6397: select IRQ_DOMAIN instead of depending on itRandy Dunlap1-1/+2
2024-03-27kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada1-2/+5
2024-03-27tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMTTudor Ambarus1-3/+2
2024-03-27serial: max310x: fix syntax error in IRQ error messageHugo Villeneuve1-1/+1
2024-03-27clk: qcom: gdsc: Add support to update GDSC transition delayTaniya Das2-6/+28
2024-03-27NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET1-2/+2
2024-03-27net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET1-2/+2
2024-03-27scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann4-13/+19
2024-03-27scsi: csiostor: Avoid function pointer castsArnd Bergmann3-19/+20