summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-25Linux 5.1.5v5.1.5Greg Kroah-Hartman1-1/+1
2019-05-25fbdev: sm712fb: fix memory frequency by avoiding a switch/case fallthroughYifeng Li1-0/+1
2019-05-25ARM: dts: imx6q-logicpd: Reduce inrush current on startAdam Ford1-0/+1
2019-05-25ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1Adam Ford1-0/+1
2019-05-25btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespanQu Wenruo1-7/+5
2019-05-25y2038: Make CONFIG_64BIT_TIME unconditionalArnd Bergmann1-1/+1
2019-05-25bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann1-5/+18
2019-05-25bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann2-1/+5
2019-05-25bpf: relax inode permission check for retrieving bpf programChenbo Feng1-1/+1
2019-05-25driver core: Postpone DMA tear-down until after devres release for probe failureJohn Garry1-3/+2
2019-05-25dmaengine: imx-sdma: Only check ratio on parts that support 1:1Angus Ainslie (Purism)1-1/+14
2019-05-25md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon1-1/+9
2019-05-25Revert "Don't jump to compute_result state from check_result state"Song Liu1-4/+15
2019-05-25dm: make sure to obey max_io_len_target_boundaryMichael Lass1-1/+3
2019-05-25fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2-1/+5
2019-05-25dm mpath: always free attached_handler_name in parse_path()Martin Wilck1-1/+1
2019-05-25dm ioctl: fix hang in early create error conditionHelen Koike1-1/+5
2019-05-25dm integrity: correctly calculate the size of metadata areaMikulas Patocka1-2/+2
2019-05-25dm crypt: move detailed message into debug levelMilan Broz1-4/+5
2019-05-25dm delay: fix a crash when invalid device is specifiedMikulas Patocka1-1/+2
2019-05-25dm init: fix max devices/targets checksHelen Koike1-4/+4
2019-05-25dm zoned: Fix zone report handlingDamien Le Moal1-0/+5
2019-05-25dm cache metadata: Fix loading discard bitsetNikos Tsironis1-1/+8
2019-05-25PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje3-0/+28
2019-05-25PCI: Factor out pcie_retrain_link() functionStefan Mätje1-16/+24
2019-05-25PCI: rcar: Add the initialization of PCIe link in resume_noirq()Kazufumi Ikeda1-0/+21
2019-05-25PCI/AER: Change pci_aer_init() stub to return voidJisheng Zhang1-1/+1
2019-05-25PCI: Init PCIe feature bits for managed host bridge allocJean-Philippe Brucker1-9/+14
2019-05-25PCI: Reset Lenovo ThinkPad P50 nvgpu at boot if necessaryLyude Paul1-0/+58
2019-05-25PCI: Mark Atheros AR9462 to avoid bus resetJames Prestwood1-0/+1
2019-05-25PCI: Mark AMD Stoney Radeon R7 GPU ATS as brokenNikolai Kostrigin1-0/+1
2019-05-25fbdev: sm712fb: fix crashes and garbled display during DPMS modesettingYifeng Li1-26/+38
2019-05-25fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled displayYifeng Li2-16/+44
2019-05-25fbdev: sm712fb: fix support for 1024x768-16 modeYifeng Li1-0/+59
2019-05-25fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAMYifeng Li2-9/+44
2019-05-25fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGAYifeng Li1-1/+5
2019-05-25fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3FYifeng Li1-1/+5
2019-05-25fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75Yifeng Li1-1/+3
2019-05-25fbdev: sm712fb: fix brightness control on reboot, don't set SR30Yifeng Li1-2/+2
2019-05-25fbdev/efifb: Ignore framebuffer memmap entries that lack any memory typesArd Biesheuvel1-2/+6
2019-05-25x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen8-25/+25
2019-05-25objtool: Allow AR to be overridden with HOSTARNathan Chancellor1-1/+2
2019-05-25MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabledFlorian Fainelli1-18/+3
2019-05-25perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter1-1/+4
2019-05-25perf intel-pt: Fix improved sample timestampAdrian Hunter1-3/+10
2019-05-25perf intel-pt: Fix instructions sampling rateAdrian Hunter1-3/+10
2019-05-25memory: tegra: Fix integer overflow on tick value calculationDmitry Osipenko1-1/+1
2019-05-25tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu1-6/+7
2019-05-25tracing: Fix partial reading of trace event's id fileElazar Leibovich1-3/+0
2019-05-25ftrace/x86_64: Emulate call function while updating in breakpoint handlerPeter Zijlstra1-5/+27