summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-061-1/+1
|\
| * powerpc: Fix bad inline asm constraint in create_zero_mask()Anton Blanchard2016-05-021-1/+1
* | Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-04-293-1/+5
|\ \ | |/
| * powerpc: wire up preadv2 and pwritev2 syscallsRui Salvaterra2016-04-273-1/+5
* | Merge tag 'powerpc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-04-222-11/+16
|\ \ | |/
| * powerpc: Update TM user feature bits in scan_features()Anton Blanchard2016-04-181-4/+5
| * powerpc: Update cpu_user_features2 in scan_features()Anton Blanchard2016-04-181-8/+11
| * powerpc: scan_features() updates incorrect bits for REAL_LEAnton Blanchard2016-04-182-1/+2
* | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-041-2/+2
|\ \ | |/ |/|
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* | powerpc: Correct used_vsr commentSimon Guo2016-03-291-1/+1
* | powerpc/process: Fix altivec SPR not being savedOliver O'Halloran2016-03-291-1/+1
* | powerpc/mm: Fixup preempt underflow with huge pagesSebastian Siewior2016-03-291-2/+2
|/
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-223-12/+24
|\
| * rapidio: add global inbound port write interfacesAlexandre Bounine2016-03-223-6/+12
| * powerpc/fsl_rio: changes to mport registrationAlexandre Bounine2016-03-221-6/+12
* | KVM: PPC: do not compile in vfio.o unconditionallyPaolo Bonzini2016-03-221-1/+2
* | KVM/PPC: update the comment of memory barrier in the kvmppc_prepare_to_enter()Lan Tianyu2016-03-221-0/+3
* | KVM: PPC: Create a virtual-mode only TCE table handlersAlexey Kardashevskiy2016-03-223-7/+57
|/
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-202-2/+15
|\
| * mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen2016-02-181-2/+3
| * mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2016-02-181-1/+1
| * mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-181-1/+2
| * mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-181-0/+11
* | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-19270-6340/+8660
|\ \
| * | powerpc: Fix unrecoverable SLB miss during restore_math()Cyril Bur2016-03-161-0/+9
| * | powerpc/8xx: Fix do_mtspr_cpu6() build on older compilersChristophe Leroy2016-03-161-1/+1
| * | powerpc/rcpm: Fix build break when SMP=nMichael Ellerman2016-03-161-0/+1
| * | powerpc/book3e-64: Use hardcoded mttmr opcodeScott Wood2016-03-161-4/+5
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-14146-4699/+5439
| |\ \
| | * | powerpc/fsl/dts: Add "jedec,spi-nor" flash compatibleHou Zhiqiang2016-03-1134-43/+43
| | * | powerpc/T104xRDB: add tdm riser card node to device treeZhao Qiang2016-03-111-0/+5
| | * | powerpc32: PAGE_EXEC required for inittextChristophe Leroy2016-03-111-2/+3
| | * | powerpc/mpc85xx: Add pcsphy nodes to FManV3 device treeIgal Liberman2016-03-1118-0/+90
| | * | powerpc/mpc85xx: Add MDIO bus muxing support to the board device tree(s)Igal Liberman2016-03-1119-19/+2198
| | * | powerpc/86xx: Introduce and use common dtsiAlessio Igor Bogani2016-03-118-1443/+394
| | * | powerpc/86xx: Update device treeAlessio Igor Bogani2016-03-116-288/+169
| | * | powerpc/86xx: Move dts files to fsl directoryAlessio Igor Bogani2016-03-116-0/+0
| | * | powerpc/86xx: Switch to kconfig fragments approachAlessio Igor Bogani2016-03-1111-1563/+126
| | * | powerpc/86xx: Update defconfigsAlessio Igor Bogani2016-03-116-547/+734
| | * | powerpc/86xx: Consolidate common platform codeAlessio Igor Bogani2016-03-119-163/+53
| | * | powerpc32: Remove one insn in mulhduChristophe Leroy2016-03-111-6/+5
| | * | powerpc32: small optimisation in flush_icache_range()Christophe Leroy2016-03-111-3/+2
| | * | powerpc: Simplify test in __dma_sync()Christophe Leroy2016-03-111-1/+1
| | * | powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy2016-03-113-68/+51
| | * | powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy2016-03-113-20/+14
| | * | powerpc: add inline functions for cache related instructionsChristophe Leroy2016-03-111-0/+19
| | * | powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy2016-03-112-6/+11
| | * | powerpc/8xx: rewrite set_context() in CChristophe Leroy2016-03-112-44/+34
OpenPOWER on IntegriCloud