index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-4
/
+4
2021-12-10
arch: Make ARCH_STACKWALK independent of STACKTRACE
Peter Zijlstra
1
-2
/
+1
2021-12-09
powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic
Hari Bathini
2
-0
/
+18
2021-12-09
powerpc: handle kdump appropriately with crash_kexec_post_notifiers option
Hari Bathini
1
-0
/
+30
2021-12-09
powerpc/inst: Define ppc_inst_t as u32 on PPC32
Christophe Leroy
1
-6
/
+2
2021-12-09
powerpc/inst: Define ppc_inst_t
Christophe Leroy
11
-42
/
+42
2021-12-09
powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.
Christophe Leroy
1
-0
/
+12
2021-12-09
powerpc/kuap: Wire-up KUAP on 40x
Christophe Leroy
1
-0
/
+8
2021-12-09
powerpc/kuap: Wire-up KUAP on 44x
Christophe Leroy
1
-0
/
+16
2021-12-09
powerpc: Add KUAP support for BOOKE and 40x
Christophe Leroy
1
-0
/
+3
2021-12-09
powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64
Christophe Leroy
1
-3
/
+3
2021-12-09
powerpc/config: Add CONFIG_BOOKE_OR_40x
Christophe Leroy
7
-8
/
+8
2021-12-09
powerpc/kuap: Add kuap_lock()
Christophe Leroy
1
-0
/
+2
2021-12-09
powerpc/32s: Save content of sr0 to avoid 'mfsr'
Christophe Leroy
2
-5
/
+4
2021-12-09
powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
Christophe Leroy
4
-3
/
+41
2021-12-09
powerpc/book3e: Activate KUEP at all time
Christophe Leroy
1
-0
/
+1
2021-12-09
powerpc/44x: Activate KUEP at all time
Christophe Leroy
1
-8
/
+2
2021-12-09
powerpc/40x: Map 32Mbytes of memory at startup
Christophe Leroy
1
-1
/
+8
2021-12-09
powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
Nicholas Piggin
9
-25
/
+44
2021-12-09
powerpc/64s: Make hash MMU support configurable
Nicholas Piggin
1
-4
/
+10
2021-12-02
powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radix
Nicholas Piggin
1
-6
/
+15
2021-12-02
powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabled
Nicholas Piggin
1
-3
/
+3
2021-12-02
powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
Nicholas Piggin
1
-2
/
+2
2021-12-02
powerpc/signal32: Use struct_group() to zero spe regs
Kees Cook
1
-5
/
+9
2021-12-01
powerpc: Snapshot thread flags
Mark Rutland
2
-9
/
+7
2021-12-01
powerpc: Avoid discarding flags in system_call_exception()
Mark Rutland
1
-1
/
+1
2021-11-30
powerpc/modules: Don't WARN on first module allocation attempt
Christophe Leroy
1
-5
/
+6
2021-11-29
powerpc: flexible GPR range save/restore macros
Nicholas Piggin
9
-75
/
+42
2021-11-29
powerpc/watchdog: help remote CPUs to flush NMI printk output
Nicholas Piggin
1
-6
/
+31
2021-11-29
powerpc: Don't bother about .data..Lubsan sections
Christophe Leroy
1
-8
/
+0
2021-11-29
powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS on PPC32
Christophe Leroy
3
-10
/
+123
2021-11-29
powerpc/ftrace: Add module_trampoline_target() for PPC32
Christophe Leroy
2
-33
/
+29
2021-11-29
powerpc/ftrace: No need to read LR from stack in _mcount()
Christophe Leroy
1
-5
/
+4
2021-11-29
powerpc: Mark probe_machine() __init and static
Michael Ellerman
1
-1
/
+1
2021-11-29
powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING
Michael Ellerman
1
-0
/
+2
2021-11-27
Merge tag 'powerpc-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-3
/
+3
2021-11-25
Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-0
/
+1
2021-11-25
futex: Wireup futex_waitv syscall
André Almeida
1
-0
/
+1
2021-11-25
powerpc/watchdog: Fix wd_smp_last_reset_tb reporting
Nicholas Piggin
1
-4
/
+4
2021-11-25
powerpc/watchdog: read TB close to where it is used
Nicholas Piggin
1
-12
/
+14
2021-11-25
powerpc/watchdog: Avoid holding wd_smp_lock over printk and smp_send_nmi_ipi
Nicholas Piggin
1
-19
/
+74
2021-11-25
powerpc/watchdog: tighten non-atomic read-modify-write access
Nicholas Piggin
1
-10
/
+26
2021-11-25
powerpc/watchdog: Fix missed watchdog reset due to memory ordering race
Nicholas Piggin
1
-1
/
+40
2021-11-25
powerpc/prom_init: Fix improper check of prom_getprop()
Peiwei Hu
1
-1
/
+1
2021-11-25
powerpc/rtas: rtas_busy_delay_time() kernel-doc
Nathan Lynch
1
-2
/
+19
2021-11-25
powerpc/rtas: rtas_busy_delay() improvements
Nathan Lynch
1
-7
/
+67
2021-11-25
powerpc/rtas: kernel-doc fixes
Nathan Lynch
1
-4
/
+5
2021-11-25
powerpc/eeh: Use a goto for recovery failures
Oliver O'Halloran
1
-48
/
+45
2021-11-25
powerpc/eeh: Small refactor of eeh_handle_normal_event()
Daniel Axtens
1
-34
/
+35
2021-11-25
powerpc/btext: add missing of_node_put
Julia Lawall
1
-1
/
+3
[prev]
[next]