Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dd1842a2a448bb66d74aa02a550df6be8c25f20b
/
arch
/
powerpc
/
include
dd1842a
powerpc/mm: Make page table size a variable
by Aneesh Kumar K.V
· 9 years ago
13f829a
powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.h
by Aneesh Kumar K.V
· 9 years ago
2e87351
powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.h
by Aneesh Kumar K.V
· 9 years ago
d2cf005
powerpc/mm: Handle _PTE_NONE_MASK
by Aneesh Kumar K.V
· 9 years ago
945537d
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
by Aneesh Kumar K.V
· 9 years ago
50de596
powerpc/mm/hash: Add support for Power9 Hash
by Aneesh Kumar K.V
· 9 years ago
e998334
powerpc/mm/radix: Add partition table format & callback
by Aneesh Kumar K.V
· 9 years ago
11a6f6a
powerpc/mm: Move radix/hash common data structures to book3s64 headers
by Aneesh Kumar K.V
· 9 years ago
33d336d
powerpc/mm: Use generic version of ptep_clear_flush_young()
by Aneesh Kumar K.V
· 9 years ago
ff844b7
powerpc/mm: Use generic version of pmdp_clear_flush_young()
by Aneesh Kumar K.V
· 9 years ago
30bda41
powerpc/mm: Drop WIMG in favour of new constants
by Aneesh Kumar K.V
· 9 years ago
e58e87a
powerpc/mm: Update _PAGE_KERNEL_RO
by Aneesh Kumar K.V
· 9 years ago
96270b1
powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
by Aneesh Kumar K.V
· 9 years ago
ac29c64
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
by Aneesh Kumar K.V
· 9 years ago
e7bfc46
powerpc/mm: Use pte_user() instead of open coding
by Aneesh Kumar K.V
· 9 years ago
7e1e63c
powerpc/mm: Convert pte_user() to static inline
by Michael Ellerman
· 9 years ago
c7d5484
powerpc/mm: Use _PAGE_READ to indicate Read access
by Aneesh Kumar K.V
· 9 years ago
ee3caed
powerpc/mm: Use pte_raw() in pte_same()/pmd_same()
by Michael Ellerman
· 9 years ago
5dc1ef8
powerpc/mm: Use big endian Linux page tables for book3s 64
by Aneesh Kumar K.V
· 9 years ago
3910a7f
powerpc/mm: Add pte_xchg() helper
by Michael Ellerman
· 9 years ago
4bece39
powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()
by Aneesh Kumar K.V
· 9 years ago
670eea9
powerpc/mm: Always use STRICT_MM_TYPECHECKS
by Michael Ellerman
· 9 years ago
8a64904
powerpc: Add support for userspace P9 copy paste
by Chris Smart
· 9 years ago
1bfadab
powerpc/perf: Assign an id to each powerpc register
by Anju T
· 9 years ago
8404410
Merge branch 'topic/livepatch' into next
by Michael Ellerman
· 9 years ago
5d31a96
powerpc/livepatch: Add livepatch stack to struct thread_info
by Michael Ellerman
· 9 years ago
f63e6d8
powerpc/livepatch: Add livepatch header
by Michael Ellerman
· 9 years ago
86c9ffc
powerpc: Define PVR value for POWER8NVL processor
by Philippe Bergheaud
· 9 years ago
b3d79ea
powerpc/opal: Assign numbers to OPAL_MSG macros of enum opal_msg_type
by Vipin K Parashar
· 9 years ago
e3824e4
powerpc/swsusp: Only use tlbie in POWER4 mode
by Russell Currey
· 9 years ago
71528d8
powerpc: Correct used_vsr comment
by Simon Guo
· 9 years ago
643ad15
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d5e2d00
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
1200b68
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
1a46712
Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
63e3027
Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 9 years ago
10dc374
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
2e098dc
powerpc/8xx: Fix do_mtspr_cpu6() build on older compilers
by Christophe Leroy
· 9 years ago
a1b5344
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next
by Michael Ellerman
· 9 years ago
affe587
powerpc32: move xxxxx_dcache_range() functions inline
by Christophe Leroy
· 9 years ago
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
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
be00ed7
powerpc32: Fix pte_offset_kernel() to return NULL for bad pages
by Christophe Leroy
· 9 years ago
d8c0282
Merge branch 'topic/mprofile-kernel' into next
by Michael Ellerman
· 9 years ago
e0728b5
powerpc/perf: Export Power8 generic and cache events to sysfs
by Sukadev Bhattiprolu
· 9 years ago
d4969e2
powerpc/perf: Remove PME_ prefix for power7 events
by Sukadev Bhattiprolu
· 9 years ago
7e39322
powerpc: optimise csum_partial() call when len is constant
by Christophe Leroy
· 9 years ago
ab92f30
Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 9 years ago
0bae2f1
Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into devel
by Linus Walleij
· 9 years ago
c0efa9a
powerpc: New possible return value from hcall
by Christophe Lombard
· 9 years ago
67086e3
powerpc/eeh: powerpc/eeh: Support error recovery for VF PE
by Wei Yang
· 9 years ago
0dc2830
powerpc/powernv: Support PCI config restore for VFs
by Wei Yang
· 9 years ago
9312bc5
powerpc/powernv: Support EEH reset for VF PE
by Wei Yang
· 9 years ago
c29fa27
powerpc/eeh: Create PE for VFs
by Wei Yang
· 9 years ago
39218cd
powerpc/eeh: EEH device for VF
by Wei Yang
· 9 years ago
bc4b024
PCI: Move pci_dma_* helpers to common code
by Christoph Hellwig
· 9 years ago
1530866
powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI
by Torsten Duwe
· 9 years ago
f17c4e0
powerpc/module: Mark module stubs with a magic value
by Michael Ellerman
· 9 years ago
136cd34
powerpc/module: Only try to generate the ftrace_caller() stub once
by Michael Ellerman
· 9 years ago
a5cab83
powerpc: Create a helper for getting the kernel toc value
by Michael Ellerman
· 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
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
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
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
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
58ded42
KVM: PPC: Add support for 64bit TCE windows
by Alexey Kardashevskiy
· 9 years ago
14f853f
KVM: PPC: Add @offset to kvmppc_spapr_tce_table
by Alexey Kardashevskiy
· 9 years ago
fe26e52
KVM: PPC: Add @page_shift to kvmppc_spapr_tce_table
by Alexey Kardashevskiy
· 9 years ago
5c3c7ed
powerpc/mm: Split hash page table sizing heuristic into a helper
by David Gibson
· 9 years ago
27828f9
powerpc/mm: Handle removing maybe-present bolted HPTEs
by David Gibson
· 9 years ago
446957b
powerpc: Fix misspellings in comments.
by Adam Buchbinder
· 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
6aa447bc
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes
by Ingo Molnar
· 9 years ago
520fe9c
KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection
by Suresh E. Warrier
· 9 years ago
0c2a660
KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM
by Suresh Warrier
· 9 years ago
79b6c24
KVM: PPC: Book3S HV: Host-side RM data structures
by Suresh Warrier
· 9 years ago
Next »