Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4daf5a2839b38cbb2d234d35bff993609d12ba61
/
arch
/
powerpc
/
mm
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
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
f5242e5
of/reconfig: Always use the same structure for notifiers
by Grant Likely
· 10 years ago
a020010
Merge Linus' tree to be be to apply submitted patches to newer code than
by Jiri Kosina
· 10 years ago
e39f223f
powerpc: Remove more traces of bootmem
by Michael Ellerman
· 10 years ago
35891d40
Merge remote-tracking branch 'scottwood/next' into next
by Michael Ellerman
· 10 years ago
fb7332a
mmu_gather: move minimal range calculations into generic code
by Will Deacon
· 10 years ago
b30e759
powerpc/mm: Switch to generic RCU get_user_pages_fast
by Aneesh Kumar K.V
· 10 years ago
0674352
powerpc/mm: Add missing pmd accessors
by Aneesh Kumar K.V
· 10 years ago
d1d5304
powerpc/mm: Use PAGE_FACTOR
by Gavin Shan
· 10 years ago
21098b9
powerpc: Move sparse_init() into initmem_init
by Anton Blanchard
· 10 years ago
68cf0d6
powerpc: Remove superfluous bootmem includes
by Anton Blanchard
· 10 years ago
14ed740
powerpc: Remove some old bootmem related comments
by Anton Blanchard
· 10 years ago
1023973
powerpc: Remove bootmem allocator
by Anton Blanchard
· 10 years ago
c51a6821
powerpc/8xx: Invalidate non present TLB as early as possible
by LEROY Christophe
· 10 years ago
16d0f5c
powerpc: Remove ppc_md.remove_memory
by Anton Blanchard
· 10 years ago
dd521d1
Merge branch 'topic/get-cpu-var' into next
by Michael Ellerman
· 10 years ago
69111ba
powerpc: Replace __get_cpu_var uses
by Christoph Lameter
· 10 years ago
94966b7
powerpc: Fix section mismatch warning
by Fabian Frederick
· 10 years ago
b823982
powerpc: Fix comment typo 'CONIFG_8xx'
by Paul Bolle
· 10 years ago
2c0a33f
powerpc/numa: ensure per-cpu NUMA mappings are correct on topology update
by Nishanth Aravamudan
· 10 years ago
49f8d8c
powerpc/numa: use cached value of update->cpu in update_cpu_topology
by Nishanth Aravamudan
· 10 years ago
03f5439
powerpc/mm: Use appropriate ESID mask in copro_calculate_slb()
by Ian Munsie
· 10 years ago
6643773
powerpc/mm: Fix build error with hugetlfs disabled
by Aneesh Kumar K.V
· 10 years ago
dc30340
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
5c9fb18
powerpc/vphn: NUMA node code expects big-endian
by Greg Kurz
· 10 years ago
faafcba
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
2d73bae
powerpc/numa: Add ability to disable and debug topology updates
by Nishanth Aravamudan
· 10 years ago
2d15b9b
powerpc/numa: check error return from proc_create
by Nishanth Aravamudan
· 10 years ago
4c6d9ac
powerpc/mm: Add hooks for cxl
by Ian Munsie
· 10 years ago
a1dca346
powerpc/mm: Add new hash_page_mm()
by Ian Munsie
· 10 years ago
8ca7a82
powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize
by Ian Munsie
· 10 years ago
be3ebfe
powerpc/cell: Make spu_flush_all_slbs() generic
by Ian Munsie
· 10 years ago
73d16a6
powerpc/cell: Move data segment faulting code out of cell platform
by Ian Munsie
· 10 years ago
e83d016
powerpc/cell: Move spu_handle_mm_fault() out of cell platform
by Ian Munsie
· 10 years ago
75d43b2
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
by Michael Ellerman
· 10 years ago
3e47d14
powerpc: Remove powerpc specific cmd_line
by Anton Blanchard
· 10 years ago
9d57472
powerpc: Fill in si_addr_lsb siginfo field
by Anton Blanchard
· 10 years ago
3913fdd
powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler
by Anton Blanchard
· 10 years ago
63af526
powerpc: Simplify do_sigbus
by Anton Blanchard
· 10 years ago
9e34992
powerpc/mm: Unindent htab_dt_scan_page_sizes()
by Michael Ellerman
· 10 years ago
297cf50
powerpc: some changes in numa_setup_cpu()
by Li Zhong
· 10 years ago
bc3c432
powerpc: Only set numa node information for present cpus at boottime
by Li Zhong
· 10 years ago
70ad237
powerpc: Fix warning reported by verify_cpu_node_mapping()
by Li Zhong
· 10 years ago
f6026df
powerpc: Move htab_remove_mapping function prototype into header file
by Anton Blanchard
· 10 years ago
1217d34
powerpc: Ensure global functions include their prototype
by Anton Blanchard
· 10 years ago
e51df2c
powerpc: Make a bunch of things static
by Anton Blanchard
· 10 years ago
e1802b0
powerpc: Move more symbol exports next to function definitions
by Anton Blanchard
· 10 years ago
6db35ad
powerpc/mm: Use common paging_init() for NUMA
by Scott Wood
· 10 years ago
a70857e
sched: Add helper for task stack page overrun checking
by Aaron Tomlin
· 10 years ago
d4311ff
init/main.c: Give init_task a canary
by Aaron Tomlin
· 10 years ago
1c98025
powerpc: Dynamic DMA zone limits
by Scott Wood
· 10 years ago
9e81330
powerpc/thp: Add tracepoints to track hugepage invalidate
by Aneesh Kumar K.V
· 10 years ago
7e46724
powerpc/thp: Use ACCESS_ONCE when loading pmdp
by Aneesh Kumar K.V
· 10 years ago
969b7b2
powerpc/thp: Invalidate with vpn in loop
by Aneesh Kumar K.V
· 10 years ago
fc04795
powerpc/thp: Handle combo pages in invalidate
by Aneesh Kumar K.V
· 10 years ago
629149f
powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pte
by Aneesh Kumar K.V
· 10 years ago
fa1f8ae
powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
by Aneesh Kumar K.V
· 10 years ago
Next »