index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-11
powerpc/86xx: Move dts files to fsl directory
Alessio Igor Bogani
6
-0
/
+0
2016-03-11
powerpc/86xx: Switch to kconfig fragments approach
Alessio Igor Bogani
11
-1563
/
+126
2016-03-11
powerpc/86xx: Update defconfigs
Alessio Igor Bogani
6
-547
/
+734
2016-03-11
powerpc/86xx: Consolidate common platform code
Alessio Igor Bogani
9
-163
/
+53
2016-03-11
powerpc32: Remove one insn in mulhdu
Christophe Leroy
1
-6
/
+5
2016-03-11
powerpc32: small optimisation in flush_icache_range()
Christophe Leroy
1
-3
/
+2
2016-03-11
powerpc: Simplify test in __dma_sync()
Christophe Leroy
1
-1
/
+1
2016-03-11
powerpc32: move xxxxx_dcache_range() functions inline
Christophe Leroy
3
-68
/
+51
2016-03-11
powerpc32: Remove clear_pages() and define clear_page() inline
Christophe Leroy
3
-20
/
+14
2016-03-11
powerpc: add inline functions for cache related instructions
Christophe Leroy
1
-0
/
+19
2016-03-11
powerpc/8xx: rewrite flush_instruction_cache() in C
Christophe Leroy
2
-6
/
+11
2016-03-11
powerpc/8xx: rewrite set_context() in C
Christophe Leroy
2
-44
/
+34
2016-03-11
powerpc/8xx: remove special handling of CPU6 errata in set_dec()
Christophe Leroy
2
-23
/
+1
2016-03-11
powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro
Christophe Leroy
2
-0
/
+84
2016-03-11
powerpc/8xx: Add missing SPRN defines into reg_8xx.h
Christophe Leroy
2
-2
/
+13
2016-03-11
powerpc32: remove ioremap_base
Christophe Leroy
4
-14
/
+2
2016-03-11
powerpc32: Remove useless/wrong MMU:setio progress message
Christophe Leroy
1
-4
/
+0
2016-03-11
powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together
Christophe Leroy
4
-42
/
+22
2016-03-11
powerpc32: Fix pte_offset_kernel() to return NULL for bad pages
Christophe Leroy
1
-1
/
+2
2016-03-11
powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.c
Christophe Leroy
2
-19
/
+17
2016-03-11
powerpc/8xx: Map linear kernel RAM with 8M pages
Christophe Leroy
4
-14
/
+120
2016-03-11
powerpc/8xx: Save r3 all the time in DTLB miss handler
Christophe Leroy
1
-9
/
+4
2016-03-09
powerpc/p5040: Add device node for RAID Engine
Xuelin Shi
2
-0
/
+7
2016-03-09
powerpc: optimise csum_partial() call when len is constant
Christophe Leroy
4
-28
/
+61
2016-03-09
powerpc/fsl-lbc: Modify suspend/resume entry sequence
Raghav Dogra
1
-11
/
+38
2016-03-09
powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addresses
Christophe Leroy
1
-1
/
+1
2016-03-09
powerpc/885: set SDCR to 0x40
Christophe Leroy
1
-1
/
+4
2016-03-09
powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2016-03-09
powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2016-03-09
powerpc/85xx: disable IDE subsystem in ksi8560_defconfig
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2016-03-09
powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2016-03-04
powerpc/mpc85xx: Add CPU hotplug support for E6500
chenhui zhao
4
-31
/
+124
2016-03-04
powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores
chenhui zhao
4
-90
/
+118
2016-03-04
powerpc/mpc85xx: refactor the PM operations
chenhui zhao
4
-54
/
+127
2016-03-04
powerpc/rcpm: add RCPM driver
chenhui zhao
8
-0
/
+466
2016-03-04
powerpc/cache: add cache flush operation for various e500
chenhui zhao
7
-78
/
+128
2016-03-04
powerpc/mm: any thread in one core can be the first to setup TLB1
chenhui zhao
2
-3
/
+9
2016-03-04
powerpc: simplify csum_add(a, b) in case a or b is constant 0
Christophe Leroy
1
-0
/
+6
2016-03-04
powerpc32: optimise csum_partial() loop
Christophe Leroy
1
-1
/
+15
2016-03-04
powerpc32: optimise a few instructions in csum_partial()
Christophe Leroy
1
-20
/
+17
2016-03-04
powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user()
Christophe Leroy
1
-111
/
+209
2016-03-04
powerpc: inline ip_fast_csum()
Christophe Leroy
4
-56
/
+38
2016-03-04
powerpc32: checksum_wrappers_64 becomes checksum_wrappers
Christophe Leroy
3
-11
/
+1
2016-03-04
powerpc: mark xer clobbered in csum_add()
Christophe Leroy
1
-1
/
+1
2016-03-04
powerpc: unexport csum_tcpudp_magic
Christophe Leroy
1
-1
/
+0
2016-03-03
powerpc/mm: Move hash64 tlbflush code into a new header
Aneesh Kumar K.V
2
-91
/
+95
2016-03-03
powerpc/mm: Move hash related mmu-*.h headers to book3s/
Aneesh Kumar K.V
13
-12
/
+12
2016-03-03
powerpc/mm: add _PAGE_HASHPTE similar to 4K hash
Aneesh Kumar K.V
1
-1
/
+1
2016-03-03
powerp/mm: Update code comments
Aneesh Kumar K.V
2
-3
/
+3
2016-03-03
mm: Some arch may want to use HPAGE_PMD related values as variables
Kirill A. Shutemov
1
-0
/
+7
[next]