index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
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
8
-82
/
+123
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
2017-06-15
Revert "powerpc: Handle simultaneous interrupts at once"
Michael Ellerman
1
-5
/
+1
2017-06-06
powerpc/64s: Machine check handle ifetch from foreign real address for POWER9
Nicholas Piggin
3
-7
/
+12
2017-06-05
powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit
Christophe Leroy
7
-9
/
+12
2017-06-05
powerpc/mm/hugetlb: Add support for page accounting
Balbir Singh
1
-1
/
+1
2017-06-05
powerpc/mm/book(e)(3s)/32: Add page table accounting
Balbir Singh
2
-2
/
+3
2017-06-05
powerpc/mm/book(e)(3s)/64: Add page table accounting
Balbir Singh
5
-17
/
+47
2017-06-05
powerpc/mm/hash: Do a local flush if possible when no batch is active
Balbir Singh
1
-4
/
+2
2017-06-05
powerpc: Fix some spelling mistakes
Colin Ian King
2
-2
/
+2
2017-06-02
powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...
Matt Brown
4
-43
/
+94
2017-06-02
powerpc/fadump: Set an upper limit for boot memory size
Hari Bathini
2
-1
/
+18
2017-06-02
powerpc/fadump: Update comment about offset where fadump is reserved
Hari Bathini
1
-2
/
+2
2017-06-02
powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is used
Hari Bathini
1
-0
/
+25
2017-06-02
powerpc/fadump: Return error when fadump registration fails
Michal Suchanek
1
-8
/
+15
2017-06-02
powerpc: Remove __ilog2()s and use generic ones
Christophe Leroy
2
-34
/
+1
2017-06-02
powerpc: Replace ffz() by equivalent generic function
Christophe Leroy
1
-19
/
+1
2017-06-02
powerpc: Use builtin functions for fls()/__fls()/fls64()
Christophe Leroy
1
-21
/
+3
2017-06-02
powerpc: Discard ffs()/__ffs() function and use builtin functions instead
Christophe Leroy
1
-14
/
+2
2017-06-02
powerpc: Handle simultaneous interrupts at once
Christophe Leroy
1
-1
/
+5
2017-06-02
powerpc/8xx: fix mpc8xx_get_irq() return on no irq
Christophe Leroy
1
-1
/
+1
2017-06-02
powerpc/40x: Clear MSR_DR in one insn instead of two
Christophe Leroy
1
-4
/
+2
[next]