index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-08
14
-59
/
+48
|
\
|
*
arch: simplify several early memory allocations
Mike Rapoport
2019-03-08
3
-6
/
+4
|
*
powerpc: prefer memblock APIs returning virtual address
Mike Rapoport
2019-03-08
9
-51
/
+44
|
*
configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED
Alexey Brodkin
2019-03-08
2
-2
/
+0
*
|
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-03-07
197
-2947
/
+3345
|
\
\
|
|
/
|
/
|
|
*
powerpc/32: Clear on-stack exception marker upon exception return
Christophe Leroy
2019-03-03
1
-0
/
+9
|
*
powerpc: Remove export of save_stack_trace_tsk_reliable()
Joe Lawrence
2019-03-02
1
-1
/
+0
|
*
powerpc/mm: fix "section_base" set but not used
Qian Cai
2019-03-02
1
-2
/
+0
|
*
powerpc/mm: Fix "sz" set but not used warning
Qian Cai
2019-03-02
1
-2
/
+1
|
*
powerpc/mm: Check secondary hash page table
Rashmica Gupta
2019-03-02
1
-1
/
+1
|
*
powerpc: remove nargs from __SYSCALL
Firoz Khan
2019-03-02
3
-6
/
+6
|
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2019-03-02
1
-9
/
+17
|
|
\
|
|
*
powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
Michael Ellerman
2019-02-22
1
-9
/
+17
|
*
|
powerpc/64s: Fix unrelocated interrupt trampoline address test
Nicholas Piggin
2019-03-01
4
-16
/
+16
|
*
|
powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tables
Alexey Kardashevskiy
2019-02-28
2
-2
/
+6
|
*
|
powerpc/fsl: Fix the flush of branch predictor.
Christophe Leroy
2019-02-27
1
-0
/
+1
|
*
|
powerpc/powernv: Make opal log only readable by root
Jordan Niethe
2019-02-27
1
-1
/
+1
|
*
|
powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpc
Nathan Chancellor
2019-02-26
1
-1
/
+1
|
*
|
powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to C
Nicholas Piggin
2019-02-26
4
-314
/
+328
|
*
|
powerpc/64s: Fix data interrupts vs d-side MCE reentrancy
Nicholas Piggin
2019-02-26
1
-10
/
+26
|
*
|
powerpc/64s: Prepare to handle data interrupts vs d-side MCE reentrancy
Nicholas Piggin
2019-02-26
1
-6
/
+42
|
*
|
powerpc/64s: system reset interrupt preserve HSRRs
Nicholas Piggin
2019-02-26
1
-1
/
+24
|
*
|
powerpc/64s: Fix HV NMI vs HV interrupt recoverability test
Nicholas Piggin
2019-02-26
5
-0
/
+87
|
*
|
powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...
Aneesh Kumar K.V
2019-02-26
1
-4
/
+6
|
*
|
powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback
Aneesh Kumar K.V
2019-02-26
1
-2
/
+3
|
*
|
powerpc sstep: Add support for modsd, modud instructions
Sandipan Das
2019-02-25
1
-2
/
+15
|
*
|
powerpc sstep: Add support for modsw, moduw instructions
PrasannaKumar Muralidharan
2019-02-25
1
-0
/
+14
|
*
|
powerpc sstep: Add support for extswsli instruction
Sandipan Das
2019-02-25
1
-0
/
+14
|
*
|
powerpc sstep: Add support for cnttzw, cnttzd instructions
Sandipan Das
2019-02-25
1
-0
/
+14
|
*
|
powerpc: sstep: Add support for darn instruction
Sandipan Das
2019-02-25
1
-0
/
+22
|
*
|
powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions
Sandipan Das
2019-02-25
2
-2
/
+48
|
*
|
powerpc: clean stack pointers naming
Christophe Leroy
2019-02-23
2
-18
/
+10
|
*
|
powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFO
Christophe Leroy
2019-02-23
9
-18
/
+16
|
*
|
powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
Christophe Leroy
2019-02-23
11
-72
/
+37
|
*
|
powerpc: 'current_set' is now a table of task_struct pointers
Christophe Leroy
2019-02-23
5
-15
/
+13
|
*
|
powerpc: regain entire stack space
Christophe Leroy
2019-02-23
8
-55
/
+38
|
*
|
powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
Christophe Leroy
2019-02-23
21
-194
/
+56
|
*
|
powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()
Christophe Leroy
2019-02-23
1
-1
/
+2
|
*
|
powerpc: Use task_stack_page() in current_pt_regs()
Christophe Leroy
2019-02-23
1
-1
/
+1
|
*
|
powerpc: Use linux/thread_info.h in processor.h
Christophe Leroy
2019-02-23
1
-1
/
+1
|
*
|
powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMIT
Christophe Leroy
2019-02-23
1
-1
/
+1
|
*
|
powerpc/64: Use task_stack_page() to initialise paca->kstack
Christophe Leroy
2019-02-23
1
-1
/
+3
|
*
|
powerpc: Update comments in preparation for THREAD_INFO_IN_TASK
Christophe Leroy
2019-02-23
4
-4
/
+4
|
*
|
powerpc: Replace current_thread_info()->task with current
Christophe Leroy
2019-02-23
1
-3
/
+3
|
*
|
powerpc: Don't use CURRENT_THREAD_INFO to find the stack
Christophe Leroy
2019-02-23
3
-3
/
+3
|
*
|
powerpc: call_do_[soft]irq() takes a pointer to the stack
Christophe Leroy
2019-02-23
2
-3
/
+3
|
*
|
powerpc: Rename THREAD_INFO to TASK_STACK
Christophe Leroy
2019-02-23
7
-9
/
+9
|
*
|
powerpc: prep stack walkers for THREAD_INFO_IN_TASK
Christophe Leroy
2019-02-23
2
-6
/
+49
|
*
|
powerpc: Only use task_struct 'cpu' field on SMP
Christophe Leroy
2019-02-23
3
-1
/
+7
|
*
|
powerpc: Avoid circular header inclusion in mmu-hash.h
Christophe Leroy
2019-02-23
5
-96
/
+107
[next]