index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-28
powerpc/40x: Remove support for IBM 403GCX
Christophe Leroy
3
-67
/
+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
2
-22
/
+3
2020-05-28
powerpc: Remove Xilinx PPC405/PPC440 support
Michal Simek
2
-37
/
+0
2020-05-28
powerpc/64s/radix: Don't prefetch DAR in update_mmu_cache
Nicholas Piggin
1
-2
/
+5
2020-05-26
powerpc: Add ppc_inst_as_u64()
Michael Ellerman
1
-0
/
+9
2020-05-26
powerpc: Add ppc_inst_next()
Michael Ellerman
1
-0
/
+13
2020-05-26
Merge branch 'fixes' into next
Michael Ellerman
3
-6
/
+24
2020-05-26
Merge "Use hugepages to map kernel mem on 8xx" into next
Michael Ellerman
13
-239
/
+125
2020-05-26
powerpc/32s: Implement dedicated kasan_init_region()
Christophe Leroy
1
-0
/
+1
2020-05-26
powerpc/8xx: Add a function to early map kernel via huge pages
Christophe Leroy
2
-0
/
+7
2020-05-26
powerpc/8xx: Remove now unused TLB miss functions
Christophe Leroy
1
-7
/
+1
2020-05-26
powerpc/8xx: Add function to set pinned TLBs
Christophe Leroy
1
-0
/
+2
2020-05-26
powerpc/8xx: MM_SLICE is not needed anymore
Christophe Leroy
3
-86
/
+0
2020-05-26
powerpc/8xx: Only 8M pages are hugepte pages now
Christophe Leroy
1
-4
/
+3
2020-05-26
powerpc/8xx: Manage 512k huge pages as standard pages.
Christophe Leroy
3
-5
/
+11
2020-05-26
powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.
Christophe Leroy
1
-7
/
+6
2020-05-26
powerpc/8xx: Drop CONFIG_8xx_COPYBACK option
Christophe Leroy
1
-2
/
+0
2020-05-26
powerpc/mm: Reduce hugepd size for 8M hugepages on 8xx
Christophe Leroy
2
-1
/
+22
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: Allocate static page tables for fixmap
Christophe Leroy
1
-0
/
+4
2020-05-20
powerpc/kasan: Declare kasan_init_region() weak
Christophe Leroy
1
-0
/
+3
2020-05-20
powerpc/kasan: Fix shadow pages allocation failure
Christophe Leroy
1
-2
/
+0
2020-05-20
powerpc/kasan: Fix issues by lowering KASAN_SHADOW_END
Christophe Leroy
1
-3
/
+1
2020-05-20
powerpc/64s/pgtable: fix an undefined behaviour
Qian Cai
1
-4
/
+19
2020-05-20
powerpc/64s: Fix early_init_mmu section mismatch
Nicholas Piggin
1
-1
/
+1
2020-05-20
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-0
/
+8
2020-05-20
Merge branch 'topic/uaccess-ppc' into next
Michael Ellerman
3
-25
/
+142
2020-05-20
Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."
Christophe Leroy
1
-4
/
+4
2020-05-19
powerpc/watchpoint: Don't allow concurrent perf and ptrace events
Ravi Bangoria
1
-0
/
+2
2020-05-19
powerpc/watchpoint: Prepare handler to handle more than one watchpoint
Ravi Bangoria
2
-1
/
+3
2020-05-19
powerpc/watchpoint: Use builtin ALIGN*() macros
Ravi Bangoria
1
-2
/
+3
2020-05-19
powerpc/watchpoint: Convert thread_struct->hw_brk to an array
Ravi Bangoria
1
-1
/
+1
2020-05-19
powerpc/watchpoint: Get watchpoint count dynamically while disabling them
Ravi Bangoria
1
-8
/
+8
2020-05-19
powerpc/watchpoint: Provide DAWR number to __set_breakpoint
Ravi Bangoria
2
-2
/
+2
2020-05-19
powerpc/watchpoint: Provide DAWR number to set_dawr
Ravi Bangoria
1
-2
/
+2
2020-05-19
powerpc/watchpoint: Introduce function to get nr watchpoints dynamically
Ravi Bangoria
3
-2
/
+11
2020-05-19
powerpc/watchpoint: Add SPRN macros for second DAWR
Ravi Bangoria
1
-0
/
+2
2020-05-19
powerpc/watchpoint: Rename current DAWR macros
Ravi Bangoria
1
-2
/
+2
2020-05-19
powerpc sstep: Add support for prefixed load/stores
Jordan Niethe
1
-0
/
+4
2020-05-19
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
5
-8
/
+105
2020-05-19
powerpc: Define new SRR1 bits for a ISA v3.1
Jordan Niethe
1
-1
/
+3
2020-05-19
powerpc: Enable Prefixed Instructions
Alistair Popple
1
-0
/
+3
2020-05-19
powerpc: Introduce a function for reporting instruction length
Jordan Niethe
1
-0
/
+5
2020-05-19
powerpc: Define and use get_user_instr() et. al.
Jordan Niethe
1
-0
/
+9
[next]