summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds2016-03-219-228/+667
|\
| * drivers/perf: arm_pmu: avoid NULL dereference when not using devicetreeWill Deacon2016-03-211-4/+3
| * arm64: perf: Extend ARMV8_EVTYPE_MASK to include PMCR.LCWill Deacon2016-03-011-1/+1
| * arm-cci: remove unused variableWill Deacon2016-03-011-3/+0
| * arm-cci: don't return value from void functionWill Deacon2016-03-011-2/+2
| * arm-cci: make private functions staticWill Deacon2016-03-011-2/+2
| * arm-cci: CoreLink CCI-550 PMU driverSuzuki K Poulose2016-03-013-5/+90
| * arm-cci500: Rearrange PMU driver for code sharing with CCI-550 PMUSuzuki K Poulose2016-03-012-109/+113
| * arm-cci: CCI-500: Work around PMU counter writesSuzuki K Poulose2016-03-011-0/+66
| * arm-cci: Provide hook for writing to PMU countersSuzuki K Poulose2016-03-011-1/+10
| * arm-cci: Add helper to enable PMU without synchornising countersSuzuki K Poulose2016-03-011-5/+10
| * arm-cci: Add routines to save/restore all countersSuzuki K Poulose2016-03-011-0/+38
| * arm-cci: Get the status of a counterSuzuki K Poulose2016-03-011-0/+6
| * arm-cci: write_counter: Remove redundant checkSuzuki K Poulose2016-03-011-10/+3
| * arm-cci: Delay PMU counter writes to pmu::pmu_enableSuzuki K Poulose2016-03-011-5/+52
| * arm-cci: Refactor CCI PMU enable/disable methodsSuzuki K Poulose2016-03-011-10/+22
| * arm-cci: Group writes to counterSuzuki K Poulose2016-03-011-0/+15
| * arm-cci: fix handling cpumask_any_but return valueAndrzej Hajda2016-03-011-1/+1
| * arm-cci: simplify sysfs attr handlingMark Rutland2016-03-011-75/+25
| * drivers/perf: arm_pmu: implement CPU_PM notifierLorenzo Pieralisi2016-02-262-0/+96
| * arm64: dts: Add Cavium ThunderX specific PMUJan Glauber2016-02-182-0/+6
| * arm64: perf: Extend event mask for ARMv8.1Jan Glauber2016-02-181-2/+2
| * arm64: perf: Enable PMCR long cycle counter bitJan Glauber2016-02-181-5/+16
| * arm64/perf: Add Cavium ThunderX PMU supportJan Glauber2016-02-181-1/+68
| * arm64: perf: Rename Cortex A57 eventsJan Glauber2016-02-181-14/+14
| * drivers/perf: arm_pmu: make info messages more verboseDirk Behme2016-02-091-2/+4
| * ARM: perf: Set ARMv7 SDER SUNIDEN bitMartin Fuzzey2016-01-254-1/+32
* | Merge tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-03-2138-155/+201
|\ \
| * | ARCv2: ioremap: Support dynamic peripheral address spaceVineet Gupta2016-03-194-14/+25
| * | ARC: dma: reintroduce platform specific dma<->physVineet Gupta2016-03-193-5/+14
| * | ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta2016-03-195-35/+37
| * | ARC: dma: pass_phys() not sg_virt() to cache opsVineet Gupta2016-03-191-2/+2
| * | ARC: dma: non-coherent pages need V-P mapping if in HIGHMEMVineet Gupta2016-03-191-15/+32
| * | ARC: dma: Use struct page based page allocator helpersVineet Gupta2016-03-191-8/+17
| * | ARC: build: Turn off -Wmaybe-uninitialized for ARC gcc 4.8Vineet Gupta2016-03-181-1/+3
| * | ARC: [plat-axs10x] add Ethernet PHY description in .dtsAlexey Brodkin2016-03-171-0/+8
| * | arc: use of_platform_default_populate() to populate default busKefeng Wang2016-03-171-1/+1
| * | ARC: thp: unbork !CONFIG_TRANSPARENT_HUGEPAGE buildVineet Gupta2016-03-171-1/+6
| * | arc: [plat-nsimosci*] use ezchip network driverLada Trimasova2016-03-156-9/+10
| * | ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta2016-03-152-6/+1
| * | ARC: mm: Use virt_to_pfn() for addr >> PAGE_SHIFT patternVineet Gupta2016-03-122-17/+11
| * | ARC: [plat-nsim] document rangesVineet Gupta2016-03-121-1/+2
| * | ARC: build: Better way to detect ISA compatible toolchainVineet Gupta2016-03-122-6/+14
| * | ARCv2: Allow enabling PAE40 w/o HIGHMEMVineet Gupta2016-03-121-1/+0
| * | ARC: [BE] readl()/writel() to work in Big Endian CPU configurationLada Trimasova2016-03-121-5/+13
| * | ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILEVineet Gupta2016-03-1112-12/+0
| * | ARC: [BE] Select correct CROSS_COMPILE prefixVineet Gupta2016-03-111-0/+4
| * | ARC: bitops: Remove non relevant commentsVineet Gupta2016-03-111-15/+0
| * | ARC: Fix misspellings in comments.Adam Buchbinder2016-03-118-12/+12
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-03-2116-437/+471
|\ \ \