Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | sh: add SMP method selection to device tree pseudo-board | Rich Felker | 2016-03-17 | 2 | -3/+96 | |
| | * | | | | | sh: add device tree support and generic board using device tree | Rich Felker | 2016-03-17 | 6 | -0/+183 | |
| | * | | | | | sh: remove arch-specific localtimer and use generic one | Rich Felker | 2016-03-17 | 4 | -70/+8 | |
| | * | | | | | sh: make MMU-specific SMP code conditional on CONFIG_MMU | Rich Felker | 2016-03-17 | 1 | -0/+8 | |
| | * | | | | | sh: provide unified syscall trap compatible with all SH models | Rich Felker | 2016-03-17 | 3 | -14/+23 | |
| | * | | | | | sh: New gcc support | Yoshinori Sato | 2016-03-17 | 4 | -27/+78 | |
| | * | | | | | sh: Disable trace for kernel uncompressing. | Yoshinori Sato | 2016-03-17 | 1 | -1/+1 | |
| | * | | | | | sh: Use generic clkdev.h header | Stephen Boyd | 2016-03-17 | 2 | -33/+1 | |
| * | | | | | | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-03-19 | 324 | -7155/+14760 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | powerpc: Fix unrecoverable SLB miss during restore_math() | Cyril Bur | 2016-03-16 | 1 | -0/+9 | |
| | * | | | | | | powerpc/8xx: Fix do_mtspr_cpu6() build on older compilers | Christophe Leroy | 2016-03-16 | 1 | -1/+1 | |
| | * | | | | | | powerpc/rcpm: Fix build break when SMP=n | Michael Ellerman | 2016-03-16 | 1 | -0/+1 | |
| | * | | | | | | powerpc/book3e-64: Use hardcoded mttmr opcode | Scott Wood | 2016-03-16 | 1 | -4/+5 | |
| | * | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 2016-03-14 | 153 | -4736/+5691 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | powerpc/fsl/dts: Add "jedec,spi-nor" flash compatible | Hou Zhiqiang | 2016-03-12 | 34 | -43/+43 | |
| | | * | | | | | | powerpc/T104xRDB: add tdm riser card node to device tree | Zhao Qiang | 2016-03-12 | 1 | -0/+5 | |
| | | * | | | | | | powerpc32: PAGE_EXEC required for inittext | Christophe Leroy | 2016-03-12 | 1 | -2/+3 | |
| | | * | | | | | | powerpc/mpc85xx: Add pcsphy nodes to FManV3 device tree | Igal Liberman | 2016-03-12 | 18 | -0/+90 | |
| | | * | | | | | | powerpc/mpc85xx: Add MDIO bus muxing support to the board device tree(s) | Igal Liberman | 2016-03-12 | 19 | -19/+2198 | |
| | | * | | | | | | powerpc/86xx: Introduce and use common dtsi | Alessio Igor Bogani | 2016-03-12 | 8 | -1443/+394 | |
| | | * | | | | | | powerpc/86xx: Update device tree | Alessio Igor Bogani | 2016-03-12 | 6 | -288/+169 | |
| | | * | | | | | | powerpc/86xx: Move dts files to fsl directory | Alessio Igor Bogani | 2016-03-12 | 6 | -0/+0 | |
| | | * | | | | | | powerpc/86xx: Switch to kconfig fragments approach | Alessio Igor Bogani | 2016-03-12 | 11 | -1563/+126 | |
| | | * | | | | | | powerpc/86xx: Update defconfigs | Alessio Igor Bogani | 2016-03-12 | 6 | -547/+734 | |
| | | * | | | | | | powerpc/86xx: Consolidate common platform code | Alessio Igor Bogani | 2016-03-12 | 9 | -163/+53 | |
| | | * | | | | | | powerpc32: Remove one insn in mulhdu | Christophe Leroy | 2016-03-12 | 1 | -6/+5 | |
| | | * | | | | | | powerpc32: small optimisation in flush_icache_range() | Christophe Leroy | 2016-03-12 | 1 | -3/+2 | |
| | | * | | | | | | powerpc: Simplify test in __dma_sync() | Christophe Leroy | 2016-03-12 | 1 | -1/+1 | |
| | | * | | | | | | powerpc32: move xxxxx_dcache_range() functions inline | Christophe Leroy | 2016-03-12 | 3 | -68/+51 | |
| | | * | | | | | | powerpc32: Remove clear_pages() and define clear_page() inline | Christophe Leroy | 2016-03-12 | 3 | -20/+14 | |
| | | * | | | | | | powerpc: add inline functions for cache related instructions | Christophe Leroy | 2016-03-12 | 1 | -0/+19 | |
| | | * | | | | | | powerpc/8xx: rewrite flush_instruction_cache() in C | Christophe Leroy | 2016-03-12 | 2 | -6/+11 | |
| | | * | | | | | | powerpc/8xx: rewrite set_context() in C | Christophe Leroy | 2016-03-12 | 2 | -44/+34 | |
| | | * | | | | | | powerpc/8xx: remove special handling of CPU6 errata in set_dec() | Christophe Leroy | 2016-03-12 | 2 | -23/+1 | |
| | | * | | | | | | powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro | Christophe Leroy | 2016-03-12 | 2 | -0/+84 | |
| | | * | | | | | | powerpc/8xx: Add missing SPRN defines into reg_8xx.h | Christophe Leroy | 2016-03-12 | 2 | -2/+13 | |
| | | * | | | | | | powerpc32: remove ioremap_base | Christophe Leroy | 2016-03-12 | 4 | -14/+2 | |
| | | * | | | | | | powerpc32: Remove useless/wrong MMU:setio progress message | Christophe Leroy | 2016-03-12 | 1 | -4/+0 | |
| | | * | | | | | | powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together | Christophe Leroy | 2016-03-12 | 4 | -42/+22 | |
| | | * | | | | | | powerpc32: Fix pte_offset_kernel() to return NULL for bad pages | Christophe Leroy | 2016-03-12 | 1 | -1/+2 | |
| | | * | | | | | | powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.c | Christophe Leroy | 2016-03-12 | 2 | -19/+17 | |
| | | * | | | | | | powerpc: Update documentation for noltlbs kernel parameter | Christophe Leroy | 2016-03-12 | 1 | -1/+1 | |
| | | * | | | | | | powerpc/8xx: Map linear kernel RAM with 8M pages | Christophe Leroy | 2016-03-12 | 4 | -14/+120 | |
| | | * | | | | | | powerpc/8xx: Save r3 all the time in DTLB miss handler | Christophe Leroy | 2016-03-12 | 1 | -9/+4 | |
| | | * | | | | | | powerpc/p5040: Add device node for RAID Engine | Xuelin Shi | 2016-03-09 | 2 | -0/+7 | |
| | | * | | | | | | powerpc: optimise csum_partial() call when len is constant | Christophe Leroy | 2016-03-09 | 4 | -28/+61 | |
| | | * | | | | | | powerpc/fsl-lbc: Modify suspend/resume entry sequence | Raghav Dogra | 2016-03-09 | 1 | -11/+38 | |
| | | * | | | | | | powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addresses | Christophe Leroy | 2016-03-09 | 1 | -1/+1 | |
| | | * | | | | | | powerpc/885: set SDCR to 0x40 | Christophe Leroy | 2016-03-09 | 1 | -1/+4 | |
| | | * | | | | | | powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig | Bartlomiej Zolnierkiewicz | 2016-03-09 | 1 | -1/+0 |