summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-1211-179/+385
|\
| * uprobes: Introduce arch_uprobe->ixolOleg Nesterov2013-11-062-1/+5
| * uprobes: Move function declarations out of archDavid A. Long2013-11-062-14/+0
| * perf/x86/intel: Add Ivy Bridge-EP uncore IRP box supportYan, Zheng2013-11-061-0/+73
| * perf/x86/intel/uncore: Add filter support for IvyBridge-EP QPI boxesYan, Zheng2013-11-061-10/+51
| * perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra2013-11-065-7/+7
| * Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar2013-11-0412-39/+55
| |\
| * | perf/x86: Further optimize copy_from_user_nmi()Peter Zijlstra2013-10-292-48/+36
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-2932-71/+168
| |\ \
| * | | perf/x86: Optimize intel_pmu_pebs_fixup_ip()Peter Zijlstra2013-10-161-14/+38
| * | | Merge tag 'v3.12-rc5' into perf/coreIngo Molnar2013-10-15127-424/+783
| |\ \ \
| * | | | perf/x86: Suppress duplicated abort LBR recordsAndi Kleen2013-10-043-8/+23
| * | | | perf/x86: Add Haswell specific transaction flag reportingAndi Kleen2013-10-041-4/+20
| * | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-041601-41063/+50297
| |\ \ \ \
| * | | | | perf/x86/intel: Fix build warning in intel_pmu_drain_pebs_nhm()Peter Zijlstra2013-09-201-1/+1
| * | | | | perf/x86/intel: Remove division from the intel_pmu_drain_pebs_nhm() hot pathPeter Zijlstra2013-09-201-5/+5
| * | | | | perf/x86/intel: Clean up EVENT_ATTR_STR() muckIngo Molnar2013-09-121-18/+17
| * | | | | perf/x86/intel: Clean-up/reduce PEBS codePeter Zijlstra2013-09-121-68/+26
| * | | | | perf/x86/intel: Clean up checkpoint-interrupt bitsPeter Zijlstra2013-09-122-9/+18
| * | | | | perf/x86/intel: Add Haswell TSX event aliasesAndi Kleen2013-09-121-0/+27
| * | | | | perf/x86: Report TSX transaction abort cost as weightAndi Kleen2013-09-121-13/+42
| * | | | | perf/x86/intel: Avoid checkpointed counters causing excessive TSX abortsAndi Kleen2013-09-121-0/+37
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-1214-202/+99
|\ \ \ \ \ \
| * | | | | | irqchip: bcm2835: Convert to use IRQCHIP_DECLARE macroAxel Lin2013-11-071-3/+2
| * | | | | | Merge branch 'irq/core-v6' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-10-0212-197/+96
| |\ \ \ \ \ \
| | * | | | | | powerpc: Tell about irq stack coverageFrederic Weisbecker2013-10-011-0/+1
| | * | | | | | x86: Tell about irq stack coverageFrederic Weisbecker2013-10-011-0/+1
| | * | | | | | irq: Optimize softirq stack selection in irq exitFrederic Weisbecker2013-10-011-0/+10
| | * | | | | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-019-197/+84
| * | | | | | | Merge tag 'v3.12-rc3' into irq/coreIngo Molnar2013-10-021778-44011/+54669
| |\| | | | | |
| * | | | | | | x86/irq: Correct comment about i8259 initializationYanchuan Nian2013-09-041-2/+1
* | | | | | | | Merge tag 'arc-v3.13-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-1128-181/+326
|\ \ \ \ \ \ \ \
| * | | | | | | | ARC: [plat-arcfpga] defconfig updateVineet Gupta2013-11-071-0/+3
| * | | | | | | | smp, ARC: kill SMP single function call interruptJiang Liu2013-11-071-6/+1
| * | | | | | | | ARC: [SMP] Disallow RTSCVineet Gupta2013-11-072-8/+5
| * | | | | | | | ARC: [SMP] Fix build failures for large NR_CPUSVineet Gupta2013-11-062-3/+21
| * | | | | | | | ARC: [SMP] enlarge possible NR_CPUSNoam Camus2013-11-061-2/+2
| * | | | | | | | ARC: [SMP] TLB flushVineet Gupta2013-11-064-3/+99
| * | | | | | | | ARC: [SMP] ASID allocationVineet Gupta2013-11-063-23/+37
| * | | | | | | | arc: export symbol for pm_power_off in reset.cChen Gang2013-11-061-0/+1
| * | | | | | | | arc: export symbol for save_stack_trace() in stacktrace.cChen Gang2013-11-061-0/+1
| * | | | | | | | arc: remove '__init' for get_hw_config_num_irq()Chen Gang2013-11-062-2/+2
| * | | | | | | | arc: remove '__init' for first_lines_of_secondary()Chen Gang2013-11-062-2/+2
| * | | | | | | | arc: remove '__init' for setup_processor() and arc_init_IRQ()Chen Gang2013-11-062-2/+2
| * | | | | | | | arc: kgdb: add default implementation for kgdb_roundup_cpus()Chen Gang2013-11-061-0/+12
| * | | | | | | | ARC: Fix bogus gcc warning and micro-optimise TLB iteration loopVineet Gupta2013-11-061-2/+2
| * | | | | | | | ARC: Add support for irqflags tracing and lockdepVineet Gupta2013-11-064-1/+42
| * | | | | | | | ARC: Reset the value of Interrupt Priority RegisterVineet Gupta2013-11-061-3/+7
| * | | | | | | | ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta2013-11-063-7/+3
| * | | | | | | | ARC: Change calling convention of do_page_fault()Vineet Gupta2013-11-063-8/+7