summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-25apparmorfs: fix use-after-free on symlink traversalAl Viro1-4/+9
2019-05-25securityfs: fix use-after-free on symlink traversalAl Viro1-4/+9
2019-05-25power: supply: cpcap-battery: Fix division by zeroTony Lindgren1-0/+3
2019-05-25clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0)Jernej Skrabec1-5/+13
2019-05-25xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert1-11/+13
2019-05-25xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi3-5/+17
2019-05-25esp4: add length check for UDP encapsulationSabrina Dubroca1-5/+15
2019-05-25xfrm: clean up xfrm protocol checksCong Wang5-16/+23
2019-05-25vti4: ipip tunnel deregistration fixes.Jeremy Sowden1-2/+3
2019-05-25xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun1-0/+4
2019-05-25xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing1-1/+1
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 integrity: correctly calculate the size of metadata areaMikulas Patocka1-2/+2
2019-05-25dm delay: fix a crash when invalid device is specifiedMikulas Patocka1-1/+2
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: 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-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: 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
2019-05-25x86_64: Allow breakpoints to emulate call instructionsPeter Zijlstra1-0/+28
2019-05-25x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf1-2/+16
2019-05-25ceph: flush dirty inodes before proceeding with remountJeff Layton1-0/+7
2019-05-25iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114Dmitry Osipenko1-7/+18
2019-05-25ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein3-7/+6
2019-05-25fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo1-0/+7
2019-05-25fuse: fix writepages on 32bitMiklos Szeredi1-1/+1
2019-05-25udlfb: introduce a rendering mutexMikulas Patocka2-11/+31
2019-05-25udlfb: fix sleeping inside spinlockMikulas Patocka2-3/+59