index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
regulator
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-23
powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32
Christophe Leroy
1
-2
/
+30
2019-02-23
powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX
Christophe Leroy
6
-10
/
+112
2019-02-23
powerpc/mm/32s: add setibat() clearibat() and update_bats()
Christophe Leroy
3
-0
/
+69
2019-02-23
powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFT
Christophe Leroy
2
-6
/
+12
2019-02-23
powerpc/kconfig: define PAGE_SHIFT inside Kconfig
Christophe Leroy
2
-11
/
+9
2019-02-23
powerpc/mmu: add is_strict_kernel_rwx() helper
Christophe Leroy
2
-3
/
+12
2019-02-23
powerpc/32: add helper to write into segment registers
Christophe Leroy
1
-0
/
+5
2019-02-23
powerpc/mm/32s: use _PAGE_EXEC in setbat()
Christophe Leroy
1
-4
/
+6
2019-02-23
powerpc/wii: remove wii_mmu_mapin_mem2()
Christophe Leroy
1
-28
/
+0
2019-02-23
powerpc/32: always populate page tables for Abatron BDI.
Christophe Leroy
1
-1
/
+4
2019-02-23
powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.
Christophe Leroy
1
-18
/
+9
2019-02-23
powerpc/mm/32s: rework mmu_mapin_ram()
Christophe Leroy
1
-22
/
+41
2019-02-23
powerpc/mm/32: add base address to mmu_mapin_ram()
Christophe Leroy
7
-9
/
+9
2019-02-23
powerpc/wii: properly disable use of BATs when requested.
Christophe Leroy
1
-0
/
+4
2019-02-23
powerpc/8xx: Map 32Mb of RAM at init.
Christophe Leroy
2
-22
/
+36
2019-02-23
powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.c
Christophe Leroy
1
-25
/
+19
2019-02-23
powerpc: sstep: Add tests for addc[.] instruction
Sandipan Das
2
-0
/
+193
2019-02-23
powerpc: sstep: Add tests for add[.] instruction
Sandipan Das
1
-0
/
+176
2019-02-23
powerpc: sstep: Add tests for compute type instructions
Sandipan Das
3
-5
/
+315
2019-02-23
Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"
Michael Ellerman
3
-7
/
+12
2019-02-22
powerpc: Move page table dump files in a dedicated subdirectory
Christophe Leroy
11
-17
/
+14
2019-02-21
powerpc: dump as a single line areas mapping a single physical page.
Christophe Leroy
1
-6
/
+12
2019-02-21
tools/selftest/vm: allow choosing mem size and page size in map_hugetlb
Christophe Leroy
1
-2
/
+27
2019-02-21
powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/booke
Christophe Leroy
1
-5
/
+7
2019-02-21
powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling
Christophe Leroy
3
-12
/
+7
2019-02-21
powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.
Christophe Leroy
1
-11
/
+13
2019-02-21
powerpc/603: Don't worry about _PAGE_USER in TLB miss handlers
Christophe Leroy
1
-9
/
+3
2019-02-21
powerpc/603: let's handle PAGE_DIRTY directly
Christophe Leroy
1
-4
/
+2
2019-02-21
powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB misses
Christophe Leroy
1
-6
/
+2
2019-02-21
powerpc/603: Don't handle kernel page TLB misses when not need
Christophe Leroy
1
-0
/
+4
2019-02-21
powerpc/hash32: use physical address directly in hash handlers.
Christophe Leroy
2
-37
/
+31
2019-02-21
powerpc/603: use physical address directly in TLB miss handlers.
Christophe Leroy
1
-9
/
+6
2019-02-21
powerpc/6xx: Store PGDIR physical address in a SPRG
Christophe Leroy
4
-15
/
+18
2019-02-21
powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTAS
Christophe Leroy
5
-13
/
+21
2019-02-21
powerpc: simplify BDI switch
Christophe Leroy
5
-11
/
+9
2019-02-21
powerpc/83xx: Also save/restore SPRG4-7 during suspend
Christophe Leroy
1
-7
/
+27
2019-02-21
powerpc/traps: fix recoverability of machine check handling on book3s/32
Christophe Leroy
1
-4
/
+4
2019-02-21
powerpc/32: Remove unneccessary MSR[RI] clearing for 8xx
Christophe Leroy
1
-3
/
+0
2019-02-21
powerpc/setup: display reason for not booting
Christophe Leroy
1
-1
/
+1
2019-02-21
powerpc/8xx: hide itlbie and dtlbie symbols
Christophe Leroy
1
-8
/
+8
2019-02-21
powerpc/selftest: fix type of mftb() in null_syscall
Christophe Leroy
1
-1
/
+1
2019-02-21
powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit
Paul Mackerras
3
-25
/
+29
2019-02-21
powerpc/64s: Fix logic when handling unknown CPU features
Michael Ellerman
1
-10
/
+7
2019-02-21
powerpc/smp: Make __smp_send_nmi_ipi() static
Nicholas Piggin
1
-1
/
+2
2019-02-21
powerpc/smp: Fix NMI IPI xmon timeout
Nicholas Piggin
1
-64
/
+29
2019-02-21
powerpc/smp: Fix NMI IPI timeout
Nicholas Piggin
1
-2
/
+3
2019-02-21
powerpc: Make PPC_64K_PAGES depend on only 44x or PPC_BOOK3S_64
Michael Ellerman
1
-1
/
+1
2019-02-21
powerpc/64: Make sys_switch_endian() traceable
Michael Ellerman
1
-1
/
+1
2019-02-21
powerpc/dts: Standardize DTS status assignments from "ok" to "okay"
Robert P. J. Day
4
-4
/
+4
2019-02-21
powerpc/book3s: Remove pgd/pud/pmd_set() interfaces
Aneesh Kumar K.V
2
-18
/
+4
[next]