summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-17dax: Check page->mapping isn't NULLMatthew Wilcox1-1/+1
2018-12-17flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan1-2/+4
2018-12-17ocfs2: fix potential use after freePan Bian1-1/+1
2018-12-17initramfs: clean old path before creating a hardlinkLi Zhijian1-10/+12
2018-12-17kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notraceAnders Roxell1-2/+2
2018-12-17proc: fixup map_files test on armAlexey Dobriyan1-2/+7
2018-12-17debugobjects: avoid recursive calls with kmemleakQian Cai1-3/+2
2018-12-17hfsplus: do not free node before usingPan Bian1-1/+2
2018-12-17hfs: do not free node before usingPan Bian1-1/+2
2018-12-17mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang1-1/+3
2018-12-17ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen1-21/+26
2018-12-17ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer valueLorenzo Pieralisi1-1/+1
2018-12-17nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa1-0/+2
2018-12-17nvme: flush namespace scanning work just before removing namespacesSagi Grimberg1-1/+3
2018-12-17nvme: warn when finding multi-port subsystems without multipathing enabledChristoph Hellwig1-0/+3
2018-12-17fscache, cachefiles: remove redundant variable 'cache'Colin Ian King1-3/+0
2018-12-17cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor1-2/+4
2018-12-17fscache: fix race between enablement and dropping of objectNeilBrown1-0/+3
2018-12-17afs: Fix validation/callback interactionDavid Howells1-6/+12
2018-12-17pstore/ram: Correctly calculate usable PRZ bytesKees Cook2-10/+10
2018-12-17pvcalls-front: fixes incorrect error handlingPan Bian1-2/+2
2018-12-17Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin4-141/+13
2018-12-17xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli1-0/+1
2018-12-17drm/ast: fixed reading monitor EDID not stable issueY.C. Chen1-6/+30
2018-12-17drm/amdgpu: Add delay after enable RLC ucodeshaoyunl1-3/+4
2018-12-17net: hisilicon: remove unexpected free_netdevPan Bian1-3/+1
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-12-17igb: fix uninitialized variablesYunjian Wang1-0/+1
2018-12-17cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri1-0/+6
2018-12-17fscache: Fix race in fscache_op_complete() due to split atomic_sub & readkiran.modukuri1-2/+1
2018-12-17cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells1-1/+2
2018-12-17ALSA: usb-audio: Add vendor and product name for Dell WD19 DockHui Wang1-0/+10
2018-12-17netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo1-11/+4
2018-12-17usb: gadget: u_ether: fix unsafe list iterationMarek Szyprowski1-5/+6
2018-12-17net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi1-0/+3
2018-12-17x86/kvm/vmx: fix old-style function declarationYi Wang1-4/+4
2018-12-17KVM: x86: fix empty-body warningsYi Wang1-1/+1
2018-12-17KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changesLiran Alon1-5/+16
2018-12-17netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo1-5/+2
2018-12-17netfilter: nat: fix double register in masquerade modulesTaehee Yoo2-14/+32
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo9-22/+63
2018-12-17IB/mlx5: Fix page fault handling for MWArtemy Kovalyov1-0/+1
2018-12-17netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac1-1/+2
2018-12-17drm/meson: add support for 1080p25 modeChristian Hewitt1-0/+1
2018-12-17thunderbolt: Prevent root port runtime suspend during NVM upgradeMika Westerberg1-2/+38
2018-12-17USB: omap_udc: fix rejection of out transfers when DMA is usedAaro Koskinen1-0/+1
2018-12-17USB: omap_udc: fix USB gadget functionality on Palm Tungsten EAaro Koskinen1-0/+1
2018-12-17USB: omap_udc: fix omap_udc_start() on 15xx machinesAaro Koskinen1-1/+2
2018-12-17USB: omap_udc: fix crashes on probe error and module removalAaro Koskinen1-31/+19
2018-12-17USB: omap_udc: use devm_request_irq()Aaro Koskinen1-27/+10