summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-27Linux 5.0.10v5.0.10Greg Kroah-Hartman1-1/+1
2019-04-27kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon1-1/+2
2019-04-27percpu: stop printing kernel addressesMatteo Croce1-4/+4
2019-04-27ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai1-2/+10
2019-04-27mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov1-5/+0
2019-04-27mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lockzhong jiang1-1/+1
2019-04-27perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin1-18/+15
2019-04-27device_cgroup: fix RCU imbalance in error caseJann Horn1-1/+1
2019-04-27mt76x02: avoid status_list.lock and sta->rate_ctrl_lock dependencyStanislaw Gruszka1-6/+8
2019-04-27tpm: fix an invalid condition in tpm_common_pollTadeusz Struk1-1/+8
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-04-27Revert "kbuild: use -Oz instead of -Os when using clang"Matthias Kaehlcke1-2/+1
2019-04-27tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing1-2/+2
2019-04-27tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen1-0/+4
2019-04-27nfit/ars: Avoid stale ARS resultsDan Williams2-1/+17
2019-04-27nfit/ars: Allow root to busy-poll the ARS state machineDan Williams2-0/+9
2019-04-27nfit/ars: Introduce scrub_flagsDan Williams2-15/+23
2019-04-27nfit/ars: Remove ars_start_flagsDan Williams2-6/+5
2019-04-27timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen3-2/+11
2019-04-27x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner1-2/+6
2019-04-27perf/x86: Fix incorrect PEBS_REGSKan Liang2-20/+20
2019-04-27x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen1-3/+3
2019-04-27perf/x86/amd: Add event map for AMD Family 17hKim Phillips1-9/+26
2019-04-27drm/amdgpu/gmc9: fix VM_L2_CNTL3 programmingAlex Deucher1-0/+1
2019-04-27s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD)Joe Perches1-1/+1
2019-04-27mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau1-0/+3
2019-04-27rt2x00: do not increment sequence number while re-transmittingVijayakumar Durai3-17/+9
2019-04-27kprobes: Fix error check when reusing optimized probesMasami Hiramatsu1-4/+2
2019-04-27x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu1-2/+20
2019-04-27kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu1-1/+5
2019-04-27x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu2-0/+27
2019-04-27arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor1-1/+1
2019-04-27drm/ttm: fix out-of-bounds read in ttm_put_pages() v2Christian König1-2/+3
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers3-13/+67
2019-04-27ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard1-2/+17
2019-04-27x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao4-6/+12
2019-04-27coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli5-1/+57
2019-04-27Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee1-4/+15
2019-04-27i3c: Fix the verification of random PIDVitor Soares1-3/+2
2019-04-27i3c: dw: Fix dw_i3c_master_disable controller by using correct maskVitor Soares1-1/+1
2019-04-27Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap1-1/+0
2019-04-27scsi: core: set result when the command cannot be dispatchedJaesoo Lee1-1/+5
2019-04-27vt: fix cursor when clearing the screenMikulas Patocka1-1/+2
2019-04-27serial: sh-sci: Fix HSCIF RX sampling point calculationGeert Uytterhoeven1-1/+3
2019-04-27serial: sh-sci: Fix HSCIF RX sampling point adjustmentGeert Uytterhoeven1-1/+1
2019-04-27Input: elan_i2c - add hardware ID for multiple Lenovo laptopsKT Liao1-0/+25
2019-04-27ALSA: core: Fix card races between register and disconnectTakashi Iwai1-9/+9
2019-04-27ALSA: hda/realtek - add two more pin configuration sets to quirk tableHui Wang1-0/+6
2019-04-27staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_bufIan Abbott1-3/+1
2019-04-27staging: comedi: ni_usb6501: Fix use of uninitialized mutexIan Abbott1-3/+3