summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-23Linux 3.18.137v3.18.137Greg Kroah-Hartman1-1/+1
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-03-23drm/radeon/evergreen_cs: fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-03-23media: uvcvideo: Avoid NULL pointer dereference at the end of streamingSakari Ailus1-0/+8
2019-03-23md: Fix failed allocation of md_register_threadAditya Pakki2-0/+4
2019-03-23nfsd: fix wrong check in write_v4_end_grace()Yihao Wu1-1/+1
2019-03-23nfsd: fix memory corruption caused by readdirNeilBrown2-2/+15
2019-03-23ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notifyGustavo A. R. Silva1-4/+4
2019-03-23powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy1-7/+27
2019-03-23powerpc/powernv: Make opal log only readable by rootJordan Niethe1-1/+1
2019-03-23powerpc/wii: properly disable use of BATs when requested.Christophe Leroy1-0/+4
2019-03-23powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy1-0/+9
2019-03-23jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)1-5/+12
2019-03-23parport_pc: fix find_superio io compare code, should use equal test.QiaoChong1-1/+1
2019-03-23kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss1-1/+10
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-03-23ext2: Fix underflow in ext2_max_size()Jan Kara1-14/+25
2019-03-23ext4: fix crash during online resizingJan Kara1-1/+2
2019-03-23cpufreq: pxa2xx: remove incorrect __init annotationArnd Bergmann1-2/+2
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2019-03-23Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana1-2/+2
2019-03-23m68k: Add -ffreestanding to CFLAGSFinn Thain1-1/+4
2019-03-23scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlockBart Van Assche1-2/+2
2019-03-23scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi1-2/+0
2019-03-23regulator: s2mpa01: Fix step values for some LDOsStuart Menefy1-5/+5
2019-03-23regulator: s2mps11: Fix steps for buck7, buck8 and LDO35Krzysztof Kozlowski1-3/+3
2019-03-23CIFS: Fix read after write for files with read cachingPavel Shilovsky1-5/+7
2019-03-23net: set static variable an initial value in atl2_probe()Mao Wenan1-3/+1
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2019-03-23arm64: Relax GIC version check during early bootVladimir Murzin1-2/+1
2019-03-23net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov1-1/+6
2019-03-23net: systemport: Fix reception of BPDUsFlorian Fainelli1-0/+4
2019-03-23scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_taskAnoob Soman1-0/+6
2019-03-23assoc_array: Fix shortcut creationDavid Howells1-3/+5
2019-03-23Input: st-keyscan - fix potential zalloc NULL dereferenceGabriel Fernandez1-2/+2
2019-03-23i2c: cadence: Fix the hold bit settingShubhrajyoti Datta1-2/+7
2019-03-23Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov1-1/+1
2019-03-23s390/dasd: fix using offset into zero size array errorStefan Haberland1-0/+8
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-03-23ASoC: fsl_esai: fix register setting issue in RIGHT_J modeS.j. Wang1-3/+4
2019-03-239p/net: fix memory leak in p9_client_createzhengbin1-1/+1
2019-03-23It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni1-1/+0
2019-03-23ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liqu...Takashi Sakamoto1-1/+13
2019-03-23gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet1-2/+10
2019-03-23net/hsr: fix possible crash in add_timer()Eric Dumazet1-8/+6
2019-03-23vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet1-0/+10
2019-03-23missing barriers in some of unix_sock ->addr and ->path accessesAl Viro3-24/+37
2019-03-23net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal1-1/+1
2019-03-23mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-03-23net/x25: fix a race in x25_bind()Eric Dumazet1-5/+8