summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-08Linux 4.4.294v4.4.294Greg Kroah-Hartman1-1/+1
2021-12-08serial: pl011: Add ACPI SBSA UART match idPierre Gondois1-0/+1
2021-12-08tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann1-0/+3
2021-12-08vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki1-5/+9
2021-12-08parisc: Fix "make install" on newer debian releasesHelge Deller1-0/+1
2021-12-08siphash: use _unaligned version by defaultArnd Bergmann2-16/+10
2021-12-08net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang1-2/+8
2021-12-08natsemi: xtensa: fix section mismatch warningsRandy Dunlap1-1/+1
2021-12-08fget: check that the fd still exists after getting a ref to itLinus Torvalds1-0/+4
2021-12-08fs: add fget_many() and fput_many()Jens Axboe4-8/+22
2021-12-08sata_fsl: fix warning in remove_proc_entry when rmmod sata_fslBaokun Li1-5/+3
2021-12-08sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fslBaokun Li1-2/+10
2021-12-08kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2-0/+5
2021-12-08net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi1-0/+4
2021-12-08net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue1-13/+17
2021-12-08scsi: iscsi: Unblock session then wake up error handlerMike Christie1-3/+3
2021-12-08s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik1-3/+0
2021-12-08platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deepSlark Xiao1-12/+0
2021-12-08net: return correct error codeliuguoqiang1-1/+1
2021-12-08hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz1-10/+43
2021-12-08tty: hvc: replace BUG_ON() with negative return valueJuergen Gross1-3/+14
2021-12-08xen/netfront: don't trust the backend response data blindlyJuergen Gross1-5/+75
2021-12-08xen/netfront: disentangle tx_skb_freelistJuergen Gross1-36/+25
2021-12-08xen/netfront: don't read data from request on the ring pageJuergen Gross1-43/+37
2021-12-08xen/netfront: read response from backend only onceJuergen Gross1-19/+19
2021-12-08xen/blkfront: don't trust the backend response data blindlyJuergen Gross1-11/+46
2021-12-08xen/blkfront: don't take local copy of a request from the ring pageJuergen Gross1-12/+26
2021-12-08xen/blkfront: read response from backend only onceJuergen Gross1-17/+18
2021-12-08xen: sync include/xen/interface/io/ring.h with Xen's newest versionJuergen Gross1-133/+124
2021-12-08shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn4-47/+159
2021-12-08fuse: release pipe buf after last useMiklos Szeredi1-5/+5
2021-12-08fuse: fix page stealingMiklos Szeredi1-1/+9
2021-12-08NFC: add NCI_UNREG flag to eliminate the raceLin Ma2-2/+18
2021-12-08proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand1-5/+10
2021-12-08hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit7-1/+64
2021-12-08tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)1-0/+7
2021-12-08tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-12-08scsi: mpt3sas: Fix kernel panic during drive powercycle testSreekanth Reddy1-1/+1
2021-12-08ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCETakashi Iwai2-5/+5
2021-12-08NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust1-2/+1
2021-12-08net: ieee802154: handle iftypes as u32Alexander Aring1-3/+4
2021-12-08ASoC: topology: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-0/+3
2021-12-08ARM: dts: BCM5301X: Add interrupt properties to GPIO nodeFlorian Fainelli1-0/+2
2021-12-08xen: detect uninitialized xenbus in xenbus_initStefano Stabellini1-0/+23
2021-12-08xen: don't continue xenstore initialization in case of errorsStefano Stabellini1-1/+3
2021-12-08staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()Dan Carpenter1-1/+2
2021-12-08ALSA: ctxfi: Fix out-of-range accessTakashi Iwai5-26/+22
2021-12-08binder: fix test regression due to sender_euid changeTodd Kjos1-1/+1
2021-12-08usb: hub: Fix locking issues with address0_mutexMathias Nyman1-7/+12
2021-12-08usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman1-3/+11