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