aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-30MAINTAINERS: Remove unused Qualcomm SoC mailing listAndy Gross1-1/+0
2018-11-30ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer valueLorenzo Pieralisi1-1/+1
2018-11-30block: fix single range discard mergeMing Lei1-1/+1
2018-11-30stackleak: Disable function tracing and kprobes for stackleak_erase()Alexander Popov1-1/+3
2018-11-30nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa1-0/+2
2018-11-30nvme: flush namespace scanning work just before removing namespacesSagi Grimberg1-1/+3
2018-11-30nvme: warn when finding multi-port subsystems without multipathing enabledChristoph Hellwig1-0/+3
2018-11-30fscache, cachefiles: remove redundant variable 'cache'Colin Ian King1-3/+0
2018-11-30cachefiles: avoid deprecated get_seconds()Arnd Bergmann1-1/+1
2018-11-30cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor1-2/+4
2018-11-30fscache: fix race between enablement and dropping of objectNeilBrown1-0/+3
2018-11-30fs: fix lost error code in dio_completeMaximilian Heyne1-2/+2
2018-11-29tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)4-3/+62
2018-11-29tracepoint: Use __idx instead of idx in DO_TRACE macro to make it uniqueZenghui Yu1-3/+3
2018-11-29afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells1-3/+1
2018-11-29afs: Fix missing net error handlingDavid Howells6-113/+135
2018-11-29afs: Fix validation/callback interactionDavid Howells1-6/+12
2018-11-29RDMA/mlx5: Initialize return variable in case pagefault was skippedLeon Romanovsky1-0/+1
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook2-10/+10
2018-11-29pvcalls-front: fixes incorrect error handlingPan Bian1-2/+2
2018-11-29Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin4-141/+13
2018-11-29xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli1-0/+1
2018-11-29xen/x86: add diagnostic printout to xen_mc_flush() in case of errorJuergen Gross1-15/+20
2018-11-29arm64: ftrace: Fix to enable syscall events on arm64Masami Hiramatsu1-0/+13
2018-11-29arm64: Add workaround for Cortex-A76 erratum 1286807Catalin Marinas4-5/+45
2018-11-29selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAINPaul Moore1-1/+12
2018-11-29dmaengine: at_hdmac: fix module unloadingRichard Genoud1-0/+2
2018-11-29dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Richard Genoud1-1/+7
2018-11-29drm/ast: fixed reading monitor EDID not stable issueY.C. Chen1-6/+30
2018-11-29drm/ast: Fix incorrect free on ioregsSam Bobroff1-1/+2
2018-11-28Revert "drm/dp_mst: Skip validating ports during destruction, just ref"Lyude Paul1-13/+2
2018-11-28drm/amdgpu: Add delay after enable RLC ucodeshaoyunl1-3/+4
2018-11-28drm/amdgpu: Avoid endless loop in GPUVM fragment processingFelix Kuehling1-2/+4
2018-11-28drm/amdgpu: Cast to uint64_t before left shiftFelix Kuehling1-4/+4
2018-11-28s390/qeth: fix length check in SNMP processingJulian Wiedmann1-15/+12
2018-11-28net: hisilicon: remove unexpected free_netdevPan Bian1-3/+1
2018-11-28rapidio/rionet: do not free skb before reading its lengthPan Bian1-1/+1
2018-11-28i40e: fix kerneldoc for xsk methodsJan Sokolowski1-7/+7
2018-11-28ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-11-28i40e: Fix deletion of MAC filtersLihong Yang1-1/+1
2018-11-28igb: fix uninitialized variablesYunjian Wang1-0/+1
2018-11-28cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri1-0/+6
2018-11-28mtd: nand: Fix memory allocation in nanddev_bbt_init()Frieder Schrempf1-1/+2
2018-11-28fscache: Fix race in fscache_op_complete() due to split atomic_sub & readkiran.modukuri1-2/+1
2018-11-28cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells1-1/+2
2018-11-28x86/speculation: Provide IBPB always command line optionsThomas Gleixner2-11/+35
2018-11-28x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner3-2/+25
2018-11-28x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner2-10/+38
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner7-0/+93
2018-11-28x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner1-21/+25