summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-12-10drm/drm_panel: no error when no callbackSam Ravnborg1-2/+14
2019-12-09rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior1-2/+2
2019-12-09rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan2-4/+4
2019-12-09list: Add hlist_unhashed_lockless()Eric Dumazet2-23/+33
2019-12-09rculist: Describe variadic macro argument in a Sphinx-compatible wayJonathan Neuschäfer1-2/+2
2019-12-09rcu: Enable tick for nohz_full CPUs slow to provide expedited QSPaul E. McKenney1-1/+4
2019-12-09rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver1-2/+2
2019-12-09soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.cRasmus Villemoes1-2/+2
2019-12-09soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.cRasmus Villemoes1-3/+3
2019-12-09soc: fsl: qe: make cpm_muram_free() return voidRasmus Villemoes1-3/+2
2019-12-09soc: fsl: qe: change return type of cpm_muram_alloc() to s32Rasmus Villemoes1-8/+8
2019-12-09soc/fsl/qe/qe.h: update include path for cpm.hRasmus Villemoes1-1/+1
2019-12-09soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fslRasmus Villemoes1-0/+171
2019-12-09soc: fsl: qe: merge qe_ic.h headers into qe_ic.cRasmus Villemoes1-56/+0
2019-12-09soc: fsl: qe: make qe_ic_get_{low,high}_irq staticRasmus Villemoes1-10/+0
2019-12-09soc: fsl: qe: remove unused qe_ic_set_* functionsRasmus Villemoes1-4/+0
2019-12-09soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.cRasmus Villemoes1-42/+0
2019-12-09soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes1-7/+0
2019-12-09soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xxRasmus Villemoes1-20/+4
2019-12-09soc: fsl: qe: introduce qe_io{read,write}* wrappersRasmus Villemoes1-9/+25
2019-12-09soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpersRasmus Villemoes1-9/+9
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds1-2/+1
2019-12-09ASoC: SOF: nocodec: Amend arguments for sof_nocodec_setup()Ranjani Sridharan1-3/+0
2019-12-09ASoC: SOF: Remove unused drv_name in sof_pdataDaniel Baluta1-1/+0
2019-12-09ASoC: SOF: remove nocodec_fw_filenameRanjani Sridharan1-1/+0
2019-12-09ASoC: SOF: Introduce default_fw_filename member in sof_dev_descRanjani Sridharan1-0/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya9-16/+16
2019-12-09net/x25: add new state X25_STATE_5Martin Schiller1-1/+2
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet1-1/+0
2019-12-09netfilter: uapi: Avoid undefined left-shift in xt_sctp.hPhil Sutter1-3/+3
2019-12-09moduleparam: fix kerneldocFabien Dessenne1-5/+77
2019-12-09drm/bridge: Clarify the atomic enable/disable hooks semanticsBoris Brezillon1-4/+4
2019-12-09drm/bridge: Add the drm_bridge_get_prev_bridge() helperBoris Brezillon1-0/+16
2019-12-09drm/bridge: Add the drm_for_each_bridge_in_chain() helperBoris Brezillon1-0/+11
2019-12-09drm/bridge: Make the bridge chain a double-linked listBoris Brezillon2-5/+14
2019-12-09drm: Stop accessing encoder->bridge directlyBoris Brezillon1-0/+15
2019-12-09drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon1-0/+13
2019-12-09drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon1-30/+34
2019-12-09xfrm: add espintcp (RFC 8229)Sabrina Dubroca3-0/+41
2019-12-09xfrm: introduce xfrm_trans_queue_netSabrina Dubroca1-0/+3
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca1-3/+8
2019-12-09PM / devfreq: Use PM QoS for sysfs min/max_freqLeonard Crestez1-4/+5
2019-12-09PM / devfreq: Add PM QoS supportLeonard Crestez1-0/+5
2019-12-09net: WireGuard secure network tunnelJason A. Donenfeld1-0/+196
2019-12-09fs: Delete timespec64_trunc()Deepa Dinamani1-1/+0
2019-12-09namei: LOOKUP_IN_ROOT: chroot-like scoped resolutionAleksa Sarai1-1/+2
2019-12-09namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolutionAleksa Sarai1-0/+4
2019-12-09namei: LOOKUP_NO_XDEV: block mountpoint crossingAleksa Sarai1-0/+1
2019-12-09namei: LOOKUP_NO_MAGICLINKS: block magic-link resolutionAleksa Sarai1-0/+1
2019-12-09namei: LOOKUP_NO_SYMLINKS: block symlink resolutionAleksa Sarai1-0/+3