summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-2512-18/+51
|\
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-01-253-3/+4
| |\
| | * perf symbols: Load map before using map->map_ip()Masami Hiramatsu2014-01-231-1/+2
| | * perf tools: Fix traceevent plugin path definitionsJosh Boyer2014-01-232-2/+2
| |/
| * Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-01-2310-15/+47
| |\
| | * perf symbols: Fix JIT symbol resolution on heapNamhyung Kim2014-01-211-2/+2
| | * perf stat: Fix memory corruption of xyarray when cpumask is usedStephane Eranian2014-01-201-2/+5
| | * perf evsel: Remove duplicate member zeroing after freeStephane Eranian2014-01-201-1/+0
| | * perf tools: Ensure sscanf does not overrun the "mem" fieldAlan Cox2014-01-201-1/+1
| | * perf stat: fix NULL pointer reference bug with event unitStephane Eranian2014-01-203-6/+22
| | * perf tools: Add support for the xtensa architectureBaruch Siach2014-01-201-0/+7
| | * perf session: Free cpu_map in perf_session__cpu_bitmapStanislav Fomichev2014-01-201-3/+7
| | * perf timechart: Fix wrong SVG heightStanislav Fomichev2014-01-201-0/+3
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-254-25/+43
|\ \ \
| * | | sched/x86/tsc: Initialize multiplier to 0Peter Zijlstra2014-01-231-1/+1
| * | | sched/clock: Fixup early initializationPeter Zijlstra2014-01-231-12/+41
| * | | sched/preempt/x86: Fix voluntary preempt for x86Peter Zijlstra2014-01-231-5/+0
| * | | Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot2014-01-231-7/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-01-256-81/+0
|\ \ \
| * | | MIPS: VPE: Remove vpe_getuid and vpe_getgidEric W. Biederman2014-01-222-30/+0
| * | | userns: userns: Remove UIDGID_STRICT_TYPE_CHECKSEric W. Biederman2013-11-264-51/+0
* | | | Merge tag 'arc-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds2014-01-256-108/+121
|\ \ \ \
| * | | | ARC: [cmdline] support External Device Trees from u-bootVineet Gupta2014-01-161-3/+12
| * | | | ARC: [cmdline] uboot cmdline handling reworkVineet Gupta2014-01-163-42/+34
| * | | | ARC: [SMP] optimize IPI send and receiveVineet Gupta2013-12-231-28/+40
| * | | | ARC: [SMP] simplify IPI codeVineet Gupta2013-12-231-28/+28
| * | | | ARC: [SMP] cpu halt interface doesn't need "self" cpu-idVineet Gupta2013-12-231-5/+4
| * | | | ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idVineet Gupta2013-12-233-5/+5
| * | | | ARC: [SMP] cpumask not needed in IPI send pathVineet Gupta2013-12-233-17/+18
* | | | | Merge tag 'xtensa-next-20140123' of git://github.com/czankel/xtensa-linuxLinus Torvalds2014-01-2553-637/+2145
|\ \ \ \ \
| * | | | | xtensa: implement ndelayMax Filippov2014-01-151-0/+22
| * | | | | xtensa: clean up udelayMax Filippov2014-01-151-6/+15
| * | | | | xtensa: enable HAVE_PERF_EVENTSBaruch Siach2014-01-152-0/+5
| * | | | | xtensa: remap io area defined in device treeBaruch Siach2014-01-156-5/+93
| * | | | | xtensa: support default device tree busesBaruch Siach2014-01-151-1/+1
| * | | | | xtensa: initialize device tree clock sourcesBaruch Siach2014-01-151-0/+1
| * | | | | xtensa: xtfpga: fix definitions of platform devicesMax Filippov2014-01-151-6/+6
| * | | | | xtensa: standardize devicetree cpu compatible stringsBaruch Siach2014-01-154-5/+5
| * | | | | xtensa: avoid duplicate of IO range definitionsBaruch Siach2014-01-153-9/+10
| * | | | | xtensa: fix ATOMCTL register documentationBaruch Siach2014-01-151-1/+1
| * | | | | xtensa: Enable irqs after cpu is set onlineKirill Tkhai2014-01-151-1/+2
| * | | | | xtensa: ISS: raise network polling rate to 10 times/secMax Filippov2014-01-141-1/+1
| * | | | | xtensa: remove unused XTENSA_ISS_NETWORK Kconfig parameterMichael Opdenacker2014-01-141-4/+0
| * | | | | xtensa: ISS: avoid simple_strtoul usageMax Filippov2014-01-141-11/+11
| * | | | | xtensa: Switch to sched_clock_register()Stephen Boyd2014-01-141-2/+2
| * | | | | xtensa: implement CPU hotplugMax Filippov2014-01-148-4/+248
| * | | | | xtensa: add SMP supportMax Filippov2014-01-1424-199/+967
| * | | | | xtensa: add MX irqchipMax Filippov2014-01-148-0/+261
| * | | | | xtensa: clear timer IRQ unconditionally in its handlerMax Filippov2014-01-141-0/+1
| * | | | | xtensa: clean up do_interrupt/do_IRQMax Filippov2014-01-142-20/+9
OpenPOWER on IntegriCloud