summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-06-268-106/+256
|\
| * dm cache policy smq: fix "default" version to be 1.4.0Mike Snitzer2015-06-261-1/+1
| * dm: bump the ioctl version to 4.32.0Mike Snitzer2015-06-261-2/+2
| * Revert "block, dm: don't copy bios for request clones"Mike Snitzer2015-06-266-73/+230
| * Revert "dm: do not allocate any mempools for blk-mq request-based DM"Mike Snitzer2015-06-262-40/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-267-182/+256
|\ \
| * | crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] filesAlexander Kuleshov2015-06-251-0/+1
| * | crypto: asymmetric_keys/rsa - Use non-conflicting variable nameGuenter Roeck2015-06-251-2/+2
| * | crypto: testmgr - don't print info about missing test for gcm-aes-aesniTadeusz Struk2015-06-251-0/+4
| * | crypto: jitterentropy - Delete unnecessary checks before the function call "k...Markus Elfring2015-06-251-4/+2
| * | crypto: akcipher - fix spelling cihper -> cipherTadeusz Struk2015-06-251-1/+1
| * | crypto: jitterentropy - avoid compiler warningsStephan Mueller2015-06-253-177/+248
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-2683-1361/+1889
|\ \ \
| * | | ARM: Fix build if CLKDEV_LOOKUP is not configuredGuenter Roeck2015-06-241-1/+1
| * | | ARM: fix new BSYM() usage introduced via for-arm-soc branchRussell King2015-06-121-1/+1
| * | | Merge branch 'for-arm-soc' into for-nextRussell King2015-06-1247-160/+49
| |\ \ \
| * \ \ \ Merge branch 'devel-stable' into for-nextRussell King2015-06-1215-855/+730
| |\ \ \ \
| | * \ \ \ Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2015-06-0610-549/+527
| | |\ \ \ \
| | | * | | | arm: perf: unify perf_event{,_cpu}.cMark Rutland2015-05-283-364/+341
| | | * | | | arm: perf: factor out armv7 pmu driverMark Rutland2015-05-283-94/+39
| | | * | | | arm: perf: factor out armv6 pmu driverMark Rutland2015-05-283-23/+38
| | | * | | | arm: perf: factor out xscale pmu driverMark Rutland2015-05-283-10/+28
| | | * | | | arm: perf: share arm_pmu_device_probeMark Rutland2015-05-282-6/+18
| | | * | | | arm: perf: kill off unused pm callbacksMark Rutland2015-05-283-52/+1
| | | * | | | arm: perf: remove singleton PMU restrictionMark Rutland2015-05-271-15/+12
| | | * | | | arm: perf: probe number of counters on affine CPUsMark Rutland2015-05-271-25/+23
| | | * | | | arm: perf: filter unschedulable eventsMark Rutland2015-05-271-0/+13
| | | * | | | arm: perf: treat PMUs as CPU affineMark Rutland2015-05-273-3/+38
| | | * | | | arm: perf: make of_pmu_irq_cfg take arm_pmuMark Rutland2015-05-271-3/+4
| | | * | | | Merge branch 'perf/core' into perf/updatesWill Deacon2015-05-272-1/+12
| | | |\ \ \ \
| | | | * | | | perf: allow for PMU-specific event filteringMark Rutland2015-05-272-1/+12
| | | * | | | | arm: perf: Fix callchain parse error with kernel tracepoint eventsHou Pengyang2015-05-271-0/+7
| | | |/ / / /
| | * | | | | ARM: 8370/1: hisi: fix hip04 build without HOTPLUG_CPUArnd Bergmann2015-05-281-0/+4
| | * | | | | ARM: MCPM: remove residency argument from mcpm_cpu_suspend()Nicolas Pitre2015-05-064-25/+8
| | * | | | | ARM: MCPM: add references to the available documentation in the codeNicolas Pitre2015-05-061-0/+5
| | * | | | | ARM: MCPM: make internal helpers private to the core codeNicolas Pitre2015-05-062-143/+138
| | * | | | | ARM: MCPM: remove backward compatibility codeNicolas Pitre2015-05-062-46/+5
| | * | | | | ARM: hisi/hip04: remove the MCPM overheadNicolas Pitre2015-05-061-85/+42
| | |/ / / /
| * | | | | ARM: 8383/1: nommu: avoid deprecated source register on movStefan Agner2015-06-121-13/+8
| * | | | | Merge branch 'bsym' into for-nextRussell King2015-06-1214-29/+42
| |\ \ \ \ \
| | * | | | | ARM: replace BSYM() with badr assembly macroRussell King2015-05-0813-28/+41
| | * | | | | ARM: kvm: fix a bad BSYM() usageRussell King2015-05-081-1/+1
| | |/ / / /
| * | | | | Merge branch 'sa1100' into for-nextRussell King2015-06-126-44/+111
| |\ \ \ \ \
| | * | | | | ARM: 8368/1: sa1100: move irq driver to drivers/irqchip/Dmitry Eremin-Solenikov2015-05-283-3/+2
| | * | | | | ARM: 8367/1: sa1100: prepare for moving irq driver to drivers/irqchipDmitry Eremin-Solenikov2015-05-283-15/+36
| | * | | | | ARM: 8363/1: sa1100: use ioremapped memory to access SC registersDmitry Eremin-Solenikov2015-05-181-18/+34
| | * | | | | ARM: 8362/1: sa1100: use sa11x0_sc_set_wake() in irq driverDmitry Eremin-Solenikov2015-05-181-11/+3
| | * | | | | ARM: 8361/1: sa1100: add platform functions to handle PWER settingsDmitry Eremin-Solenikov2015-05-182-0/+39
| | |/ / / /
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King2015-06-1274-531/+1102
| |\ \ \ \ \ \ \ \
| | | | | * | | | | ARM: 8388/1: tcm: Don't crash when TCM banks are protected by TrustZoneMichael van der Westhuizen2015-06-061-3/+101