index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-28
cpuidle: powerpc: read mostly for common globals
Nicholas Piggin
2
-9
/
+9
2017-06-28
cpuidle: powerpc: cpuidle set polling before enabling irqs
Nicholas Piggin
2
-2
/
+5
2017-06-28
powerpc/fadump: add reschedule point while releasing memory
Hari Bathini
1
-11
/
+54
2017-06-28
powerpc/fadump: provide a helpful error message
Hari Bathini
1
-0
/
+36
2017-06-28
powerpc/fadump: avoid holes in boot memory area when fadump is registered
Hari Bathini
3
-0
/
+20
2017-06-28
powerpc/fadump: avoid duplicates in crash memory ranges
Hari Bathini
1
-2
/
+13
2017-06-28
powerpc/perf: Fix branch event code for power9
Madhavan Srinivasan
2
-2
/
+10
2017-06-28
powerpc/xive: Silence message about VP block allocation
Benjamin Herrenschmidt
1
-2
/
+2
2017-06-27
powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9
Benjamin Herrenschmidt
2
-3
/
+12
2017-06-27
powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
Benjamin Herrenschmidt
1
-5
/
+10
2017-06-27
powerpc/powernv/pci: Enable 64-bit devices to access >4GB DMA space
Russell Currey
1
-2
/
+91
2017-06-27
powerpc/powernv/pci: Add helper to check if a PE has a single vendor
Russell Currey
1
-0
/
+25
2017-06-27
powerpc/powernv/pci: Add support for PHB4 diagnostics
Russell Currey
2
-2
/
+178
2017-06-27
powerpc/powernv/pci: Dynamically allocate PHB diag data
Russell Currey
4
-18
/
+29
2017-06-27
powerpc/powernv/pci: Reduce spam when dumping PEST
Russell Currey
2
-20
/
+34
2017-06-27
powerpc/tm: Fix comment
Michael Neuling
1
-2
/
+2
2017-06-27
powerpc: Fix asm offsets to point to actual FP and VMX regs
Michael Neuling
1
-4
/
+4
2017-06-27
powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
Michael Neuling
1
-0
/
+4
2017-06-23
powerpc/mm: Trace tlbie(l) instructions
Balbir Singh
7
-4
/
+67
2017-06-22
powerpc: Convert VDSO update function to use new update_vsyscall interface
Paul Mackerras
2
-17
/
+53
2017-06-21
powerpc/time: Fix tracing in time.c
Santosh Sivaraj
2
-5
/
+3
2017-06-21
powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()
Michael Ellerman
3
-13
/
+5
2017-06-21
powerpc/64s: Rename slb_miss_realmode() to slb_miss_common()
Michael Ellerman
1
-6
/
+9
2017-06-21
powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmode
Michael Ellerman
1
-38
/
+4
2017-06-20
powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove it
Nicholas Piggin
1
-1
/
+4
2017-06-20
powerpc/64s/paca: EX_R3 can be merged with EX_DAR
Nicholas Piggin
1
-5
/
+11
2017-06-20
powerpc/64s/paca: EX_LR can be merged with EX_DAR
Nicholas Piggin
1
-5
/
+12
2017-06-20
powerpc/64s/paca: EX_SRR0 is unused, remove it
Nicholas Piggin
1
-11
/
+10
2017-06-20
powerpc/64s: Add EX_SIZE definition for paca exception save areas
Nicholas Piggin
3
-4
/
+14
2017-06-20
powerpc/64s: Avoid r3 save/restore in SLB miss handler
Nicholas Piggin
1
-15
/
+26
2017-06-20
powerpc/64s: SLB miss already has CTR saved for relocatable kernel
Nicholas Piggin
1
-8
/
+1
2017-06-20
powerpc/64s: Avoid saving faulting address into EX_DAR in SLB miss
Nicholas Piggin
1
-5
/
+8
2017-06-20
powerpc/64s: Preserve r3 in slb_allocate_realmode()
Nicholas Piggin
1
-10
/
+14
2017-06-19
powerpc/64s/idle: Run latch switch is done with MSR[EE]=0
Nicholas Piggin
1
-6
/
+6
2017-06-19
powerpc/64s/idle: Predict HMI wakeup as unlikely
Nicholas Piggin
1
-1
/
+1
2017-06-19
powerpc/64s/idle: Avoid SRR usage in idle sleep/wake paths
Nicholas Piggin
3
-32
/
+38
2017-06-19
powerpc/64s/idle: Branch to handler with virtual mode offset
Nicholas Piggin
2
-2
/
+17
2017-06-19
powerpc/64s: Don't unbalance the return branch predictor in __replay_interrupt()
Nicholas Piggin
1
-1
/
+7
2017-06-19
powerpc/64s: msgclr when handling doorbell exceptions from system reset
Nicholas Piggin
4
-2
/
+38
2017-06-19
powerpc/64s/idle: Process interrupts from system reset wakeup
Nicholas Piggin
3
-2
/
+38
2017-06-19
powerpc/powernv: Simplify lazy IRQ handling in CPU offline
Nicholas Piggin
2
-23
/
+29
2017-06-19
powerpc/64s/idle: Move soft interrupt mask logic into C code
Nicholas Piggin
9
-89
/
+128
2017-06-15
drivers/watchdog/Kconfig: Update CONFIG_WATCHDOG_RTAS dependencies
Murilo Opsfelder Araujo
1
-1
/
+1
2017-06-15
powerpc/64s: Avoid cpabort in context switch when possible
Nicholas Piggin
3
-14
/
+30
2017-06-15
powerpc/64: Drop explicit hwsync in context switch
Nicholas Piggin
2
-6
/
+22
2017-06-15
powerpc/64: Drop reservation-clearing ldarx in context switch
Nicholas Piggin
1
-8
/
+3
2017-06-15
powerpc/64s: Leave interrupts hard enabled in context switch for radix
Nicholas Piggin
2
-6
/
+16
2017-06-15
powerpc/64: Avoid restore_math call if possible in syscall exit
Nicholas Piggin
2
-19
/
+47
2017-06-15
powerpc/64s: Optimize hypercall/syscall entry
Nicholas Piggin
1
-37
/
+97
2017-06-15
powerpc/mm/radix: Only add X for pages overlapping kernel text
Michael Ellerman
1
-3
/
+11
[next]