summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/exynos_mct: Clear timer interrupt when shutdownStuart Menefy2019-03-231-0/+1
* clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISRStuart Menefy2019-03-231-11/+11
* regulator: s2mpa01: Fix step values for some LDOsStuart Menefy2019-03-231-5/+5
* regulator: s2mps11: Fix steps for buck7, buck8 and LDO35Krzysztof Kozlowski2019-03-231-3/+3
* ACPI / device_sysfs: Avoid OF modalias creation for removed deviceAndy Shevchenko2019-03-231-1/+5
* tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-03-231-1/+0
* CIFS: Fix read after write for files with read cachingPavel Shilovsky2019-03-231-5/+7
* crypto: arm64/aes-ccm - fix logical bug in AAD MAC handlingArd Biesheuvel2019-03-231-2/+3
* stm class: Prevent division by zeroAlexander Shishkin2019-03-231-3/+5
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-03-231-1/+1
* net: set static variable an initial value in atl2_probe()Mao Wenan2019-03-231-3/+1
* mac80211_hwsim: propagate genlmsg_reply return codeLi RongQing2019-03-231-1/+1
* phonet: fix building with clangArnd Bergmann2019-03-232-18/+19
* ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta2019-03-231-4/+4
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-03-231-3/+7
* arm64: Relax GIC version check during early bootVladimir Murzin2019-03-231-2/+1
* ASoC: topology: free created components in tplg load errorBard liao2019-03-231-1/+7
* net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov2019-03-231-1/+6
* pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pinsMartin Blumenstingl2019-03-231-1/+1
* net: systemport: Fix reception of BPDUsFlorian Fainelli2019-03-231-0/+4
* scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_taskAnoob Soman2019-03-231-0/+6
* assoc_array: Fix shortcut creationDavid Howells2019-03-231-3/+5
* ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann2019-03-234-64/+2
* Input: st-keyscan - fix potential zalloc NULL dereferenceGabriel Fernandez2019-03-231-2/+2
* i2c: cadence: Fix the hold bit settingShubhrajyoti Datta2019-03-231-2/+7
* Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov2019-03-231-1/+1
* ARM: OMAP2+: Variable "reg" in function omap4_dsi_mux_pads() could be uniniti...Yizhuo2019-03-231-1/+6
* s390/dasd: fix using offset into zero size array errorStefan Haberland2019-03-231-0/+8
* gpu: ipu-v3: Fix CSI offsets for imx53Steve Longerbeam2019-03-231-2/+2
* gpu: ipu-v3: Fix i.MX51 CSI control registers offsetAlexander Shiyan2019-03-231-2/+2
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-03-231-7/+7
* crypto: caam - fixed handling of sg listPankaj Gupta2019-03-231-0/+1
* stm class: Fix an endless loop in channel allocationZhi Jin2019-03-231-0/+3
* ASoC: fsl_esai: fix register setting issue in RIGHT_J modeS.j. Wang2019-03-231-3/+4
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-231-1/+1
* 9p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao2019-03-235-30/+53
* media: videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused()Hans Verkuil2019-03-231-1/+0
* It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-231-1/+0
* fs/9p: use fscache mutex rather than spinlockSasha Levin2019-03-233-6/+6
* ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liqu...Takashi Sakamoto2019-03-231-1/+13
* tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet2019-03-231-1/+1
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-231-2/+10
* net/hsr: fix possible crash in add_timer()Eric Dumazet2019-03-231-8/+6
* vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio2019-03-231-1/+2
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-231-0/+10
* ipvlan: disallow userns cap_net_admin to change global mode/flagsDaniel Borkmann2019-03-231-1/+8
* missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-03-233-24/+37
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-231-1/+1
* mdio_bus: Fix use-after-free on device_register failsYueHaibing2019-03-231-1/+0
* net/x25: fix a race in x25_bind()Eric Dumazet2019-03-231-5/+8