Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ad8ddc5755c27e051c02b39f68ee7ae850d9c549
/
arch
/
powerpc
/
mm
2f4bf52
Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
c118baf
arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodes
by Raghavendra K T
· 9 years ago
e1f580e8
powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tlb entry
by Kevin Hao
· 9 years ago
eba5de8
powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entry
by Scott Wood
· 9 years ago
d9e1831
powerpc/85xx: Load all early TLB entries at once
by Scott Wood
· 9 years ago
1def375
powerpc/numa: Use of_get_next_parent to simplify code
by Christophe Jaillet
· 9 years ago
891121e
powerpc/mm: Differentiate between hugetlb and THP during page walk
by Aneesh Kumar K.V
· 9 years ago
ec2640b
powerpc/mm: Disable hugepd for 64K page size.
by Aneesh Kumar K.V
· 9 years ago
fdf880a
powerpc: Fix checkstop in native_hpte_clear() with lockdep
by Cyril Bur
· 9 years ago
26cd835
powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()
by Michael Ellerman
· 9 years ago
1d15010
powerpc/slb: Define an enum for the bolted indexes
by Anshuman Khandual
· 9 years ago
f240bdd
Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
36b35d5
powerpc/mm: Recompute hash value after a failed update
by Aneesh Kumar K.V
· 9 years ago
12f03ee
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
033fbae
mm: ZONE_DEVICE for "device memory"
by Dan Williams
· 9 years ago
9698351
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next
by Michael Ellerman
· 9 years ago
1d80544
powerpc/numa: initialize distance lookup table from drconf path
by Nikunj A Dadhania
· 9 years ago
73b341e
powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64K
by Michael Ellerman
· 9 years ago
f444f1f
powerpc/cell: Drop support for 64K local store on 4K kernels
by Michael Ellerman
· 9 years ago
69399ee
powerpc/e6500: hw tablewalk: optimize a bit for tcd lock acquiring codes
by Kevin Hao
· 9 years ago
79d0be7
powerpc/slb: Add documentation on runtime patching of SLB encoding
by Anshuman Khandual
· 9 years ago
2be682a
powerpc/slb: Rename all the 'slot' occurrences to 'entry'
by Anshuman Khandual
· 9 years ago
752b8ad
powerpc/slb: Remove a duplicate extern variable
by Anshuman Khandual
· 9 years ago
c602320
powerpc/fsl: Force coherent memory on e500mc derivatives
by Scott Wood
· 9 years ago
0d61f0b
powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr test
by Scott Wood
· 9 years ago
2f7d2b7
powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA
by Scott Wood
· 10 years ago
eab861a
powerpc: Add plain English description for alignment exception oopses
by Anton Blanchard
· 9 years ago
9d90f03
Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 9 years ago
8d7804a
Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
8809aa2
mm: clarify that the function operates on hugepage pte
by Aneesh Kumar K.V
· 9 years ago
f28b6ff
powerpc/mm: use generic version of pmdp_clear_flush()
by Aneesh Kumar K.V
· 9 years ago
15a25b2
mm/thp: split out pmd collapse flush into separate functions
by Aneesh Kumar K.V
· 9 years ago
e81f2d2
mm/hugetlb: reduce arch dependent code about huge_pmd_unshare
by Zhang Zhen
· 9 years ago
08d183e
Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 9 years ago
6096f88
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next
by Michael Ellerman
· 9 years ago
6f11428
powerpc: don't use module_init for non-modular core hugetlb code
by Paul Gortmaker
· 10 years ago
15b244a
powerpc/mmu: Add userspace-to-physical addresses translation cache
by Alexey Kardashevskiy
· 9 years ago
cfcb3d8
powerpc/mm: Add trace point for tracking hash pte fault
by Aneesh Kumar K.V
· 10 years ago
987aec3
Merge 4.1-rc7 into driver-core-next
by Greg Kroah-Hartman
· 9 years ago
ec249dd
cxl: Move include file cxl.h -> cxl-base.h
by Michael Neuling
· 9 years ago
85a97da
powerpc/copro: Fix faulting kernel segments
by Michael Neuling
· 9 years ago
6c0cc62
powerpc/mm: Use PFN_PHYS() in devmem_is_allowed()
by Scott Wood
· 10 years ago
c89ca8a
powerpc/e6500: Optimize hugepage TLB misses
by Scott Wood
· 10 years ago
f407a82
Merge branch 'linus' into sched/core, to resolve conflict
by Ingo Molnar
· 9 years ago
09f3f32
powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOC
by Michael Ellerman
· 9 years ago
06931e6
sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()
by Bartosz Golaszewski
· 9 years ago
ecc8617
module: add extra argument for parse_params() callback
by Luis R. Rodriguez
· 10 years ago
70ffdb9
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler
by David Hildenbrand
· 10 years ago
2cb7c9c
sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*
by David Hildenbrand
· 10 years ago
7b868e8
powerpc/mm: Return NULL for not present hugetlb page
by Aneesh Kumar K.V
· 10 years ago
13bd817
powerpc/thp: Serialize pmd clear against a linux page table walk.
by Aneesh Kumar K.V
· 10 years ago
2e826695
powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled
by Aneesh Kumar K.V
· 10 years ago
7d6e7f7
powerpc/mm/thp: Return pte address if we find trans_splitting.
by Aneesh Kumar K.V
· 10 years ago
691e95f
powerpc/mm/thp: Make page table walk safe against thp split/collapse
by Aneesh Kumar K.V
· 10 years ago
1cbee46
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into fixes
by Michael Ellerman
· 10 years ago
d19d5ef
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
50c6a66
powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()
by Scott Wood
· 10 years ago
2b68f6c
mm: expose arch_mmap_rnd when available
by Kees Cook
· 10 years ago
ed63227
powerpc: standardize mmap_rnd() usage
by Kees Cook
· 10 years ago
f691fa1
powerpc: Replace mem_init_done with slab_is_available()
by Michael Ellerman
· 10 years ago
4f9c53c
powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled
by Michael Ellerman
· 10 years ago
5dd4e4f
powerpc/mm: Change setbat() to take a pgprot_t rather than flags
by Michael Ellerman
· 10 years ago
9110833
powerpc/mm: Remove duplicate declaration of setbat()
by Michael Ellerman
· 10 years ago
df60f57
Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into test
by Michael Ellerman
· 10 years ago
e77553c
powerpc/mm: Free string after creating kmem cache
by Yanjiang Jin
· 10 years ago
cc83458
powerpc/32: %pF is only for function pointers
by Scott Wood
· 10 years ago
3af229f
powerpc/numa: Reset node_possible_map to only node_online_map
by Nishanth Aravamudan
· 10 years ago
3338a65
powerpc/vphn: parsing code rewrite
by Greg Kurz
· 10 years ago
4b6cfb2
powerpc/vphn: move VPHN parsing logic to a separate file
by Greg Kurz
· 10 years ago
b1fc948
powerpc/vphn: move endianness fixing to vphn_unpack_associativity()
by Greg Kurz
· 10 years ago
9d0e6d9
powerpc/vphn: clarify the H_HOME_NODE_ASSOCIATIVITY API
by Greg Kurz
· 10 years ago
b05ae4e
powerpc: Remove duplicate cacheable_memcpy/memzero functions
by Kyle Moffett
· 13 years ago
780fc56
powerpc: drop _PAGE_FILE and pte_file()-related helpers
by Kirill A. Shutemov
· 10 years ago
c833e17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux
by Linus Torvalds
· 10 years ago
842915f
ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT
by Mel Gorman
· 10 years ago
8a0516e
mm: convert p[te|md]_numa users to p[te|md]_protnone_numa
by Mel Gorman
· 10 years ago
59d5373
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
d3f180e
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
1757bbd
arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()
by Naoya Horiguchi
· 10 years ago
61f77ed
mm/hugetlb: reduce arch dependent code around follow_huge_*
by Naoya Horiguchi
· 10 years ago
c2c896b
powerpc/mm: Warn on flushing tlb page in kernel context
by Arseny Solokha
· 10 years ago
0dc294f
powerpc/mm: bail out early when flushing TLB page
by Arseny Solokha
· 10 years ago
ce67f5d
powerpc32: Use kmem_cache memory for PGDIR
by LEROY Christophe
· 10 years ago
debddd9
powerpc/8xx: reduce pressure on TLB due to context switches
by LEROY Christophe
· 10 years ago
a7b9f67
powerpc32: adds handling of _PAGE_RO
by LEROY Christophe
· 10 years ago
238cac1
powerpc: Remove duplicate tlbcam_index declarations
by Emil Medve
· 10 years ago
33692f2
vm: add VM_FAULT_SIGSEGV handling support
by Linus Torvalds
· 10 years ago
8aa989b
powerpc: Remove some unused functions
by Michael Ellerman
· 10 years ago
da1a288
ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCE
by Christian Borntraeger
· 10 years ago
031bc57
mm/debug-pagealloc: make debug-pagealloc boottime configurable
by Joonsoo Kim
· 10 years ago
a7cb7bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
140cd7f
Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
7ef58b3
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux
by Linus Torvalds
· 10 years ago
b64bb1d
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
aefa568
powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault
by Aneesh Kumar K.V
· 10 years ago
b5be75d
Merge remote-tracking branch 'benh/next' into next
by Michael Ellerman
· 10 years ago
d557b09
powerpc/mm/thp: Use tlbiel if possible
by Aneesh Kumar K.V
· 10 years ago
f1581bf
powerpc/mm/thp: Remove code duplication
by Aneesh Kumar K.V
· 10 years ago
c4f3eb5
powerpc/mm/hugetlb: Sanity check gigantic hugepage count
by James Yang
· 10 years ago
0ec2698
powerpc/mm: Check for matching hpte without taking hpte lock
by Aneesh Kumar K.V
· 10 years ago
Next »