summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* HID: add USB_HID dependancy to hid-chiconyGreg Kroah-Hartman2021-12-141-1/+1
* HID: add USB_HID dependancy to hid-prodikeysGreg Kroah-Hartman2021-12-141-1/+1
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-143-2/+7
* Linux 4.14.257v4.14.257Greg Kroah-Hartman2021-12-081-1/+1
* parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller2021-12-081-19/+5
* serial: core: fix transmit-buffer reset and memleakJohan Hovold2021-12-081-1/+12
* 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
* x86/64/mm: Map all kernel memory into trampoline_pgdJoerg Roedel2021-12-081-1/+11
* usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnectBadhri Jagan Sridharan2021-12-081-4/+0
* xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman2021-12-081-7/+14
* 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
* parisc: Fix KBUILD_IMAGE for self-extracting kernelHelge Deller2021-12-081-0/+5
* net/smc: Keep smc_close_final rc during active closeTony Lu2021-12-081-2/+6
* net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski2021-12-081-1/+1
* net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ ...Sven Schuchmann2021-12-081-1/+1
* net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang2021-12-081-2/+7
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-082-16/+10
* net: mpls: Fix notifications when deleting a deviceBenjamin Poirier2021-12-081-16/+52
* 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
* vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmitStephen Suryaputra2021-12-081-0/+2
* perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-12-082-15/+14
* 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
* ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi2021-12-081-0/+4
* scsi: iscsi: Unblock session then wake up error handlerMike Christie2021-12-081-3/+3
* thermal: core: Reset previous low and high trip during thermal zone initManaf Meethalavalappu Pallikunhi2021-12-081-0/+2
* btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui2021-12-081-1/+13
* 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
* NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington2021-12-081-2/+3
* ipc: WARN if trying to remove ipc object which is absentAlexander Mikhalitsyn2021-12-081-3/+3
* shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-12-084-47/+159
* 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-17/+53
* xen/blkfront: don't take local copy of a request from the ring pageJuergen Gross2021-12-081-10/+15
* xen/blkfront: read response from backend only onceJuergen Gross2021-12-081-17/+18