summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-27Linux 4.9.166v4.9.166Greg Kroah-Hartman1-1/+1
2019-03-27ath10k: avoid possible string overflowArnd Bergmann1-1/+1
2019-03-27power: supply: charger-manager: Fix incorrect return valueBaolin Wang1-2/+1
2019-03-27pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.Enric Balletbo i Serra1-4/+5
2019-03-27rtc: Fix overflow when converting time64_t to rtc_timeBaolin Wang1-4/+2
2019-03-27scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1kehuanlin1-6/+8
2019-03-27USB: core: only clean up what we allocatedAndrey Konovalov1-3/+6
2019-03-27lib/int_sqrt: optimize small argumentPeter Zijlstra1-0/+3
2019-03-27serial: sprd: clear timeout interrupt only rather than all interruptsLanqing Liu1-1/+3
2019-03-27arm64: traps: disable irq in die()Qiao Zhou1-2/+6
2019-03-27Hang/soft lockup in d_invalidate with simultaneous callsAl Viro1-6/+4
2019-03-27serial: sprd: adjust TIMEOUT to a big valueWei Qiao1-1/+1
2019-03-27tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet4-20/+3
2019-03-27ALSA: hda - Enforces runtime_resume after S3 and S4 for each codecHui Wang1-3/+17
2019-03-27ALSA: hda - Record the current power state before suspend/resume callsTakashi Iwai1-2/+41
2019-03-27locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long1-0/+3
2019-03-27Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung1-2/+1
2019-03-27media: v4l2-ctrls.c/uvc: zero v4l2_eventHans Verkuil2-2/+2
2019-03-27ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)1-4/+8
2019-03-27ext4: fix data corruption caused by unaligned direct AIOLukas Czerner1-1/+1
2019-03-27ext4: fix NULL pointer dereference while journal is abortedJiufei Xue1-1/+1
2019-03-27objtool: Move objtool_file struct off the stackJosh Poimboeuf1-1/+2
2019-03-27futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie1-0/+4
2019-03-27MIPS: Fix kernel crash for R6 in jump label branch functionArcher Yan1-4/+4
2019-03-27MIPS: Ensure ELF appended dtb is relocatedYasha Cherikovsky1-5/+7
2019-03-27mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.Yifeng Li1-1/+1
2019-03-27udf: Fix crash on IO error during truncateJan Kara1-0/+3
2019-03-27libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov3-1/+28
2019-03-27iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZEStanislaw Gruszka1-1/+6
2019-03-27drm/vmwgfx: Don't double-free the mode stored in par->set_modeThomas Zimmermann1-9/+3
2019-03-27mmc: pxamci: fix enum type confusionArnd Bergmann1-1/+1
2019-03-23Linux 4.9.165v4.9.165Greg Kroah-Hartman1-1/+1
2019-03-23KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li2-0/+2
2019-03-23KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson1-3/+9
2019-03-23KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson1-0/+4
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-23rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun1-6/+14
2019-03-23md: Fix failed allocation of md_register_threadAditya Pakki2-0/+4
2019-03-23perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter1-0/+2
2019-03-23perf intel-pt: Fix overlap calculation for paddingAdrian Hunter1-2/+34
2019-03-23perf auxtrace: Define auxtrace record alignmentAdrian Hunter2-2/+5
2019-03-23perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter1-1/+0
2019-03-23bcache: never writeback a discard operationDaniel Axtens1-0/+3
2019-03-23PM / wakeup: Rework wakeup source timer cancellationViresh Kumar1-1/+7
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-23NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust1-1/+1
2019-03-23NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust1-1/+0
2019-03-23NFS: Fix I/O request leakagesTrond Myklebust1-5/+21