summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-23clk: sunxi-ng: v3s: Fix TCON reset de-assert bitPaul Kocialkowski1-1/+1
2019-03-23Input: st-keyscan - fix potential zalloc NULL dereferenceGabriel Fernandez1-2/+2
2019-03-23auxdisplay: ht16k33: fix potential user-after-free on module unloadMiguel Ojeda1-1/+1
2019-03-23i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski1-0/+12
2019-03-23i2c: cadence: Fix the hold bit settingShubhrajyoti Datta1-2/+7
2019-03-23net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang1-0/+2
2019-03-23mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn1-4/+4
2019-03-23x86/CPU: Add Icelake model numberRajneesh Bhardwaj1-0/+2
2019-03-23net: dsa: bcm_sf2: potential array overflow in bcm_sf2_sw_suspend()Dan Carpenter1-1/+1
2019-03-23scsi: qla2xxx: Fix panic from use after free in qla2x00_async_tm_cmdBill Kuzeja1-2/+2
2019-03-23Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai2-4/+3
2019-03-23mm/gup: fix gup_pmd_range() for daxYu Zhao1-1/+2
2019-03-23NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington1-5/+6
2019-03-23xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin1-1/+2
2019-03-23floppy: check_events callback should not return a negative numberYufen Yu1-1/+1
2019-03-23ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi3-6/+15
2019-03-23blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang1-2/+10
2019-03-23netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri1-1/+1
2019-03-23mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer1-1/+3
2019-03-23mac80211: call drv_ibss_join() on restartJohannes Berg1-1/+5
2019-03-23Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov1-1/+1
2019-03-23Input: ps2-gpio - flush TX work when closing portDmitry Torokhov1-0/+1
2019-03-23Input: cap11xx - switch to using set_brightness_blocking()Dmitry Torokhov1-24/+11
2019-03-23ARM: OMAP2+: fix lack of timer interrupts on CPU1 after hotplugRussell King1-12/+4
2019-03-23ASoC: samsung: Prevent clk_get_rate() calls in atomic contextSylwester Nawrocki1-5/+5
2019-03-23KVM: arm64: Forbid kprobing of the VHE world-switch codeJames Morse2-0/+10
2019-03-23KVM: arm/arm64: vgic: Always initialize the group of private IRQsChristoffer Dall1-8/+14
2019-03-23arm/arm64: KVM: Don't panic on failure to properly reset system registersMarc Zyngier2-5/+7
2019-03-23arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier6-20/+95
2019-03-23KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loadedChristoffer Dall1-2/+24
2019-03-23ASoC: rsnd: fixup rsnd_ssi_master_clk_start() user count checkKuninori Morimoto1-1/+1
2019-03-23ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tablesPierre-Louis Bossart1-0/+24
2019-03-23ARM: OMAP2+: Variable "reg" in function omap4_dsi_mux_pads() could be uniniti...Yizhuo1-1/+6
2019-03-23ARM: dts: Configure clock parent for pwm vibraTony Lindgren1-0/+11
2019-03-23Input: pwm-vibra - stop regulator after disabling pwm, not beforePaweł Chmiel1-4/+4
2019-03-23Input: pwm-vibra - prevent unbalanced regulatorJonathan Bakker1-5/+12
2019-03-23s390/dasd: fix using offset into zero size array errorStefan Haberland1-0/+8
2019-03-23arm64: dts: rockchip: fix graph_port warning on rk3399 bob kevin and excavatorEnric Balletbo i Serra3-3/+3
2019-03-23KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlockJulien Thierry4-11/+11
2019-03-23clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck reparentingTony Lindgren1-0/+4
2019-03-23ASoC: rt5682: Correct the setting while select ASRC clk for AD/DA filterShuming Fan1-0/+2
2019-03-23gpu: ipu-v3: Fix CSI offsets for imx53Steve Longerbeam1-2/+2
2019-03-23drm/imx: imx-ldb: add missing of_node_putsJulia Lawall1-8/+17
2019-03-23gpu: ipu-v3: Fix i.MX51 CSI control registers offsetAlexander Shiyan1-2/+2
2019-03-23drm/imx: ignore plane updates on disabled crtcsPhilipp Zabel1-2/+2
2019-03-23crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie2-0/+35
2019-03-23crypto: rockchip - fix scatterlist nents errorZhang Zhijie4-5/+7
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-03-23crypto: cfb - remove bogus memcpy() with src == destEric Biggers1-4/+4
2019-03-23crypto: cfb - add missing 'chunksize' propertyEric Biggers2-0/+31