index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
powerpc/tm: Fix comment
Michael Neuling
2017-06-27
1
-2
/
+2
|
*
|
|
|
|
|
powerpc: Fix asm offsets to point to actual FP and VMX regs
Michael Neuling
2017-06-27
1
-4
/
+4
|
*
|
|
|
|
|
powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
Michael Neuling
2017-06-27
1
-0
/
+4
|
*
|
|
|
|
|
powerpc/mm: Trace tlbie(l) instructions
Balbir Singh
2017-06-23
7
-4
/
+67
|
*
|
|
|
|
|
powerpc: Convert VDSO update function to use new update_vsyscall interface
Paul Mackerras
2017-06-22
2
-17
/
+53
|
*
|
|
|
|
|
powerpc/time: Fix tracing in time.c
Santosh Sivaraj
2017-06-21
2
-5
/
+3
|
*
|
|
|
|
|
powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()
Michael Ellerman
2017-06-21
3
-13
/
+5
|
*
|
|
|
|
|
powerpc/64s: Rename slb_miss_realmode() to slb_miss_common()
Michael Ellerman
2017-06-21
1
-6
/
+9
|
*
|
|
|
|
|
powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmode
Michael Ellerman
2017-06-21
1
-38
/
+4
|
*
|
|
|
|
|
powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove it
Nicholas Piggin
2017-06-20
1
-1
/
+4
|
*
|
|
|
|
|
powerpc/64s/paca: EX_R3 can be merged with EX_DAR
Nicholas Piggin
2017-06-20
1
-5
/
+11
|
*
|
|
|
|
|
powerpc/64s/paca: EX_LR can be merged with EX_DAR
Nicholas Piggin
2017-06-20
1
-5
/
+12
|
*
|
|
|
|
|
powerpc/64s/paca: EX_SRR0 is unused, remove it
Nicholas Piggin
2017-06-20
1
-11
/
+10
|
*
|
|
|
|
|
powerpc/64s: Add EX_SIZE definition for paca exception save areas
Nicholas Piggin
2017-06-20
3
-4
/
+14
|
*
|
|
|
|
|
powerpc/64s: Avoid r3 save/restore in SLB miss handler
Nicholas Piggin
2017-06-20
1
-15
/
+26
|
*
|
|
|
|
|
powerpc/64s: SLB miss already has CTR saved for relocatable kernel
Nicholas Piggin
2017-06-20
1
-8
/
+1
|
*
|
|
|
|
|
powerpc/64s: Avoid saving faulting address into EX_DAR in SLB miss
Nicholas Piggin
2017-06-20
1
-5
/
+8
|
*
|
|
|
|
|
powerpc/64s: Preserve r3 in slb_allocate_realmode()
Nicholas Piggin
2017-06-20
1
-10
/
+14
|
*
|
|
|
|
|
powerpc/64s/idle: Run latch switch is done with MSR[EE]=0
Nicholas Piggin
2017-06-19
1
-6
/
+6
|
*
|
|
|
|
|
powerpc/64s/idle: Predict HMI wakeup as unlikely
Nicholas Piggin
2017-06-19
1
-1
/
+1
|
*
|
|
|
|
|
powerpc/64s/idle: Avoid SRR usage in idle sleep/wake paths
Nicholas Piggin
2017-06-19
3
-32
/
+38
|
*
|
|
|
|
|
powerpc/64s/idle: Branch to handler with virtual mode offset
Nicholas Piggin
2017-06-19
2
-2
/
+17
|
*
|
|
|
|
|
powerpc/64s: Don't unbalance the return branch predictor in __replay_interrupt()
Nicholas Piggin
2017-06-19
1
-1
/
+7
|
*
|
|
|
|
|
powerpc/64s: msgclr when handling doorbell exceptions from system reset
Nicholas Piggin
2017-06-19
4
-2
/
+38
|
*
|
|
|
|
|
powerpc/64s/idle: Process interrupts from system reset wakeup
Nicholas Piggin
2017-06-19
3
-2
/
+38
|
*
|
|
|
|
|
powerpc/powernv: Simplify lazy IRQ handling in CPU offline
Nicholas Piggin
2017-06-19
2
-23
/
+29
|
*
|
|
|
|
|
powerpc/64s/idle: Move soft interrupt mask logic into C code
Nicholas Piggin
2017-06-19
8
-82
/
+123
|
*
|
|
|
|
|
powerpc/64s: Avoid cpabort in context switch when possible
Nicholas Piggin
2017-06-15
3
-14
/
+30
|
*
|
|
|
|
|
powerpc/64: Drop explicit hwsync in context switch
Nicholas Piggin
2017-06-15
2
-6
/
+22
|
*
|
|
|
|
|
powerpc/64: Drop reservation-clearing ldarx in context switch
Nicholas Piggin
2017-06-15
1
-8
/
+3
|
*
|
|
|
|
|
powerpc/64s: Leave interrupts hard enabled in context switch for radix
Nicholas Piggin
2017-06-15
2
-6
/
+16
|
*
|
|
|
|
|
powerpc/64: Avoid restore_math call if possible in syscall exit
Nicholas Piggin
2017-06-15
2
-19
/
+47
|
*
|
|
|
|
|
powerpc/64s: Optimize hypercall/syscall entry
Nicholas Piggin
2017-06-15
1
-37
/
+97
|
*
|
|
|
|
|
powerpc/mm/radix: Only add X for pages overlapping kernel text
Michael Ellerman
2017-06-15
1
-3
/
+11
|
*
|
|
|
|
|
Revert "powerpc: Handle simultaneous interrupts at once"
Michael Ellerman
2017-06-15
1
-5
/
+1
|
*
|
|
|
|
|
powerpc/64s: Machine check handle ifetch from foreign real address for POWER9
Nicholas Piggin
2017-06-06
3
-7
/
+12
|
*
|
|
|
|
|
powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit
Christophe Leroy
2017-06-05
7
-9
/
+12
|
*
|
|
|
|
|
powerpc/mm/hugetlb: Add support for page accounting
Balbir Singh
2017-06-05
1
-1
/
+1
|
*
|
|
|
|
|
powerpc/mm/book(e)(3s)/32: Add page table accounting
Balbir Singh
2017-06-05
2
-2
/
+3
|
*
|
|
|
|
|
powerpc/mm/book(e)(3s)/64: Add page table accounting
Balbir Singh
2017-06-05
5
-17
/
+47
|
*
|
|
|
|
|
powerpc/mm/hash: Do a local flush if possible when no batch is active
Balbir Singh
2017-06-05
1
-4
/
+2
|
*
|
|
|
|
|
powerpc: Fix some spelling mistakes
Colin Ian King
2017-06-05
2
-2
/
+2
|
*
|
|
|
|
|
powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...
Matt Brown
2017-06-02
4
-43
/
+94
|
*
|
|
|
|
|
powerpc/fadump: Set an upper limit for boot memory size
Hari Bathini
2017-06-02
2
-1
/
+18
|
*
|
|
|
|
|
powerpc/fadump: Update comment about offset where fadump is reserved
Hari Bathini
2017-06-02
1
-2
/
+2
|
*
|
|
|
|
|
powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is used
Hari Bathini
2017-06-02
1
-0
/
+25
|
*
|
|
|
|
|
powerpc/fadump: Return error when fadump registration fails
Michal Suchanek
2017-06-02
1
-8
/
+15
|
*
|
|
|
|
|
powerpc: Remove __ilog2()s and use generic ones
Christophe Leroy
2017-06-02
2
-34
/
+1
|
*
|
|
|
|
|
powerpc: Replace ffz() by equivalent generic function
Christophe Leroy
2017-06-02
1
-19
/
+1
|
*
|
|
|
|
|
powerpc: Use builtin functions for fls()/__fls()/fls64()
Christophe Leroy
2017-06-02
1
-21
/
+3
[prev]
[next]