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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-28
powerpc/40x: Remove WALNUT
Christophe Leroy
11
-411
/
+1
2020-05-28
powerpc/40x: Remove STB03xxx
Christophe Leroy
2
-18
/
+0
2020-05-28
powerpc/40x: Remove support for IBM 403GCX
Christophe Leroy
8
-168
/
+1
2020-05-28
powerpc/pgtable: Drop PTE_ATOMIC_UPDATES
Christophe Leroy
1
-15
/
+0
2020-05-28
powerpc/40x: Rework 40x PTE access and TLB miss
Christophe Leroy
4
-172
/
+34
2020-05-28
powerpc: Remove Xilinx PPC405/PPC440 support
Michal Simek
29
-1782
/
+3
2020-05-28
powerpc/64: Refactor interrupt exit irq disabling sequence
Nicholas Piggin
1
-30
/
+28
2020-05-28
powerpc/64s/radix: Don't prefetch DAR in update_mmu_cache
Nicholas Piggin
3
-18
/
+6
2020-05-28
powerpc/xive: Do not expose a debugfs file when XIVE is disabled
Cédric Le Goater
1
-2
/
+3
2020-05-26
powerpc/xive: Clear the page tables for the ESB IO mapping
Cédric Le Goater
1
-0
/
+5
2020-05-26
powerpc: Add ppc_inst_as_u64()
Michael Ellerman
3
-9
/
+11
2020-05-26
powerpc: Add ppc_inst_next()
Michael Ellerman
4
-9
/
+23
2020-05-26
Merge branch 'fixes' into next
Michael Ellerman
15
-35
/
+68
2020-05-26
Merge "Use hugepages to map kernel mem on 8xx" into next
Michael Ellerman
42
-747
/
+803
2020-05-26
powerpc/32s: Implement dedicated kasan_init_region()
Christophe Leroy
4
-1
/
+60
2020-05-26
powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOC
Christophe Leroy
3
-3
/
+9
2020-05-26
powerpc/8xx: Implement dedicated kasan_init_region()
Christophe Leroy
2
-0
/
+75
2020-05-26
powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOC
Christophe Leroy
4
-9
/
+20
2020-05-26
powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLB
Christophe Leroy
3
-6
/
+13
2020-05-26
powerpc/8xx: Map linear memory with huge pages
Christophe Leroy
2
-3
/
+51
2020-05-26
powerpc/8xx: Map IMMR with a huge page
Christophe Leroy
1
-6
/
+2
2020-05-26
powerpc/8xx: Add a function to early map kernel via huge pages
Christophe Leroy
6
-1
/
+66
2020-05-26
powerpc/8xx: Refactor kernel address boundary comparison
Christophe Leroy
1
-14
/
+8
2020-05-26
powerpc/mm: Don't be too strict with _etext alignment on PPC32
Christophe Leroy
2
-28
/
+1
2020-05-26
powerpc/8xx: Move DTLB perf handling closer.
Christophe Leroy
1
-12
/
+11
2020-05-26
powerpc/8xx: Remove now unused TLB miss functions
Christophe Leroy
3
-100
/
+1
2020-05-26
powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...
Christophe Leroy
2
-129
/
+3
2020-05-26
powerpc/8xx: Always pin TLBs at startup.
Christophe Leroy
2
-32
/
+18
2020-05-26
powerpc/8xx: Don't set IMMR map anymore at boot
Christophe Leroy
5
-27
/
+35
2020-05-26
powerpc/8xx: Add function to set pinned TLBs
Christophe Leroy
2
-0
/
+105
2020-05-26
powerpc/8xx: Move PPC_PIN_TLB options into 8xx Kconfig
Christophe Leroy
2
-20
/
+41
2020-05-26
powerpc/8xx: MM_SLICE is not needed anymore
Christophe Leroy
4
-87
/
+0
2020-05-26
powerpc/8xx: Only 8M pages are hugepte pages now
Christophe Leroy
2
-17
/
+6
2020-05-26
powerpc/8xx: Manage 512k huge pages as standard pages.
Christophe Leroy
6
-16
/
+44
2020-05-26
powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.
Christophe Leroy
2
-13
/
+15
2020-05-26
powerpc/8xx: Drop CONFIG_8xx_COPYBACK option
Christophe Leroy
8
-30
/
+1
2020-05-26
powerpc/mm: Reduce hugepd size for 8M hugepages on 8xx
Christophe Leroy
4
-6
/
+46
2020-05-26
powerpc/mm: Create a dedicated pte_update() for 8xx
Christophe Leroy
1
-4
/
+25
2020-05-26
powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64
Christophe Leroy
3
-17
/
+15
2020-05-26
powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...
Christophe Leroy
2
-5
/
+7
2020-05-26
powerpc/mm: Refactor pte_update() on book3s/32
Christophe Leroy
1
-38
/
+20
2020-05-26
powerpc/mm: Refactor pte_update() on nohash/32
Christophe Leroy
1
-22
/
+4
2020-05-26
powerpc/mm: PTE_ATOMIC_UPDATES is only for 40x
Christophe Leroy
2
-44
/
+1
2020-05-26
powerpc/mm: Fix conditions to perform MMU specific management by blocks on PP...
Christophe Leroy
1
-2
/
+2
2020-05-26
powerpc/mm: Allocate static page tables for fixmap
Christophe Leroy
3
-1
/
+21
2020-05-26
powerpc/32s: Don't warn when mapping RO data ROX.
Christophe Leroy
1
-2
/
+4
2020-05-26
powerpc/ptdump: Handle hugepd at PGD level
Christophe Leroy
1
-3
/
+26
2020-05-26
powerpc/ptdump: Properly handle non standard page size
Christophe Leroy
1
-9
/
+12
2020-05-26
powerpc/ptdump: Standardise display of BAT flags
Christophe Leroy
1
-22
/
+15
2020-05-26
powerpc/ptdump: Display size of BATs
Christophe Leroy
3
-9
/
+21
[next]