aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-05ASoC: rsnd: rsnd_get_dalign() needs to care SSIU, not SSIKuninori Morimoto2-3/+4
2016-11-22ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMUKuninori Morimoto2-6/+82
2016-11-22ASoC: rsnd: Request/Release DMA channel each timeKuninori Morimoto1-77/+107
2016-10-28ASoC: rsnd: use BRGCKR instead of SSICKRKuninori Morimoto3-6/+6
2016-10-27ASoC: rsnd: enable SRC sync even FIN = FOUTKuninori Morimoto1-2/+5
2016-10-26ASoC: rsnd: clear SSI_SYS_STATUSx every timeKuninori Morimoto3-0/+36
2016-10-26ASoC: rsnd: fixup SCU_SYS_STATUSx accessKuninori Morimoto1-2/+2
2016-10-26ASoC: rsnd: rsnd_reg cleanup for SSIUKuninori Morimoto1-11/+13
2016-10-26ASoC: rsnd: remove "Gen2 only" commentKuninori Morimoto1-31/+31
2016-10-26ASoC: rsnd: enable COMPILE_TESTKuninori Morimoto1-2/+2
2016-10-26ASoC: rsnd: depends on OFKuninori Morimoto1-0/+1
2016-10-25ASoC: rsnd: add nolock_start/stop callbackKuninori Morimoto2-1/+40
2016-10-25ASoC: rsnd: don't call unneeded of_node_put() on dma.cKuninori Morimoto1-6/+4
2016-10-25ASoC: rsnd: remove rsnd_dma_detach()Kuninori Morimoto3-14/+0
2016-10-25ASoC: rsnd: don't use devm_request_irq() for SSIKuninori Morimoto1-8/+9
2016-10-25ASoC: rsnd: remove non DT support for DMAKuninori Morimoto4-19/+9
2016-10-24ASoC: rsnd: add rsnd_parse_of_node() and integrate rsnd_xxx_of_nodeKuninori Morimoto1-12/+18
2016-10-24ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_rdai_continuance_probe()Kuninori Morimoto1-2/+3
2016-10-24ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_dai_call()Kuninori Morimoto1-40/+43
2016-10-24ASoC: rsnd: add rsnd_mod_next() for for_each_rsnd_mod_xxx()Kuninori Morimoto2-0/+35
2016-10-24ASoC: rsnd: amend .probe/.remove call for DPCMKuninori Morimoto4-9/+27
2016-10-24ASoC: rsnd: remove duplicate define of rsnd_dvc_of_node()Kuninori Morimoto1-2/+0
2016-10-15Linux 4.9-rc1Linus Torvalds1-2/+2
2016-10-14score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2016-10-14fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov1-12/+25
2016-10-14fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-10-14overlayfs: Fix setting IOP_XATTR flagVivek Goyal1-5/+6
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum2-0/+51
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French1-0/+123
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French4-1/+11
2016-10-14qedr: Add events support and register IB deviceRam Amrani3-2/+158
2016-10-14qedr: Add GSI supportRam Amrani7-1/+706
2016-10-14qedr: Add LL2 RoCE interfaceRam Amrani2-2/+34
2016-10-14qedr: Add support for data pathRam Amrani5-1/+1614
2016-10-14qedr: Add support for memory registeration verbsRam Amrani4-1/+425
2016-10-14qedr: Add support for QP verbsRam Amrani7-1/+1320
2016-10-14qedr: Add support for PD,PKEY and CQ verbsRam Amrani6-1/+777
2016-10-14qedr: Add support for user context verbsRam Amrani6-1/+622
2016-10-14qedr: Add support for RoCE HW initRam Amrani4-2/+691
2016-10-14qedr: Add RoCE driver frameworkRam Amrani8-11/+331
2016-10-14pkeys: Remove easily triggered WARNDave Jones1-1/+0
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle5-6/+28
2016-10-14ovl: use vfs_get_link()Miklos Szeredi2-49/+7
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi2-0/+26
2016-10-14ovl: use generic_readlinkMiklos Szeredi1-20/+1
2016-10-14ovl: explain error values when removing acl from workdirMiklos Szeredi1-0/+13
2016-10-13CIFS: Reset read oplock to NONE if we have mandatory locks after reopenPavel Shilovsky1-0/+9
2016-10-13CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky2-5/+18
2016-10-13SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu1-199/+162
2016-10-13SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu1-46/+230