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
2017-11-15
mm: remove cold parameter from free_hot_cold_page*
Mel Gorman
2
-2
/
+2
2017-11-15
mm: account pud page tables
Kirill A. Shutemov
1
-0
/
+1
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+5
2017-11-03
Merge tag 'powerpc-4.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
7
-0
/
+7
2017-10-25
powerpc/64s/radix: Fix preempt imbalance in TLB flush
Nicholas Piggin
1
-0
/
+2
2017-10-10
powerpc: Don't call lockdep_assert_cpus_held() from arch_update_cpu_topology()
Thiago Jung Bauermann
1
-1
/
+0
2017-10-05
timer: Remove init_timer_deferrable() in favor of timer_setup()
Kees Cook
1
-7
/
+5
2017-10-04
powerpc/mm: Call flush_tlb_kernel_range with interrupts enabled
Guenter Roeck
1
-1
/
+1
2017-09-01
powerpc/mm: Use seq_putc() in two functions
Markus Elfring
2
-2
/
+2
2017-09-01
powerpc: fix location of two EXPORT_SYMBOL
Christophe Leroy
1
-1
/
+1
2017-08-31
powerpc/mm/radix: Prettify mapped memory range print out
Michael Ellerman
1
-1
/
+6
2017-08-31
powerpc/mm/radix: Add pr_fmt() to pgtable-radix.c
Michael Ellerman
1
-0
/
+4
2017-08-23
powerpc/mm: Make switch_mm_irqs_off() out of line
Benjamin Herrenschmidt
2
-1
/
+100
2017-08-23
powerpc/mm: Optimize detection of thread local mm's
Benjamin Herrenschmidt
1
-0
/
+2
2017-08-23
powerpc/mm: Use mm_is_thread_local() instread of open-coding
Benjamin Herrenschmidt
4
-14
/
+6
2017-08-23
Merge branch 'fixes' into next
Michael Ellerman
4
-6
/
+80
2017-08-17
powerpc/mm/cxl: Add the fault handling cpu to mm cpumask
Aneesh Kumar K.V
1
-9
/
+1
2017-08-17
powerpc/mm: Don't send IPI to all cpus on THP updates
Aneesh Kumar K.V
3
-9
/
+39
2017-08-17
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
3
-14
/
+21
2017-08-17
powerpc/mm: Rename find_linux_pte_or_hugepte()
Aneesh Kumar K.V
3
-14
/
+21
2017-08-16
powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...
Aneesh Kumar K.V
3
-160
/
+21
2017-08-15
powerpc/hugetlb: fix page rights verification in gup_hugepte()
Christophe Leroy
1
-12
/
+3
2017-08-15
powerpc/mm: Simplify __set_fixmap()
Christophe Leroy
1
-15
/
+0
2017-08-15
powerpc/mm: declare some local functions static
Christophe Leroy
1
-2
/
+2
2017-08-15
powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32
Christophe Leroy
2
-0
/
+30
2017-08-15
powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32
Christophe Leroy
1
-3
/
+10
2017-08-15
powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBs
Christophe Leroy
1
-4
/
+6
2017-08-15
powerpc/8xx: mark init functions with __init
Christophe Leroy
1
-4
/
+4
2017-08-15
powerpc/8xx: Make pinning of ITLBs optional
Christophe Leroy
1
-1
/
+7
2017-08-15
powerpc/8xx: Ensures RAM mapped with LTLB is seen as block mapped on 8xx.
Christophe Leroy
1
-2
/
+11
2017-08-10
powerpc/mm: Fix section mismatch warning in early_check_vec5()
Michael Ellerman
1
-1
/
+1
2017-08-10
powerpc/8xx: Use symbolic names for DSISR bits in DSI
Christophe Leroy
1
-1
/
+1
2017-08-10
powerpc/8xx: Getting rid of remaining use of CONFIG_8xx
Christophe Leroy
4
-8
/
+8
2017-08-10
powerpc/mm: Properly invalidate when setting process table base
Suraj Jitindar Singh
1
-2
/
+6
2017-08-08
powerpc/mm/hash64: Make vmalloc 56T on hash
Michael Ellerman
1
-3
/
+15
2017-08-08
powerpc/mm/slb: Move comment next to the code it's referring to
Michael Ellerman
1
-3
/
+4
2017-08-08
powerpc/mm/book3s64: Make KERN_IO_START a variable
Michael Ellerman
3
-0
/
+4
2017-08-03
powerpc: Remove old unused icswx based coprocessor support
Benjamin Herrenschmidt
6
-482
/
+0
2017-08-03
powerpc/mm: Cleanup check for stack expansion
Benjamin Herrenschmidt
1
-36
/
+48
2017-08-03
powerpc/mm: Don't lose "major" fault indication on retry
Benjamin Herrenschmidt
1
-2
/
+3
2017-08-03
powerpc/mm: Move page fault VMA access checks to a helper
Benjamin Herrenschmidt
1
-24
/
+33
2017-08-03
powerpc/mm: Set fault flags earlier
Benjamin Herrenschmidt
1
-1
/
+4
2017-08-03
powerpc/mm: Add a bunch of (un)likely annotations to do_page_fault
Benjamin Herrenschmidt
1
-10
/
+10
2017-08-03
powerpc/mm: Move/simplify faulthandler_disabled() and !mm check
Benjamin Herrenschmidt
1
-14
/
+13
2017-08-03
powerpc/mm: Move the DSISR_PROTFAULT sanity check
Benjamin Herrenschmidt
1
-33
/
+42
2017-08-03
powerpc/mm: Cosmetic fix to page fault accounting
Benjamin Herrenschmidt
1
-4
/
+2
2017-08-03
powerpc/mm: Move CMO accounting out of do_page_fault into a helper
Benjamin Herrenschmidt
1
-11
/
+18
2017-08-03
powerpc/mm: Rework mm_fault_error()
Benjamin Herrenschmidt
1
-38
/
+28
2017-08-03
powerpc/mm: Make bad_area* helper functions
Benjamin Herrenschmidt
1
-28
/
+50
[next]