summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-1218-246/+193
|\
| * powerpc/book3s: Fix some ABIv2 issues in machine check codeAnton Blanchard2014-06-121-2/+2
| * powerpc/book3s: Increment the mce counter during machine_check_early call.Mahesh Salgaonkar2014-06-111-0/+2
| * powerpc/book3s: Add stack overflow check in machine check handler.Mahesh Salgaonkar2014-06-111-4/+20
| * powerpc/book3s: Fix machine check handling for unhandled errorsMahesh Salgaonkar2014-06-111-3/+37
| * powerpc/eeh: Dump PE location codeGavin Shan2014-06-112-5/+68
| * powerpc/powernv: Enable POWER8 doorbell IPIsMichael Neuling2014-06-111-0/+2
| * powerpc/powernv: Fix killed EEH eventGavin Shan2014-06-112-8/+17
| * powerpc: fix typo 'CONFIG_PMAC'Paul Bolle2014-06-111-1/+1
| * powerpc/eeh: Report frozen parent PE prior to child PEGavin Shan2014-06-111-3/+24
| * powerpc/eeh: Clear frozen state for child PEGavin Shan2014-06-111-4/+16
| * powerpc: Don't setup CPUs with bad statusMichael Neuling2014-06-111-1/+1
| * powerpc: Correct DSCR during TM context switchSam bobroff2014-06-112-10/+4
| * powerpc: Remove platforms/wsp and associated piecesMichael Ellerman2014-06-116-188/+0
| * powerpc: Remove check for CONFIG_SERIAL_TEXT_DEBUGPaul Bolle2014-06-111-19/+0
| * powerpc: Add AT_HWCAP2 to indicate V.CRYPTO category supportBenjamin Herrenschmidt2014-06-111-1/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-121-1/+1
|\ \ | |/ |/|
| * Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar2014-06-121-1/+1
| |\
| * | sched: Rename capacity related flagsNicolas Pitre2014-06-051-1/+1
* | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2014-06-101-27/+0
|\ \ \
| * | | booke/watchdog: refine and clean up the codesTang Yuantian2014-06-101-27/+0
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-1033-787/+1195
|\ \ \ \ | |/ / / |/| | |
| * | | powerpc: Allow ppc_md platform hook to override memory_block_size_bytesAnton Blanchard2014-06-051-0/+10
| * | | powerpc/eeh: Skip eeh sysfs when eeh is disabledWei Yang2014-06-051-0/+3
| * | | powerpc/serial: Use saner flags when creating legacy portsBenjamin Herrenschmidt2014-06-051-6/+9
| * | | powerpc: Fix regression of per-CPU DSCR settingSam bobroff2014-05-284-33/+25
| * | | powerpc: Split __SYSFS_SPRSETUP macroSam bobroff2014-05-281-6/+13
| * | | arch: powerpc/fadump: Cleaning up inconsistent NULL checksRickard Strandqvist2014-05-281-3/+5
| * | | powerpc: Check cpu_thread_in_subcore() in __cpu_up()Michael Ellerman2014-05-281-1/+1
| * | | powerpc: Add threads_per_subcoreMichael Ellerman2014-05-281-1/+3
| * | | powerpc/powernv: Make it possible to skip the IRQHAPPENED check in power7_nap()Michael Ellerman2014-05-281-0/+9
| * | | powerpc/kvm/book3s_hv: Rework the secondary inhibit codeMichael Ellerman2014-05-281-31/+3
| * | | powerpc/numa: Enable CONFIG_HAVE_MEMORYLESS_NODESNishanth Aravamudan2014-05-281-0/+1
| * | | powerpc/numa: Enable USE_PERCPU_NUMA_NODE_IDNishanth Aravamudan2014-05-281-0/+6
| * | | Merge branch 'merge' into nextBenjamin Herrenschmidt2014-05-281-1/+1
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-05-281-3/+16
| |\ \ \ \
| | * | | | PPC: ePAPR: Fix hypercall on LE guestAlexander Graf2014-05-221-2/+3
| | * | | | powerpc: Fix unused variable warning for epapr_has_idleScott Wood2014-05-221-1/+1
| | * | | | powerpc: fix build of epapr_paravirt on 64-bit book3sScott Wood2014-05-221-0/+2
| | * | | | powerpc: move epapr paravirt init of power_save to an initcallStuart Yoder2014-05-221-1/+11
| * | | | | powerpc/module: Fix stubs for BERusty Russell2014-05-201-1/+1
| * | | | | powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker2014-05-203-7/+14
| * | | | | powerpc: Drop return value from set_breakpoint as it is unusedPaul Gortmaker2014-05-201-4/+4
| * | | | | powerpc/eeh: Fix build error for cellebGavin Shan2014-05-201-0/+1
| * | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2014-05-201-3/+0
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-0516-495/+635
| |\ \ \ \ \
| | * | | | | powerpc/ftrace: Fix ABIv2 issues with __ftrace_make_callAnton Blanchard2014-04-231-21/+19
| | * | | | | powerpc/ftrace: Use module loader helpers to parse trampolinesAnton Blanchard2014-04-231-77/+20
| | * | | | | powerpc/modules: Create module_trampoline_target()Anton Blanchard2014-04-231-0/+29
| | * | | | | powerpc/modules: Create is_module_trampoline()Anton Blanchard2014-04-231-5/+46
OpenPOWER on IntegriCloud