summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.9.194v4.9.194Greg Kroah-Hartman2019-09-211-1/+1
* net_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-211-1/+5
* ARC: export "abort" for modulesVineet Gupta2019-09-211-0/+1
* media: technisat-usb2: break out of loop at end of bufferSean Young2019-09-211-12/+10
* floppy: fix usercopy directionJann Horn2019-09-211-2/+2
* iommu/amd: Fix race in increase_address_space()Joerg Roedel2019-09-211-5/+11
* keys: Fix missing null pointer check in request_key_auth_describe()Hillf Danton2019-09-211-0/+6
* x86/uaccess: Don't leak the AC flags into __get_user() argument evaluationPeter Zijlstra2019-09-211-1/+3
* dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()Wenwen Wang2019-09-211-1/+3
* dmaengine: ti: dma-crossbar: Fix a memory leak bugWenwen Wang2019-09-211-1/+3
* net: seeq: Fix the function used to release some memory in an error handling ...Christophe JAILLET2019-09-211-3/+4
* tools/power turbostat: fix buffer overrunNaoya Horiguchi2019-09-211-1/+1
* perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips2019-09-212-7/+18
* perf/x86/intel: Restrict period on NehalemJosh Hunt2019-09-211-0/+6
* sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai2019-09-211-0/+7
* ARM: 8901/1: add a criteria for pfn_valid of armzhaoyang2019-09-211-0/+5
* cifs: Use kzfree() to zero out the passwordDan Carpenter2019-09-211-1/+1
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-09-211-0/+22
* NFSv2: Fix write regressionTrond Myklebust2019-09-211-1/+3
* NFSv2: Fix eof handlingTrond Myklebust2019-09-211-1/+2
* netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch2019-09-211-1/+1
* x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner2019-09-211-1/+7
* r8152: Set memory to all 0xFFs on failed reg readsPrashant Malani2019-09-211-1/+4
* batman-adv: Only read OGM2 tvlv_len after buffer len checkSven Eckelmann2019-09-211-6/+12
* ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger2019-09-211-1/+2
* qed: Add cleanup in qed_slowpath_start()Wenwen Wang2019-09-211-1/+3
* Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...Christophe JAILLET2019-09-211-1/+1
* NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust2019-09-211-1/+1
* NFSv4: Fix return values for nfs4_file_open()Trond Myklebust2019-09-211-6/+6
* s390/bpf: use 32-bit index for tail callsIlya Leoshkevich2019-09-211-4/+6
* ARM: OMAP2+: Fix omap4 errata warning on other SoCsTony Lindgren2019-09-211-0/+3
* s390/bpf: fix lcgr instruction encodingIlya Leoshkevich2019-09-211-1/+1
* ARM: OMAP2+: Fix missing SYSC_HAS_RESET_STATUS for dra7 epwmssTony Lindgren2019-09-211-1/+2
* mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang2019-09-212-1/+11
* tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu2019-09-211-1/+0
* serial: sprd: correct the wrong sequence of argumentsChunyan Zhang2019-09-211-1/+1
* KVM: coalesced_mmio: add bounds checkingMatt Delco2019-09-211-7/+10
* xen-netfront: do not assume sk_buff_head list is empty in error handlingDongli Zhang2019-09-211-1/+1
* x86/boot: Add missing bootparam that breaks boot on some platformsCorey Minyard2019-09-211-0/+1
* powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V2019-09-211-9/+7
* media: tm6000: double free if usb disconnect while streamingSean Young2019-09-211-0/+3
* USB: usbcore: Fix slab-out-of-bounds bug during device resetAlan Stern2019-09-211-4/+8
* x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Linus Torvalds2019-09-211-0/+1
* nvmem: Use the same permissions for eeprom as for nvmemJean Delvare2019-09-211-4/+11
* drm/mediatek: mtk_drm_drv.c: Add of_node_put() before gotoNishka Dasgupta2019-09-211-1/+4
* crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy2019-09-211-1/+2
* crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy2019-09-211-14/+17
* crypto: talitos - fix ECB algs ivsizeChristophe Leroy2019-09-211-1/+0
* crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy2019-09-211-0/+16
* crypto: talitos - fix CTR alg blocksizeChristophe Leroy2019-09-211-1/+1