Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7f016b35ca7623c71b31facdde080e8ce171a697
/
arch
/
powerpc
/
mm
/
book3s64
/
hash_tlb.c
ca15ca4
mm: remove unneeded includes of <asm/pgalloc.h>
by Mike Rapoport
· 4 years, 5 months ago
b711531
powerpc: Replace _ALIGN_UP() by ALIGN()
by Christophe Leroy
· 4 years, 9 months ago
e96d904
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
by Christophe Leroy
· 4 years, 9 months ago
7900757
powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range
by Aneesh Kumar K.V
· 4 years, 9 months ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
47d9994
powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
by Christophe Leroy
· 6 years ago
[Renamed (94%) from arch/powerpc/mm/tlb_hash64.c]
f384796c
powerpc/mm: Add support for handling > 512TB address in SLB miss
by Aneesh Kumar K.V
· 7 years ago
ff31e10
powerpc/mm/hash64: Store the slot information at the right offset for hugetlb
by Aneesh Kumar K.V
· 7 years ago
b426e4b
powerpc/mm: Use mm_is_thread_local() instread of open-coding
by Benjamin Herrenschmidt
· 7 years ago
94171b1
powerpc/mm: Rename find_linux_pte_or_hugepte()
by Aneesh Kumar K.V
· 7 years ago
c5cee64
powerpc/mm/hash: Do a local flush if possible when no batch is active
by Balbir Singh
· 8 years ago
676012a
powerpc/mm: Hash abstraction for tlbflush routines
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
891121e
powerpc/mm: Differentiate between hugetlb and THP during page walk
by Aneesh Kumar K.V
· 9 years ago
4f9c53c
powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled
by Michael Ellerman
· 10 years ago
9e81330
powerpc/thp: Add tracepoints to track hugepage invalidate
by Aneesh Kumar K.V
· 10 years ago
fc04795
powerpc/thp: Handle combo pages in invalidate
by Aneesh Kumar K.V
· 10 years ago
c141611
powerpc: Delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
65b97fb
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
12bc9f6
powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
by Aneesh Kumar K.V
· 12 years ago
074c2ea
powerpc/THP: Implement transparent hugepages for ppc64
by Aneesh Kumar K.V
· 12 years ago
40b3136
Finally eradicate CONFIG_HOTPLUG
by Stephen Rothwell
· 12 years ago
c60ac56
powerpc: Update kernel VSID range
by Aneesh Kumar K.V
· 12 years ago
cad5cef
POWERPC: drivers: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
5524a27
powerpc/mm: Convert virtual address to vpn
by Aneesh Kumar K.V
· 12 years ago
2672391
mm, powerpc: move the RCU page-table freeing into generic code
by Peter Zijlstra
· 14 years ago
d6bf29b
powerpc: mmu_gather rework
by Peter Zijlstra
· 14 years ago
f342552
powerpc/mm: Make hpte_need_flush() safe for preemption
by Peter Zijlstra
· 14 years ago
77058e1
powerpc: Fix address masking bug in hpte_need_flush()
by David Gibson
· 15 years ago
f71dc17
powerpc/mm: Make hpte_need_flush() correctly mask for multiple page sizes
by David Gibson
· 15 years ago
a8f7758
powerpc/mm: Move around mmu_gathers definition on 64-bit
by Benjamin Herrenschmidt
· 15 years ago
c7cc58a1
powerpc/mm: Rework & cleanup page table freeing code path
by Benjamin Herrenschmidt
· 15 years ago
d258e64
powerpc: Remove unnecessary semicolons
by Joe Perches
· 16 years ago
56aa412
cpumask: Use mm_cpumask() wrapper instead of cpu_vm_mask
by Rusty Russell
· 16 years ago
e41e811
powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.c
by Benjamin Herrenschmidt
· 16 years ago
[Renamed from arch/powerpc/mm/tlb_64.c]
0186f47
powerpc: Use RCU based pte freeing mechanism for all powerpc
by Kumar Gala
· 16 years ago
b8b572e
powerpc: Move include files to arch/powerpc/include/asm
by Stephen Rothwell
· 16 years ago
0d9ea75
powerpc: support multiple hugepage sizes
by Jon Tollefson
· 16 years ago
84c3d4a
Merge commit 'origin/master'
by Benjamin Herrenschmidt
· 17 years ago
392096e
generic-ipi: fix linux-next tree build failure
by Stephen Rothwell
· 17 years ago
c884116
[POWERPC] Remove duplicate variable definitions in mm/tlb_64.c
by Michael Ellerman
· 17 years ago
9bafbb0
[POWERPC] Fix CONFIG_SMP=n build error on ppc64
by Olof Johansson
· 17 years ago
1189be6
[POWERPC] Use 1TB segments
by Paul Mackerras
· 17 years ago
f21f49e
[POWERPC] Remove the dregs of APUS support from arch/powerpc
by David Gibson
· 18 years ago
3d5134e
[POWERPC] Rewrite IO allocation & mapping on powerpc64
by Benjamin Herrenschmidt
· 18 years ago
16c2d47
[POWERPC] Add ability to 4K kernel to hash in 64K pages
by Benjamin Herrenschmidt
· 18 years ago
a741e67
[POWERPC] Make tlb flush batch use lazy MMU mode
by Benjamin Herrenschmidt
· 18 years ago
2d69ff3
[POWERPC] Fix a compiler warning in mm/tlb_64.c
by Michael Ellerman
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
bf72aeb
powerpc: Use 64k pages without needing cache-inhibited large pages
by Paul Mackerras
· 19 years ago
2ef9481
[PATCH] powerpc: trivial: modify comments to refer to new location of files
by Jon Mason
· 19 years ago
51fae6de
[PATCH] powerpc: Add a is_kernel_addr() macro
by Michael Ellerman
· 19 years ago
01edcd8
[PATCH] mm: powerpc ptlock comments
by Hugh Dickins
· 19 years ago
3c726f8
[PATCH] ppc64: support 64k pages
by Benjamin Herrenschmidt
· 19 years ago
ab1f9da
powerpc: Merge arch/ppc64/mm to arch/powerpc/mm
by Paul Mackerras
· 19 years ago
[Renamed from arch/ppc64/mm/tlb.c]
ab11d1e
Merge by hand from Linus' tree.
by Paul Mackerras
· 19 years ago
0f9578b
[PATCH] ppc64: More hugepage fixes
by Benjamin Herrenschmidt
· 19 years ago
61b1a94
[PATCH] ppc64: Store virtual address in TLB flush batches
by Benjamin Herrenschmidt
· 19 years ago
e28f7fa
[PATCH] Four level pagetables for ppc64
by David Gibson
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago