index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/64s: Minor fix for MCE TLB flush for radix
Nicholas Piggin
2017-04-19
1
-2
/
+6
*
powerpc/64s: Revert setting of LPCR[LPES] on POWER9
Nicholas Piggin
2017-04-19
1
-2
/
+2
*
powerpc: Introduce msgsnd/doorbell barrier primitives
Nicholas Piggin
2017-04-13
2
-5
/
+13
*
powerpc: Change the doorbell IPI calling convention
Nicholas Piggin
2017-04-13
2
-17
/
+52
*
powerpc/64s: Add SCV FSCR bit for ISA v3.0
Nicholas Piggin
2017-04-13
1
-0
/
+1
*
powerpc/64s: Add msgp facility unavailable log string
Nicholas Piggin
2017-04-13
1
-0
/
+1
*
powerpc/tracing: Allow tracing of mmap syscalls
Balbir Singh
2017-04-12
1
-8
/
+8
*
powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pages
Michael Ellerman
2017-04-12
1
-2
/
+2
*
Merge branch 'topic/xive' (early part) into next
Michael Ellerman
2017-04-12
3
-46
/
+28
|
\
|
*
powerpc: Fixup LPCR:PECE and HEIC setting on POWER9
Benjamin Herrenschmidt
2017-04-10
1
-5
/
+10
|
*
powerpc/smp: Remove migrate_irq() custom implementation
Benjamin Herrenschmidt
2017-04-07
2
-41
/
+8
|
*
powerpc: Add optional smp_ops->prepare_cpu SMP callback
Benjamin Herrenschmidt
2017-04-06
1
-0
/
+10
*
|
powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1
Gautham R. Shenoy
2017-04-11
2
-1
/
+48
*
|
powerpc: Remove unnecessary includes of asm/debug.h
Michael Ellerman
2017-04-10
3
-3
/
+0
*
|
powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there
Michael Ellerman
2017-04-10
4
-5
/
+4
*
|
powerpc/prom: Increase minimum RMA size to 512MB
Sukadev Bhattiprolu
2017-04-04
1
-1
/
+1
*
|
powerpc/book3s: Print task info if we take a machine check in user mode
Michael Ellerman
2017-04-03
1
-3
/
+12
*
|
powerpc/book3s: Print the kernel function name in machine check
Mahesh Salgaonkar
2017-04-03
1
-1
/
+1
*
|
powerpc/mm: Enable mappings above 128TB
Aneesh Kumar K.V
2017-04-01
1
-1
/
+1
*
|
powerpc/mm/hash: Store addr_limit in PACA
Aneesh Kumar K.V
2017-04-01
2
-0
/
+2
*
|
powerpc/mm: Add addr_limit to mm_context and use it to derive max slice index
Aneesh Kumar K.V
2017-04-01
2
-1
/
+11
*
|
powerpc/mm: Move copy_mm_to_paca to paca.c
Aneesh Kumar K.V
2017-03-31
1
-0
/
+19
*
|
powerpc/fadump: Reserve memory at an offset closer to bottom of RAM
Hari Bathini
2017-03-31
1
-7
/
+26
*
|
powerpc: Make /proc/self/stack always print the current stack
Thadeu Lima de Souza Cascardo
2017-03-28
1
-1
/
+8
*
|
powerpc/64: Don't use early_cpu_has_feature() in cpu_ready_for_interrupts()
Michael Ellerman
2017-03-28
1
-2
/
+2
*
|
powerpc/64s: POWER8 add missing machine check definitions
Nicholas Piggin
2017-03-21
1
-7
/
+19
*
|
powerpc/64s: Data driven machine check handling
Nicholas Piggin
2017-03-21
1
-254
/
+74
*
|
powerpc/64s: Data driven machine check evaluation
Nicholas Piggin
2017-03-21
1
-243
/
+326
*
|
powerpc/64s: Move POWER machine check defines into mce_power.c
Nicholas Piggin
2017-03-21
1
-0
/
+92
*
|
powerpc/64s: Clean up machine check recovery flushing
Nicholas Piggin
2017-03-21
1
-74
/
+23
*
|
powerpc/64s: Machine check print NIP
Nicholas Piggin
2017-03-21
1
-1
/
+2
*
|
powerpc/32: Remove Mac-on-Linux/rtlinux hooks
Ben Hutchings
2017-03-21
1
-15
/
+1
*
|
powerpc/ftrace: Add prototype for prepare_ftrace_return()
Tobin C. Harding
2017-03-20
1
-0
/
+1
*
|
powerpc/swsusp: Include suspend.h to silence sparse warnings
Tobin C. Harding
2017-03-20
1
-0
/
+1
*
|
powerpc/64: Allow for THREAD_SIZE > 16k
Hamish Martin
2017-03-20
1
-1
/
+2
|
/
*
powerpc/64s: POWER9 machine check handler
Nicholas Piggin
2017-03-10
3
-0
/
+317
*
powerpc/64s: allow machine check handler to set severity and initiator
Nicholas Piggin
2017-03-10
2
-2
/
+9
*
Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-03-07
3
-12
/
+123
|
\
|
*
powerpc/64: Avoid panic during boot due to divide by zero in init_cache_info()
Anton Blanchard
2017-03-06
1
-1
/
+4
|
*
powerpc: Update to new option-vector-5 format for CAS
Suraj Jitindar Singh
2017-03-06
1
-2
/
+108
|
*
powerpc: Parse the command line before calling CAS
Suraj Jitindar Singh
2017-03-06
1
-5
/
+5
|
*
powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stop
Gautham R. Shenoy
2017-03-03
1
-4
/
+6
*
|
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
Ingo Molnar
2017-03-03
1
-1
/
+1
*
|
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
|
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
3
-0
/
+3
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
[next]