summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| | * | | powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC()Anton Blanchard2014-04-231-5/+2
| | * | | powerpc: modules: implement stubs for ELFv2 ABI.Rusty Russell2014-04-231-12/+61
| | * | | powerpc: modules: skip r2 setup for ELFv2Rusty Russell2014-04-231-6/+16
| | * | | powerpc: modules: use r12 for stub jump address.Rusty Russell2014-04-231-5/+5
| | * | | powerpc: modules: change r2 save/restore offset for ELFv2 ABI.Rusty Russell2014-04-231-8/+15
| | * | | powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.Rusty Russell2014-04-231-1/+2
| | * | | powerpc: Handle new ELFv2 module relocationsRusty Russell2014-04-231-0/+17
| | * | | powerpc: Fix up TOC. for modules.Rusty Russell2014-04-231-0/+29
| | * | | powerpc: module: handle MODVERSION for .TOC.Rusty Russell2014-04-231-0/+9
| | * | | powerpc: EXPORT_SYMBOL(.TOC.)Rusty Russell2014-04-231-0/+19
| | * | | powerpc: modules implement R_PPC64_TOCSAVE relocation.Rusty Russell2014-04-231-0/+8
| | * | | powerpc: make module stub code endian independentRusty Russell2014-04-231-31/+11
| | * | | powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard2014-04-232-11/+9