aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-27efi: cper: check section header more appropriatelyShuai Xue1-1/+1
2021-08-27efi: Don't use knowledge about efi_guid_t internalsAndy Shevchenko1-1/+1
2021-08-27efi: cper: fix scnprintf() use in cper_mem_err_location()Rasmus Villemoes1-6/+5
2021-08-27pd: fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2021-08-27io_uring: add task-refs-get helperPavel Begunkov1-11/+19
2021-08-27io_uring: fix failed linkchain code logicHao Xu1-14/+47
2021-08-27io_uring: remove redundant req_set_fail()Hao Xu1-1/+0
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells6-43/+55
2021-08-27fscache: Fix fscache_cookie_put() to not deref after decDavid Howells4-23/+15
2021-08-27fscache: Fix cookie key hashingDavid Howells3-13/+42
2021-08-27cachefiles: Change %p in format strings to something elseDavid Howells5-34/+28
2021-08-27fscache: Change %p in format strings to something elseDavid Howells3-14/+11
2021-08-27fscache: Remove the object list procfileDavid Howells8-443/+0
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells15-337/+0
2021-08-27fscache: Procfile to display cookiesDavid Howells4-0/+112
2021-08-27locking/rtmutex: Return success on deadlock for ww_mutex waitersPeter Zijlstra1-1/+14
2021-08-27locking/rtmutex: Prevent spurious EDEADLK return caused by ww_mutexesPeter Zijlstra1-0/+25
2021-08-27fscache: Add a cookie debug ID and use that in tracesDavid Howells6-108/+121
2021-08-27octeontx2-af: cn10K: support for sched lmtst and other featuresHarman Kalra4-16/+91
2021-08-27phy: marvell: phy-mvebu-a3700-comphy: Remove unsupported modesPali Rohár1-6/+0
2021-08-27phy: marvell: phy-mvebu-a3700-comphy: Rename HS-SGMMI to 2500Base-XPali Rohár1-5/+5
2021-08-27phy: marvell: phy-mvebu-cp110-comphy: Rename HS-SGMMI to 2500Base-XPali Rohár1-8/+8
2021-08-27Merge branch 'hns3-cleanups'David S. Miller9-162/+151
2021-08-27net: hns3: uniform type of function parameter cmdHao Chen1-3/+2
2021-08-27net: hns3: merge some repetitive macrosPeng Li6-63/+44
2021-08-27net: hns3: package new functions to simplify hclgevf_mbx_handler codePeng Li1-48/+55
2021-08-27net: hns3: remove redundant param to simplify codePeng Li1-3/+1
2021-08-27net: hns3: use memcpy to simplify codePeng Li1-7/+2
2021-08-27net: hns3: remove redundant param mbx_event_pendingPeng Li2-13/+0
2021-08-27net: hns3: add hns3_state_init() to do state initializationHuazhong Tan1-10/+19
2021-08-27net: hns3: add macros for mac speeds of firmware commandGuangbin Huang2-18/+31
2021-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller6-9/+122
2021-08-27Merge tag 'mlx5-updates-2021-08-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller15-236/+556
2021-08-27Merge branch 'mptcp-Optimize-received-options-handling'David S. Miller4-119/+112
2021-08-27mptcp: make the locking tx schema more readablePaolo Abeni1-3/+7
2021-08-27mptcp: optimize the input options processingPaolo Abeni1-34/+37
2021-08-27mptcp: consolidate in_opt sub-options fields in a bitmaskPaolo Abeni4-73/+63
2021-08-27mptcp: better binary layout for mptcp_options_receivedPaolo Abeni2-15/+13
2021-08-27mptcp: do not set unconditionally csum_reqd on incoming optPaolo Abeni1-3/+1
2021-08-27Merge tag 'mlx5-fixes-2021-08-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller8-4/+34
2021-08-27MAINTAINERS: Add dri-devel for component.[hc]Daniel Vetter1-0/+5
2021-08-27net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne2-1/+9
2021-08-27staging: r8188eu: remove unneeded variableJing Yangyang1-6/+3
2021-08-27staging: r8188eu: remove unneeded conversions to boolJing Yangyang1-5/+5
2021-08-27crypto: sha512 - remove imaginary and mystifying clearing of variablesLukas Bulwahn1-3/+0
2021-08-27crypto: aesni - xts_crypt() return if walk.nbytes is 0Shreyansh Chouhan1-1/+1
2021-08-27padata: Remove repeated verbose license textCai Huoqing1-13/+0
2021-08-27crypto: ccp - Add support for new CCP/PSP device IDJohn Allen1-0/+7
2021-08-27crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang4-0/+691
2021-08-27crypto: x86/sm4 - export reusable AESNI/AVX functionsTianjia Zhang2-32/+84