index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/xive: Introduce XIVE_IPI_HW_IRQ
Cédric Le Goater
2020-12-10
2
-5
/
+7
*
powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flag
Cédric Le Goater
2020-12-10
3
-4
/
+4
*
KVM: PPC: Book3S HV: XIVE: Show detailed configuration in debug output
Cédric Le Goater
2020-12-10
3
-17
/
+82
*
powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cache
Gautham R. Shenoy
2020-12-10
2
-10
/
+24
*
powerpc/smp: Add support detecting thread-groups sharing L2 cache
Gautham R. Shenoy
2020-12-10
2
-5
/
+55
*
powerpc/smp: Rename init_thread_group_l1_cache_map() to make it generic
Gautham R. Shenoy
2020-12-10
1
-7
/
+10
*
powerpc/smp: Rename cpu_l1_cache_map as thread_group_l1_cache_map
Gautham R. Shenoy
2020-12-10
1
-7
/
+7
*
powerpc/smp: Parse ibm,thread-groups with multiple properties
Gautham R. Shenoy
2020-12-10
1
-61
/
+113
*
powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructions
Ravi Bangoria
2020-12-10
1
-2
/
+65
*
powerpc/sstep: Add testcases for VSX vector paired load/store instructions
Balamuruhan S
2020-12-10
1
-0
/
+270
*
powerpc/ppc-opcode: Add encoding macros for VSX vector paired instructions
Balamuruhan S
2020-12-10
1
-0
/
+13
*
powerpc/sstep: Support VSX vector paired storage access instructions
Balamuruhan S
2020-12-10
1
-21
/
+129
*
powerpc/sstep: Cover new VSX instructions under CONFIG_VSX
Ravi Bangoria
2020-12-10
1
-1
/
+3
*
powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is set
Balamuruhan S
2020-12-10
1
-0
/
+6
*
powerpc/64s: Remove idle workaround code from restore_cpu_cpufeatures
Nicholas Piggin
2020-12-10
1
-20
/
+1
*
powerpc/perf: Exclude kernel samples while counting events in user space.
Athira Rajeev
2020-12-10
1
-0
/
+10
*
powerpc/64: irq replay remove decrementer overflow check
Nicholas Piggin
2020-12-09
3
-56
/
+8
*
powerpc/64s: Remove MSR[ISF] bit
Nicholas Piggin
2020-12-09
4
-8
/
+4
*
powerpc/64s/iommu: Don't use atomic_ function on atomic64_t type
Nicholas Piggin
2020-12-09
1
-1
/
+1
*
powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.S
Christophe Leroy
2020-12-09
2
-16
/
+13
*
powerpc/32s: In add_hash_page(), calculate VSID later
Christophe Leroy
2020-12-09
1
-6
/
+6
*
powerpc/32s: Remove unused counters incremented by create_hpte()
Christophe Leroy
2020-12-09
1
-15
/
+0
*
powerpc/mm: Refactor the floor/ceiling check in hugetlb range freeing functions
Christophe Leroy
2020-12-09
1
-37
/
+19
*
powerpc/fault: Perform exception fixup in do_page_fault()
Christophe Leroy
2020-12-09
5
-12
/
+28
*
powerpc/fault: Avoid heavy search_exception_tables() verification
Christophe Leroy
2020-12-09
1
-15
/
+13
*
powerpc/mm: Move the WARN() out of bad_kuap_fault()
Christophe Leroy
2020-12-09
4
-12
/
+5
*
powerpc/fault: Unnest definition of page_fault_is_write() and page_fault_is_b...
Christophe Leroy
2020-12-09
1
-3
/
+5
*
powerpc/mm: sanity_check_fault() should work for all, not only BOOK3S
Christophe Leroy
2020-12-09
1
-5
/
+3
*
powerpc/ppc-opcode: Add PPC_RAW_MFSPR()
Christophe Leroy
2020-12-09
2
-5
/
+3
*
powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exception
Christophe Leroy
2020-12-09
2
-17
/
+11
*
powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exception
Christophe Leroy
2020-12-09
2
-8
/
+8
*
powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15
Christophe Leroy
2020-12-09
1
-8
/
+7
*
powerpc/8xx: Always pin kernel text TLB
Christophe Leroy
2020-12-09
4
-30
/
+5
*
powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handler
Christophe Leroy
2020-12-09
1
-2
/
+1
*
powerpc/process: Remove target specific __set_dabr()
Christophe Leroy
2020-12-09
1
-24
/
+13
*
powerpc/8xx: Fix early debug when SMC1 is relocated
Christophe Leroy
2020-12-09
2
-0
/
+12
*
powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAP
Christophe Leroy
2020-12-09
2
-10
/
+11
*
powerpc/32s: Make support for 603 and 604+ selectable
Christophe Leroy
2020-12-09
4
-3
/
+32
*
powerpc/32s: Regroup 603 based CPUs in cputable
Christophe Leroy
2020-12-09
2
-45
/
+47
*
powerpc/32s: Remove CONFIG_PPC_BOOK3S_6xx
Christophe Leroy
2020-12-09
2
-7
/
+3
*
powerpc/32s: Move early_mmu_init() into mmu.c
Christophe Leroy
2020-12-09
2
-4
/
+4
*
powerpc/32s: Inline flush_hash_entry()
Christophe Leroy
2020-12-09
3
-23
/
+11
*
powerpc/32s: Inline tlb_flush()
Christophe Leroy
2020-12-09
2
-15
/
+11
*
powerpc/32s: Split and inline flush_range()
Christophe Leroy
2020-12-09
2
-11
/
+15
*
powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()
Christophe Leroy
2020-12-09
2
-26
/
+19
*
powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()
Christophe Leroy
2020-12-09
2
-15
/
+22
*
powerpc/32s: Move _tlbie() and _tlbia() in a new file
Christophe Leroy
2020-12-09
4
-79
/
+85
*
powerpc/32s: Inline _tlbie() on non SMP
Christophe Leroy
2020-12-09
2
-5
/
+9
*
powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.h
Christophe Leroy
2020-12-09
2
-3
/
+4
*
powerpc/32s: Declare Hash related vars as __initdata
Christophe Leroy
2020-12-09
1
-4
/
+4
[next]