Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5736f96d12dd4204d3aac43bf7b512ab434b904f
/
arch
/
powerpc
5736f96
powerpc32: Remove clear_pages() and define clear_page() inline
by Christophe Leroy
· 9 years ago
d6bfa02
powerpc: add inline functions for cache related instructions
by Christophe Leroy
· 9 years ago
766d45c
powerpc/8xx: rewrite flush_instruction_cache() in C
by Christophe Leroy
· 9 years ago
a7761fe
powerpc/8xx: rewrite set_context() in C
by Christophe Leroy
· 9 years ago
63e9e1c
powerpc/8xx: remove special handling of CPU6 errata in set_dec()
by Christophe Leroy
· 9 years ago
1458dd9
powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro
by Christophe Leroy
· 9 years ago
7ee5cf6
powerpc/8xx: Add missing SPRN defines into reg_8xx.h
by Christophe Leroy
· 9 years ago
e974cd4
powerpc32: remove ioremap_base
by Christophe Leroy
· 9 years ago
c562eb0
powerpc32: Remove useless/wrong MMU:setio progress message
by Christophe Leroy
· 9 years ago
3084cdb
powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together
by Christophe Leroy
· 9 years ago
be00ed7
powerpc32: Fix pte_offset_kernel() to return NULL for bad pages
by Christophe Leroy
· 9 years ago
516d918
powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.c
by Christophe Leroy
· 9 years ago
a372acf
powerpc/8xx: Map linear kernel RAM with 8M pages
by Christophe Leroy
· 9 years ago
913a6b3
powerpc/8xx: Save r3 all the time in DTLB miss handler
by Christophe Leroy
· 9 years ago
3b5eb41
powerpc/p5040: Add device node for RAID Engine
by Xuelin Shi
· 9 years ago
7e39322
powerpc: optimise csum_partial() call when len is constant
by Christophe Leroy
· 9 years ago
ac6082d
powerpc/fsl-lbc: Modify suspend/resume entry sequence
by Raghav Dogra
· 9 years ago
921fff3
powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addresses
by Christophe Leroy
· 9 years ago
501ea766
powerpc/885: set SDCR to 0x40
by Christophe Leroy
· 9 years ago
b278268
powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig
by Bartlomiej Zolnierkiewicz
· 9 years ago
2fa1d23
powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig
by Bartlomiej Zolnierkiewicz
· 9 years ago
451bc2e
powerpc/85xx: disable IDE subsystem in ksi8560_defconfig
by Bartlomiej Zolnierkiewicz
· 9 years ago
ba1353e
powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig
by Bartlomiej Zolnierkiewicz
· 9 years ago
6becef7
powerpc/mpc85xx: Add CPU hotplug support for E6500
by chenhui zhao
· 9 years ago
2f4f1f8
powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores
by chenhui zhao
· 9 years ago
56f1ba2
powerpc/mpc85xx: refactor the PM operations
by chenhui zhao
· 9 years ago
d17799f
powerpc/rcpm: add RCPM driver
by chenhui zhao
· 9 years ago
e7affb1
powerpc/cache: add cache flush operation for various e500
by chenhui zhao
· 9 years ago
ebb9d30
powerpc/mm: any thread in one core can be the first to setup TLB1
by chenhui zhao
· 9 years ago
5a8847c
powerpc: simplify csum_add(a, b) in case a or b is constant 0
by Christophe Leroy
· 9 years ago
f867d55
powerpc32: optimise csum_partial() loop
by Christophe Leroy
· 9 years ago
48821a3
powerpc32: optimise a few instructions in csum_partial()
by Christophe Leroy
· 9 years ago
7aef4136
powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user()
by Christophe Leroy
· 9 years ago
37e08ca
powerpc: inline ip_fast_csum()
by Christophe Leroy
· 9 years ago
03bc8b0
powerpc32: checksum_wrappers_64 becomes checksum_wrappers
by Christophe Leroy
· 9 years ago
11dfbf5
powerpc: mark xer clobbered in csum_add()
by Christophe Leroy
· 9 years ago
e0f82bd
powerpc: unexport csum_tcpudp_magic
by Christophe Leroy
· 9 years ago
ee3b93e
powerpc/mm: Move hash64 tlbflush code into a new header
by Aneesh Kumar K.V
· 9 years ago
f64e808
powerpc/mm: Move hash related mmu-*.h headers to book3s/
by Aneesh Kumar K.V
· 9 years ago
c367a44
powerpc/mm: add _PAGE_HASHPTE similar to 4K hash
by Aneesh Kumar K.V
· 9 years ago
e9a6814
powerp/mm: Update code comments
by Aneesh Kumar K.V
· 9 years ago
ff20c2e
mm: Some arch may want to use HPAGE_PMD related values as variables
by Kirill A. Shutemov
· 9 years ago
368ced7
powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
by Aneesh Kumar K.V
· 9 years ago
ae9a71a
powerpc/mm: Don't have conditional defines for real_pte_t
by Aneesh Kumar K.V
· 9 years ago
2bf5991
powerpc/mm: Split pgtable types to separate header
by Aneesh Kumar K.V
· 9 years ago
bf6a4d5
powerpc: Add the ability to save VSX without giving it up
by Cyril Bur
· 9 years ago
6f515d8
powerpc: Add the ability to save Altivec without giving it up
by Cyril Bur
· 9 years ago
8792468
powerpc: Add the ability to save FPU without giving it up
by Cyril Bur
· 9 years ago
de2a20a
powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two
by Cyril Bur
· 9 years ago
70fe3d9
powerpc: Restore FPU/VEC/VSX if previously used
by Cyril Bur
· 9 years ago
d272f66
powerpc: Explicitly disable math features when copying thread
by Cyril Bur
· 9 years ago
5c3c7ed
powerpc/mm: Split hash page table sizing heuristic into a helper
by David Gibson
· 9 years ago
1dace6c
powerpc/mm: Clean up memory hotplug failure paths
by David Gibson
· 9 years ago
27828f9
powerpc/mm: Handle removing maybe-present bolted HPTEs
by David Gibson
· 9 years ago
abd0a0e
powerpc/mm: Clean up error handling for htab_remove_mapping
by David Gibson
· 9 years ago
446957b
powerpc: Fix misspellings in comments.
by Adam Buchbinder
· 9 years ago
95442c6
powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h>
by Luis Henriques
· 9 years ago
0336c8c
powerpc/ps3: gelic_udbg: use struct iphdr from <linux/ip.h>
by Luis Henriques
· 9 years ago
e9aaa6d
powerpc/ps3: gelic_udbg: use struct vlan_hdr from <linux/if_vlan.h>
by Luis Henriques
· 9 years ago
497abcf
powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h>
by Luis Henriques
· 9 years ago
8daf51f
powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE
by Paul Mackerras
· 9 years ago
e726202
powerpc/mm/book3s-64: Move software-used bits in PTE
by Paul Mackerras
· 9 years ago
c915df1
powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTE
by Paul Mackerras
· 9 years ago
a9d4996
powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end
by Paul Mackerras
· 9 years ago
84c9575
powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd most significant bit
by Paul Mackerras
· 9 years ago
849f86a
powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit
by Paul Mackerras
· 9 years ago
c61a884
powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels
by Paul Mackerras
· 9 years ago
f1a9ae0
powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE
by Paul Mackerras
· 9 years ago
1ec3f93
powerpc/mm/book3s-64: Clean up some obsolete or misleading comments
by Paul Mackerras
· 9 years ago
2527083
Merge tag 'powerpc-4.5-4' into next
by Michael Ellerman
· 9 years ago
a4c3f90
powerpc: Fix BUG_ON() reporting in real mode
by Balbir Singh
· 9 years ago
10d8b14
powerpc: Use BUILD_BUG_ON_MSG() for unsupported {cmp}xchg sizes
by pan xinhui
· 9 years ago
289543a
powerpc/powernv: Add AST graphics driver to powernv_defconfig
by Jeremy Kerr
· 9 years ago
78a31c7
powerpc/powernv: Add powernv firmware interface drivers to powernv_defconfig
by Jeremy Kerr
· 9 years ago
31b1108
powerpc/powernv: Add powernv_defconfig
by Jeremy Kerr
· 9 years ago
c3ab300
powerpc: Add POWER9 cputable entry
by Michael Neuling
· 9 years ago
15b1624
powerpc: Use defines for __init_tlb_power[78]
by Michael Neuling
· 9 years ago
ce5732a
powerpc/powernv: Create separate subcores CPU feature bit
by Michael Neuling
· 9 years ago
88409d0
powerpc/powernv: don't create OPAL msglog sysfs entry if memcons init fails
by Andrew Donnellan
· 9 years ago
9ab3ac2
powerpc/mm/hash: Clear the invalid slot information correctly
by Aneesh Kumar K.V
· 9 years ago
f6bf0fa
powerpc/eeh: Fix partial hotplug criterion
by Gavin Shan
· 9 years ago
56c08e6
powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
by Boqun Feng
· 9 years ago
26760fc
powerpc: atomic: Implement acquire/release/relaxed variants for xchg
by Boqun Feng
· 9 years ago
dc53617
powerpc: atomic: Implement atomic{, 64}_*_return_* variants
by Boqun Feng
· 9 years ago
94e3d92
powerpc: Fix kgdb on little endian ppc64le
by Balbir Singh
· 9 years ago
6ecad91
powerpc/ioda: Set "read" permission when "write" is set
by Alexey Kardashevskiy
· 9 years ago
c777e2a
powerpc/mm: Fix Multi hit ERAT cause by recent THP update
by Aneesh Kumar K.V
· 9 years ago
1bc74f1
powerpc/powernv: Fix stale PE primary bus
by Gavin Shan
· 9 years ago
05ba75f
powerpc/eeh: Fix stale cached primary bus
by Gavin Shan
· 9 years ago
126df08
powerpc/pseries: Don't trace hcalls on offline CPUs
by Denis Kirjanov
· 9 years ago
e4f226b
powerpc/perf/hv-gpci: Increase request buffer size
by Sukadev Bhattiprolu
· 9 years ago
be283ee
powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE mode
by Wei Yang
· 9 years ago
dfcc8d4
powerpc/powernv: boundary the total VF BAR size instead of the individual one
by Wei Yang
· 9 years ago
f2dd0af
powerpc/powernv: replace the hard coded boundary with gate
by Wei Yang
· 9 years ago
ee8222f
powerpc/powernv: use one M64 BAR in Single PE mode for one VF BAR
by Wei Yang
· 9 years ago
7fbe7a9
powerpc/powernv: simplify the calculation of iov resource alignment
by Wei Yang
· 9 years ago
b033185
powerpc/powernv: don't enable SRIOV when VF BAR has non 64bit-prefetchable BAR
by Wei Yang
· 9 years ago
ccc9662
powerpc/powernv: Simplify definitions of EEH debugfs handlers
by Gavin Shan
· 9 years ago
6dfb540
powerpc/xmon: Add xmon command to dump process/task similar to ps(1)
by Douglas Miller
· 9 years ago
fde93a0
powerpc/xmon: add command to dump OPAL msglog
by Andrew Donnellan
· 9 years ago
Next »