aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/ld-version.sh (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-11dt-bindings: Fix more incorrect 'reg' property sizes in examplesRob Herring10-13/+13
2020-06-11dt-bindings: phy: qcom: Fix missing 'ranges' and example addressesRob Herring2-25/+33
2020-06-11dt-bindings: Remove more cases of 'allOf' containing a '$ref'Rob Herring33-316/+224
2020-06-11NFS: Fix direct WRITE throughput regressionChuck Lever1-0/+2
2020-06-11SUNRPC: rpc_xprt lifetime events should record xprt->stateChuck Lever1-1/+29
2020-06-11xprtrdma: Make xprt_rdma_slot_table_entries staticZou Wei1-1/+1
2020-06-11nfs: set invalid blocks after NFSv4 writesZheng Bin2-3/+12
2020-06-11NFS: remove redundant initialization of variable resultColin Ian King1-1/+1
2020-06-11sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by sysfsXiongfeng Wang1-1/+1
2020-06-11NFS: Add a tracepoint in nfs_set_pgio_error()Chuck Lever2-0/+46
2020-06-11NFS: Trace short NFS READsChuck Lever2-0/+49
2020-06-11NFS: nfs_xdr_status should record the procedure nameChuck Lever1-2/+13
2020-06-11SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever1-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever2-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever1-2/+2
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever2-24/+126
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever5-23/+46
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever4-52/+71
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever2-0/+29
2020-06-11SUNRPC: Update the RPC_SHOW_SOCKET() macroChuck Lever1-3/+3
2020-06-11SUNRPC: Update the rpc_show_task_flags() macroChuck Lever1-1/+7
2020-06-11SUNRPC: Trace GSS context lifetimesChuck Lever3-8/+58
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever4-18/+69
2020-06-11drm/ast: fix missing break in switch statement for format->cpp[0] case 4Colin Ian King1-0/+1
2020-06-10mailbox: qcom: Add ipq6018 apcs compatibleSivaprakash Murugesan1-0/+5
2020-06-10mailbox: qcom: Add clock driver name in apcs mailbox driver dataSivaprakash Murugesan1-18/+38
2020-06-10arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton1-1/+1
2020-06-10proc: s_fs_info may be NULL when proc_kill_sb is calledAlexey Gladkov1-4/+6
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig1-0/+4
2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig1-1/+1
2020-06-10Documentation/CodingStyle: Fix duplicate "are" typoGeert Uytterhoeven1-1/+1
2020-06-10arch/sparc/mm/srmmu.c: fix buildAndrew Morton1-10/+0
2020-06-10drm/sun4i: hdmi ddc clk: Fix size of m dividerJernej Skrabec2-2/+2
2020-06-09clk: mediatek: Remove ifr{0,1}_cfg_regs structuresStephen Boyd1-30/+0
2020-06-09clk: baikal-t1: remove redundant assignment to variable 'divider'Colin Ian King1-1/+1
2020-06-09clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"Colin Ian King1-1/+1
2020-06-09dt-bindings: clock: Add a missing include to MMP Audio Clock bindingLubomir Rintel1-0/+1
2020-06-09Input: adi - work around module name confictArnd Bergmann1-0/+1
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds1-7/+7
2020-06-09afs: Make afs_zap_data() staticDavid Howells2-2/+1
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells1-2/+0
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells2-2/+2
2020-06-09uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov1-4/+12
2020-06-09include/linux/cache.h: expand documentation over __read_mostlyLuis Chamberlain1-2/+8
2020-06-09maccess: return -ERANGE when probe_kernel_read() failsChristoph Hellwig1-7/+9
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig1-0/+16
2020-06-09maccess: allow architectures to provide kernel probing directlyChristoph Hellwig1-0/+76
2020-06-09maccess: move user access routines togetherChristoph Hellwig1-56/+56
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig8-54/+19
2020-06-09maccess: remove strncpy_from_unsafeChristoph Hellwig2-39/+1