summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-191-2/+3
|\
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-2/+3
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-0/+5
|\ \
| * | gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-101-0/+5
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-1421-101/+54
|\ \ \
| * | | ppc: there is no clear_pages to exportStephen Rothwell2016-09-221-1/+0
| * | | ppc: move exports to definitionsAl Viro2016-08-0721-101/+55
* | | | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-145-99/+112
|\ \ \ \ | |_|_|/ |/| | |
| * | | powerpc/64s: Fix power4_fixup_nap placementNicholas Piggin2016-10-111-1/+1
| * | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-10-114-98/+111
| |\ \ \
| | * | | powerpc/8xx: make user addr DTLB miss the short pathChristophe Leroy2016-09-251-30/+23
| | * | | powerpc/8xx: Move additional DTLBMiss handlers out of exception areaChristophe Leroy2016-09-251-42/+42
| | * | | powerpc/8xx: use r3 to scratch CR in ITLBmissChristophe Leroy2016-09-251-12/+9
| | * | | powerpc/8xx: add dedicated machine check handlerChristophe Leroy2016-09-252-11/+26
| | * | | powerpc/8xx: add system_reset_exceptionChristophe Leroy2016-09-252-2/+2
| | * | | powerpc: Call chained reset handlers during resetAndrey Smirnov2016-09-251-0/+4
| | * | | powerpc: Factor out common code in setup-common.cAndrey Smirnov2016-09-251-9/+14
| | * | | powerpc32: Use instruction symbolic names in check_io_access()Christophe Leroy2016-09-241-4/+3
* | | | | powerpc: implement the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-111-2/+4
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-072-0/+6
|\ \ \ \ \
| * | | | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
| * | | | | powerpc: implement arch_reserved_kernel_pagesSrikar Dronamraju2016-10-071-0/+5
* | | | | | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-0741-1799/+1842
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | powerpc/fadump: Fix build break when CONFIG_PROC_VMCORE=nMichael Ellerman2016-10-041-0/+2
| * | | | powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur2016-10-042-5/+32
| * | | | powerpc/tm: Add TM Unavailable ExceptionCyril Bur2016-10-041-0/+29
| * | | | powerpc: Remove do_load_up_transact_{fpu,altivec}Cyril Bur2016-10-042-51/+0
| * | | | powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur2016-10-049-90/+90
| * | | | powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur2016-10-046-376/+195
| * | | | powerpc: signals: Stop using current in signal codeCyril Bur2016-10-044-124/+159
| * | | | powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx}Cyril Bur2016-10-041-3/+36
| * | | | powerpc: Return the new MSR from msr_check_and_set()Cyril Bur2016-10-041-1/+3
| * | | | powerpc: Add check_if_tm_restore_required() to giveup_all()Cyril Bur2016-10-041-0/+1
| * | | | powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in useCyril Bur2016-10-041-3/+18
| * | | | powerpc/eeh: Quieten EEH message when no adapters are foundAnton Blanchard2016-10-041-1/+1
| * | | | powerpc/64s: Remove unused exception code, small cleanupsNicholas Piggin2016-10-041-10/+20
| * | | | powerpc/64s: Use a single macro for both parts of OOL exceptionNicholas Piggin2016-10-041-37/+18
| * | | | powerpc/64s: Move __replay_interrupt function below handlersNicholas Piggin2016-10-041-38/+36
| * | | | powerpc/64s: Consolidate CBE Thermal 0x1800 interruptNicholas Piggin2016-10-041-13/+2
| * | | | powerpc/64s: Consolidate Altivec 0x1700 interruptNicholas Piggin2016-10-041-9/+7
| * | | | powerpc/64s: Consolidate Debug 0x1600 interruptNicholas Piggin2016-10-041-5/+3
| * | | | powerpc/64s: Consolidate Softpatch 0x1500 interruptNicholas Piggin2016-10-041-35/+37
| * | | | powerpc/64s: Consolidate Instruction Breakpoint 0x1300 interruptNicholas Piggin2016-10-041-4/+3
| * | | | powerpc/64s: Consolidate CBE System Error 0x1200 interruptNicholas Piggin2016-10-041-5/+3
| * | | | powerpc/64s: Consolidate Reserved 0xfa0-0x1200 interruptsNicholas Piggin2016-10-041-2/+1
| * | | | powerpc/64s: Consolidate Hypervisor Facility Unavailable 0xf80 interruptNicholas Piggin2016-10-041-10/+6
| * | | | powerpc/64s: Consolidate Facility Unavailable 0xf60 interruptNicholas Piggin2016-10-041-7/+6
| * | | | powerpc/64s: Consolidate VSX Unavailable 0xf40 interruptNicholas Piggin2016-10-041-38/+36
| * | | | powerpc/64s: Consolidate Vector Unavailable 0xf20 interruptNicholas Piggin2016-10-041-39/+37
| * | | | powerpc/64s: Consolidate Performance Monitor 0xf00 interruptNicholas Piggin2016-10-041-7/+6
OpenPOWER on IntegriCloud