index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-28
powerpc/mm: Fix tlbie to add AVAL fields for 64K pages
Aneesh Kumar K.V
1
-22
/
+16
2014-04-18
powerpc/mm: fix ".__node_distance" undefined
Mike Qiu
1
-0
/
+1
2014-04-09
power, sched: stop updating inside arch_update_cpu_topology() when nothing to...
Michael Wang
1
-0
/
+15
2014-04-09
powerpc/mm: NUMA pte should be handled via slow path in get_user_pages_fast()
Aneesh Kumar K.V
1
-0
/
+13
2014-03-24
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
2
-23
/
+51
2014-03-24
powerpc/mm: Make sure a local_irq_disable prevent a parallel THP split
Aneesh Kumar K.V
1
-0
/
+5
2014-03-19
powerpc/booke64: Critical and machine check exception support
Scott Wood
1
-0
/
+11
2014-03-19
powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlers
Scott Wood
1
-16
/
+28
2014-03-19
powerpc/e6500: Make TLB lock recursive
Scott Wood
1
-7
/
+12
2014-03-07
powerpc/book3e: Fix check for linear mapping in TLB miss handler
Benjamin Krill
1
-1
/
+2
2014-03-07
powerpc/pseries: Use remove_memory() to remove memory
Nathan Fontenot
1
-1
/
+6
2014-02-17
powerpc/mm: Add new "set" flag argument to pte/pmd update function
Aneesh Kumar K.V
2
-6
/
+8
2014-02-11
powerpc: Fix kdump hang issue on p8 with relocation on exception enabled.
Mahesh Salgaonkar
1
-0
/
+14
2014-01-29
powerpc/hugetlb: Replace __get_cpu_var with get_cpu_var
Tiejun Chen
1
-1
/
+3
2014-01-29
powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allo...
jmarchan@redhat.com
1
-1
/
+1
2014-01-29
powerpc/numa: Fix decimal permissions
Joe Perches
1
-1
/
+1
2014-01-29
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
2
-1
/
+4
2014-01-27
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
16
-79
/
+503
2014-01-21
memblock: make memblock_set_node() support different memblock_type
Tang Chen
2
-4
/
+6
2014-01-17
powerpc/booke64: Guard e6500 tlb handler with CONFIG_PPC_FSL_BOOK3E
Scott Wood
2
-1
/
+4
2014-01-15
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
9
-42
/
+384
2014-01-15
powerpc: Make add_system_ram_resources() __init
Geert Uytterhoeven
1
-1
/
+1
2014-01-15
powerpc: Add debug checks to catch invalid cpu-to-node mappings
Srivatsa S. Bhat
1
-2
/
+24
2014-01-15
powerpc: Fix the setup of CPU-to-Node mappings during CPU online
Srivatsa S. Bhat
1
-3
/
+67
2014-01-15
powerpc: Delete non-required instances of include <linux/init.h>
Paul Gortmaker
3
-3
/
+0
2014-01-10
powerpc/booke-64: fix tlbsrx. path in bolted tlb handler
Scott Wood
1
-1
/
+2
2014-01-09
powerpc/fsl-book3e-64: Use paca for hugetlb TLB1 entry selection
Scott Wood
1
-10
/
+41
2014-01-09
powerpc/e6500: TLB miss handler with hardware tablewalk support
Scott Wood
4
-26
/
+251
2014-01-09
powerpc: add barrier after writing kernel PTE
Scott Wood
2
-0
/
+13
2014-01-09
powerpc/fsl_booke: smp support for booting a relocatable kernel above 64M
Kevin Hao
3
-4
/
+6
2014-01-09
powerpc/fsl_booke: make sure PAGE_OFFSET map to memstart_addr for relocatable...
Kevin Hao
2
-7
/
+37
2014-01-09
powerpc/fsl_booke: introduce map_mem_in_cams_addr
Kevin Hao
1
-3
/
+10
2014-01-09
powerpc/fsl_booke: set the tlb entry for the kernel address in AS1
Kevin Hao
2
-0
/
+4
2014-01-09
powerpc: enable the relocatable support for the fsl booke 32bit kernel
Kevin Hao
1
-0
/
+28
2014-01-09
powerpc/fsl_booke: protect the access to MAS7
Kevin Hao
1
-1
/
+2
2013-12-09
powerpc/mm: Only check for _PAGE_PRESENT in set_pte/pmd functions
Aneesh Kumar K.V
2
-2
/
+2
2013-12-09
powerpc/mm: Free up _PAGE_COHERENCE for numa fault use later
Aneesh Kumar K.V
4
-7
/
+25
2013-12-02
powerpc: Move the patch_exception to a common place
Kevin Hao
1
-19
/
+0
2013-11-22
powerpc/booke: Only check for hugetlb in flush if vma != NULL
Scott Wood
2
-3
/
+2
2013-11-21
powerpc: ppc64 address space capped at 32TB, mmap randomisation disabled
Anton Blanchard
1
-1
/
+1
2013-11-21
powerpc: Fix __get_user_pages_fast() irq handling
Heiko Carstens
1
-2
/
+3
2013-11-15
powerpc: handle pgtable_page_ctor() fail
Kirill A. Shutemov
2
-4
/
+8
2013-11-13
mm: use pgdat_end_pfn() to simplify the code in arch
Xishi Qiu
1
-2
/
+1
2013-11-13
mm: remove obsolete comments about page table lock
Naoya Horiguchi
1
-2
/
+0
2013-11-13
mm/arch: use __free_reserved_page() to simplify the code
Xishi Qiu
1
-3
/
+1
2013-10-30
powerpc: Fix warnings for arch/powerpc/mm/numa.c
Robert Jennings
1
-4
/
+4
2013-10-28
powerpc/8xx: Fixing memory init issue with CONFIG_PIN_TLB
LEROY Christophe
1
-0
/
+5
2013-10-28
powerpc/8xx: Revert commit e0908085fc2391c85b85fb814ae1df377c8e0dcb
LEROY Christophe
1
-16
/
+3
2013-10-11
Merge branch 'for-kvm' into next
Benjamin Herrenschmidt
1
-1
/
+50
2013-10-11
powerpc: Prepare to support kernel handling of IOMMU map/unmap
Alexey Kardashevskiy
1
-1
/
+50
[next]