summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-20Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar26-81/+278
2015-06-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-4/+4
2015-06-20perf tools: Configurable per thread proc map processing time outKan Liang17-31/+87
2015-06-20perf tools: Add time out to force stop proc map processingKan Liang4-0/+34
2015-06-20perf report: Fix sort__sym_cmp to also compare end of symbolYannick Brosseau1-5/+3
2015-06-20perf hists browser: React to unassigned hotkey pressingArnaldo Carvalho de Melo1-3/+4
2015-06-20perf top: Tell the user how to unfreeze events after pressing 'f'Arnaldo Carvalho de Melo1-1/+7
2015-06-19perf hists browser: Honour the help line provided by builtin-{top,report}.cArnaldo Carvalho de Melo1-4/+3
2015-06-19perf hists browser: Do not exit when 'f' is pressed in 'report' modeArnaldo Carvalho de Melo1-0/+3
2015-06-19perf top: Replace CTRL+z with 'f' as hotkey for enable/disable eventsArnaldo Carvalho de Melo2-3/+3
2015-06-19perf tools: Fix build breakage if prefix= is specifiedLukas Wunner1-4/+4
2015-06-19perf annotate: Rename source_line_percent to source_line_samplesArnaldo Carvalho de Melo2-16/+16
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška4-23/+70
2015-06-19perf tools: Ensure thread-stack is flushedAdrian Hunter5-5/+58
2015-06-19Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-8/+16
2015-06-19Merge tag 'sound-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds4-2/+45
2015-06-19Merge branch 'ccf/atmel-fixes-for-4.1' of https://github.com/bbrezillon/linux...Michael Turquette4-8/+16
2015-06-19crypto: marvell/cesa - add DT bindings documentationBoris BREZILLON1-0/+45
2015-06-19crypto: marvell/cesa - add support for Kirkwood and Dove SoCsArnaud Ebalard1-1/+12
2015-06-19crypto: marvell/cesa - add support for Orion SoCsBoris BREZILLON1-7/+35
2015-06-19crypto: marvell/cesa - add allhwsupport module parameterBoris BREZILLON1-0/+4
2015-06-19crypto: marvell/cesa - add support for all armada SoCsBoris BREZILLON1-0/+12
2015-06-19crypto: marvell/cesa - add SHA256 supportArnaud Ebalard3-0/+163
2015-06-19crypto: marvell/cesa - add MD5 supportArnaud Ebalard3-2/+174
2015-06-19crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard3-0/+151
2015-06-19crypto: marvell/cesa - add DES supportBoris BREZILLON3-0/+154
2015-06-19crypto: marvell/cesa - add TDMA supportBoris BREZILLON7-16/+1101
2015-06-19crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON7-0/+2040
2015-06-19crypto: mv_cesa - explicitly define kirkwood and dove compatible stringsBoris BREZILLON2-2/+7
2015-06-19crypto: mv_cesa - use gen_pool to reserve the SRAM memory regionBoris BREZILLON3-23/+60
2015-06-19crypto: mv_cesa - document the clocks propertyBoris BREZILLON1-0/+2
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu4373-96023/+172587
2015-06-19x86/boot: Fix overflow warning with 32-bit binutilsBorislav Petkov1-3/+10
2015-06-19clk: at91: fix h32mx prototype inclusion in pmc headerNicolas Ferre1-1/+1
2015-06-19clk: at91: trivial: typo in peripheral clock descriptionNicolas Ferre1-1/+1
2015-06-19timer: Minimize nohz off overheadThomas Gleixner5-8/+19
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner12-60/+133
2015-06-19timer: Stats: Simplify the flags handlingThomas Gleixner3-14/+8
2015-06-19timer: Replace timer base by a cpu indexThomas Gleixner3-120/+58
2015-06-19timer: Use hlist for the timer wheel hash bucketsThomas Gleixner2-40/+30
2015-06-19timer: Remove FIFO "guarantee"Thomas Gleixner1-4/+2
2015-06-19timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner1-24/+16
2015-06-19clk: at91: fix PERIPHERAL_MAX_SHIFT definitionBoris Brezillon1-4/+4
2015-06-19clk: at91: pll: fix input range validity checkBoris Brezillon1-2/+10
2015-06-19sched/deadline: Remove needless parameter in dl_runtime_exceeded()Zhiqiang Zhang1-2/+2
2015-06-19sched: Remove superfluous resetting of the p->dl_throttled flagWanpeng Li1-1/+0
2015-06-19sched/deadline: Drop duplicate init_sched_dl_class() declarationWanpeng Li1-1/+0
2015-06-19sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...Wanpeng Li1-1/+14
2015-06-19sched/deadline: Make init_sched_dl_class() __initWanpeng Li1-1/+1
2015-06-19sched/deadline: Optimize pull_dl_task()Wanpeng Li1-1/+27